#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); } }; 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 InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; // System.Action`1 struct Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394; // System.Action`1 struct Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334; // System.Action`1 struct Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F; // System.Action`1 struct Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC; // System.Action`1 struct Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE; // System.Action`2 struct Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94; // System.Action`2 struct Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9; // System.Action`2 struct Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39; // System.Action`2 struct Action_2_tE8B0757B47E06C0133CDB339B09DF88659DC8B24; // 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`3 struct Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB; // System.Action`3 struct Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_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_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.Func`2 struct Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436; // 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; // System.Collections.Generic.HashSet`1 struct HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C; // System.Collections.Generic.HashSet`1 struct HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B; // System.Collections.Generic.HashSet`1 struct HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673; // System.Collections.Generic.HashSet`1 struct HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423; // 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_tDCAB35561946D13824B6FB0E682604867484A551; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tC8A2A0ABD20D54FA24CEEB90769597E372C17FB6; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tCB588AEA2C7D650BCD8F87EEA0B522B167D11D3E; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t8C1A8205A51B6BA84D976BC2CD223E4DE61D9C43; // BestHTTP.Futures.IFuture`1 struct IFuture_1_t7F71A70E54B17A2C8D81D7AF4D3A1E32DEF51AC6; // BestHTTP.Futures.IFuture`1 struct IFuture_1_tE82C9020DAF227C79935028B9F9AB87CBC5ECAE6; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D; // System.Collections.Generic.List`1 struct List_1_t34AA4AF4E7352129CA58045901530E41445AC16D; // System.Collections.Generic.List`1 struct List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1; // System.Collections.Generic.List`1 struct List_1_tE00ED8A38D30AEEF7640BA5742471CBFD07CC72D; // System.Collections.Generic.List`1 struct List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C; // System.Collections.Generic.List`1 struct List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD; // System.Collections.Generic.List`1 struct List_1_t815A476B0A21E183042059E705F9E505478CD8AE; // 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_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F; // 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; // JCUnityLib.Singleton`1 struct Singleton_1_t071853BF0705B5B5B8F435CF6F7E4AE60E60507D; // JCUnityLib.Singleton`1 struct Singleton_1_tB3E59B618CF26A3607F125E4C0B0BB7887EE08B9; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t00EE92422CBB066CEAB95CDDBF901E2967EC7B1A; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647; // UnityEngine.Events.UnityAction`3 struct UnityAction_3_t4387B319BE948605FD572149CCD6F36C56BE3239; // UnityEngine.Events.UnityAction`3 struct UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t32063FE815890FF672DF76288FAC4ABE089B899F; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t3B84A01F77647EA637A5288CDDE606485A06ABD1; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // UnityEngine.AnimationClip[] struct AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // UnityEngine.UI.Button[] struct ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // UnityEngine.Collider[] struct ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // BestHTTP.Forms.HTTPFieldData[] struct HTTPFieldDataU5BU5D_tAD8FDF3D2548E3FA09A798625C0F06549E55228D; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE; // MatchPlayerInfo[] struct MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1; // UnityEngine.Material[] struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; // MenuBackInterface[] struct MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5; // UnityEngine.Mesh[] struct MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; // UnityEngine.RaycastHit[] struct RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // UnityEngine.Sprite[] struct SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier struct AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient struct AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer struct AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ComponentModel.AddingNewEventHandler struct AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB; // AgreementPopup struct AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6; // AgreenmentOption struct AgreenmentOption_t432B742374FB1C0EDA1654B663688306A3D77CDF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // UnityEngine.Animation struct Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8; // AnimationPlayer struct AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4; // Arrow struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A; // ArrowCamera struct ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // BowCamera struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue struct ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueueStream struct ByteQueueStream_t4D33684562A3B8282ABEF110EF63454A9E2B6CF8; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // CaptchaController struct CaptchaController_t43D34329B0D2332B81C73361818403490AF27437; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher struct CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate struct Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E; // ChallengeGameMode struct ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B; // ChallengeGameModeLocalPK struct ChallengeGameModeLocalPK_t1B4DC78B64AF43CD49C70ACD5204D88F13CA39B5; // JCEngineCore.Channel struct Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException struct CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSecureReadable struct CmsSecureReadable_t6AF44896AFA6F4D5858EE5F7118A13227842567C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream struct CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // JCUnityLib.CountLock struct CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1; // BestHTTP.Authentication.Credentials struct Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters struct DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter struct DHParameter_t139F790CA854BF8027539E802DB902D7192357A3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters struct DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPrivateKeyParameters struct DHPrivateKeyParameters_tAF64A6F7342B2BD5F53015A701126BFEF11B2E7F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHPublicKey struct DHPublicKey_t1D61081BFF841A3C987A1AAA0D423201B873D080; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters struct DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHValidationParameters struct DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHValidationParms struct DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75; // JC.Unity.Picker.DatePickerGroup struct DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject struct DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsCipherFactory struct DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsDHVerifier struct DefaultTlsDHVerifier_t7CFA7549009ED45135C98C36D33D6BB76B3BE4C1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DeferredHash struct DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String struct DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer struct DigestInputBuffer_tCD4269EAD90DBC42BD0490CEFF7F53557E1E0D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter struct DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters struct DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters struct DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters struct DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters struct ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism struct ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier struct ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters struct ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters struct ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters struct Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters struct Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter struct ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters struct ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters struct ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E; // System.Exception struct Exception_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream struct FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726; // GameEventCenter struct GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190; // GameMgr struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410Parameters struct Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.Gost3410PublicKeyAlgParameters struct Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410PublicKeyParameters struct Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // BestHTTP.Forms.HTTPFieldData struct HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E; // BestHTTP.Forms.HTTPFormBase struct HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.SignalRCore.HubConnection struct HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6; // BestHTTP.SignalRCore.HubOptions struct HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855; // HunterGamePlayerScoreCounter struct HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher struct IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // BestHTTP.SignalRCore.IAuthenticationProvider struct IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher struct IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer struct ICertificateVerifyer_t7FF89D73580A6E6A7FF6E40E7670C1BF3E8F0CAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider struct IClientCredentialsProvider_tAA7262E853B0CACED4DFA19BA071BB2F2315DEEA; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // BestHTTP.SignalRCore.IEncoder struct IEncoder_t24E72EE05B58DEC15E03A38641A9B0E2C95197A4; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField struct IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac struct IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C; // BestHTTP.SignalRCore.IProtocol struct IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet struct ISet_t5A23607F3EDC64EF08417F0C1A4212EB39469049; // BestHTTP.SignalRCore.ITransport struct ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // UnityEngine.Events.InvokableCallList struct InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber struct IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64; // Newtonsoft.Json.Linq.JArray struct JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873; // JCEngineCore.JCEntity struct JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4; // BestHTTP.SignalRCore.JsonProtocol struct JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekIdentifier struct KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo struct KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientIdentifier struct KeyAgreeRecipientIdentifier_tBA5E98B2A6C72F3799020F0A9D1C465116A7A28A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo struct KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo struct KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C; // BestHTTP.SignalRCore.Encoders.LitJsonEncoder struct LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D; // LoginController struct LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6; // LoginView struct LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E; // MatchPlayerInfo struct MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // MenuBackController struct MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4; // MenuBackInterface struct MenuBackInterface_t83F97C72E65FAFC7D5CBB95AEC59CFFB70710488; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // UnityEngine.AI.NavMeshAgent struct NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B; // BestHTTP.SignalRCore.Messages.NegotiationResult struct NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.NullDigest struct NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // BestHTTP.SignalRCore.OnAuthenticationFailedDelegate struct OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2; // BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate struct OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6; // BestHTTP.OnBeforeHeaderSendDelegate struct OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F; // BestHTTP.OnBeforeRedirectionDelegate struct OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238; // BestHTTP.OnDownloadProgressDelegate struct OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4; // BestHTTP.OnUploadProgressDelegate struct OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorIdentifierOrKey struct OriginatorIdentifierOrKey_t391EC78D0FD29ED45DCF5BFF9AC5BABA8A005603; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute struct OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherRecipientInfo struct OtherRecipientInfo_t4398E1481C08E443D0C18BD7059C9E8A2BB9230C; // PKGameReadyView_Challenge struct PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo struct PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody struct PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText struct PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader struct PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC; // PropConfig struct PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6; // PropScaleAim struct PropScaleAim_t30584297774A1FFD48C3EF47311E50E6CB7A9AD4; // PropScaleShoot struct PropScaleShoot_tBEEF0F77CC645F39D90570CCE4C9EC466EEC74CE; // UnityStandardAssets.Cameras.ProtectCameraFromWallClip struct ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ProtectedPart struct ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient struct PskTlsClient_t975FA164C57A6A46B48810EBC1B3FE283CA44BD1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer struct PskTlsServer_tD3D78A5163D94A292D5B4ABA6FBDBF8E86A5BEEE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner struct PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Mozilla.PublicKeyAndChallenge struct PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory struct PublicKeyFactory_tA5A0A1332E55F9A58F0E42B6E96CFF50F0A4A5BB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.PushbackStream struct PushbackStream_t2B71EF4BF1CD52E337B350FC74E73A2A7F563DAE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement struct QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88; // UnityStandardAssets.ImageEffects.Quads struct Quads_t685086360831ABD1284FD0E7B088C95075647825; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter struct RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine struct RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC2Parameters struct RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine struct RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine struct RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine struct RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine struct RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC5Parameters struct RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine struct RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA; // Rabbit struct Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788; // RabbitHuntGameMode struct RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8; // RabbitHuntGameMode_LocalPK struct RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20; // RabbitHuntGameMode_OnlinePK struct RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B; // RabbitSyncData struct RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator struct RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142; // RankComp struct RankComp_t5CD947AA321DFB0AC489BFF4E98B751062B4ED20; // RankView struct RankView_tE5C219F6182DB522063A069F5DC912015E58128E; // BestHTTP.Forms.RawJsonForm struct RawJsonForm_tA9605806D5AACD3A9AF70E67E907BC172AB17FA8; // BestHTTP.Extensions.ReadOnlyBufferedStream struct ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34; // PlatformSupport.Collections.Specialized.ReadOnlyList struct ReadOnlyList_tFCEEFB0DD2C36523FF54E847BE84AAF973A76D59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags struct ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask struct ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientEncryptedKey struct RecipientEncryptedKey_tED14E5C321F7687BA4201D41E15DE457A7D56BE2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientID struct RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientIdentifier struct RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo struct RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformation struct RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore struct RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier struct RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream struct RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E; // JCUnityLib.UI.RectBorder struct RectBorder_t815582502EDD366B8C91F0463B03D48026B6B148; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // BestHTTP.Examples.RedirectLoggerAccessTokenAuthenticator struct RedirectLoggerAccessTokenAuthenticator_tBE1D70626AAD920E31B60267952BD99499D81126; // BestHTTP.Examples.RedirectSample struct RedirectSample_t46605B9039A11F1D3137338193D3D2F2CE938AA3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ReferenceMultiplier struct ReferenceMultiplier_t1917A3F2FB7FFFCC959F5268325B063DA160A06E; // RegisterView struct RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0; // RelateValidateView struct RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // RequestResult struct RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaBlindingParameters struct RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure struct RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // JCUnityLib.SceneResourceManager struct SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters struct SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException struct SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters struct SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496; // SocketPlayer struct SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB; // TargetAnimal struct TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02; // TargetBody struct TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // JCUnityLib.Throttler struct Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsAuthentication struct TlsAuthentication_t5FA1BEF9526C288C8F717080E2AB1CA4B21FF542; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher struct TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory struct TlsCipherFactory_t0F936DE1D412BE079F1BFABC4203B927A87F598E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContext struct TlsClientContext_t18BBECA666BE004BF00BF3299931DD6893065D14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCompression struct TlsCompression_tF3A24709C14F149989D3AC05D919AA3B4A8160B3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext struct TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials struct TlsCredentials_t6C3F3B2C48D027442C1753CA9C9E1D75BC3B4CA7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsDHVerifier struct TlsDHVerifier_t8D593E9ED32E1CB273F0EC3B0EDB8D71A095FDE3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEncryptionCredentials struct TlsEncryptionCredentials_t592C8C6829956CE4A059C6E1D5CFA95D7C6AA4B1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash struct TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange struct TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsMac struct TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCipher struct TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCompression struct TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol struct TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentity struct TlsPskIdentity_t526A17525D9312D41C441E4602685DBD961C3794; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentityManager struct TlsPskIdentityManager_tDD5DCC669AFA8F998DA3E6B2122A039DCEE710BD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange struct TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContext struct TlsServerContext_t47A3ABCF912BED3261C46CA0AD0DDA6D778FAA57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession struct TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsStream struct TlsStream_tE67EA4971A8FA0C9BFF2779F6B2DA94770376E5A; // UnityEngine.UI.Toggle struct Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E; // UnityEngine.UI.ToggleGroup struct ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriBuilder struct UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC; // ViewMgr struct ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40; // BestHTTP.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters struct X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters struct X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector struct X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate struct X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter struct X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962Parameters struct X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters struct X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint struct X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9FieldID struct X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8; // ArrowSync/SyncData struct SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958; // UnityEngine.UI.InputField/EndEditEvent struct EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7; // UnityEngine.UI.InputField/OnValidateInput struct OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F; // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // UnityStandardAssets.Cameras.ProtectCameraFromWallClip/RayHitComparer struct RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44; // RabbitHuntGameMode_OnlinePK/OnlineHelper struct OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6; // RankView/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452; // RankView/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5; // RankView/<>c__DisplayClass22_0 struct U3CU3Ec__DisplayClass22_0_t7D21B16BAD8C87BD46399CC958BAA9EEA82D831E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/HandshakeHashUpdateStream struct HandshakeHashUpdateStream_tD3B3B444D044EC45B2EB971473974FDC73989932; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber struct SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // RegisterView/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t32C6496BC7AE1430C05FE489429B09FAE4E1B438; // RegisterView/<>c__DisplayClass15_0 struct U3CU3Ec__DisplayClass15_0_t8EB7D058A396BFC3361D885BB235029FE4CBFCDC; // RegisterView/<>c__DisplayClass20_0 struct U3CU3Ec__DisplayClass20_0_t28FFD9EDA278588D247BF2B246F56F80C640910C; // RegisterView/<>c__DisplayClass22_0 struct U3CU3Ec__DisplayClass22_0_t00189800C27B442819FBA3F2F4F66296DDA8A188; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // UnityEngine.UI.Toggle/ToggleEvent struct ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // UserPlayer/TempData struct TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A; IL2CPP_EXTERN_C RuntimeClass* Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tE8B0757B47E06C0133CDB339B09DF88659DC8B24_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* AgreenmentOption_t432B742374FB1C0EDA1654B663688306A3D77CDF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_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* Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsReadable_t0A0C940474DB81BD9C6011608BA8617B0F9CFF61_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsSecureReadable_t6AF44896AFA6F4D5858EE5F7118A13227842567C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DHParameter_t139F790CA854BF8027539E802DB902D7192357A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultTlsDHVerifier_t7CFA7549009ED45135C98C36D33D6BB76B3BE4C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777_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* GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HandshakeHashUpdateStream_tD3B3B444D044EC45B2EB971473974FDC73989932_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_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* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_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* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_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* Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64_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* LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MacUtilities_t870E4AF1B674CB6A920687E584CDC3FBDA5FD58E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecipientEncryptedKey_tED14E5C321F7687BA4201D41E15DE457A7D56BE2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RedirectLoggerAccessTokenAuthenticator_tBE1D70626AAD920E31B60267952BD99499D81126_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsCompression_tF3A24709C14F149989D3AC05D919AA3B4A8160B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_0_t32C6496BC7AE1430C05FE489429B09FAE4E1B438_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass15_0_t8EB7D058A396BFC3361D885BB235029FE4CBFCDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass20_0_t28FFD9EDA278588D247BF2B246F56F80C640910C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass22_0_t00189800C27B442819FBA3F2F4F66296DDA8A188_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass22_0_t7D21B16BAD8C87BD46399CC958BAA9EEA82D831E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940_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* Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral02A7B76EFA56B575C6AFE6F5DA59A7D762F0F754; IL2CPP_EXTERN_C String_t* _stringLiteral05315B7460AF18613240BADCDE50686A63C727C6; IL2CPP_EXTERN_C String_t* _stringLiteral0920A6AABBEFA13D4437110676BB9315863FF7ED; IL2CPP_EXTERN_C String_t* _stringLiteral0BB0CF0B52952E47BEA4A2D0CD77814B289959EB; IL2CPP_EXTERN_C String_t* _stringLiteral1053DEC5549DB914925131C7762408C1F1415A82; IL2CPP_EXTERN_C String_t* _stringLiteral109481168085B008B9723C37FC4EAB71FE72479B; IL2CPP_EXTERN_C String_t* _stringLiteral10B049D9030EED71568DBA6470C98D793E1C4E3F; IL2CPP_EXTERN_C String_t* _stringLiteral124BE07E19998B4957454F242E1CF68D34A34093; IL2CPP_EXTERN_C String_t* _stringLiteral1673637C0DEF01B1D6ED9979CE65DF36B659184D; IL2CPP_EXTERN_C String_t* _stringLiteral18BB83580C7D91DDE15B424F080336CF198BF399; IL2CPP_EXTERN_C String_t* _stringLiteral18F6A8E4A13F00E519894B9AC6B76138FAC81BA2; IL2CPP_EXTERN_C String_t* _stringLiteral1CF236655229A290E64EB6178CA50AACE3592E69; IL2CPP_EXTERN_C String_t* _stringLiteral1FA1A08EB7DFB59F07D107C7B63012615614AB71; IL2CPP_EXTERN_C String_t* _stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE; IL2CPP_EXTERN_C String_t* _stringLiteral20F5E9188B7D351EE7B40A9774F19CA2732909F7; IL2CPP_EXTERN_C String_t* _stringLiteral2194AD3B681A2346717DC68D2EF7B1124C9AFE2A; IL2CPP_EXTERN_C String_t* _stringLiteral2326F9A3215107D6F3CC308ED1F4AD6C0125ABA3; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral24A2EBF51198683EFAF27800B766FC702366E800; IL2CPP_EXTERN_C String_t* _stringLiteral27002B9BE41A625217AB81BE1906E31855175FDD; IL2CPP_EXTERN_C String_t* _stringLiteral2B0334127D4DADF2A9384452875F1F961028DF30; IL2CPP_EXTERN_C String_t* _stringLiteral2BE3B6AFE12DDA7B2F8B6600B323F534DD9E35F6; IL2CPP_EXTERN_C String_t* _stringLiteral2F51EC61239D9B579354E9AC8B8806EF140E8C36; IL2CPP_EXTERN_C String_t* _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2; IL2CPP_EXTERN_C String_t* _stringLiteral2F9F4F06CCF1C857C8E1E835F32ED0B3E0FAF57F; IL2CPP_EXTERN_C String_t* _stringLiteral31540315C86289571C1A0ECD739DD7089EB97113; IL2CPP_EXTERN_C String_t* _stringLiteral3177C3549DF7103EBF6FAD9F320123D3A8D97BE7; IL2CPP_EXTERN_C String_t* _stringLiteral31994A27BE70656F269572781826620C095C803E; IL2CPP_EXTERN_C String_t* _stringLiteral31D662523F3F3963669539E05B87AF9097F3AC29; IL2CPP_EXTERN_C String_t* _stringLiteral3307E245CDDD41589E1B19DE33F9663FAC31171F; IL2CPP_EXTERN_C String_t* _stringLiteral355344670054DB070754011D8D2527E319681DF0; IL2CPP_EXTERN_C String_t* _stringLiteral361420FA64A571DA7B9B960639F81DF095FB6A82; IL2CPP_EXTERN_C String_t* _stringLiteral3755AF5CDA549392DC97D710674394BA3F06F442; IL2CPP_EXTERN_C String_t* _stringLiteral38F773EA66B974872AF9BC7D362DC158C2EF0B35; IL2CPP_EXTERN_C String_t* _stringLiteral3B61056CE34B3597E690DEF082DF2AB2F399A4E8; IL2CPP_EXTERN_C String_t* _stringLiteral3E56657869EC1230070D0F09759BD90A5FF04761; IL2CPP_EXTERN_C String_t* _stringLiteral3EAE1AE7161EFAF0FA858C397A84569B405AF9AA; IL2CPP_EXTERN_C String_t* _stringLiteral3EDA0355A6B53D3D4A549589177E809E514C650D; IL2CPP_EXTERN_C String_t* _stringLiteral3FA786649DE44AC068F17EB30BCCD261D003AC71; IL2CPP_EXTERN_C String_t* _stringLiteral40FAA5485B10990EC93F11E454FAFADD3BA7105C; IL2CPP_EXTERN_C String_t* _stringLiteral44E94F1C0220CD13F4C128BB9FF1CA92C7133690; IL2CPP_EXTERN_C String_t* _stringLiteral49C6017983A91ED484B4288C29E9C6671943A721; IL2CPP_EXTERN_C String_t* _stringLiteral4B1C7E4D75A1886120C5236BEB7244D47E5C537C; IL2CPP_EXTERN_C String_t* _stringLiteral4C2D2AC5C14273570C5842772D23EFF3038086D9; IL2CPP_EXTERN_C String_t* _stringLiteral4E7631B4192CAE94CE4A9AC72080E6F7ADFD793C; IL2CPP_EXTERN_C String_t* _stringLiteral4F539D3E438AC9532A3E056E50A61F6CCD62392B; IL2CPP_EXTERN_C String_t* _stringLiteral51A98F24922F0CBDE1B2064D81AAC1A4049FF02D; IL2CPP_EXTERN_C String_t* _stringLiteral539014BAF1B37D52219CEC200527F62B1221670E; IL2CPP_EXTERN_C String_t* _stringLiteral584A689E1C27E6F41ABF0DF68F86F20B66B65F6F; IL2CPP_EXTERN_C String_t* _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18; IL2CPP_EXTERN_C String_t* _stringLiteral61D1EF19DEEDF543C967F4B10734ACFF737D0FE4; IL2CPP_EXTERN_C String_t* _stringLiteral64058CC688A96A90239811EF06C9D20DB0499C3E; IL2CPP_EXTERN_C String_t* _stringLiteral685F2FFE411C83D73B0D702B7DC5E548D523508D; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6FB0436DC56071B60C9D5743D510A414902130B9; IL2CPP_EXTERN_C String_t* _stringLiteral71B3CD3397671C8E3618F011BF170FAC9F499980; IL2CPP_EXTERN_C String_t* _stringLiteral72682C7A8425470699E11CA5040CFC8EB94864D6; IL2CPP_EXTERN_C String_t* _stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900; IL2CPP_EXTERN_C String_t* _stringLiteral75E98C78538157035E0D0E268C0A2C76D23211BA; IL2CPP_EXTERN_C String_t* _stringLiteral790AD59E6474F50CCB2314B67DBEDC0EB478862A; IL2CPP_EXTERN_C String_t* _stringLiteral7B0F1283D6A3260688A2404E224C0BA061D279B3; IL2CPP_EXTERN_C String_t* _stringLiteral7B8599FC60C1CB6E010C304BEDAB3F1C9F2613A0; IL2CPP_EXTERN_C String_t* _stringLiteral7CB44EA744A3060D01211672D5FF225D29CC2B31; IL2CPP_EXTERN_C String_t* _stringLiteral7CC025E138704F688F8D1E8261B03C31E8BAA465; IL2CPP_EXTERN_C String_t* _stringLiteral82A81D7FC4E2F6FF548C0B58DA122C36E1D478AA; IL2CPP_EXTERN_C String_t* _stringLiteral89AE3D8A978357B6CD4D7D4745A7F890A0E2F8D2; IL2CPP_EXTERN_C String_t* _stringLiteral8BC32A5EAB0F11F78953D428AB41DFA7478F8638; IL2CPP_EXTERN_C String_t* _stringLiteral8BEC637D9FF260C655C52D22878AC1B136EFACF2; IL2CPP_EXTERN_C String_t* _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E; IL2CPP_EXTERN_C String_t* _stringLiteral8DD8D6FCBA1E38E53530F55F7B9061E65C123321; IL2CPP_EXTERN_C String_t* _stringLiteral8F14545E96A97CA6E4BB71607070728BAD81EE42; IL2CPP_EXTERN_C String_t* _stringLiteral905A68D3ED43F0E0B844F4C70A78651A94B0D8DA; IL2CPP_EXTERN_C String_t* _stringLiteral913C9CAAD02FC5B27376EF1D54408351C242F44A; IL2CPP_EXTERN_C String_t* _stringLiteral915E2281CB941351E3D4A071EB935CF8F4EC6E92; IL2CPP_EXTERN_C String_t* _stringLiteral92121EA1B3368BA74DACC650CFB6E85B47E49439; IL2CPP_EXTERN_C String_t* _stringLiteral99C3A04EB067FA4EAE169E6D8931C29E6C23B6E8; IL2CPP_EXTERN_C String_t* _stringLiteral9D0FC7192C1BC49D9C9F14A232794521DA714D9B; IL2CPP_EXTERN_C String_t* _stringLiteralA30C13E362606C5E6A8F8939BB34DC6FBD230322; IL2CPP_EXTERN_C String_t* _stringLiteralA958A954074FF9484F15385EEEC73469849170AA; IL2CPP_EXTERN_C String_t* _stringLiteralADC9BE7FE311E441BE59AB971E9E45A198FF0975; IL2CPP_EXTERN_C String_t* _stringLiteralB2706846B67E9C8FC2AAC4F9E716085ECAE68F35; IL2CPP_EXTERN_C String_t* _stringLiteralB2AF2E6452A86E58A925C46142C32628989CA39F; IL2CPP_EXTERN_C String_t* _stringLiteralB2D94F054CFFA4959E5BFD39650F74A8C73B2C92; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED; IL2CPP_EXTERN_C String_t* _stringLiteralB53503E9A58317AB2CE1DE1AC0BCD13ED1BDF2D5; IL2CPP_EXTERN_C String_t* _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58; IL2CPP_EXTERN_C String_t* _stringLiteralB82244460F050E4F7E423A7000AE2646F10EF257; IL2CPP_EXTERN_C String_t* _stringLiteralBA63C900D4241C676A0025AB8C891ABA3C911A87; IL2CPP_EXTERN_C String_t* _stringLiteralBB8FB7C40046CAE7C8959AAE24AD38D8BBB78A2E; IL2CPP_EXTERN_C String_t* _stringLiteralBCC5FCD86E2E30E56BAD0B54B9E8EA03ED0FFC3A; IL2CPP_EXTERN_C String_t* _stringLiteralBDCBBCBD8F5E0EB099A3A1B0ECDDB8743EBCA8A8; IL2CPP_EXTERN_C String_t* _stringLiteralC0A48EDC742B92D7EFD262D5F90073EE36ECFEFF; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC2A41287AEE7C60D906DB7A082841838428D11B9; IL2CPP_EXTERN_C String_t* _stringLiteralC39BCCD4A3521542084353626418ACF814EF6ED4; IL2CPP_EXTERN_C String_t* _stringLiteralC4BF212D0CF5B1E8200AAB4C3F88D5163C726A5B; IL2CPP_EXTERN_C String_t* _stringLiteralC4D48C309A3AF31DF786DF892A6430DD4E5C86EC; IL2CPP_EXTERN_C String_t* _stringLiteralC7BC5720D92831EEF195351553329E90EA1D7B6D; IL2CPP_EXTERN_C String_t* _stringLiteralC9A60DAF92C3EDA5CB6CB6E661BA58F19E737431; IL2CPP_EXTERN_C String_t* _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70; IL2CPP_EXTERN_C String_t* _stringLiteralCB38BD6540168B3F80FC1E0ED60F43650A552E50; IL2CPP_EXTERN_C String_t* _stringLiteralCB4D45F97D1579C33DE8E414C713E11054C99C32; IL2CPP_EXTERN_C String_t* _stringLiteralCC4153577DC6301E1F6FFF8598C112823A34E145; IL2CPP_EXTERN_C String_t* _stringLiteralCE6794451791F1C7996E29D0513F57A5F734F545; IL2CPP_EXTERN_C String_t* _stringLiteralCEDD056CB1AEAC2410B265AC6AC40961D930B3E7; IL2CPP_EXTERN_C String_t* _stringLiteralD11F3BA9EA0D64B17A863FDE2DE5CF125E224E19; IL2CPP_EXTERN_C String_t* _stringLiteralD4D848BE2B98C2A05F036800D815043400CB8FF9; IL2CPP_EXTERN_C String_t* _stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E; IL2CPP_EXTERN_C String_t* _stringLiteralD96798B51B533354CA4E07230ED4492EEB042F9F; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDC9DC797F30B7F53D5E1DEF446818F7904897A4C; IL2CPP_EXTERN_C String_t* _stringLiteralDD28D20543989F54A4DB90E000211D64618E6DC2; IL2CPP_EXTERN_C String_t* _stringLiteralE134CE3B47F0CA2291ABAA4D77503AC1B87A4F4B; IL2CPP_EXTERN_C String_t* _stringLiteralE9E2806DA3BE2DC1B6E52621660938F70B89249E; IL2CPP_EXTERN_C String_t* _stringLiteralED773514A9E46113196A3BE052A63F5C9FDFF0C8; IL2CPP_EXTERN_C String_t* _stringLiteralEE82CD05DFB04E4DB6C49F5F441EAC1BAF8A8549; IL2CPP_EXTERN_C String_t* _stringLiteralEF8F82381F971721A95F57B45548E2D9551AF424; IL2CPP_EXTERN_C String_t* _stringLiteralEFB5184ABBA185B98A5D13F3CD9B01B459207BBA; IL2CPP_EXTERN_C String_t* _stringLiteralF1820699B4345D86F4AB2612A13D00EBC4B47BB1; IL2CPP_EXTERN_C String_t* _stringLiteralF1D1C7830043374E7CAB165F867DFE6348EDB19A; IL2CPP_EXTERN_C String_t* _stringLiteralF23C07ABD8AFEDAF53328F155396FC155AD5ADED; IL2CPP_EXTERN_C String_t* _stringLiteralF338F025E15E63B321EE7885AFA62E2EBDA019DD; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF96E3A0D6AADAA04585B6E04091A8E6C88772044; IL2CPP_EXTERN_C String_t* _stringLiteralFA228A166C8AB08C7AA7D26E2EC88C52F25923F6; IL2CPP_EXTERN_C String_t* _stringLiteralFA9C5EDEA83EC45E6AC6505DA39BB7FB43D18AF1; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m3286BD257305EEBCD41558DFFAA5E2E84787B144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m003A2DF94EF96D806D8F76BE273B2DCEC4BD8106_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m0830373DB14CA8000087DD745ED3AED5B645D5D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mC14E24B188C6C29726CFCBC0E98734C95A1F6F7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mF1B9F869B92E0564B028B92505D790CF0F65CCD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_mE1893FFB3965F3DA39977325B195FF6F8DB9E3DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m2AA53EB59C74F789510F81501EA61954ED2D4988_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mEA0FE9415D822EE7BE171F985ABF01E0FADB98DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_3__ctor_m55B5232DDB3492FE9225EB7399249CE04315DBB9_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_IndexOf_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_m7E1281C9DD8335491BBCBF2DCA0EEF789C8E631E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m4A6F4D4DA173325202560896349A5992857330C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m44198B22C7A844DA16DC406E8A09CEA18B2D8BF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6_m7488B2BAD3DB37C0D0866D1C993DB4CEF8BC43E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D_mA2CC32F8856EDBAB680106748E78635646821969_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_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m1025822CFFC3A3C846267590775A843ED9532924_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_mEB498E1E05ECE05CF007D68E3C83DABA9E7CC819_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisToggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E_m544EDB55EC6C249F96B487032ECEB73B848CD844_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToDictionary_TisHTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E_TisString_t_TisString_t_m4C2AD0AB2666298BB3256528FDD01C448BFD9455_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m5405FD4F820E573FF613FD64A11BA2A139E9B296_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* GameObject_GetComponentInChildren_TisDatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516_m991EAEA7DED510BDA6066DA652D4DFD3546BE4A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInParent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_m90625F443F554FEAED998DB6123FE13C183E0A62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_m945DC1376821BBA76F0E1F2E19E2D733B081783C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814_mB566C4E186F1E1445C18FC21DDB3B15272919F34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m703FB10019FF453F25D4AA1F74C549F547466497_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_mA6C0054BD904F5E3A72F4752D84CE4209931E2D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_m2B607839BA3240F8E952475A4727887B2DF706EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mC768C51F031F7135EF36B0E02875D7F6B489B436_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mAC8E5BC91F643BE3F6B0F98E8249F32E69D3790B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_get_Count_m19BDF71BBAFEE3DADC4089E8DCF0F13D4838B415_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_Invoke_TisString_t_mE228D641918394DFF41A33891449B8FB4FFD19B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB4DEE576751A17447814EFD1877504B1B868FE3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProtectedPart_GetInstance_m28282B49151C2E8749C7D78335503F92BAC72DF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProtocolVersion_Get_mA39DF90029D417EA7037AA786E87BD781392A6EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PskTlsClient_GetAuthentication_m52297C597AEB2596D8D043E21CCB1C92EE06C266_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PskTlsClient_GetKeyExchange_m2D61776548C0265EB0A4E937354B114382D6DA16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PskTlsServer_GetCredentials_m3275BCB23695E5A6A8CF44125D776B835D91BEF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PskTlsServer_GetKeyExchange_m5D14D7E54BB677CE8F2050C860367211BE720F61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PskTlsServer_GetRsaEncryptionCredentials_m4DCF2627C7B8A23DCA17CF46AB0A1F46DBA98049_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PssSigner_Init_mAC51F25F270D4A4FA9266A75368151C095EBE918_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PublicKeyAndChallenge_GetInstance_m3381EEF900BF7635DB204BE0AA8069EC48D1F1CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PublicKeyFactory_CreateKey_mCDC9554A79A6CD26010C632AFB5E37153A4DEFFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PublicKeyFactory_GetRawKey_m8997CB39F087511C3816A989828087603BC12F50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PushbackStream_Unread_m1B688E75101AB8897FA25487B1C6B6D23892F7F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* QCStatement_GetInstance_mE4EBF1278752FB855444538648C9EECFC0C049A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC2CbcParameter_GetInstance_m97C6D46CF40DF2DD0717EAE4446E0BA9FBBCD72F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC2Engine_Init_m9898DC6B9E10523B491E884564AFD70DA4062B90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC2Engine_ProcessBlock_m5799128117E4DEEF0DB688CF33C6B2CB8D846214_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC2WrapEngine_Init_m1A77A68CFC77D78335D85000EF24A4F7E6253962_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC2WrapEngine_Unwrap_m0897C366573E541F6F2566001FC918DA874312E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC2WrapEngine_Wrap_m8B12FF8FBE19DE5D649858D239CDF0A2830A6EA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC4Engine_Init_mFD03ADC91D20BCC5990C4132C7D429D4A90630BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC532Engine_Init_mCD59131F5862043CEED9B008A6A77C540A27D520_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC564Engine_Init_m49F257EABA4F632BAA8015B3A5FF03D8C1EDDD25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC5Parameters__ctor_mC42A7624DDEE52C092B17B7B9B120FB3E9EE3638_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC6Engine_Init_m084FFEE7B82E54CBF5262520DE0E4B20E791C6CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RC6Engine_ProcessBlock_m0FF4CB11C772613511DBC627FB9B285ABE29C6FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RabbitHuntGameMode_OnlinePK_OnStart_mE4C1D4A7577D31D8EE4EFB32C600BC00977841D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RabbitHuntGameMode_U3CCreateAnimalU3Eb__8_0_mFE39E806702B1AEB4D3DF180CF85E4DEFFB3ED84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Rabbit_U3CDieU3Eb__27_0_mD58CBB430CAD71D840B241D1D15E8001986EBF03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RandomDsaKCalculator_Init_m41F503911B550377337B90B69C445BABE43C479A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyBufferedStream_Flush_m30E39DE94A1FB46C3717E7C8E6EF384E1F4C63B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyBufferedStream_Read_mC4238505F8124B0070926FDC9F6C421AD66C0EE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyBufferedStream_Seek_mEDF5142CD75AC649BB692349D1CB67A7D12F2AAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyBufferedStream_SetLength_mB402A28B030FC7CEB8CD6D1E6B901019AE96221B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyBufferedStream_Write_mFA3DFFF556D1BB5EC7B0027D4B66897D4B1F6B16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyBufferedStream_get_CanSeek_m06F0DFF374046E73FA85BC3463CAA7915ED4C788_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyBufferedStream_get_CanWrite_m48370A5D9679D399689D0768F51E704C09FE7D6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyBufferedStream_get_Length_mCB8EB2049B426DD67F28330FA17C3BC8A0260FD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyBufferedStream_get_Position_m40DD472CF78D0349B0EEBC4C4942AC90F8C7920B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyBufferedStream_set_Position_m9D31311B007348576159300E4785F14C617C426A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyList_Add_mEDE537A67478E3744B0B9F1D9AB5746CDFED54C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyList_Clear_m2E1643F351F184071D9F8A51C3A1F0AB2C36C4A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyList_Insert_m705E335712279B5080BE4CF9C643F283E5D3FAAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyList_RemoveAt_mD35E624FA77859F444F8EEB9BDAC0E933CAB2B8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyList_Remove_m65888D6F27E112BCC7FE2709C40106C65904AF04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyList_set_Item_m6A4DBFF26C7DA566AB98D1F38B22B8C65A602B78_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecipientEncryptedKey_GetInstance_m82B836BBA312A86DB17E4DB68C182FE66DCC0E05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecipientIdentifier_GetInstance_mF318CCF924FDB2221751F4D79E94AC4B3EAFF250_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecipientInfo_GetInstance_m49B8FDDF8889982D92F694C2FC961207F792C345_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecipientInfo_get_Info_m84C71920211A40C9592A8BD128503926C84FD6E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecipientInfo_get_Version_m9B2F7DB2E0B86C139C0D0395794175C1C4CE54AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecipientInformation_GetContentFromSessionKey_m0C29E269759D7B87B5D1B84BC1D636DE0E21166A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecipientInformation_GetContent_mA84E9A84F42850E639D4D60EB9EB8156D2CE4007_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecipientKeyIdentifier_GetInstance_m7EAD1F417D783C8D154363CE864E6749867D8495_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecipientKeyIdentifier__ctor_mE0277623FE69064CA21C835922EF7EF7147174B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecordStream_CheckLength_m805419E7E98FDA83EAD2EE49E6497989B2D5E565_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecordStream_CheckRecordHeader_m29044432FF8CD46B58BFE538261A9372A9B1CCAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecordStream_CheckType_m38845EEC8059609CBE1E1158EE07B624C5C182DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecordStream_DecodeAndVerify_mF0645191B64FDFA7E89C38CF138BF2553A22D8A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecordStream_FinaliseHandshake_mAA8B7BFF6E2C1A47D90E9006B5DA0ACFAE6CB720_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecordStream_ReadRecord_mFACDFFD3F4C551076A0E33FA9F088F5D8E3FE914_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecordStream_ReceivedReadCipherSpec_m32F30B23085A98C4AF5E08370E73B25D88BEA901_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecordStream_SentWriteCipherSpec_mFD2E540F193E56A715D677C91BF149E829F0FC1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RecordStream_WriteRecord_m2B1018B88F35925BF5B33983BA1FA75F99FE110C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RedirectSample_Hub_OnClosed_m2E97B5DEF18D9048220894D0CD063BC27119A8A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RedirectSample_Hub_OnConnected_m51A2AC91A937496F04D4B4C45CF9D0FF5658A783_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RedirectSample_Hub_OnError_mBD348769F5E6A33EF7E76939FE49123D6BFFE28A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RedirectSample_Hub_OnMessage_mCA35070303C3067BC4593173F23161708CB6C159_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RedirectSample_Hub_Redirected_mF153F28AD32313F36E8563E2CBF4B4B91EF2AD9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RedirectSample_U3CHub_OnConnectedU3Eb__8_0_mB5520C0085A00CE7DB6BF58EABC9656E3F539EEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RedirectSample_U3COnGUIU3Eb__6_0_m3636D3CCCDB98E278ADD09B3854AB81EA512EB1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegisterView_U3CChnageCaptchaU3Eb__18_0_m78B32A745085EAB5A81FD94B5D1B0D073CBB6D7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegisterView_U3CGetLocationU3Eb__36_0_mE976D20D363802A0032F59ED84FC5CAE39279CDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegisterView_U3CGetLocationU3Eb__36_1_mC003B7DF5FEE1ED14FCFD4CD3D0490DABEAD3F50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegisterView_U3COpenDatePickerU3Eb__30_0_mF94A71520E399A9545AF20AB2ED67AB79B996BA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegisterView_U3CRegisterNextU3Eb__26_0_m7C1B582990B9BB4CC57F91F05B478FB5B89DB56B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegisterView_U3CRegisterNextU3Eb__26_1_m87783DC83BC7B2D9DDDAE0877AC31F4CBC6DB452_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1__ctor_mF9F52673E5EED5DF177AAC13A197EE0E180CE147_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1_get_Instance_mEA24133F067AA33E873E2B7E10DE993B007252D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1_get_Instance_mF44541474BC5DD051198E345F6E9C943FF05074D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetDataU3Eb__2_0_m97940847A3CAD47F70E654B4B4A831DBC70DB1C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CGetDataU3Eb__2_1_m62D8FD0A2E3E6F07D117941BF0B00D9A3552983D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRegisterSaveU3Eb__28_0_m1955593B5D5392DAF8520E9701E8BCD319C7E280_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass12_0_U3CEnterRankListBoxU3Eb__0_m4FF05A7100AA962DA4B0F29C6C0EA570110AD8CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_0_U3COnEnableU3Eb__0_mF86ED26B38806EF21C37858DA5AEF716573E53B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass15_0_U3CInitInputLimitU3Eb__0_mD380BF63C33BBC61CE84CE1F6031001E978A0596_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass16_0_U3CInitBtnTabs1U3Eb__0_m893DE0C2AAEB40C1E0624D136803AC820F692E45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass20_0_U3COnClick_BindEmailU3Eb__0_m1A57D3052A3834732BC402EE2A235DE424F7259A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass22_0_U3CInitBtnTabsU3Eb__0_m7C0C0755606908CB49483B661F7307B64D1BBE5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass22_0_U3COnClick_BindPhoneU3Eb__0_m12A5B8BBE5511E3033168D1030DC15905E6906C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_1__ctor_mBB6FF824ECCAE3C08CD8B015E235BBDC15BCF43F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_3__ctor_m2935BC6A1CBA5EAC25A8A386514543D97F68B660_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_mC6DDB55AF3B8AC6DBA08F1695CE00DE191603830_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_DestroyView_TisRankView_tE5C219F6182DB522063A069F5DC912015E58128E_mCD96D375974EE1E1D011D87E44248279FAFE7572_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875_0_0_0_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486; struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; struct MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09; struct SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___entries_1)); } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___keys_7)); } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___values_8)); } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * get_values_8() const { return ___values_8; } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____slots_8)); } inline SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // System.Collections.Generic.HashSet`1 struct HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t3B84A01F77647EA637A5288CDDE606485A06ABD1* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____slots_8)); } inline SlotU5BU5D_t3B84A01F77647EA637A5288CDDE606485A06ABD1* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t3B84A01F77647EA637A5288CDDE606485A06ABD1** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t3B84A01F77647EA637A5288CDDE606485A06ABD1* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // System.Collections.Generic.HashSet`1 struct HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____slots_8)); } inline SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t8EC62680F649585ECE1B7E1D80BAFAF7F475C579* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_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_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692, ____items_1)); } inline MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1* get__items_1() const { return ____items_1; } inline MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692_StaticFields, ____emptyArray_5)); } inline MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1* get__emptyArray_5() const { return ____emptyArray_5; } inline MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* ____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_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____items_1)); } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* get__items_1() const { return ____items_1; } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* 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_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____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_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____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_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____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_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F_StaticFields, ____emptyArray_5)); } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* get__emptyArray_5() const { return ____emptyArray_5; } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* 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); } }; // JCUnityLib.Singleton`1 struct Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400 : public RuntimeObject { public: public: }; struct Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400_StaticFields { public: // T JCUnityLib.Singleton`1::s_Instance CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400_StaticFields, ___s_Instance_0)); } inline CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * get_s_Instance_0() const { return ___s_Instance_0; } inline CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } }; // JCUnityLib.Singleton`1 struct Singleton_1_tF63498CA94A978D333FED8B0AD98946D08CBEC59 : public RuntimeObject { public: public: }; struct Singleton_1_tF63498CA94A978D333FED8B0AD98946D08CBEC59_StaticFields { public: // T JCUnityLib.Singleton`1::s_Instance LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(Singleton_1_tF63498CA94A978D333FED8B0AD98946D08CBEC59_StaticFields, ___s_Instance_0)); } inline LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * get_s_Instance_0() const { return ___s_Instance_0; } inline LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier struct AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsCipherFactory struct AbstractTlsCipherFactory_tA8785BCE606A193A288216A22E1D0169431076DE : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange struct AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::mKeyExchange int32_t ___mKeyExchange_0; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::mSupportedSignatureAlgorithms RuntimeObject* ___mSupportedSignatureAlgorithms_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::mContext RuntimeObject* ___mContext_2; public: inline static int32_t get_offset_of_mKeyExchange_0() { return static_cast(offsetof(AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA, ___mKeyExchange_0)); } inline int32_t get_mKeyExchange_0() const { return ___mKeyExchange_0; } inline int32_t* get_address_of_mKeyExchange_0() { return &___mKeyExchange_0; } inline void set_mKeyExchange_0(int32_t value) { ___mKeyExchange_0 = value; } inline static int32_t get_offset_of_mSupportedSignatureAlgorithms_1() { return static_cast(offsetof(AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA, ___mSupportedSignatureAlgorithms_1)); } inline RuntimeObject* get_mSupportedSignatureAlgorithms_1() const { return ___mSupportedSignatureAlgorithms_1; } inline RuntimeObject** get_address_of_mSupportedSignatureAlgorithms_1() { return &___mSupportedSignatureAlgorithms_1; } inline void set_mSupportedSignatureAlgorithms_1(RuntimeObject* value) { ___mSupportedSignatureAlgorithms_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSupportedSignatureAlgorithms_1), (void*)value); } inline static int32_t get_offset_of_mContext_2() { return static_cast(offsetof(AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA, ___mContext_2)); } inline RuntimeObject* get_mContext_2() const { return ___mContext_2; } inline RuntimeObject** get_address_of_mContext_2() { return &___mContext_2; } inline void set_mContext_2(RuntimeObject* value) { ___mContext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsPeer struct AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A : public RuntimeObject { public: public: }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::privateKey bool ___privateKey_0; public: inline static int32_t get_offset_of_privateKey_0() { return static_cast(offsetof(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A, ___privateKey_0)); } inline bool get_privateKey_0() const { return ___privateKey_0; } inline bool* get_address_of_privateKey_0() { return &___privateKey_0; } inline void set_privateKey_0(bool value) { ___privateKey_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher struct CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::IV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cbcV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cbcV_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cbcNextV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cbcNextV_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::blockSize int32_t ___blockSize_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::cipher RuntimeObject* ___cipher_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::encrypting bool ___encrypting_5; public: inline static int32_t get_offset_of_IV_0() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___IV_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV_0() const { return ___IV_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV_0() { return &___IV_0; } inline void set_IV_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV_0), (void*)value); } inline static int32_t get_offset_of_cbcV_1() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cbcV_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cbcV_1() const { return ___cbcV_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cbcV_1() { return &___cbcV_1; } inline void set_cbcV_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cbcV_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cbcV_1), (void*)value); } inline static int32_t get_offset_of_cbcNextV_2() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cbcNextV_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cbcNextV_2() const { return ___cbcNextV_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cbcNextV_2() { return &___cbcNextV_2; } inline void set_cbcNextV_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cbcNextV_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cbcNextV_2), (void*)value); } inline static int32_t get_offset_of_blockSize_3() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___blockSize_3)); } inline int32_t get_blockSize_3() const { return ___blockSize_3; } inline int32_t* get_address_of_blockSize_3() { return &___blockSize_3; } inline void set_blockSize_3(int32_t value) { ___blockSize_3 = value; } inline static int32_t get_offset_of_cipher_4() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___cipher_4)); } inline RuntimeObject* get_cipher_4() const { return ___cipher_4; } inline RuntimeObject** get_address_of_cipher_4() { return &___cipher_4; } inline void set_cipher_4(RuntimeObject* value) { ___cipher_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_4), (void*)value); } inline static int32_t get_offset_of_encrypting_5() { return static_cast(offsetof(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30, ___encrypting_5)); } inline bool get_encrypting_5() const { return ___encrypting_5; } inline bool* get_address_of_encrypting_5() { return &___encrypting_5; } inline void set_encrypting_5(bool value) { ___encrypting_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream struct CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 : public RuntimeObject { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::_oid String_t* ____oid_1; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::_in Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____in_2; public: inline static int32_t get_offset_of__oid_1() { return static_cast(offsetof(CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21, ____oid_1)); } inline String_t* get__oid_1() const { return ____oid_1; } inline String_t** get_address_of__oid_1() { return &____oid_1; } inline void set__oid_1(String_t* value) { ____oid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____oid_1), (void*)value); } inline static int32_t get_offset_of__in_2() { return static_cast(offsetof(CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21, ____in_2)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__in_2() const { return ____in_2; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__in_2() { return &____in_2; } inline void set__in_2(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____in_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____in_2), (void*)value); } }; // JCUnityLib.CountLock struct CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 : public RuntimeObject { public: // System.Int32 JCUnityLib.CountLock::m_count int32_t ___m_count_0; // System.Collections.Generic.HashSet`1 JCUnityLib.CountLock::m_objects HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ___m_objects_1; public: inline static int32_t get_offset_of_m_count_0() { return static_cast(offsetof(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1, ___m_count_0)); } inline int32_t get_m_count_0() const { return ___m_count_0; } inline int32_t* get_address_of_m_count_0() { return &___m_count_0; } inline void set_m_count_0(int32_t value) { ___m_count_0 = value; } inline static int32_t get_offset_of_m_objects_1() { return static_cast(offsetof(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1, ___m_objects_1)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get_m_objects_1() const { return ___m_objects_1; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of_m_objects_1() { return &___m_objects_1; } inline void set_m_objects_1(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ___m_objects_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_objects_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers struct CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C : public RuntimeObject { public: public: }; struct CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411Hmac DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411Hmac_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR28147Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR28147Cbc_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::ID_Gost28147_89_CryptoPro_A_ParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ID_Gost28147_89_CryptoPro_A_ParamSet_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94WithGostR3410x94 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94WithGostR3410x94_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94WithGostR3410x2001 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94WithGostR3410x2001_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94CryptoProParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94CryptoProParamSet_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProA_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProB_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProC_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProD DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProD_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchA_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchB_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchC_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProA_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProB_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProC_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProXchA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProXchA_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProXchB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProXchB_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostElSgDH3410Default DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostElSgDH3410Default_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostElSgDH3410x1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostElSgDH3410x1_23; public: inline static int32_t get_offset_of_GostR3411_1() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411_1() const { return ___GostR3411_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411_1() { return &___GostR3411_1; } inline void set_GostR3411_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411_1), (void*)value); } inline static int32_t get_offset_of_GostR3411Hmac_2() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411Hmac_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411Hmac_2() const { return ___GostR3411Hmac_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411Hmac_2() { return &___GostR3411Hmac_2; } inline void set_GostR3411Hmac_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411Hmac_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411Hmac_2), (void*)value); } inline static int32_t get_offset_of_GostR28147Cbc_3() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR28147Cbc_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR28147Cbc_3() const { return ___GostR28147Cbc_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR28147Cbc_3() { return &___GostR28147Cbc_3; } inline void set_GostR28147Cbc_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR28147Cbc_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR28147Cbc_3), (void*)value); } inline static int32_t get_offset_of_ID_Gost28147_89_CryptoPro_A_ParamSet_4() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___ID_Gost28147_89_CryptoPro_A_ParamSet_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ID_Gost28147_89_CryptoPro_A_ParamSet_4() const { return ___ID_Gost28147_89_CryptoPro_A_ParamSet_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ID_Gost28147_89_CryptoPro_A_ParamSet_4() { return &___ID_Gost28147_89_CryptoPro_A_ParamSet_4; } inline void set_ID_Gost28147_89_CryptoPro_A_ParamSet_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ID_Gost28147_89_CryptoPro_A_ParamSet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ID_Gost28147_89_CryptoPro_A_ParamSet_4), (void*)value); } inline static int32_t get_offset_of_GostR3410x94_5() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94_5() const { return ___GostR3410x94_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94_5() { return &___GostR3410x94_5; } inline void set_GostR3410x94_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94_5), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001_6() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001_6() const { return ___GostR3410x2001_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001_6() { return &___GostR3410x2001_6; } inline void set_GostR3410x2001_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001_6), (void*)value); } inline static int32_t get_offset_of_GostR3411x94WithGostR3410x94_7() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94WithGostR3410x94_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94WithGostR3410x94_7() const { return ___GostR3411x94WithGostR3410x94_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94WithGostR3410x94_7() { return &___GostR3411x94WithGostR3410x94_7; } inline void set_GostR3411x94WithGostR3410x94_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94WithGostR3410x94_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94WithGostR3410x94_7), (void*)value); } inline static int32_t get_offset_of_GostR3411x94WithGostR3410x2001_8() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94WithGostR3410x2001_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94WithGostR3410x2001_8() const { return ___GostR3411x94WithGostR3410x2001_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94WithGostR3410x2001_8() { return &___GostR3411x94WithGostR3410x2001_8; } inline void set_GostR3411x94WithGostR3410x2001_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94WithGostR3410x2001_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94WithGostR3410x2001_8), (void*)value); } inline static int32_t get_offset_of_GostR3411x94CryptoProParamSet_9() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94CryptoProParamSet_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94CryptoProParamSet_9() const { return ___GostR3411x94CryptoProParamSet_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94CryptoProParamSet_9() { return &___GostR3411x94CryptoProParamSet_9; } inline void set_GostR3411x94CryptoProParamSet_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94CryptoProParamSet_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94CryptoProParamSet_9), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProA_10() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProA_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProA_10() const { return ___GostR3410x94CryptoProA_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProA_10() { return &___GostR3410x94CryptoProA_10; } inline void set_GostR3410x94CryptoProA_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProA_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProA_10), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProB_11() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProB_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProB_11() const { return ___GostR3410x94CryptoProB_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProB_11() { return &___GostR3410x94CryptoProB_11; } inline void set_GostR3410x94CryptoProB_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProB_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProB_11), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProC_12() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProC_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProC_12() const { return ___GostR3410x94CryptoProC_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProC_12() { return &___GostR3410x94CryptoProC_12; } inline void set_GostR3410x94CryptoProC_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProC_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProC_12), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProD_13() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProD_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProD_13() const { return ___GostR3410x94CryptoProD_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProD_13() { return &___GostR3410x94CryptoProD_13; } inline void set_GostR3410x94CryptoProD_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProD_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProD_13), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchA_14() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchA_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchA_14() const { return ___GostR3410x94CryptoProXchA_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchA_14() { return &___GostR3410x94CryptoProXchA_14; } inline void set_GostR3410x94CryptoProXchA_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchA_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchA_14), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchB_15() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchB_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchB_15() const { return ___GostR3410x94CryptoProXchB_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchB_15() { return &___GostR3410x94CryptoProXchB_15; } inline void set_GostR3410x94CryptoProXchB_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchB_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchB_15), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchC_16() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchC_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchC_16() const { return ___GostR3410x94CryptoProXchC_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchC_16() { return &___GostR3410x94CryptoProXchC_16; } inline void set_GostR3410x94CryptoProXchC_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchC_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchC_16), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProA_17() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProA_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProA_17() const { return ___GostR3410x2001CryptoProA_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProA_17() { return &___GostR3410x2001CryptoProA_17; } inline void set_GostR3410x2001CryptoProA_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProA_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProA_17), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProB_18() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProB_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProB_18() const { return ___GostR3410x2001CryptoProB_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProB_18() { return &___GostR3410x2001CryptoProB_18; } inline void set_GostR3410x2001CryptoProB_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProB_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProB_18), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProC_19() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProC_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProC_19() const { return ___GostR3410x2001CryptoProC_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProC_19() { return &___GostR3410x2001CryptoProC_19; } inline void set_GostR3410x2001CryptoProC_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProC_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProC_19), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProXchA_20() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProXchA_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProXchA_20() const { return ___GostR3410x2001CryptoProXchA_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProXchA_20() { return &___GostR3410x2001CryptoProXchA_20; } inline void set_GostR3410x2001CryptoProXchA_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProXchA_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProXchA_20), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProXchB_21() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProXchB_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProXchB_21() const { return ___GostR3410x2001CryptoProXchB_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProXchB_21() { return &___GostR3410x2001CryptoProXchB_21; } inline void set_GostR3410x2001CryptoProXchB_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProXchB_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProXchB_21), (void*)value); } inline static int32_t get_offset_of_GostElSgDH3410Default_22() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostElSgDH3410Default_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostElSgDH3410Default_22() const { return ___GostElSgDH3410Default_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostElSgDH3410Default_22() { return &___GostElSgDH3410Default_22; } inline void set_GostElSgDH3410Default_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostElSgDH3410Default_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostElSgDH3410Default_22), (void*)value); } inline static int32_t get_offset_of_GostElSgDH3410x1_23() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostElSgDH3410x1_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostElSgDH3410x1_23() const { return ___GostElSgDH3410x1_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostElSgDH3410x1_23() { return &___GostElSgDH3410x1_23; } inline void set_GostElSgDH3410x1_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostElSgDH3410x1_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostElSgDH3410x1_23), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters struct DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::j BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___j_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::m int32_t ___m_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::l int32_t ___l_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHValidationParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::validation DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * ___validation_7; public: inline static int32_t get_offset_of_p_1() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___p_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_p_1() const { return ___p_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_p_1() { return &___p_1; } inline void set_p_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___p_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_1), (void*)value); } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___g_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_2() const { return ___g_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_2() { return &___g_2; } inline void set_g_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_2), (void*)value); } inline static int32_t get_offset_of_q_3() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___q_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_3() const { return ___q_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_3() { return &___q_3; } inline void set_q_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_3), (void*)value); } inline static int32_t get_offset_of_j_4() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___j_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_j_4() const { return ___j_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_j_4() { return &___j_4; } inline void set_j_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___j_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___j_4), (void*)value); } inline static int32_t get_offset_of_m_5() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___m_5)); } inline int32_t get_m_5() const { return ___m_5; } inline int32_t* get_address_of_m_5() { return &___m_5; } inline void set_m_5(int32_t value) { ___m_5 = value; } inline static int32_t get_offset_of_l_6() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___l_6)); } inline int32_t get_l_6() const { return ___l_6; } inline int32_t* get_address_of_l_6() { return &___l_6; } inline void set_l_6(int32_t value) { ___l_6 = value; } inline static int32_t get_offset_of_validation_7() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___validation_7)); } inline DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * get_validation_7() const { return ___validation_7; } inline DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B ** get_address_of_validation_7() { return &___validation_7; } inline void set_validation_7(DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * value) { ___validation_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___validation_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups struct DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF : public RuntimeObject { public: public: }; struct DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc2409_768_p String_t* ___rfc2409_768_p_0; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc2409_768_g String_t* ___rfc2409_768_g_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc2409_768 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc2409_768_2; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc2409_1024_p String_t* ___rfc2409_1024_p_3; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc2409_1024_g String_t* ___rfc2409_1024_g_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc2409_1024 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc2409_1024_5; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_1536_p String_t* ___rfc3526_1536_p_6; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_1536_g String_t* ___rfc3526_1536_g_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_1536 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc3526_1536_8; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_2048_p String_t* ___rfc3526_2048_p_9; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_2048_g String_t* ___rfc3526_2048_g_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_2048 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc3526_2048_11; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_3072_p String_t* ___rfc3526_3072_p_12; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_3072_g String_t* ___rfc3526_3072_g_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_3072 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc3526_3072_14; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_4096_p String_t* ___rfc3526_4096_p_15; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_4096_g String_t* ___rfc3526_4096_g_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_4096 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc3526_4096_17; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_6144_p String_t* ___rfc3526_6144_p_18; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_6144_g String_t* ___rfc3526_6144_g_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_6144 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc3526_6144_20; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_8192_p String_t* ___rfc3526_8192_p_21; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_8192_g String_t* ___rfc3526_8192_g_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc3526_8192 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc3526_8192_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc4306_768 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc4306_768_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc4306_1024 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc4306_1024_25; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5114_1024_160_p String_t* ___rfc5114_1024_160_p_26; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5114_1024_160_g String_t* ___rfc5114_1024_160_g_27; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5114_1024_160_q String_t* ___rfc5114_1024_160_q_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5114_1024_160 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc5114_1024_160_29; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5114_2048_224_p String_t* ___rfc5114_2048_224_p_30; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5114_2048_224_g String_t* ___rfc5114_2048_224_g_31; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5114_2048_224_q String_t* ___rfc5114_2048_224_q_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5114_2048_224 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc5114_2048_224_33; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5114_2048_256_p String_t* ___rfc5114_2048_256_p_34; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5114_2048_256_g String_t* ___rfc5114_2048_256_g_35; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5114_2048_256_q String_t* ___rfc5114_2048_256_q_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5114_2048_256 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc5114_2048_256_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5996_768 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc5996_768_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc5996_1024 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc5996_1024_39; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc7919_ffdhe2048_p String_t* ___rfc7919_ffdhe2048_p_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc7919_ffdhe2048 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc7919_ffdhe2048_41; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc7919_ffdhe3072_p String_t* ___rfc7919_ffdhe3072_p_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc7919_ffdhe3072 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc7919_ffdhe3072_43; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc7919_ffdhe4096_p String_t* ___rfc7919_ffdhe4096_p_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc7919_ffdhe4096 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc7919_ffdhe4096_45; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc7919_ffdhe6144_p String_t* ___rfc7919_ffdhe6144_p_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc7919_ffdhe6144 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc7919_ffdhe6144_47; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc7919_ffdhe8192_p String_t* ___rfc7919_ffdhe8192_p_48; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.DHStandardGroups::rfc7919_ffdhe8192 DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___rfc7919_ffdhe8192_49; public: inline static int32_t get_offset_of_rfc2409_768_p_0() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc2409_768_p_0)); } inline String_t* get_rfc2409_768_p_0() const { return ___rfc2409_768_p_0; } inline String_t** get_address_of_rfc2409_768_p_0() { return &___rfc2409_768_p_0; } inline void set_rfc2409_768_p_0(String_t* value) { ___rfc2409_768_p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc2409_768_p_0), (void*)value); } inline static int32_t get_offset_of_rfc2409_768_g_1() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc2409_768_g_1)); } inline String_t* get_rfc2409_768_g_1() const { return ___rfc2409_768_g_1; } inline String_t** get_address_of_rfc2409_768_g_1() { return &___rfc2409_768_g_1; } inline void set_rfc2409_768_g_1(String_t* value) { ___rfc2409_768_g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc2409_768_g_1), (void*)value); } inline static int32_t get_offset_of_rfc2409_768_2() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc2409_768_2)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc2409_768_2() const { return ___rfc2409_768_2; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc2409_768_2() { return &___rfc2409_768_2; } inline void set_rfc2409_768_2(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc2409_768_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc2409_768_2), (void*)value); } inline static int32_t get_offset_of_rfc2409_1024_p_3() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc2409_1024_p_3)); } inline String_t* get_rfc2409_1024_p_3() const { return ___rfc2409_1024_p_3; } inline String_t** get_address_of_rfc2409_1024_p_3() { return &___rfc2409_1024_p_3; } inline void set_rfc2409_1024_p_3(String_t* value) { ___rfc2409_1024_p_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc2409_1024_p_3), (void*)value); } inline static int32_t get_offset_of_rfc2409_1024_g_4() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc2409_1024_g_4)); } inline String_t* get_rfc2409_1024_g_4() const { return ___rfc2409_1024_g_4; } inline String_t** get_address_of_rfc2409_1024_g_4() { return &___rfc2409_1024_g_4; } inline void set_rfc2409_1024_g_4(String_t* value) { ___rfc2409_1024_g_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc2409_1024_g_4), (void*)value); } inline static int32_t get_offset_of_rfc2409_1024_5() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc2409_1024_5)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc2409_1024_5() const { return ___rfc2409_1024_5; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc2409_1024_5() { return &___rfc2409_1024_5; } inline void set_rfc2409_1024_5(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc2409_1024_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc2409_1024_5), (void*)value); } inline static int32_t get_offset_of_rfc3526_1536_p_6() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_1536_p_6)); } inline String_t* get_rfc3526_1536_p_6() const { return ___rfc3526_1536_p_6; } inline String_t** get_address_of_rfc3526_1536_p_6() { return &___rfc3526_1536_p_6; } inline void set_rfc3526_1536_p_6(String_t* value) { ___rfc3526_1536_p_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_1536_p_6), (void*)value); } inline static int32_t get_offset_of_rfc3526_1536_g_7() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_1536_g_7)); } inline String_t* get_rfc3526_1536_g_7() const { return ___rfc3526_1536_g_7; } inline String_t** get_address_of_rfc3526_1536_g_7() { return &___rfc3526_1536_g_7; } inline void set_rfc3526_1536_g_7(String_t* value) { ___rfc3526_1536_g_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_1536_g_7), (void*)value); } inline static int32_t get_offset_of_rfc3526_1536_8() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_1536_8)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc3526_1536_8() const { return ___rfc3526_1536_8; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc3526_1536_8() { return &___rfc3526_1536_8; } inline void set_rfc3526_1536_8(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc3526_1536_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_1536_8), (void*)value); } inline static int32_t get_offset_of_rfc3526_2048_p_9() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_2048_p_9)); } inline String_t* get_rfc3526_2048_p_9() const { return ___rfc3526_2048_p_9; } inline String_t** get_address_of_rfc3526_2048_p_9() { return &___rfc3526_2048_p_9; } inline void set_rfc3526_2048_p_9(String_t* value) { ___rfc3526_2048_p_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_2048_p_9), (void*)value); } inline static int32_t get_offset_of_rfc3526_2048_g_10() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_2048_g_10)); } inline String_t* get_rfc3526_2048_g_10() const { return ___rfc3526_2048_g_10; } inline String_t** get_address_of_rfc3526_2048_g_10() { return &___rfc3526_2048_g_10; } inline void set_rfc3526_2048_g_10(String_t* value) { ___rfc3526_2048_g_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_2048_g_10), (void*)value); } inline static int32_t get_offset_of_rfc3526_2048_11() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_2048_11)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc3526_2048_11() const { return ___rfc3526_2048_11; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc3526_2048_11() { return &___rfc3526_2048_11; } inline void set_rfc3526_2048_11(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc3526_2048_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_2048_11), (void*)value); } inline static int32_t get_offset_of_rfc3526_3072_p_12() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_3072_p_12)); } inline String_t* get_rfc3526_3072_p_12() const { return ___rfc3526_3072_p_12; } inline String_t** get_address_of_rfc3526_3072_p_12() { return &___rfc3526_3072_p_12; } inline void set_rfc3526_3072_p_12(String_t* value) { ___rfc3526_3072_p_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_3072_p_12), (void*)value); } inline static int32_t get_offset_of_rfc3526_3072_g_13() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_3072_g_13)); } inline String_t* get_rfc3526_3072_g_13() const { return ___rfc3526_3072_g_13; } inline String_t** get_address_of_rfc3526_3072_g_13() { return &___rfc3526_3072_g_13; } inline void set_rfc3526_3072_g_13(String_t* value) { ___rfc3526_3072_g_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_3072_g_13), (void*)value); } inline static int32_t get_offset_of_rfc3526_3072_14() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_3072_14)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc3526_3072_14() const { return ___rfc3526_3072_14; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc3526_3072_14() { return &___rfc3526_3072_14; } inline void set_rfc3526_3072_14(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc3526_3072_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_3072_14), (void*)value); } inline static int32_t get_offset_of_rfc3526_4096_p_15() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_4096_p_15)); } inline String_t* get_rfc3526_4096_p_15() const { return ___rfc3526_4096_p_15; } inline String_t** get_address_of_rfc3526_4096_p_15() { return &___rfc3526_4096_p_15; } inline void set_rfc3526_4096_p_15(String_t* value) { ___rfc3526_4096_p_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_4096_p_15), (void*)value); } inline static int32_t get_offset_of_rfc3526_4096_g_16() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_4096_g_16)); } inline String_t* get_rfc3526_4096_g_16() const { return ___rfc3526_4096_g_16; } inline String_t** get_address_of_rfc3526_4096_g_16() { return &___rfc3526_4096_g_16; } inline void set_rfc3526_4096_g_16(String_t* value) { ___rfc3526_4096_g_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_4096_g_16), (void*)value); } inline static int32_t get_offset_of_rfc3526_4096_17() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_4096_17)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc3526_4096_17() const { return ___rfc3526_4096_17; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc3526_4096_17() { return &___rfc3526_4096_17; } inline void set_rfc3526_4096_17(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc3526_4096_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_4096_17), (void*)value); } inline static int32_t get_offset_of_rfc3526_6144_p_18() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_6144_p_18)); } inline String_t* get_rfc3526_6144_p_18() const { return ___rfc3526_6144_p_18; } inline String_t** get_address_of_rfc3526_6144_p_18() { return &___rfc3526_6144_p_18; } inline void set_rfc3526_6144_p_18(String_t* value) { ___rfc3526_6144_p_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_6144_p_18), (void*)value); } inline static int32_t get_offset_of_rfc3526_6144_g_19() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_6144_g_19)); } inline String_t* get_rfc3526_6144_g_19() const { return ___rfc3526_6144_g_19; } inline String_t** get_address_of_rfc3526_6144_g_19() { return &___rfc3526_6144_g_19; } inline void set_rfc3526_6144_g_19(String_t* value) { ___rfc3526_6144_g_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_6144_g_19), (void*)value); } inline static int32_t get_offset_of_rfc3526_6144_20() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_6144_20)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc3526_6144_20() const { return ___rfc3526_6144_20; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc3526_6144_20() { return &___rfc3526_6144_20; } inline void set_rfc3526_6144_20(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc3526_6144_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_6144_20), (void*)value); } inline static int32_t get_offset_of_rfc3526_8192_p_21() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_8192_p_21)); } inline String_t* get_rfc3526_8192_p_21() const { return ___rfc3526_8192_p_21; } inline String_t** get_address_of_rfc3526_8192_p_21() { return &___rfc3526_8192_p_21; } inline void set_rfc3526_8192_p_21(String_t* value) { ___rfc3526_8192_p_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_8192_p_21), (void*)value); } inline static int32_t get_offset_of_rfc3526_8192_g_22() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_8192_g_22)); } inline String_t* get_rfc3526_8192_g_22() const { return ___rfc3526_8192_g_22; } inline String_t** get_address_of_rfc3526_8192_g_22() { return &___rfc3526_8192_g_22; } inline void set_rfc3526_8192_g_22(String_t* value) { ___rfc3526_8192_g_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_8192_g_22), (void*)value); } inline static int32_t get_offset_of_rfc3526_8192_23() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc3526_8192_23)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc3526_8192_23() const { return ___rfc3526_8192_23; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc3526_8192_23() { return &___rfc3526_8192_23; } inline void set_rfc3526_8192_23(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc3526_8192_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc3526_8192_23), (void*)value); } inline static int32_t get_offset_of_rfc4306_768_24() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc4306_768_24)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc4306_768_24() const { return ___rfc4306_768_24; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc4306_768_24() { return &___rfc4306_768_24; } inline void set_rfc4306_768_24(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc4306_768_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc4306_768_24), (void*)value); } inline static int32_t get_offset_of_rfc4306_1024_25() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc4306_1024_25)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc4306_1024_25() const { return ___rfc4306_1024_25; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc4306_1024_25() { return &___rfc4306_1024_25; } inline void set_rfc4306_1024_25(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc4306_1024_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc4306_1024_25), (void*)value); } inline static int32_t get_offset_of_rfc5114_1024_160_p_26() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5114_1024_160_p_26)); } inline String_t* get_rfc5114_1024_160_p_26() const { return ___rfc5114_1024_160_p_26; } inline String_t** get_address_of_rfc5114_1024_160_p_26() { return &___rfc5114_1024_160_p_26; } inline void set_rfc5114_1024_160_p_26(String_t* value) { ___rfc5114_1024_160_p_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5114_1024_160_p_26), (void*)value); } inline static int32_t get_offset_of_rfc5114_1024_160_g_27() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5114_1024_160_g_27)); } inline String_t* get_rfc5114_1024_160_g_27() const { return ___rfc5114_1024_160_g_27; } inline String_t** get_address_of_rfc5114_1024_160_g_27() { return &___rfc5114_1024_160_g_27; } inline void set_rfc5114_1024_160_g_27(String_t* value) { ___rfc5114_1024_160_g_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5114_1024_160_g_27), (void*)value); } inline static int32_t get_offset_of_rfc5114_1024_160_q_28() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5114_1024_160_q_28)); } inline String_t* get_rfc5114_1024_160_q_28() const { return ___rfc5114_1024_160_q_28; } inline String_t** get_address_of_rfc5114_1024_160_q_28() { return &___rfc5114_1024_160_q_28; } inline void set_rfc5114_1024_160_q_28(String_t* value) { ___rfc5114_1024_160_q_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5114_1024_160_q_28), (void*)value); } inline static int32_t get_offset_of_rfc5114_1024_160_29() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5114_1024_160_29)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc5114_1024_160_29() const { return ___rfc5114_1024_160_29; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc5114_1024_160_29() { return &___rfc5114_1024_160_29; } inline void set_rfc5114_1024_160_29(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc5114_1024_160_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5114_1024_160_29), (void*)value); } inline static int32_t get_offset_of_rfc5114_2048_224_p_30() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5114_2048_224_p_30)); } inline String_t* get_rfc5114_2048_224_p_30() const { return ___rfc5114_2048_224_p_30; } inline String_t** get_address_of_rfc5114_2048_224_p_30() { return &___rfc5114_2048_224_p_30; } inline void set_rfc5114_2048_224_p_30(String_t* value) { ___rfc5114_2048_224_p_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5114_2048_224_p_30), (void*)value); } inline static int32_t get_offset_of_rfc5114_2048_224_g_31() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5114_2048_224_g_31)); } inline String_t* get_rfc5114_2048_224_g_31() const { return ___rfc5114_2048_224_g_31; } inline String_t** get_address_of_rfc5114_2048_224_g_31() { return &___rfc5114_2048_224_g_31; } inline void set_rfc5114_2048_224_g_31(String_t* value) { ___rfc5114_2048_224_g_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5114_2048_224_g_31), (void*)value); } inline static int32_t get_offset_of_rfc5114_2048_224_q_32() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5114_2048_224_q_32)); } inline String_t* get_rfc5114_2048_224_q_32() const { return ___rfc5114_2048_224_q_32; } inline String_t** get_address_of_rfc5114_2048_224_q_32() { return &___rfc5114_2048_224_q_32; } inline void set_rfc5114_2048_224_q_32(String_t* value) { ___rfc5114_2048_224_q_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5114_2048_224_q_32), (void*)value); } inline static int32_t get_offset_of_rfc5114_2048_224_33() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5114_2048_224_33)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc5114_2048_224_33() const { return ___rfc5114_2048_224_33; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc5114_2048_224_33() { return &___rfc5114_2048_224_33; } inline void set_rfc5114_2048_224_33(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc5114_2048_224_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5114_2048_224_33), (void*)value); } inline static int32_t get_offset_of_rfc5114_2048_256_p_34() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5114_2048_256_p_34)); } inline String_t* get_rfc5114_2048_256_p_34() const { return ___rfc5114_2048_256_p_34; } inline String_t** get_address_of_rfc5114_2048_256_p_34() { return &___rfc5114_2048_256_p_34; } inline void set_rfc5114_2048_256_p_34(String_t* value) { ___rfc5114_2048_256_p_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5114_2048_256_p_34), (void*)value); } inline static int32_t get_offset_of_rfc5114_2048_256_g_35() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5114_2048_256_g_35)); } inline String_t* get_rfc5114_2048_256_g_35() const { return ___rfc5114_2048_256_g_35; } inline String_t** get_address_of_rfc5114_2048_256_g_35() { return &___rfc5114_2048_256_g_35; } inline void set_rfc5114_2048_256_g_35(String_t* value) { ___rfc5114_2048_256_g_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5114_2048_256_g_35), (void*)value); } inline static int32_t get_offset_of_rfc5114_2048_256_q_36() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5114_2048_256_q_36)); } inline String_t* get_rfc5114_2048_256_q_36() const { return ___rfc5114_2048_256_q_36; } inline String_t** get_address_of_rfc5114_2048_256_q_36() { return &___rfc5114_2048_256_q_36; } inline void set_rfc5114_2048_256_q_36(String_t* value) { ___rfc5114_2048_256_q_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5114_2048_256_q_36), (void*)value); } inline static int32_t get_offset_of_rfc5114_2048_256_37() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5114_2048_256_37)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc5114_2048_256_37() const { return ___rfc5114_2048_256_37; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc5114_2048_256_37() { return &___rfc5114_2048_256_37; } inline void set_rfc5114_2048_256_37(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc5114_2048_256_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5114_2048_256_37), (void*)value); } inline static int32_t get_offset_of_rfc5996_768_38() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5996_768_38)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc5996_768_38() const { return ___rfc5996_768_38; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc5996_768_38() { return &___rfc5996_768_38; } inline void set_rfc5996_768_38(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc5996_768_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5996_768_38), (void*)value); } inline static int32_t get_offset_of_rfc5996_1024_39() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc5996_1024_39)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc5996_1024_39() const { return ___rfc5996_1024_39; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc5996_1024_39() { return &___rfc5996_1024_39; } inline void set_rfc5996_1024_39(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc5996_1024_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5996_1024_39), (void*)value); } inline static int32_t get_offset_of_rfc7919_ffdhe2048_p_40() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc7919_ffdhe2048_p_40)); } inline String_t* get_rfc7919_ffdhe2048_p_40() const { return ___rfc7919_ffdhe2048_p_40; } inline String_t** get_address_of_rfc7919_ffdhe2048_p_40() { return &___rfc7919_ffdhe2048_p_40; } inline void set_rfc7919_ffdhe2048_p_40(String_t* value) { ___rfc7919_ffdhe2048_p_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc7919_ffdhe2048_p_40), (void*)value); } inline static int32_t get_offset_of_rfc7919_ffdhe2048_41() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc7919_ffdhe2048_41)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc7919_ffdhe2048_41() const { return ___rfc7919_ffdhe2048_41; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc7919_ffdhe2048_41() { return &___rfc7919_ffdhe2048_41; } inline void set_rfc7919_ffdhe2048_41(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc7919_ffdhe2048_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc7919_ffdhe2048_41), (void*)value); } inline static int32_t get_offset_of_rfc7919_ffdhe3072_p_42() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc7919_ffdhe3072_p_42)); } inline String_t* get_rfc7919_ffdhe3072_p_42() const { return ___rfc7919_ffdhe3072_p_42; } inline String_t** get_address_of_rfc7919_ffdhe3072_p_42() { return &___rfc7919_ffdhe3072_p_42; } inline void set_rfc7919_ffdhe3072_p_42(String_t* value) { ___rfc7919_ffdhe3072_p_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc7919_ffdhe3072_p_42), (void*)value); } inline static int32_t get_offset_of_rfc7919_ffdhe3072_43() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc7919_ffdhe3072_43)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc7919_ffdhe3072_43() const { return ___rfc7919_ffdhe3072_43; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc7919_ffdhe3072_43() { return &___rfc7919_ffdhe3072_43; } inline void set_rfc7919_ffdhe3072_43(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc7919_ffdhe3072_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc7919_ffdhe3072_43), (void*)value); } inline static int32_t get_offset_of_rfc7919_ffdhe4096_p_44() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc7919_ffdhe4096_p_44)); } inline String_t* get_rfc7919_ffdhe4096_p_44() const { return ___rfc7919_ffdhe4096_p_44; } inline String_t** get_address_of_rfc7919_ffdhe4096_p_44() { return &___rfc7919_ffdhe4096_p_44; } inline void set_rfc7919_ffdhe4096_p_44(String_t* value) { ___rfc7919_ffdhe4096_p_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc7919_ffdhe4096_p_44), (void*)value); } inline static int32_t get_offset_of_rfc7919_ffdhe4096_45() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc7919_ffdhe4096_45)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc7919_ffdhe4096_45() const { return ___rfc7919_ffdhe4096_45; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc7919_ffdhe4096_45() { return &___rfc7919_ffdhe4096_45; } inline void set_rfc7919_ffdhe4096_45(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc7919_ffdhe4096_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc7919_ffdhe4096_45), (void*)value); } inline static int32_t get_offset_of_rfc7919_ffdhe6144_p_46() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc7919_ffdhe6144_p_46)); } inline String_t* get_rfc7919_ffdhe6144_p_46() const { return ___rfc7919_ffdhe6144_p_46; } inline String_t** get_address_of_rfc7919_ffdhe6144_p_46() { return &___rfc7919_ffdhe6144_p_46; } inline void set_rfc7919_ffdhe6144_p_46(String_t* value) { ___rfc7919_ffdhe6144_p_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc7919_ffdhe6144_p_46), (void*)value); } inline static int32_t get_offset_of_rfc7919_ffdhe6144_47() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc7919_ffdhe6144_47)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc7919_ffdhe6144_47() const { return ___rfc7919_ffdhe6144_47; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc7919_ffdhe6144_47() { return &___rfc7919_ffdhe6144_47; } inline void set_rfc7919_ffdhe6144_47(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc7919_ffdhe6144_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc7919_ffdhe6144_47), (void*)value); } inline static int32_t get_offset_of_rfc7919_ffdhe8192_p_48() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc7919_ffdhe8192_p_48)); } inline String_t* get_rfc7919_ffdhe8192_p_48() const { return ___rfc7919_ffdhe8192_p_48; } inline String_t** get_address_of_rfc7919_ffdhe8192_p_48() { return &___rfc7919_ffdhe8192_p_48; } inline void set_rfc7919_ffdhe8192_p_48(String_t* value) { ___rfc7919_ffdhe8192_p_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc7919_ffdhe8192_p_48), (void*)value); } inline static int32_t get_offset_of_rfc7919_ffdhe8192_49() { return static_cast(offsetof(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields, ___rfc7919_ffdhe8192_49)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_rfc7919_ffdhe8192_49() const { return ___rfc7919_ffdhe8192_49; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_rfc7919_ffdhe8192_49() { return &___rfc7919_ffdhe8192_49; } inline void set_rfc7919_ffdhe8192_49(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___rfc7919_ffdhe8192_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc7919_ffdhe8192_49), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHValidationParameters struct DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHValidationParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHValidationParameters::counter int32_t ___counter_1; public: inline static int32_t get_offset_of_seed_0() { return static_cast(offsetof(DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B, ___seed_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_0() const { return ___seed_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_0() { return &___seed_0; } inline void set_seed_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_0), (void*)value); } inline static int32_t get_offset_of_counter_1() { return static_cast(offsetof(DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B, ___counter_1)); } inline int32_t get_counter_1() const { return ___counter_1; } inline int32_t* get_address_of_counter_1() { return &___counter_1; } inline void set_counter_1(int32_t value) { ___counter_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsDHVerifier struct DefaultTlsDHVerifier_t7CFA7549009ED45135C98C36D33D6BB76B3BE4C1 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsDHVerifier::mGroups RuntimeObject* ___mGroups_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsDHVerifier::mMinimumPrimeBits int32_t ___mMinimumPrimeBits_3; public: inline static int32_t get_offset_of_mGroups_2() { return static_cast(offsetof(DefaultTlsDHVerifier_t7CFA7549009ED45135C98C36D33D6BB76B3BE4C1, ___mGroups_2)); } inline RuntimeObject* get_mGroups_2() const { return ___mGroups_2; } inline RuntimeObject** get_address_of_mGroups_2() { return &___mGroups_2; } inline void set_mGroups_2(RuntimeObject* value) { ___mGroups_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mGroups_2), (void*)value); } inline static int32_t get_offset_of_mMinimumPrimeBits_3() { return static_cast(offsetof(DefaultTlsDHVerifier_t7CFA7549009ED45135C98C36D33D6BB76B3BE4C1, ___mMinimumPrimeBits_3)); } inline int32_t get_mMinimumPrimeBits_3() const { return ___mMinimumPrimeBits_3; } inline int32_t* get_address_of_mMinimumPrimeBits_3() { return &___mMinimumPrimeBits_3; } inline void set_mMinimumPrimeBits_3(int32_t value) { ___mMinimumPrimeBits_3 = value; } }; struct DefaultTlsDHVerifier_t7CFA7549009ED45135C98C36D33D6BB76B3BE4C1_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsDHVerifier::DefaultMinimumPrimeBits int32_t ___DefaultMinimumPrimeBits_0; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsDHVerifier::DefaultGroups RuntimeObject* ___DefaultGroups_1; public: inline static int32_t get_offset_of_DefaultMinimumPrimeBits_0() { return static_cast(offsetof(DefaultTlsDHVerifier_t7CFA7549009ED45135C98C36D33D6BB76B3BE4C1_StaticFields, ___DefaultMinimumPrimeBits_0)); } inline int32_t get_DefaultMinimumPrimeBits_0() const { return ___DefaultMinimumPrimeBits_0; } inline int32_t* get_address_of_DefaultMinimumPrimeBits_0() { return &___DefaultMinimumPrimeBits_0; } inline void set_DefaultMinimumPrimeBits_0(int32_t value) { ___DefaultMinimumPrimeBits_0 = value; } inline static int32_t get_offset_of_DefaultGroups_1() { return static_cast(offsetof(DefaultTlsDHVerifier_t7CFA7549009ED45135C98C36D33D6BB76B3BE4C1_StaticFields, ___DefaultGroups_1)); } inline RuntimeObject* get_DefaultGroups_1() const { return ___DefaultGroups_1; } inline RuntimeObject** get_address_of_DefaultGroups_1() { return &___DefaultGroups_1; } inline void set_DefaultGroups_1(RuntimeObject* value) { ___DefaultGroups_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultGroups_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DeferredHash struct DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DeferredHash::mContext RuntimeObject* ___mContext_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DeferredHash::mBuf DigestInputBuffer_tCD4269EAD90DBC42BD0490CEFF7F53557E1E0D3A * ___mBuf_2; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DeferredHash::mHashes RuntimeObject* ___mHashes_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DeferredHash::mPrfHashAlgorithm int32_t ___mPrfHashAlgorithm_4; public: inline static int32_t get_offset_of_mContext_1() { return static_cast(offsetof(DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C, ___mContext_1)); } inline RuntimeObject* get_mContext_1() const { return ___mContext_1; } inline RuntimeObject** get_address_of_mContext_1() { return &___mContext_1; } inline void set_mContext_1(RuntimeObject* value) { ___mContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_1), (void*)value); } inline static int32_t get_offset_of_mBuf_2() { return static_cast(offsetof(DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C, ___mBuf_2)); } inline DigestInputBuffer_tCD4269EAD90DBC42BD0490CEFF7F53557E1E0D3A * get_mBuf_2() const { return ___mBuf_2; } inline DigestInputBuffer_tCD4269EAD90DBC42BD0490CEFF7F53557E1E0D3A ** get_address_of_mBuf_2() { return &___mBuf_2; } inline void set_mBuf_2(DigestInputBuffer_tCD4269EAD90DBC42BD0490CEFF7F53557E1E0D3A * value) { ___mBuf_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mBuf_2), (void*)value); } inline static int32_t get_offset_of_mHashes_3() { return static_cast(offsetof(DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C, ___mHashes_3)); } inline RuntimeObject* get_mHashes_3() const { return ___mHashes_3; } inline RuntimeObject** get_address_of_mHashes_3() { return &___mHashes_3; } inline void set_mHashes_3(RuntimeObject* value) { ___mHashes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mHashes_3), (void*)value); } inline static int32_t get_offset_of_mPrfHashAlgorithm_4() { return static_cast(offsetof(DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C, ___mPrfHashAlgorithm_4)); } inline int32_t get_mPrfHashAlgorithm_4() const { return ___mPrfHashAlgorithm_4; } inline int32_t* get_address_of_mPrfHashAlgorithm_4() { return &___mPrfHashAlgorithm_4; } inline void set_mPrfHashAlgorithm_4(int32_t value) { ___mPrfHashAlgorithm_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters struct DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::validation DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * ___validation_3; public: inline static int32_t get_offset_of_p_0() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___p_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_p_0() const { return ___p_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_p_0() { return &___p_0; } inline void set_p_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_0), (void*)value); } inline static int32_t get_offset_of_q_1() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___q_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_1() const { return ___q_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_1() { return &___q_1; } inline void set_q_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_1), (void*)value); } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___g_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_2() const { return ___g_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_2() { return &___g_2; } inline void set_g_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_2), (void*)value); } inline static int32_t get_offset_of_validation_3() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___validation_3)); } inline DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * get_validation_3() const { return ___validation_3; } inline DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 ** get_address_of_validation_3() { return &___validation_3; } inline void set_validation_3(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * value) { ___validation_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___validation_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_field RuntimeObject* ___m_field_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_a ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_a_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_b ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_b_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_order BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_order_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_cofactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_cofactor_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_coord int32_t ___m_coord_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_endomorphism RuntimeObject* ___m_endomorphism_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_multiplier RuntimeObject* ___m_multiplier_15; public: inline static int32_t get_offset_of_m_field_8() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_field_8)); } inline RuntimeObject* get_m_field_8() const { return ___m_field_8; } inline RuntimeObject** get_address_of_m_field_8() { return &___m_field_8; } inline void set_m_field_8(RuntimeObject* value) { ___m_field_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_field_8), (void*)value); } inline static int32_t get_offset_of_m_a_9() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_a_9)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_a_9() const { return ___m_a_9; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_a_9() { return &___m_a_9; } inline void set_m_a_9(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_a_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_a_9), (void*)value); } inline static int32_t get_offset_of_m_b_10() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_b_10)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_b_10() const { return ___m_b_10; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_b_10() { return &___m_b_10; } inline void set_m_b_10(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_b_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_b_10), (void*)value); } inline static int32_t get_offset_of_m_order_11() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_order_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_order_11() const { return ___m_order_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_order_11() { return &___m_order_11; } inline void set_m_order_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_order_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_order_11), (void*)value); } inline static int32_t get_offset_of_m_cofactor_12() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_cofactor_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_cofactor_12() const { return ___m_cofactor_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_cofactor_12() { return &___m_cofactor_12; } inline void set_m_cofactor_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_cofactor_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cofactor_12), (void*)value); } inline static int32_t get_offset_of_m_coord_13() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_coord_13)); } inline int32_t get_m_coord_13() const { return ___m_coord_13; } inline int32_t* get_address_of_m_coord_13() { return &___m_coord_13; } inline void set_m_coord_13(int32_t value) { ___m_coord_13 = value; } inline static int32_t get_offset_of_m_endomorphism_14() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_endomorphism_14)); } inline RuntimeObject* get_m_endomorphism_14() const { return ___m_endomorphism_14; } inline RuntimeObject** get_address_of_m_endomorphism_14() { return &___m_endomorphism_14; } inline void set_m_endomorphism_14(RuntimeObject* value) { ___m_endomorphism_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_endomorphism_14), (void*)value); } inline static int32_t get_offset_of_m_multiplier_15() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_multiplier_15)); } inline RuntimeObject* get_m_multiplier_15() const { return ___m_multiplier_15; } inline RuntimeObject** get_address_of_m_multiplier_15() { return &___m_multiplier_15; } inline void set_m_multiplier_15(RuntimeObject* value) { ___m_multiplier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_multiplier_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters struct ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::g ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___g_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::n BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::h BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::hInv BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___hInv_5; public: inline static int32_t get_offset_of_curve_0() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___curve_0)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_curve_0() const { return ___curve_0; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_curve_0() { return &___curve_0; } inline void set_curve_0(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___curve_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___curve_0), (void*)value); } inline static int32_t get_offset_of_seed_1() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___seed_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_1() const { return ___seed_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_1() { return &___seed_1; } inline void set_seed_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_1), (void*)value); } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___g_2)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_g_2() const { return ___g_2; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_g_2() { return &___g_2; } inline void set_g_2(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___g_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_2), (void*)value); } inline static int32_t get_offset_of_n_3() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___n_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_n_3() const { return ___n_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_n_3() { return &___n_3; } inline void set_n_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___n_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_3), (void*)value); } inline static int32_t get_offset_of_h_4() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___h_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_h_4() const { return ___h_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_h_4() { return &___h_4; } inline void set_h_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___h_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___h_4), (void*)value); } inline static int32_t get_offset_of_hInv_5() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___hInv_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_hInv_5() const { return ___hInv_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_hInv_5() { return &___hInv_5; } inline void set_hInv_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___hInv_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___hInv_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___m_curve_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_x ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_x_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_y ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_y_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_zs ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___m_zs_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_withCompression bool ___m_withCompression_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_preCompTable RuntimeObject* ___m_preCompTable_6; public: inline static int32_t get_offset_of_m_curve_1() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_curve_1)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_m_curve_1() const { return ___m_curve_1; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_m_curve_1() { return &___m_curve_1; } inline void set_m_curve_1(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___m_curve_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_curve_1), (void*)value); } inline static int32_t get_offset_of_m_x_2() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_x_2)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_x_2() const { return ___m_x_2; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_x_2() { return &___m_x_2; } inline void set_m_x_2(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_x_2), (void*)value); } inline static int32_t get_offset_of_m_y_3() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_y_3)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_y_3() const { return ___m_y_3; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_y_3() { return &___m_y_3; } inline void set_m_y_3(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_y_3), (void*)value); } inline static int32_t get_offset_of_m_zs_4() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_zs_4)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_m_zs_4() const { return ___m_zs_4; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_m_zs_4() { return &___m_zs_4; } inline void set_m_zs_4(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___m_zs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_zs_4), (void*)value); } inline static int32_t get_offset_of_m_withCompression_5() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_withCompression_5)); } inline bool get_m_withCompression_5() const { return ___m_withCompression_5; } inline bool* get_address_of_m_withCompression_5() { return &___m_withCompression_5; } inline void set_m_withCompression_5(bool value) { ___m_withCompression_5 = value; } inline static int32_t get_offset_of_m_preCompTable_6() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_preCompTable_6)); } inline RuntimeObject* get_m_preCompTable_6() const { return ___m_preCompTable_6; } inline RuntimeObject** get_address_of_m_preCompTable_6() { return &___m_preCompTable_6; } inline void set_m_preCompTable_6(RuntimeObject* value) { ___m_preCompTable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preCompTable_6), (void*)value); } }; struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::EMPTY_ZS ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___EMPTY_ZS_0; public: inline static int32_t get_offset_of_EMPTY_ZS_0() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields, ___EMPTY_ZS_0)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_EMPTY_ZS_0() const { return ___EMPTY_ZS_0; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_EMPTY_ZS_0() { return &___EMPTY_ZS_0; } inline void set_EMPTY_ZS_0(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___EMPTY_ZS_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EMPTY_ZS_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers struct EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64 : public RuntimeObject { public: public: }; struct EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers::id_edwards_curve_algs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_edwards_curve_algs_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers::id_X25519 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_X25519_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers::id_X448 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_X448_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers::id_Ed25519 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_Ed25519_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers::id_Ed448 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_Ed448_4; public: inline static int32_t get_offset_of_id_edwards_curve_algs_0() { return static_cast(offsetof(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields, ___id_edwards_curve_algs_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_edwards_curve_algs_0() const { return ___id_edwards_curve_algs_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_edwards_curve_algs_0() { return &___id_edwards_curve_algs_0; } inline void set_id_edwards_curve_algs_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_edwards_curve_algs_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_edwards_curve_algs_0), (void*)value); } inline static int32_t get_offset_of_id_X25519_1() { return static_cast(offsetof(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields, ___id_X25519_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_X25519_1() const { return ___id_X25519_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_X25519_1() { return &___id_X25519_1; } inline void set_id_X25519_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_X25519_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_X25519_1), (void*)value); } inline static int32_t get_offset_of_id_X448_2() { return static_cast(offsetof(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields, ___id_X448_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_X448_2() const { return ___id_X448_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_X448_2() { return &___id_X448_2; } inline void set_id_X448_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_X448_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_X448_2), (void*)value); } inline static int32_t get_offset_of_id_Ed25519_3() { return static_cast(offsetof(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields, ___id_Ed25519_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_Ed25519_3() const { return ___id_Ed25519_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_Ed25519_3() { return &___id_Ed25519_3; } inline void set_id_Ed25519_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_Ed25519_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_Ed25519_3), (void*)value); } inline static int32_t get_offset_of_id_Ed448_4() { return static_cast(offsetof(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields, ___id_Ed448_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_Ed448_4() const { return ___id_Ed448_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_Ed448_4() { return &___id_Ed448_4; } inline void set_id_Ed448_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_Ed448_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_Ed448_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters struct ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::l int32_t ___l_2; public: inline static int32_t get_offset_of_p_0() { return static_cast(offsetof(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13, ___p_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_p_0() const { return ___p_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_p_0() { return &___p_0; } inline void set_p_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_0), (void*)value); } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13, ___g_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_1() const { return ___g_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_1() { return &___g_1; } inline void set_g_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_1), (void*)value); } inline static int32_t get_offset_of_l_2() { return static_cast(offsetof(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13, ___l_2)); } inline int32_t get_l_2() const { return ___l_2; } inline int32_t* get_address_of_l_2() { return &___l_2; } inline void set_l_2(int32_t value) { ___l_2 = value; } }; // 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); } }; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 : public RuntimeObject { public: // GameMgr GameMode::gameMgr GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr_0; // System.Collections.Generic.HashSet`1 GameMode::timeCountingPauseLockers HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ___timeCountingPauseLockers_1; public: inline static int32_t get_offset_of_gameMgr_0() { return static_cast(offsetof(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82, ___gameMgr_0)); } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * get_gameMgr_0() const { return ___gameMgr_0; } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 ** get_address_of_gameMgr_0() { return &___gameMgr_0; } inline void set_gameMgr_0(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * value) { ___gameMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMgr_0), (void*)value); } inline static int32_t get_offset_of_timeCountingPauseLockers_1() { return static_cast(offsetof(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82, ___timeCountingPauseLockers_1)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get_timeCountingPauseLockers_1() const { return ___timeCountingPauseLockers_1; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of_timeCountingPauseLockers_1() { return &___timeCountingPauseLockers_1; } inline void set_timeCountingPauseLockers_1(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ___timeCountingPauseLockers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeCountingPauseLockers_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest struct GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xBuf_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBufOff int32_t ___xBufOff_2; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::byteCount int64_t ___byteCount_3; public: inline static int32_t get_offset_of_xBuf_1() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBuf_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_xBuf_1() const { return ___xBuf_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_xBuf_1() { return &___xBuf_1; } inline void set_xBuf_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___xBuf_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xBuf_1), (void*)value); } inline static int32_t get_offset_of_xBufOff_2() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBufOff_2)); } inline int32_t get_xBufOff_2() const { return ___xBufOff_2; } inline int32_t* get_address_of_xBufOff_2() { return &___xBufOff_2; } inline void set_xBufOff_2(int32_t value) { ___xBufOff_2 = value; } inline static int32_t get_offset_of_byteCount_3() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___byteCount_3)); } inline int64_t get_byteCount_3() const { return ___byteCount_3; } inline int64_t* get_address_of_byteCount_3() { return &___byteCount_3; } inline void set_byteCount_3(int64_t value) { ___byteCount_3 = value; } }; // BestHTTP.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; } }; // 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.SignalRCore.Encoders.LitJsonEncoder struct LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D : public RuntimeObject { public: public: }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // MatchPlayerInfo struct MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B : public RuntimeObject { public: // System.Int32 MatchPlayerInfo::playerID int32_t ___playerID_0; // System.Int32 MatchPlayerInfo::avatarID int32_t ___avatarID_1; // System.String MatchPlayerInfo::nickname String_t* ___nickname_2; public: inline static int32_t get_offset_of_playerID_0() { return static_cast(offsetof(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B, ___playerID_0)); } inline int32_t get_playerID_0() const { return ___playerID_0; } inline int32_t* get_address_of_playerID_0() { return &___playerID_0; } inline void set_playerID_0(int32_t value) { ___playerID_0 = value; } inline static int32_t get_offset_of_avatarID_1() { return static_cast(offsetof(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B, ___avatarID_1)); } inline int32_t get_avatarID_1() const { return ___avatarID_1; } inline int32_t* get_address_of_avatarID_1() { return &___avatarID_1; } inline void set_avatarID_1(int32_t value) { ___avatarID_1 = value; } inline static int32_t get_offset_of_nickname_2() { return static_cast(offsetof(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B, ___nickname_2)); } inline String_t* get_nickname_2() const { return ___nickname_2; } inline String_t** get_address_of_nickname_2() { return &___nickname_2; } inline void set_nickname_2(String_t* value) { ___nickname_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickname_2), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // MenuBackController struct MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 : public RuntimeObject { public: // System.Collections.Generic.List`1 MenuBackController::views List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * ___views_0; // System.Int64 MenuBackController::lastPressExitTime int64_t ___lastPressExitTime_1; public: inline static int32_t get_offset_of_views_0() { return static_cast(offsetof(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4, ___views_0)); } inline List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * get_views_0() const { return ___views_0; } inline List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F ** get_address_of_views_0() { return &___views_0; } inline void set_views_0(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * value) { ___views_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___views_0), (void*)value); } inline static int32_t get_offset_of_lastPressExitTime_1() { return static_cast(offsetof(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4, ___lastPressExitTime_1)); } inline int64_t get_lastPressExitTime_1() const { return ___lastPressExitTime_1; } inline int64_t* get_address_of_lastPressExitTime_1() { return &___lastPressExitTime_1; } inline void set_lastPressExitTime_1(int64_t value) { ___lastPressExitTime_1 = 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.SecureProtocol.Org.BouncyCastle.Crypto.Digests.NullDigest struct NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82 : public RuntimeObject { public: // System.IO.MemoryStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.NullDigest::bOut MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___bOut_0; public: inline static int32_t get_offset_of_bOut_0() { return static_cast(offsetof(NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82, ___bOut_0)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_bOut_0() const { return ___bOut_0; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_bOut_0() { return &___bOut_0; } inline void set_bOut_0(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___bOut_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bOut_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers struct OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED : public RuntimeObject { public: public: }; struct OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD4WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsa_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD5WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5WithRsa_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD4WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsaEncryption_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesEcb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEcb_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesCbc_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesOfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesOfb_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesCfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesCfb_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesEde DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::IdSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha1_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DsaWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::Sha1WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha1WithRsa_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::ElGamalAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ElGamalAlgorithm_11; public: inline static int32_t get_offset_of_MD4WithRsa_0() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD4WithRsa_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsa_0() const { return ___MD4WithRsa_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsa_0() { return &___MD4WithRsa_0; } inline void set_MD4WithRsa_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsa_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsa_0), (void*)value); } inline static int32_t get_offset_of_MD5WithRsa_1() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD5WithRsa_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5WithRsa_1() const { return ___MD5WithRsa_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5WithRsa_1() { return &___MD5WithRsa_1; } inline void set_MD5WithRsa_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5WithRsa_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5WithRsa_1), (void*)value); } inline static int32_t get_offset_of_MD4WithRsaEncryption_2() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD4WithRsaEncryption_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsaEncryption_2() const { return ___MD4WithRsaEncryption_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsaEncryption_2() { return &___MD4WithRsaEncryption_2; } inline void set_MD4WithRsaEncryption_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsaEncryption_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsaEncryption_2), (void*)value); } inline static int32_t get_offset_of_DesEcb_3() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesEcb_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEcb_3() const { return ___DesEcb_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEcb_3() { return &___DesEcb_3; } inline void set_DesEcb_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEcb_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEcb_3), (void*)value); } inline static int32_t get_offset_of_DesCbc_4() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesCbc_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesCbc_4() const { return ___DesCbc_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesCbc_4() { return &___DesCbc_4; } inline void set_DesCbc_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesCbc_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesCbc_4), (void*)value); } inline static int32_t get_offset_of_DesOfb_5() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesOfb_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesOfb_5() const { return ___DesOfb_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesOfb_5() { return &___DesOfb_5; } inline void set_DesOfb_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesOfb_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesOfb_5), (void*)value); } inline static int32_t get_offset_of_DesCfb_6() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesCfb_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesCfb_6() const { return ___DesCfb_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesCfb_6() { return &___DesCfb_6; } inline void set_DesCfb_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesCfb_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesCfb_6), (void*)value); } inline static int32_t get_offset_of_DesEde_7() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesEde_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde_7() const { return ___DesEde_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde_7() { return &___DesEde_7; } inline void set_DesEde_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde_7), (void*)value); } inline static int32_t get_offset_of_IdSha1_8() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___IdSha1_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha1_8() const { return ___IdSha1_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha1_8() { return &___IdSha1_8; } inline void set_IdSha1_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha1_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha1_8), (void*)value); } inline static int32_t get_offset_of_DsaWithSha1_9() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DsaWithSha1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha1_9() const { return ___DsaWithSha1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha1_9() { return &___DsaWithSha1_9; } inline void set_DsaWithSha1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha1_9), (void*)value); } inline static int32_t get_offset_of_Sha1WithRsa_10() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___Sha1WithRsa_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha1WithRsa_10() const { return ___Sha1WithRsa_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha1WithRsa_10() { return &___Sha1WithRsa_10; } inline void set_Sha1WithRsa_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha1WithRsa_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha1WithRsa_10), (void*)value); } inline static int32_t get_offset_of_ElGamalAlgorithm_11() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___ElGamalAlgorithm_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ElGamalAlgorithm_11() const { return ___ElGamalAlgorithm_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ElGamalAlgorithm_11() { return &___ElGamalAlgorithm_11; } inline void set_ElGamalAlgorithm_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ElGamalAlgorithm_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ElGamalAlgorithm_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV struct ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::parameters RuntimeObject* ___parameters_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_iv_1() { return static_cast(offsetof(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0, ___iv_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_1() const { return ___iv_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_1() { return &___iv_1; } inline void set_iv_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::parameters RuntimeObject* ___parameters_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516 : public RuntimeObject { public: public: }; struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs1Oid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs1Oid_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaEncryption_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2WithRsaEncryption_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsaEncryption_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5WithRsaEncryption_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha1WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha1WithRsaEncryption_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SrsaOaepEncryptionSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SrsaOaepEncryptionSet_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaesOaep DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaesOaep_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdMgf1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdMgf1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPSpecified DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPSpecified_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsassaPss DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsassaPss_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha256WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha256WithRsaEncryption_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha384WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha384WithRsaEncryption_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512WithRsaEncryption_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha224WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha224WithRsaEncryption_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_224WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_224WithRSAEncryption_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_256WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_256WithRSAEncryption_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DhKeyAgreement DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DhKeyAgreement_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndDesCbc_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndRC2Cbc_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndDesCbc_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndRC2Cbc_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndDesCbc_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndRC2Cbc_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbeS2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbeS2_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbkdf2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbkdf2_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DesEde3Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde3Cbc_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RC2Cbc_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha1_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha224_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha256_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha384_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha512_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Data DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Data_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedData_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EnvelopedData_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedAndEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedAndEnvelopedData_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DigestedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DigestedData_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EncryptedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EncryptedData_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtEmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtEmailAddress_49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredName_50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtContentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtContentType_51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtMessageDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtMessageDigest_52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningTime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningTime_53; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtCounterSignature DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtCounterSignature_54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtChallengePassword DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtChallengePassword_55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredAddress_56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtendedCertificateAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtendedCertificateAttributes_57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningDescription DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningDescription_58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtensionRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtensionRequest_59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSmimeCapabilities DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSmimeCapabilities_60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSmime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSmime_61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtFriendlyName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtFriendlyName_62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtLocalKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtLocalKeyID_63; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509CertType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509CertType_64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Certificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Certificate_66; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SdsiCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SdsiCertificate_67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Crl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Crl_69; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlg DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlg_70; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgEsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgEsdh_71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCms3DesWrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCms3DesWrap_72; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCmsRC2Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCmsRC2Wrap_73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgPwriKek DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgPwriKek_74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgSsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgSsdh_75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaKem DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaKem_76; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PreferSignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PreferSignedData_77; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CannotDecryptAny DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CannotDecryptAny_78; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SmimeCapabilitiesVersions DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SmimeCapabilitiesVersions_79; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAReceiptRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAReceiptRequest_80; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthData_82; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTstInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTstInfo_83; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTCompressedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTCompressedData_84; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthEnvelopedData_85; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTimestampedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTimestampedData_86; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfOrigin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfOrigin_88; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfReceipt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfReceipt_89; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfDelivery DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfDelivery_90; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfSender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfSender_91; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfApproval DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfApproval_92; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfCreation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfCreation_93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOid_95; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentHint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentHint_96; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAMsgSigDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAMsgSigDigest_97; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentReference DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentReference_98; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEncrypKeyPref DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEncrypKeyPref_99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificate_100; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificateV2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificateV2_101; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentIdentifier_102; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignatureTimeStampToken DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignatureTimeStampToken_103; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSigPolicyID_104; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCommitmentType_105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerLocation_106; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerAttr DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerAttr_107; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsOtherSigCert_108; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsContentTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsContentTimestamp_109; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertificateRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertificateRefs_110; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationRefs_111; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertValues_112; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationValues_113; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsEscTimeStamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsEscTimeStamp_114; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertCrlTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertCrlTimestamp_115; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsArchiveTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsArchiveTimestamp_116; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAADecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAADecryptKeyID_117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCryptoAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCryptoAlgs_118; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAAsymmDecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAAsymmDecryptKeyID_119; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCompressAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCompressAlgs_120; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommunityIdentifiers DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommunityIdentifiers_121; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigPolicyID_122; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommitmentType_123; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignerLocation_124; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOtherSigCert_125; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUri DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUri_127; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUNotice DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUNotice_128; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::KeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyBag_131; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs8ShroudedKeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs8ShroudedKeyBag_132; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CertBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertBag_133; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CrlBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlBag_134; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SecretBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecretBag_135; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SafeContentsBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SafeContentsBag_136; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC4_138; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd40BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd40BitRC4_139; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd3KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd3KeyTripleDesCbc_140; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd2KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd2KeyTripleDesCbc_141; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC2Cbc_142; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbewithShaAnd40BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbewithShaAnd40BitRC2Cbc_143; public: inline static int32_t get_offset_of_Pkcs1Oid_1() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs1Oid_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs1Oid_1() const { return ___Pkcs1Oid_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs1Oid_1() { return &___Pkcs1Oid_1; } inline void set_Pkcs1Oid_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs1Oid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs1Oid_1), (void*)value); } inline static int32_t get_offset_of_RsaEncryption_2() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RsaEncryption_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaEncryption_2() const { return ___RsaEncryption_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaEncryption_2() { return &___RsaEncryption_2; } inline void set_RsaEncryption_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaEncryption_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaEncryption_2), (void*)value); } inline static int32_t get_offset_of_MD2WithRsaEncryption_3() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2WithRsaEncryption_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2WithRsaEncryption_3() const { return ___MD2WithRsaEncryption_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2WithRsaEncryption_3() { return &___MD2WithRsaEncryption_3; } inline void set_MD2WithRsaEncryption_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2WithRsaEncryption_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2WithRsaEncryption_3), (void*)value); } inline static int32_t get_offset_of_MD4WithRsaEncryption_4() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4WithRsaEncryption_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsaEncryption_4() const { return ___MD4WithRsaEncryption_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsaEncryption_4() { return &___MD4WithRsaEncryption_4; } inline void set_MD4WithRsaEncryption_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsaEncryption_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsaEncryption_4), (void*)value); } inline static int32_t get_offset_of_MD5WithRsaEncryption_5() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5WithRsaEncryption_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5WithRsaEncryption_5() const { return ___MD5WithRsaEncryption_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5WithRsaEncryption_5() { return &___MD5WithRsaEncryption_5; } inline void set_MD5WithRsaEncryption_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5WithRsaEncryption_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5WithRsaEncryption_5), (void*)value); } inline static int32_t get_offset_of_Sha1WithRsaEncryption_6() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha1WithRsaEncryption_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha1WithRsaEncryption_6() const { return ___Sha1WithRsaEncryption_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha1WithRsaEncryption_6() { return &___Sha1WithRsaEncryption_6; } inline void set_Sha1WithRsaEncryption_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha1WithRsaEncryption_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha1WithRsaEncryption_6), (void*)value); } inline static int32_t get_offset_of_SrsaOaepEncryptionSet_7() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SrsaOaepEncryptionSet_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SrsaOaepEncryptionSet_7() const { return ___SrsaOaepEncryptionSet_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SrsaOaepEncryptionSet_7() { return &___SrsaOaepEncryptionSet_7; } inline void set_SrsaOaepEncryptionSet_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SrsaOaepEncryptionSet_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SrsaOaepEncryptionSet_7), (void*)value); } inline static int32_t get_offset_of_IdRsaesOaep_8() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaesOaep_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaesOaep_8() const { return ___IdRsaesOaep_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaesOaep_8() { return &___IdRsaesOaep_8; } inline void set_IdRsaesOaep_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaesOaep_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaesOaep_8), (void*)value); } inline static int32_t get_offset_of_IdMgf1_9() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdMgf1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdMgf1_9() const { return ___IdMgf1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdMgf1_9() { return &___IdMgf1_9; } inline void set_IdMgf1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdMgf1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdMgf1_9), (void*)value); } inline static int32_t get_offset_of_IdPSpecified_10() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPSpecified_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPSpecified_10() const { return ___IdPSpecified_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPSpecified_10() { return &___IdPSpecified_10; } inline void set_IdPSpecified_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPSpecified_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPSpecified_10), (void*)value); } inline static int32_t get_offset_of_IdRsassaPss_11() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsassaPss_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsassaPss_11() const { return ___IdRsassaPss_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsassaPss_11() { return &___IdRsassaPss_11; } inline void set_IdRsassaPss_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsassaPss_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsassaPss_11), (void*)value); } inline static int32_t get_offset_of_Sha256WithRsaEncryption_12() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha256WithRsaEncryption_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha256WithRsaEncryption_12() const { return ___Sha256WithRsaEncryption_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha256WithRsaEncryption_12() { return &___Sha256WithRsaEncryption_12; } inline void set_Sha256WithRsaEncryption_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha256WithRsaEncryption_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha256WithRsaEncryption_12), (void*)value); } inline static int32_t get_offset_of_Sha384WithRsaEncryption_13() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha384WithRsaEncryption_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha384WithRsaEncryption_13() const { return ___Sha384WithRsaEncryption_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha384WithRsaEncryption_13() { return &___Sha384WithRsaEncryption_13; } inline void set_Sha384WithRsaEncryption_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha384WithRsaEncryption_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha384WithRsaEncryption_13), (void*)value); } inline static int32_t get_offset_of_Sha512WithRsaEncryption_14() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512WithRsaEncryption_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512WithRsaEncryption_14() const { return ___Sha512WithRsaEncryption_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512WithRsaEncryption_14() { return &___Sha512WithRsaEncryption_14; } inline void set_Sha512WithRsaEncryption_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512WithRsaEncryption_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512WithRsaEncryption_14), (void*)value); } inline static int32_t get_offset_of_Sha224WithRsaEncryption_15() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha224WithRsaEncryption_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha224WithRsaEncryption_15() const { return ___Sha224WithRsaEncryption_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha224WithRsaEncryption_15() { return &___Sha224WithRsaEncryption_15; } inline void set_Sha224WithRsaEncryption_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha224WithRsaEncryption_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha224WithRsaEncryption_15), (void*)value); } inline static int32_t get_offset_of_Sha512_224WithRSAEncryption_16() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_224WithRSAEncryption_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_224WithRSAEncryption_16() const { return ___Sha512_224WithRSAEncryption_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_224WithRSAEncryption_16() { return &___Sha512_224WithRSAEncryption_16; } inline void set_Sha512_224WithRSAEncryption_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_224WithRSAEncryption_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_224WithRSAEncryption_16), (void*)value); } inline static int32_t get_offset_of_Sha512_256WithRSAEncryption_17() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_256WithRSAEncryption_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_256WithRSAEncryption_17() const { return ___Sha512_256WithRSAEncryption_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_256WithRSAEncryption_17() { return &___Sha512_256WithRSAEncryption_17; } inline void set_Sha512_256WithRSAEncryption_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_256WithRSAEncryption_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_256WithRSAEncryption_17), (void*)value); } inline static int32_t get_offset_of_DhKeyAgreement_19() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DhKeyAgreement_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DhKeyAgreement_19() const { return ___DhKeyAgreement_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DhKeyAgreement_19() { return &___DhKeyAgreement_19; } inline void set_DhKeyAgreement_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DhKeyAgreement_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___DhKeyAgreement_19), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndDesCbc_21() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndDesCbc_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndDesCbc_21() const { return ___PbeWithMD2AndDesCbc_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndDesCbc_21() { return &___PbeWithMD2AndDesCbc_21; } inline void set_PbeWithMD2AndDesCbc_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndDesCbc_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndDesCbc_21), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndRC2Cbc_22() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndRC2Cbc_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndRC2Cbc_22() const { return ___PbeWithMD2AndRC2Cbc_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndRC2Cbc_22() { return &___PbeWithMD2AndRC2Cbc_22; } inline void set_PbeWithMD2AndRC2Cbc_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndRC2Cbc_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndRC2Cbc_22), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndDesCbc_23() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndDesCbc_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndDesCbc_23() const { return ___PbeWithMD5AndDesCbc_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndDesCbc_23() { return &___PbeWithMD5AndDesCbc_23; } inline void set_PbeWithMD5AndDesCbc_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndDesCbc_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndDesCbc_23), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndRC2Cbc_24() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndRC2Cbc_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndRC2Cbc_24() const { return ___PbeWithMD5AndRC2Cbc_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndRC2Cbc_24() { return &___PbeWithMD5AndRC2Cbc_24; } inline void set_PbeWithMD5AndRC2Cbc_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndRC2Cbc_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndRC2Cbc_24), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndDesCbc_25() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndDesCbc_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndDesCbc_25() const { return ___PbeWithSha1AndDesCbc_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndDesCbc_25() { return &___PbeWithSha1AndDesCbc_25; } inline void set_PbeWithSha1AndDesCbc_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndDesCbc_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndDesCbc_25), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndRC2Cbc_26() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndRC2Cbc_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndRC2Cbc_26() const { return ___PbeWithSha1AndRC2Cbc_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndRC2Cbc_26() { return &___PbeWithSha1AndRC2Cbc_26; } inline void set_PbeWithSha1AndRC2Cbc_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndRC2Cbc_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndRC2Cbc_26), (void*)value); } inline static int32_t get_offset_of_IdPbeS2_27() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbeS2_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbeS2_27() const { return ___IdPbeS2_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbeS2_27() { return &___IdPbeS2_27; } inline void set_IdPbeS2_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbeS2_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbeS2_27), (void*)value); } inline static int32_t get_offset_of_IdPbkdf2_28() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbkdf2_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbkdf2_28() const { return ___IdPbkdf2_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbkdf2_28() { return &___IdPbkdf2_28; } inline void set_IdPbkdf2_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbkdf2_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbkdf2_28), (void*)value); } inline static int32_t get_offset_of_DesEde3Cbc_30() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DesEde3Cbc_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde3Cbc_30() const { return ___DesEde3Cbc_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde3Cbc_30() { return &___DesEde3Cbc_30; } inline void set_DesEde3Cbc_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde3Cbc_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Cbc_30), (void*)value); } inline static int32_t get_offset_of_RC2Cbc_31() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RC2Cbc_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RC2Cbc_31() const { return ___RC2Cbc_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RC2Cbc_31() { return &___RC2Cbc_31; } inline void set_RC2Cbc_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RC2Cbc_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___RC2Cbc_31), (void*)value); } inline static int32_t get_offset_of_MD2_33() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2_33() const { return ___MD2_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2_33() { return &___MD2_33; } inline void set_MD2_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2_33), (void*)value); } inline static int32_t get_offset_of_MD4_34() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4_34() const { return ___MD4_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4_34() { return &___MD4_34; } inline void set_MD4_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4_34), (void*)value); } inline static int32_t get_offset_of_MD5_35() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5_35() const { return ___MD5_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5_35() { return &___MD5_35; } inline void set_MD5_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5_35), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha1_36() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha1_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha1_36() const { return ___IdHmacWithSha1_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha1_36() { return &___IdHmacWithSha1_36; } inline void set_IdHmacWithSha1_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha1_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha1_36), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha224_37() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha224_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha224_37() const { return ___IdHmacWithSha224_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha224_37() { return &___IdHmacWithSha224_37; } inline void set_IdHmacWithSha224_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha224_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha224_37), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha256_38() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha256_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha256_38() const { return ___IdHmacWithSha256_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha256_38() { return &___IdHmacWithSha256_38; } inline void set_IdHmacWithSha256_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha256_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha256_38), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha384_39() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha384_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha384_39() const { return ___IdHmacWithSha384_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha384_39() { return &___IdHmacWithSha384_39; } inline void set_IdHmacWithSha384_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha384_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha384_39), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha512_40() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha512_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha512_40() const { return ___IdHmacWithSha512_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha512_40() { return &___IdHmacWithSha512_40; } inline void set_IdHmacWithSha512_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha512_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha512_40), (void*)value); } inline static int32_t get_offset_of_Data_42() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Data_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Data_42() const { return ___Data_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Data_42() { return &___Data_42; } inline void set_Data_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Data_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_42), (void*)value); } inline static int32_t get_offset_of_SignedData_43() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedData_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedData_43() const { return ___SignedData_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedData_43() { return &___SignedData_43; } inline void set_SignedData_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedData_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedData_43), (void*)value); } inline static int32_t get_offset_of_EnvelopedData_44() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EnvelopedData_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EnvelopedData_44() const { return ___EnvelopedData_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EnvelopedData_44() { return &___EnvelopedData_44; } inline void set_EnvelopedData_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EnvelopedData_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnvelopedData_44), (void*)value); } inline static int32_t get_offset_of_SignedAndEnvelopedData_45() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedAndEnvelopedData_45)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedAndEnvelopedData_45() const { return ___SignedAndEnvelopedData_45; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedAndEnvelopedData_45() { return &___SignedAndEnvelopedData_45; } inline void set_SignedAndEnvelopedData_45(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedAndEnvelopedData_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedAndEnvelopedData_45), (void*)value); } inline static int32_t get_offset_of_DigestedData_46() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DigestedData_46)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DigestedData_46() const { return ___DigestedData_46; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DigestedData_46() { return &___DigestedData_46; } inline void set_DigestedData_46(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DigestedData_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestedData_46), (void*)value); } inline static int32_t get_offset_of_EncryptedData_47() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EncryptedData_47)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EncryptedData_47() const { return ___EncryptedData_47; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EncryptedData_47() { return &___EncryptedData_47; } inline void set_EncryptedData_47(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EncryptedData_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptedData_47), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtEmailAddress_49() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtEmailAddress_49)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtEmailAddress_49() const { return ___Pkcs9AtEmailAddress_49; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtEmailAddress_49() { return &___Pkcs9AtEmailAddress_49; } inline void set_Pkcs9AtEmailAddress_49(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtEmailAddress_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtEmailAddress_49), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredName_50() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredName_50)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredName_50() const { return ___Pkcs9AtUnstructuredName_50; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredName_50() { return &___Pkcs9AtUnstructuredName_50; } inline void set_Pkcs9AtUnstructuredName_50(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredName_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredName_50), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtContentType_51() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtContentType_51)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtContentType_51() const { return ___Pkcs9AtContentType_51; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtContentType_51() { return &___Pkcs9AtContentType_51; } inline void set_Pkcs9AtContentType_51(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtContentType_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtContentType_51), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtMessageDigest_52() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtMessageDigest_52)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtMessageDigest_52() const { return ___Pkcs9AtMessageDigest_52; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtMessageDigest_52() { return &___Pkcs9AtMessageDigest_52; } inline void set_Pkcs9AtMessageDigest_52(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtMessageDigest_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtMessageDigest_52), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningTime_53() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningTime_53)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningTime_53() const { return ___Pkcs9AtSigningTime_53; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningTime_53() { return &___Pkcs9AtSigningTime_53; } inline void set_Pkcs9AtSigningTime_53(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningTime_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningTime_53), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtCounterSignature_54() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtCounterSignature_54)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtCounterSignature_54() const { return ___Pkcs9AtCounterSignature_54; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtCounterSignature_54() { return &___Pkcs9AtCounterSignature_54; } inline void set_Pkcs9AtCounterSignature_54(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtCounterSignature_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtCounterSignature_54), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtChallengePassword_55() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtChallengePassword_55)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtChallengePassword_55() const { return ___Pkcs9AtChallengePassword_55; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtChallengePassword_55() { return &___Pkcs9AtChallengePassword_55; } inline void set_Pkcs9AtChallengePassword_55(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtChallengePassword_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtChallengePassword_55), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredAddress_56() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredAddress_56)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredAddress_56() const { return ___Pkcs9AtUnstructuredAddress_56; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredAddress_56() { return &___Pkcs9AtUnstructuredAddress_56; } inline void set_Pkcs9AtUnstructuredAddress_56(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredAddress_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredAddress_56), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtendedCertificateAttributes_57() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtendedCertificateAttributes_57)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtendedCertificateAttributes_57() const { return ___Pkcs9AtExtendedCertificateAttributes_57; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtendedCertificateAttributes_57() { return &___Pkcs9AtExtendedCertificateAttributes_57; } inline void set_Pkcs9AtExtendedCertificateAttributes_57(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtendedCertificateAttributes_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtendedCertificateAttributes_57), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningDescription_58() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningDescription_58)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningDescription_58() const { return ___Pkcs9AtSigningDescription_58; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningDescription_58() { return &___Pkcs9AtSigningDescription_58; } inline void set_Pkcs9AtSigningDescription_58(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningDescription_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningDescription_58), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtensionRequest_59() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtensionRequest_59)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtensionRequest_59() const { return ___Pkcs9AtExtensionRequest_59; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtensionRequest_59() { return &___Pkcs9AtExtensionRequest_59; } inline void set_Pkcs9AtExtensionRequest_59(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtensionRequest_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtensionRequest_59), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSmimeCapabilities_60() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSmimeCapabilities_60)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSmimeCapabilities_60() const { return ___Pkcs9AtSmimeCapabilities_60; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSmimeCapabilities_60() { return &___Pkcs9AtSmimeCapabilities_60; } inline void set_Pkcs9AtSmimeCapabilities_60(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSmimeCapabilities_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSmimeCapabilities_60), (void*)value); } inline static int32_t get_offset_of_IdSmime_61() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSmime_61)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSmime_61() const { return ___IdSmime_61; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSmime_61() { return &___IdSmime_61; } inline void set_IdSmime_61(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSmime_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSmime_61), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtFriendlyName_62() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtFriendlyName_62)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtFriendlyName_62() const { return ___Pkcs9AtFriendlyName_62; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtFriendlyName_62() { return &___Pkcs9AtFriendlyName_62; } inline void set_Pkcs9AtFriendlyName_62(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtFriendlyName_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtFriendlyName_62), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtLocalKeyID_63() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtLocalKeyID_63)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtLocalKeyID_63() const { return ___Pkcs9AtLocalKeyID_63; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtLocalKeyID_63() { return &___Pkcs9AtLocalKeyID_63; } inline void set_Pkcs9AtLocalKeyID_63(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtLocalKeyID_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtLocalKeyID_63), (void*)value); } inline static int32_t get_offset_of_X509CertType_64() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509CertType_64)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509CertType_64() const { return ___X509CertType_64; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509CertType_64() { return &___X509CertType_64; } inline void set_X509CertType_64(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509CertType_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509CertType_64), (void*)value); } inline static int32_t get_offset_of_X509Certificate_66() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Certificate_66)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Certificate_66() const { return ___X509Certificate_66; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Certificate_66() { return &___X509Certificate_66; } inline void set_X509Certificate_66(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Certificate_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Certificate_66), (void*)value); } inline static int32_t get_offset_of_SdsiCertificate_67() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SdsiCertificate_67)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SdsiCertificate_67() const { return ___SdsiCertificate_67; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SdsiCertificate_67() { return &___SdsiCertificate_67; } inline void set_SdsiCertificate_67(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SdsiCertificate_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___SdsiCertificate_67), (void*)value); } inline static int32_t get_offset_of_X509Crl_69() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Crl_69)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Crl_69() const { return ___X509Crl_69; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Crl_69() { return &___X509Crl_69; } inline void set_X509Crl_69(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Crl_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Crl_69), (void*)value); } inline static int32_t get_offset_of_IdAlg_70() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlg_70)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlg_70() const { return ___IdAlg_70; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlg_70() { return &___IdAlg_70; } inline void set_IdAlg_70(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlg_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlg_70), (void*)value); } inline static int32_t get_offset_of_IdAlgEsdh_71() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgEsdh_71)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgEsdh_71() const { return ___IdAlgEsdh_71; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgEsdh_71() { return &___IdAlgEsdh_71; } inline void set_IdAlgEsdh_71(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgEsdh_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgEsdh_71), (void*)value); } inline static int32_t get_offset_of_IdAlgCms3DesWrap_72() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCms3DesWrap_72)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCms3DesWrap_72() const { return ___IdAlgCms3DesWrap_72; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCms3DesWrap_72() { return &___IdAlgCms3DesWrap_72; } inline void set_IdAlgCms3DesWrap_72(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCms3DesWrap_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCms3DesWrap_72), (void*)value); } inline static int32_t get_offset_of_IdAlgCmsRC2Wrap_73() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCmsRC2Wrap_73)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCmsRC2Wrap_73() const { return ___IdAlgCmsRC2Wrap_73; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCmsRC2Wrap_73() { return &___IdAlgCmsRC2Wrap_73; } inline void set_IdAlgCmsRC2Wrap_73(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCmsRC2Wrap_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCmsRC2Wrap_73), (void*)value); } inline static int32_t get_offset_of_IdAlgPwriKek_74() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgPwriKek_74)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgPwriKek_74() const { return ___IdAlgPwriKek_74; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgPwriKek_74() { return &___IdAlgPwriKek_74; } inline void set_IdAlgPwriKek_74(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgPwriKek_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgPwriKek_74), (void*)value); } inline static int32_t get_offset_of_IdAlgSsdh_75() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgSsdh_75)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgSsdh_75() const { return ___IdAlgSsdh_75; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgSsdh_75() { return &___IdAlgSsdh_75; } inline void set_IdAlgSsdh_75(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgSsdh_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgSsdh_75), (void*)value); } inline static int32_t get_offset_of_IdRsaKem_76() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaKem_76)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaKem_76() const { return ___IdRsaKem_76; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaKem_76() { return &___IdRsaKem_76; } inline void set_IdRsaKem_76(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaKem_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaKem_76), (void*)value); } inline static int32_t get_offset_of_PreferSignedData_77() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PreferSignedData_77)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PreferSignedData_77() const { return ___PreferSignedData_77; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PreferSignedData_77() { return &___PreferSignedData_77; } inline void set_PreferSignedData_77(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PreferSignedData_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___PreferSignedData_77), (void*)value); } inline static int32_t get_offset_of_CannotDecryptAny_78() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CannotDecryptAny_78)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CannotDecryptAny_78() const { return ___CannotDecryptAny_78; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CannotDecryptAny_78() { return &___CannotDecryptAny_78; } inline void set_CannotDecryptAny_78(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CannotDecryptAny_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___CannotDecryptAny_78), (void*)value); } inline static int32_t get_offset_of_SmimeCapabilitiesVersions_79() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SmimeCapabilitiesVersions_79)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SmimeCapabilitiesVersions_79() const { return ___SmimeCapabilitiesVersions_79; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SmimeCapabilitiesVersions_79() { return &___SmimeCapabilitiesVersions_79; } inline void set_SmimeCapabilitiesVersions_79(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SmimeCapabilitiesVersions_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmimeCapabilitiesVersions_79), (void*)value); } inline static int32_t get_offset_of_IdAAReceiptRequest_80() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAReceiptRequest_80)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAReceiptRequest_80() const { return ___IdAAReceiptRequest_80; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAReceiptRequest_80() { return &___IdAAReceiptRequest_80; } inline void set_IdAAReceiptRequest_80(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAReceiptRequest_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAReceiptRequest_80), (void*)value); } inline static int32_t get_offset_of_IdCTAuthData_82() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthData_82)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthData_82() const { return ___IdCTAuthData_82; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthData_82() { return &___IdCTAuthData_82; } inline void set_IdCTAuthData_82(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthData_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthData_82), (void*)value); } inline static int32_t get_offset_of_IdCTTstInfo_83() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTstInfo_83)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTstInfo_83() const { return ___IdCTTstInfo_83; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTstInfo_83() { return &___IdCTTstInfo_83; } inline void set_IdCTTstInfo_83(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTstInfo_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTstInfo_83), (void*)value); } inline static int32_t get_offset_of_IdCTCompressedData_84() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTCompressedData_84)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTCompressedData_84() const { return ___IdCTCompressedData_84; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTCompressedData_84() { return &___IdCTCompressedData_84; } inline void set_IdCTCompressedData_84(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTCompressedData_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTCompressedData_84), (void*)value); } inline static int32_t get_offset_of_IdCTAuthEnvelopedData_85() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthEnvelopedData_85)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthEnvelopedData_85() const { return ___IdCTAuthEnvelopedData_85; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthEnvelopedData_85() { return &___IdCTAuthEnvelopedData_85; } inline void set_IdCTAuthEnvelopedData_85(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthEnvelopedData_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthEnvelopedData_85), (void*)value); } inline static int32_t get_offset_of_IdCTTimestampedData_86() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTimestampedData_86)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTimestampedData_86() const { return ___IdCTTimestampedData_86; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTimestampedData_86() { return &___IdCTTimestampedData_86; } inline void set_IdCTTimestampedData_86(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTimestampedData_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTimestampedData_86), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfOrigin_88() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfOrigin_88)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfOrigin_88() const { return ___IdCtiEtsProofOfOrigin_88; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfOrigin_88() { return &___IdCtiEtsProofOfOrigin_88; } inline void set_IdCtiEtsProofOfOrigin_88(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfOrigin_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfOrigin_88), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfReceipt_89() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfReceipt_89)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfReceipt_89() const { return ___IdCtiEtsProofOfReceipt_89; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfReceipt_89() { return &___IdCtiEtsProofOfReceipt_89; } inline void set_IdCtiEtsProofOfReceipt_89(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfReceipt_89 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfReceipt_89), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfDelivery_90() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfDelivery_90)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfDelivery_90() const { return ___IdCtiEtsProofOfDelivery_90; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfDelivery_90() { return &___IdCtiEtsProofOfDelivery_90; } inline void set_IdCtiEtsProofOfDelivery_90(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfDelivery_90 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfDelivery_90), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfSender_91() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfSender_91)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfSender_91() const { return ___IdCtiEtsProofOfSender_91; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfSender_91() { return &___IdCtiEtsProofOfSender_91; } inline void set_IdCtiEtsProofOfSender_91(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfSender_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfSender_91), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfApproval_92() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfApproval_92)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfApproval_92() const { return ___IdCtiEtsProofOfApproval_92; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfApproval_92() { return &___IdCtiEtsProofOfApproval_92; } inline void set_IdCtiEtsProofOfApproval_92(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfApproval_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfApproval_92), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfCreation_93() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfCreation_93)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfCreation_93() const { return ___IdCtiEtsProofOfCreation_93; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfCreation_93() { return &___IdCtiEtsProofOfCreation_93; } inline void set_IdCtiEtsProofOfCreation_93(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfCreation_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfCreation_93), (void*)value); } inline static int32_t get_offset_of_IdAAOid_95() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOid_95)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOid_95() const { return ___IdAAOid_95; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOid_95() { return &___IdAAOid_95; } inline void set_IdAAOid_95(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOid_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOid_95), (void*)value); } inline static int32_t get_offset_of_IdAAContentHint_96() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentHint_96)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentHint_96() const { return ___IdAAContentHint_96; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentHint_96() { return &___IdAAContentHint_96; } inline void set_IdAAContentHint_96(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentHint_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentHint_96), (void*)value); } inline static int32_t get_offset_of_IdAAMsgSigDigest_97() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAMsgSigDigest_97)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAMsgSigDigest_97() const { return ___IdAAMsgSigDigest_97; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAMsgSigDigest_97() { return &___IdAAMsgSigDigest_97; } inline void set_IdAAMsgSigDigest_97(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAMsgSigDigest_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAMsgSigDigest_97), (void*)value); } inline static int32_t get_offset_of_IdAAContentReference_98() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentReference_98)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentReference_98() const { return ___IdAAContentReference_98; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentReference_98() { return &___IdAAContentReference_98; } inline void set_IdAAContentReference_98(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentReference_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentReference_98), (void*)value); } inline static int32_t get_offset_of_IdAAEncrypKeyPref_99() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEncrypKeyPref_99)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEncrypKeyPref_99() const { return ___IdAAEncrypKeyPref_99; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEncrypKeyPref_99() { return &___IdAAEncrypKeyPref_99; } inline void set_IdAAEncrypKeyPref_99(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEncrypKeyPref_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEncrypKeyPref_99), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificate_100() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificate_100)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificate_100() const { return ___IdAASigningCertificate_100; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificate_100() { return &___IdAASigningCertificate_100; } inline void set_IdAASigningCertificate_100(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificate_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificate_100), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificateV2_101() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificateV2_101)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificateV2_101() const { return ___IdAASigningCertificateV2_101; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificateV2_101() { return &___IdAASigningCertificateV2_101; } inline void set_IdAASigningCertificateV2_101(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificateV2_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificateV2_101), (void*)value); } inline static int32_t get_offset_of_IdAAContentIdentifier_102() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentIdentifier_102)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentIdentifier_102() const { return ___IdAAContentIdentifier_102; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentIdentifier_102() { return &___IdAAContentIdentifier_102; } inline void set_IdAAContentIdentifier_102(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentIdentifier_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentIdentifier_102), (void*)value); } inline static int32_t get_offset_of_IdAASignatureTimeStampToken_103() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignatureTimeStampToken_103)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignatureTimeStampToken_103() const { return ___IdAASignatureTimeStampToken_103; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignatureTimeStampToken_103() { return &___IdAASignatureTimeStampToken_103; } inline void set_IdAASignatureTimeStampToken_103(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignatureTimeStampToken_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignatureTimeStampToken_103), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSigPolicyID_104() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSigPolicyID_104)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSigPolicyID_104() const { return ___IdAAEtsSigPolicyID_104; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSigPolicyID_104() { return &___IdAAEtsSigPolicyID_104; } inline void set_IdAAEtsSigPolicyID_104(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSigPolicyID_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSigPolicyID_104), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCommitmentType_105() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCommitmentType_105)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCommitmentType_105() const { return ___IdAAEtsCommitmentType_105; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCommitmentType_105() { return &___IdAAEtsCommitmentType_105; } inline void set_IdAAEtsCommitmentType_105(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCommitmentType_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCommitmentType_105), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerLocation_106() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerLocation_106)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerLocation_106() const { return ___IdAAEtsSignerLocation_106; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerLocation_106() { return &___IdAAEtsSignerLocation_106; } inline void set_IdAAEtsSignerLocation_106(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerLocation_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerLocation_106), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerAttr_107() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerAttr_107)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerAttr_107() const { return ___IdAAEtsSignerAttr_107; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerAttr_107() { return &___IdAAEtsSignerAttr_107; } inline void set_IdAAEtsSignerAttr_107(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerAttr_107 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerAttr_107), (void*)value); } inline static int32_t get_offset_of_IdAAEtsOtherSigCert_108() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsOtherSigCert_108)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsOtherSigCert_108() const { return ___IdAAEtsOtherSigCert_108; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsOtherSigCert_108() { return &___IdAAEtsOtherSigCert_108; } inline void set_IdAAEtsOtherSigCert_108(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsOtherSigCert_108 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsOtherSigCert_108), (void*)value); } inline static int32_t get_offset_of_IdAAEtsContentTimestamp_109() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsContentTimestamp_109)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsContentTimestamp_109() const { return ___IdAAEtsContentTimestamp_109; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsContentTimestamp_109() { return &___IdAAEtsContentTimestamp_109; } inline void set_IdAAEtsContentTimestamp_109(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsContentTimestamp_109 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsContentTimestamp_109), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertificateRefs_110() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertificateRefs_110)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertificateRefs_110() const { return ___IdAAEtsCertificateRefs_110; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertificateRefs_110() { return &___IdAAEtsCertificateRefs_110; } inline void set_IdAAEtsCertificateRefs_110(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertificateRefs_110 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertificateRefs_110), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationRefs_111() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationRefs_111)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationRefs_111() const { return ___IdAAEtsRevocationRefs_111; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationRefs_111() { return &___IdAAEtsRevocationRefs_111; } inline void set_IdAAEtsRevocationRefs_111(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationRefs_111 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationRefs_111), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertValues_112() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertValues_112)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertValues_112() const { return ___IdAAEtsCertValues_112; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertValues_112() { return &___IdAAEtsCertValues_112; } inline void set_IdAAEtsCertValues_112(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertValues_112 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertValues_112), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationValues_113() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationValues_113)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationValues_113() const { return ___IdAAEtsRevocationValues_113; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationValues_113() { return &___IdAAEtsRevocationValues_113; } inline void set_IdAAEtsRevocationValues_113(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationValues_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationValues_113), (void*)value); } inline static int32_t get_offset_of_IdAAEtsEscTimeStamp_114() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsEscTimeStamp_114)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsEscTimeStamp_114() const { return ___IdAAEtsEscTimeStamp_114; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsEscTimeStamp_114() { return &___IdAAEtsEscTimeStamp_114; } inline void set_IdAAEtsEscTimeStamp_114(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsEscTimeStamp_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsEscTimeStamp_114), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertCrlTimestamp_115() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertCrlTimestamp_115)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertCrlTimestamp_115() const { return ___IdAAEtsCertCrlTimestamp_115; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertCrlTimestamp_115() { return &___IdAAEtsCertCrlTimestamp_115; } inline void set_IdAAEtsCertCrlTimestamp_115(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertCrlTimestamp_115 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertCrlTimestamp_115), (void*)value); } inline static int32_t get_offset_of_IdAAEtsArchiveTimestamp_116() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsArchiveTimestamp_116)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsArchiveTimestamp_116() const { return ___IdAAEtsArchiveTimestamp_116; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsArchiveTimestamp_116() { return &___IdAAEtsArchiveTimestamp_116; } inline void set_IdAAEtsArchiveTimestamp_116(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsArchiveTimestamp_116 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsArchiveTimestamp_116), (void*)value); } inline static int32_t get_offset_of_IdAADecryptKeyID_117() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAADecryptKeyID_117)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAADecryptKeyID_117() const { return ___IdAADecryptKeyID_117; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAADecryptKeyID_117() { return &___IdAADecryptKeyID_117; } inline void set_IdAADecryptKeyID_117(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAADecryptKeyID_117 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAADecryptKeyID_117), (void*)value); } inline static int32_t get_offset_of_IdAAImplCryptoAlgs_118() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCryptoAlgs_118)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCryptoAlgs_118() const { return ___IdAAImplCryptoAlgs_118; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCryptoAlgs_118() { return &___IdAAImplCryptoAlgs_118; } inline void set_IdAAImplCryptoAlgs_118(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCryptoAlgs_118 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCryptoAlgs_118), (void*)value); } inline static int32_t get_offset_of_IdAAAsymmDecryptKeyID_119() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAAsymmDecryptKeyID_119)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAAsymmDecryptKeyID_119() const { return ___IdAAAsymmDecryptKeyID_119; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAAsymmDecryptKeyID_119() { return &___IdAAAsymmDecryptKeyID_119; } inline void set_IdAAAsymmDecryptKeyID_119(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAAsymmDecryptKeyID_119 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAAsymmDecryptKeyID_119), (void*)value); } inline static int32_t get_offset_of_IdAAImplCompressAlgs_120() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCompressAlgs_120)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCompressAlgs_120() const { return ___IdAAImplCompressAlgs_120; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCompressAlgs_120() { return &___IdAAImplCompressAlgs_120; } inline void set_IdAAImplCompressAlgs_120(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCompressAlgs_120 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCompressAlgs_120), (void*)value); } inline static int32_t get_offset_of_IdAACommunityIdentifiers_121() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommunityIdentifiers_121)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommunityIdentifiers_121() const { return ___IdAACommunityIdentifiers_121; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommunityIdentifiers_121() { return &___IdAACommunityIdentifiers_121; } inline void set_IdAACommunityIdentifiers_121(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommunityIdentifiers_121 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommunityIdentifiers_121), (void*)value); } inline static int32_t get_offset_of_IdAASigPolicyID_122() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigPolicyID_122)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigPolicyID_122() const { return ___IdAASigPolicyID_122; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigPolicyID_122() { return &___IdAASigPolicyID_122; } inline void set_IdAASigPolicyID_122(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigPolicyID_122 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigPolicyID_122), (void*)value); } inline static int32_t get_offset_of_IdAACommitmentType_123() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommitmentType_123)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommitmentType_123() const { return ___IdAACommitmentType_123; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommitmentType_123() { return &___IdAACommitmentType_123; } inline void set_IdAACommitmentType_123(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommitmentType_123 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommitmentType_123), (void*)value); } inline static int32_t get_offset_of_IdAASignerLocation_124() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignerLocation_124)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignerLocation_124() const { return ___IdAASignerLocation_124; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignerLocation_124() { return &___IdAASignerLocation_124; } inline void set_IdAASignerLocation_124(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignerLocation_124 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignerLocation_124), (void*)value); } inline static int32_t get_offset_of_IdAAOtherSigCert_125() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOtherSigCert_125)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOtherSigCert_125() const { return ___IdAAOtherSigCert_125; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOtherSigCert_125() { return &___IdAAOtherSigCert_125; } inline void set_IdAAOtherSigCert_125(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOtherSigCert_125 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOtherSigCert_125), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUri_127() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUri_127)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUri_127() const { return ___IdSpqEtsUri_127; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUri_127() { return &___IdSpqEtsUri_127; } inline void set_IdSpqEtsUri_127(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUri_127 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUri_127), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUNotice_128() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUNotice_128)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUNotice_128() const { return ___IdSpqEtsUNotice_128; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUNotice_128() { return &___IdSpqEtsUNotice_128; } inline void set_IdSpqEtsUNotice_128(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUNotice_128 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUNotice_128), (void*)value); } inline static int32_t get_offset_of_KeyBag_131() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___KeyBag_131)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyBag_131() const { return ___KeyBag_131; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyBag_131() { return &___KeyBag_131; } inline void set_KeyBag_131(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyBag_131 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyBag_131), (void*)value); } inline static int32_t get_offset_of_Pkcs8ShroudedKeyBag_132() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs8ShroudedKeyBag_132)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs8ShroudedKeyBag_132() const { return ___Pkcs8ShroudedKeyBag_132; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs8ShroudedKeyBag_132() { return &___Pkcs8ShroudedKeyBag_132; } inline void set_Pkcs8ShroudedKeyBag_132(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs8ShroudedKeyBag_132 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs8ShroudedKeyBag_132), (void*)value); } inline static int32_t get_offset_of_CertBag_133() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CertBag_133)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertBag_133() const { return ___CertBag_133; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertBag_133() { return &___CertBag_133; } inline void set_CertBag_133(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertBag_133 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertBag_133), (void*)value); } inline static int32_t get_offset_of_CrlBag_134() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CrlBag_134)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlBag_134() const { return ___CrlBag_134; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlBag_134() { return &___CrlBag_134; } inline void set_CrlBag_134(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlBag_134 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlBag_134), (void*)value); } inline static int32_t get_offset_of_SecretBag_135() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SecretBag_135)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecretBag_135() const { return ___SecretBag_135; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecretBag_135() { return &___SecretBag_135; } inline void set_SecretBag_135(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecretBag_135 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecretBag_135), (void*)value); } inline static int32_t get_offset_of_SafeContentsBag_136() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SafeContentsBag_136)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SafeContentsBag_136() const { return ___SafeContentsBag_136; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SafeContentsBag_136() { return &___SafeContentsBag_136; } inline void set_SafeContentsBag_136(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SafeContentsBag_136 = value; Il2CppCodeGenWriteBarrier((void**)(&___SafeContentsBag_136), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC4_138() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC4_138)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC4_138() const { return ___PbeWithShaAnd128BitRC4_138; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC4_138() { return &___PbeWithShaAnd128BitRC4_138; } inline void set_PbeWithShaAnd128BitRC4_138(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC4_138 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC4_138), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd40BitRC4_139() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd40BitRC4_139)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd40BitRC4_139() const { return ___PbeWithShaAnd40BitRC4_139; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd40BitRC4_139() { return &___PbeWithShaAnd40BitRC4_139; } inline void set_PbeWithShaAnd40BitRC4_139(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd40BitRC4_139 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd40BitRC4_139), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd3KeyTripleDesCbc_140)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd3KeyTripleDesCbc_140() const { return ___PbeWithShaAnd3KeyTripleDesCbc_140; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return &___PbeWithShaAnd3KeyTripleDesCbc_140; } inline void set_PbeWithShaAnd3KeyTripleDesCbc_140(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd3KeyTripleDesCbc_140 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd3KeyTripleDesCbc_140), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd2KeyTripleDesCbc_141)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd2KeyTripleDesCbc_141() const { return ___PbeWithShaAnd2KeyTripleDesCbc_141; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return &___PbeWithShaAnd2KeyTripleDesCbc_141; } inline void set_PbeWithShaAnd2KeyTripleDesCbc_141(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd2KeyTripleDesCbc_141 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd2KeyTripleDesCbc_141), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC2Cbc_142() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC2Cbc_142)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC2Cbc_142() const { return ___PbeWithShaAnd128BitRC2Cbc_142; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC2Cbc_142() { return &___PbeWithShaAnd128BitRC2Cbc_142; } inline void set_PbeWithShaAnd128BitRC2Cbc_142(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC2Cbc_142 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC2Cbc_142), (void*)value); } inline static int32_t get_offset_of_PbewithShaAnd40BitRC2Cbc_143() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbewithShaAnd40BitRC2Cbc_143)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbewithShaAnd40BitRC2Cbc_143() const { return ___PbewithShaAnd40BitRC2Cbc_143; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbewithShaAnd40BitRC2Cbc_143() { return &___PbewithShaAnd40BitRC2Cbc_143; } inline void set_PbewithShaAnd40BitRC2Cbc_143(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbewithShaAnd40BitRC2Cbc_143 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbewithShaAnd40BitRC2Cbc_143), (void*)value); } }; // PropConfig struct PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 : public RuntimeObject { public: // System.Int32 PropConfig::id int32_t ___id_0; // System.Int32 PropConfig::type int32_t ___type_1; // System.Int32 PropConfig::iconID int32_t ___iconID_2; // System.String[] PropConfig::name StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___name_3; // System.String[] PropConfig::detail StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___detail_4; // System.Int32 PropConfig::difficulty int32_t ___difficulty_5; // System.Int32 PropConfig::diamond int32_t ___diamond_6; // System.Boolean PropConfig::inShop bool ___inShop_7; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___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_type_1() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___type_1)); } inline int32_t get_type_1() const { return ___type_1; } inline int32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(int32_t value) { ___type_1 = value; } inline static int32_t get_offset_of_iconID_2() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___iconID_2)); } inline int32_t get_iconID_2() const { return ___iconID_2; } inline int32_t* get_address_of_iconID_2() { return &___iconID_2; } inline void set_iconID_2(int32_t value) { ___iconID_2 = value; } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___name_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_name_3() const { return ___name_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_name_3() { return &___name_3; } inline void set_name_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value); } inline static int32_t get_offset_of_detail_4() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___detail_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_detail_4() const { return ___detail_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_detail_4() { return &___detail_4; } inline void set_detail_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___detail_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___detail_4), (void*)value); } inline static int32_t get_offset_of_difficulty_5() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___difficulty_5)); } inline int32_t get_difficulty_5() const { return ___difficulty_5; } inline int32_t* get_address_of_difficulty_5() { return &___difficulty_5; } inline void set_difficulty_5(int32_t value) { ___difficulty_5 = value; } inline static int32_t get_offset_of_diamond_6() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___diamond_6)); } inline int32_t get_diamond_6() const { return ___diamond_6; } inline int32_t* get_address_of_diamond_6() { return &___diamond_6; } inline void set_diamond_6(int32_t value) { ___diamond_6 = value; } inline static int32_t get_offset_of_inShop_7() { return static_cast(offsetof(PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6, ___inShop_7)); } inline bool get_inShop_7() const { return ___inShop_7; } inline bool* get_address_of_inShop_7() { return &___inShop_7; } inline void set_inShop_7(bool value) { ___inShop_7 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::version int32_t ___version_6; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::name String_t* ___name_7; public: inline static int32_t get_offset_of_version_6() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915, ___version_6)); } inline int32_t get_version_6() const { return ___version_6; } inline int32_t* get_address_of_version_6() { return &___version_6; } inline void set_version_6(int32_t value) { ___version_6 = value; } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value); } }; struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::SSLv3 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___SSLv3_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::TLSv10 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___TLSv10_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::TLSv11 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___TLSv11_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::TLSv12 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___TLSv12_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::DTLSv10 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___DTLSv10_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::DTLSv12 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___DTLSv12_5; public: inline static int32_t get_offset_of_SSLv3_0() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___SSLv3_0)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_SSLv3_0() const { return ___SSLv3_0; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_SSLv3_0() { return &___SSLv3_0; } inline void set_SSLv3_0(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___SSLv3_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SSLv3_0), (void*)value); } inline static int32_t get_offset_of_TLSv10_1() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___TLSv10_1)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_TLSv10_1() const { return ___TLSv10_1; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_TLSv10_1() { return &___TLSv10_1; } inline void set_TLSv10_1(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___TLSv10_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TLSv10_1), (void*)value); } inline static int32_t get_offset_of_TLSv11_2() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___TLSv11_2)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_TLSv11_2() const { return ___TLSv11_2; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_TLSv11_2() { return &___TLSv11_2; } inline void set_TLSv11_2(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___TLSv11_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___TLSv11_2), (void*)value); } inline static int32_t get_offset_of_TLSv12_3() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___TLSv12_3)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_TLSv12_3() const { return ___TLSv12_3; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_TLSv12_3() { return &___TLSv12_3; } inline void set_TLSv12_3(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___TLSv12_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___TLSv12_3), (void*)value); } inline static int32_t get_offset_of_DTLSv10_4() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___DTLSv10_4)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_DTLSv10_4() const { return ___DTLSv10_4; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_DTLSv10_4() { return &___DTLSv10_4; } inline void set_DTLSv10_4(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___DTLSv10_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DTLSv10_4), (void*)value); } inline static int32_t get_offset_of_DTLSv12_5() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___DTLSv12_5)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_DTLSv12_5() const { return ___DTLSv12_5; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_DTLSv12_5() { return &___DTLSv12_5; } inline void set_DTLSv12_5(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___DTLSv12_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DTLSv12_5), (void*)value); } }; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 : public RuntimeObject { public: // System.Uri BestHTTP.Proxy::
k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CAddressU3Ek__BackingField_0; // BestHTTP.Authentication.Credentials BestHTTP.Proxy::k__BackingField Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___U3CCredentialsU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CAddressU3Ek__BackingField_0() { return static_cast(offsetof(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6, ___U3CAddressU3Ek__BackingField_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CAddressU3Ek__BackingField_0() const { return ___U3CAddressU3Ek__BackingField_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CAddressU3Ek__BackingField_0() { return &___U3CAddressU3Ek__BackingField_0; } inline void set_U3CAddressU3Ek__BackingField_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CAddressU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAddressU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_1() { return static_cast(offsetof(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6, ___U3CCredentialsU3Ek__BackingField_1)); } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * get_U3CCredentialsU3Ek__BackingField_1() const { return ___U3CCredentialsU3Ek__BackingField_1; } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 ** get_address_of_U3CCredentialsU3Ek__BackingField_1() { return &___U3CCredentialsU3Ek__BackingField_1; } inline void set_U3CCredentialsU3Ek__BackingField_1(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * value) { ___U3CCredentialsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner struct PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::contentDigest1 RuntimeObject* ___contentDigest1_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::contentDigest2 RuntimeObject* ___contentDigest2_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::mgfDigest RuntimeObject* ___mgfDigest_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::cipher RuntimeObject* ___cipher_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::hLen int32_t ___hLen_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::mgfhLen int32_t ___mgfhLen_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::sLen int32_t ___sLen_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::sSet bool ___sSet_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::emBits int32_t ___emBits_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::salt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::mDash ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mDash_12; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::block ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___block_13; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::trailer uint8_t ___trailer_14; public: inline static int32_t get_offset_of_contentDigest1_1() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___contentDigest1_1)); } inline RuntimeObject* get_contentDigest1_1() const { return ___contentDigest1_1; } inline RuntimeObject** get_address_of_contentDigest1_1() { return &___contentDigest1_1; } inline void set_contentDigest1_1(RuntimeObject* value) { ___contentDigest1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentDigest1_1), (void*)value); } inline static int32_t get_offset_of_contentDigest2_2() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___contentDigest2_2)); } inline RuntimeObject* get_contentDigest2_2() const { return ___contentDigest2_2; } inline RuntimeObject** get_address_of_contentDigest2_2() { return &___contentDigest2_2; } inline void set_contentDigest2_2(RuntimeObject* value) { ___contentDigest2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentDigest2_2), (void*)value); } inline static int32_t get_offset_of_mgfDigest_3() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___mgfDigest_3)); } inline RuntimeObject* get_mgfDigest_3() const { return ___mgfDigest_3; } inline RuntimeObject** get_address_of_mgfDigest_3() { return &___mgfDigest_3; } inline void set_mgfDigest_3(RuntimeObject* value) { ___mgfDigest_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mgfDigest_3), (void*)value); } inline static int32_t get_offset_of_cipher_4() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___cipher_4)); } inline RuntimeObject* get_cipher_4() const { return ___cipher_4; } inline RuntimeObject** get_address_of_cipher_4() { return &___cipher_4; } inline void set_cipher_4(RuntimeObject* value) { ___cipher_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_4), (void*)value); } inline static int32_t get_offset_of_random_5() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___random_5)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_5() const { return ___random_5; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_5() { return &___random_5; } inline void set_random_5(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_5), (void*)value); } inline static int32_t get_offset_of_hLen_6() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___hLen_6)); } inline int32_t get_hLen_6() const { return ___hLen_6; } inline int32_t* get_address_of_hLen_6() { return &___hLen_6; } inline void set_hLen_6(int32_t value) { ___hLen_6 = value; } inline static int32_t get_offset_of_mgfhLen_7() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___mgfhLen_7)); } inline int32_t get_mgfhLen_7() const { return ___mgfhLen_7; } inline int32_t* get_address_of_mgfhLen_7() { return &___mgfhLen_7; } inline void set_mgfhLen_7(int32_t value) { ___mgfhLen_7 = value; } inline static int32_t get_offset_of_sLen_8() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___sLen_8)); } inline int32_t get_sLen_8() const { return ___sLen_8; } inline int32_t* get_address_of_sLen_8() { return &___sLen_8; } inline void set_sLen_8(int32_t value) { ___sLen_8 = value; } inline static int32_t get_offset_of_sSet_9() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___sSet_9)); } inline bool get_sSet_9() const { return ___sSet_9; } inline bool* get_address_of_sSet_9() { return &___sSet_9; } inline void set_sSet_9(bool value) { ___sSet_9 = value; } inline static int32_t get_offset_of_emBits_10() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___emBits_10)); } inline int32_t get_emBits_10() const { return ___emBits_10; } inline int32_t* get_address_of_emBits_10() { return &___emBits_10; } inline void set_emBits_10(int32_t value) { ___emBits_10 = value; } inline static int32_t get_offset_of_salt_11() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___salt_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_salt_11() const { return ___salt_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_salt_11() { return &___salt_11; } inline void set_salt_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___salt_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___salt_11), (void*)value); } inline static int32_t get_offset_of_mDash_12() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___mDash_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mDash_12() const { return ___mDash_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mDash_12() { return &___mDash_12; } inline void set_mDash_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mDash_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDash_12), (void*)value); } inline static int32_t get_offset_of_block_13() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___block_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_block_13() const { return ___block_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_block_13() { return &___block_13; } inline void set_block_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___block_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___block_13), (void*)value); } inline static int32_t get_offset_of_trailer_14() { return static_cast(offsetof(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489, ___trailer_14)); } inline uint8_t get_trailer_14() const { return ___trailer_14; } inline uint8_t* get_address_of_trailer_14() { return &___trailer_14; } inline void set_trailer_14(uint8_t value) { ___trailer_14 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory struct PublicKeyFactory_tA5A0A1332E55F9A58F0E42B6E96CFF50F0A4A5BB : public RuntimeObject { public: public: }; // UnityStandardAssets.ImageEffects.Quads struct Quads_t685086360831ABD1284FD0E7B088C95075647825 : public RuntimeObject { public: public: }; struct Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields { public: // UnityEngine.Mesh[] UnityStandardAssets.ImageEffects.Quads::meshes MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* ___meshes_0; // System.Int32 UnityStandardAssets.ImageEffects.Quads::currentQuads int32_t ___currentQuads_1; public: inline static int32_t get_offset_of_meshes_0() { return static_cast(offsetof(Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields, ___meshes_0)); } inline MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* get_meshes_0() const { return ___meshes_0; } inline MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8** get_address_of_meshes_0() { return &___meshes_0; } inline void set_meshes_0(MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* value) { ___meshes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___meshes_0), (void*)value); } inline static int32_t get_offset_of_currentQuads_1() { return static_cast(offsetof(Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields, ___currentQuads_1)); } inline int32_t get_currentQuads_1() const { return ___currentQuads_1; } inline int32_t* get_address_of_currentQuads_1() { return &___currentQuads_1; } inline void set_currentQuads_1(int32_t value) { ___currentQuads_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine struct RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::workingKey Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___workingKey_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::encrypting bool ___encrypting_3; public: inline static int32_t get_offset_of_workingKey_2() { return static_cast(offsetof(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67, ___workingKey_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_workingKey_2() const { return ___workingKey_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_workingKey_2() { return &___workingKey_2; } inline void set_workingKey_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___workingKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_2), (void*)value); } inline static int32_t get_offset_of_encrypting_3() { return static_cast(offsetof(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67, ___encrypting_3)); } inline bool get_encrypting_3() const { return ___encrypting_3; } inline bool* get_address_of_encrypting_3() { return &___encrypting_3; } inline void set_encrypting_3(bool value) { ___encrypting_3 = value; } }; struct RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::piTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___piTable_0; public: inline static int32_t get_offset_of_piTable_0() { return static_cast(offsetof(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_StaticFields, ___piTable_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_piTable_0() const { return ___piTable_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_piTable_0() { return &___piTable_0; } inline void set_piTable_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___piTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___piTable_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine struct RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::engine CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * ___engine_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::parameters RuntimeObject* ___parameters_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::paramPlusIV ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * ___paramPlusIV_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::iv ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv_3; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::forWrapping bool ___forWrapping_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::sr SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___sr_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::sha1 RuntimeObject* ___sha1_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::digest ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___digest_8; public: inline static int32_t get_offset_of_engine_0() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___engine_0)); } inline CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * get_engine_0() const { return ___engine_0; } inline CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 ** get_address_of_engine_0() { return &___engine_0; } inline void set_engine_0(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * value) { ___engine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_0), (void*)value); } inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___parameters_1)); } inline RuntimeObject* get_parameters_1() const { return ___parameters_1; } inline RuntimeObject** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(RuntimeObject* value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } inline static int32_t get_offset_of_paramPlusIV_2() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___paramPlusIV_2)); } inline ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * get_paramPlusIV_2() const { return ___paramPlusIV_2; } inline ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 ** get_address_of_paramPlusIV_2() { return &___paramPlusIV_2; } inline void set_paramPlusIV_2(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * value) { ___paramPlusIV_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___paramPlusIV_2), (void*)value); } inline static int32_t get_offset_of_iv_3() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___iv_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_iv_3() const { return ___iv_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_iv_3() { return &___iv_3; } inline void set_iv_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___iv_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_3), (void*)value); } inline static int32_t get_offset_of_forWrapping_4() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___forWrapping_4)); } inline bool get_forWrapping_4() const { return ___forWrapping_4; } inline bool* get_address_of_forWrapping_4() { return &___forWrapping_4; } inline void set_forWrapping_4(bool value) { ___forWrapping_4 = value; } inline static int32_t get_offset_of_sr_5() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___sr_5)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_sr_5() const { return ___sr_5; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_sr_5() { return &___sr_5; } inline void set_sr_5(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___sr_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___sr_5), (void*)value); } inline static int32_t get_offset_of_sha1_7() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___sha1_7)); } inline RuntimeObject* get_sha1_7() const { return ___sha1_7; } inline RuntimeObject** get_address_of_sha1_7() { return &___sha1_7; } inline void set_sha1_7(RuntimeObject* value) { ___sha1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___sha1_7), (void*)value); } inline static int32_t get_offset_of_digest_8() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511, ___digest_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_digest_8() const { return ___digest_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_digest_8() { return &___digest_8; } inline void set_digest_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___digest_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_8), (void*)value); } }; struct RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::IV2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IV2_6; public: inline static int32_t get_offset_of_IV2_6() { return static_cast(offsetof(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_StaticFields, ___IV2_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IV2_6() const { return ___IV2_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IV2_6() { return &___IV2_6; } inline void set_IV2_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IV2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___IV2_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine struct RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::engineState ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___engineState_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::x int32_t ___x_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::y int32_t ___y_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::workingKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___workingKey_4; public: inline static int32_t get_offset_of_engineState_1() { return static_cast(offsetof(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD, ___engineState_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_engineState_1() const { return ___engineState_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_engineState_1() { return &___engineState_1; } inline void set_engineState_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___engineState_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___engineState_1), (void*)value); } inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD, ___x_2)); } inline int32_t get_x_2() const { return ___x_2; } inline int32_t* get_address_of_x_2() { return &___x_2; } inline void set_x_2(int32_t value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD, ___y_3)); } inline int32_t get_y_3() const { return ___y_3; } inline int32_t* get_address_of_y_3() { return &___y_3; } inline void set_y_3(int32_t value) { ___y_3 = value; } inline static int32_t get_offset_of_workingKey_4() { return static_cast(offsetof(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD, ___workingKey_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_workingKey_4() const { return ___workingKey_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_workingKey_4() { return &___workingKey_4; } inline void set_workingKey_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___workingKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_4), (void*)value); } }; struct RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::STATE_LENGTH int32_t ___STATE_LENGTH_0; public: inline static int32_t get_offset_of_STATE_LENGTH_0() { return static_cast(offsetof(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_StaticFields, ___STATE_LENGTH_0)); } inline int32_t get_STATE_LENGTH_0() const { return ___STATE_LENGTH_0; } inline int32_t* get_address_of_STATE_LENGTH_0() { return &___STATE_LENGTH_0; } inline void set_STATE_LENGTH_0(int32_t value) { ___STATE_LENGTH_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine struct RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::_noRounds int32_t ____noRounds_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::_S Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____S_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::forEncryption bool ___forEncryption_4; public: inline static int32_t get_offset_of__noRounds_0() { return static_cast(offsetof(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC, ____noRounds_0)); } inline int32_t get__noRounds_0() const { return ____noRounds_0; } inline int32_t* get_address_of__noRounds_0() { return &____noRounds_0; } inline void set__noRounds_0(int32_t value) { ____noRounds_0 = value; } inline static int32_t get_offset_of__S_1() { return static_cast(offsetof(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC, ____S_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__S_1() const { return ____S_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__S_1() { return &____S_1; } inline void set__S_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____S_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____S_1), (void*)value); } inline static int32_t get_offset_of_forEncryption_4() { return static_cast(offsetof(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC, ___forEncryption_4)); } inline bool get_forEncryption_4() const { return ___forEncryption_4; } inline bool* get_address_of_forEncryption_4() { return &___forEncryption_4; } inline void set_forEncryption_4(bool value) { ___forEncryption_4 = value; } }; struct RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::P32 int32_t ___P32_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::Q32 int32_t ___Q32_3; public: inline static int32_t get_offset_of_P32_2() { return static_cast(offsetof(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_StaticFields, ___P32_2)); } inline int32_t get_P32_2() const { return ___P32_2; } inline int32_t* get_address_of_P32_2() { return &___P32_2; } inline void set_P32_2(int32_t value) { ___P32_2 = value; } inline static int32_t get_offset_of_Q32_3() { return static_cast(offsetof(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_StaticFields, ___Q32_3)); } inline int32_t get_Q32_3() const { return ___Q32_3; } inline int32_t* get_address_of_Q32_3() { return &___Q32_3; } inline void set_Q32_3(int32_t value) { ___Q32_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine struct RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::_noRounds int32_t ____noRounds_2; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::_S Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____S_3; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::forEncryption bool ___forEncryption_6; public: inline static int32_t get_offset_of__noRounds_2() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960, ____noRounds_2)); } inline int32_t get__noRounds_2() const { return ____noRounds_2; } inline int32_t* get_address_of__noRounds_2() { return &____noRounds_2; } inline void set__noRounds_2(int32_t value) { ____noRounds_2 = value; } inline static int32_t get_offset_of__S_3() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960, ____S_3)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__S_3() const { return ____S_3; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__S_3() { return &____S_3; } inline void set__S_3(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____S_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____S_3), (void*)value); } inline static int32_t get_offset_of_forEncryption_6() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960, ___forEncryption_6)); } inline bool get_forEncryption_6() const { return ___forEncryption_6; } inline bool* get_address_of_forEncryption_6() { return &___forEncryption_6; } inline void set_forEncryption_6(bool value) { ___forEncryption_6 = value; } }; struct RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::wordSize int32_t ___wordSize_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::bytesPerWord int32_t ___bytesPerWord_1; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::P64 int64_t ___P64_4; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::Q64 int64_t ___Q64_5; public: inline static int32_t get_offset_of_wordSize_0() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields, ___wordSize_0)); } inline int32_t get_wordSize_0() const { return ___wordSize_0; } inline int32_t* get_address_of_wordSize_0() { return &___wordSize_0; } inline void set_wordSize_0(int32_t value) { ___wordSize_0 = value; } inline static int32_t get_offset_of_bytesPerWord_1() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields, ___bytesPerWord_1)); } inline int32_t get_bytesPerWord_1() const { return ___bytesPerWord_1; } inline int32_t* get_address_of_bytesPerWord_1() { return &___bytesPerWord_1; } inline void set_bytesPerWord_1(int32_t value) { ___bytesPerWord_1 = value; } inline static int32_t get_offset_of_P64_4() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields, ___P64_4)); } inline int64_t get_P64_4() const { return ___P64_4; } inline int64_t* get_address_of_P64_4() { return &___P64_4; } inline void set_P64_4(int64_t value) { ___P64_4 = value; } inline static int32_t get_offset_of_Q64_5() { return static_cast(offsetof(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields, ___Q64_5)); } inline int64_t get_Q64_5() const { return ___Q64_5; } inline int64_t* get_address_of_Q64_5() { return &___Q64_5; } inline void set_Q64_5(int64_t value) { ___Q64_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine struct RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::_S Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____S_3; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::forEncryption bool ___forEncryption_7; public: inline static int32_t get_offset_of__S_3() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA, ____S_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__S_3() const { return ____S_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__S_3() { return &____S_3; } inline void set__S_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____S_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____S_3), (void*)value); } inline static int32_t get_offset_of_forEncryption_7() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA, ___forEncryption_7)); } inline bool get_forEncryption_7() const { return ___forEncryption_7; } inline bool* get_address_of_forEncryption_7() { return &___forEncryption_7; } inline void set_forEncryption_7(bool value) { ___forEncryption_7 = value; } }; struct RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::wordSize int32_t ___wordSize_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::bytesPerWord int32_t ___bytesPerWord_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::_noRounds int32_t ____noRounds_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::P32 int32_t ___P32_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::Q32 int32_t ___Q32_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::LGW int32_t ___LGW_6; public: inline static int32_t get_offset_of_wordSize_0() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields, ___wordSize_0)); } inline int32_t get_wordSize_0() const { return ___wordSize_0; } inline int32_t* get_address_of_wordSize_0() { return &___wordSize_0; } inline void set_wordSize_0(int32_t value) { ___wordSize_0 = value; } inline static int32_t get_offset_of_bytesPerWord_1() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields, ___bytesPerWord_1)); } inline int32_t get_bytesPerWord_1() const { return ___bytesPerWord_1; } inline int32_t* get_address_of_bytesPerWord_1() { return &___bytesPerWord_1; } inline void set_bytesPerWord_1(int32_t value) { ___bytesPerWord_1 = value; } inline static int32_t get_offset_of__noRounds_2() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields, ____noRounds_2)); } inline int32_t get__noRounds_2() const { return ____noRounds_2; } inline int32_t* get_address_of__noRounds_2() { return &____noRounds_2; } inline void set__noRounds_2(int32_t value) { ____noRounds_2 = value; } inline static int32_t get_offset_of_P32_4() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields, ___P32_4)); } inline int32_t get_P32_4() const { return ___P32_4; } inline int32_t* get_address_of_P32_4() { return &___P32_4; } inline void set_P32_4(int32_t value) { ___P32_4 = value; } inline static int32_t get_offset_of_Q32_5() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields, ___Q32_5)); } inline int32_t get_Q32_5() const { return ___Q32_5; } inline int32_t* get_address_of_Q32_5() { return &___Q32_5; } inline void set_Q32_5(int32_t value) { ___Q32_5 = value; } inline static int32_t get_offset_of_LGW_6() { return static_cast(offsetof(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields, ___LGW_6)); } inline int32_t get_LGW_6() const { return ___LGW_6; } inline int32_t* get_address_of_LGW_6() { return &___LGW_6; } inline void set_LGW_6(int32_t value) { ___LGW_6 = value; } }; // RabbitSyncData struct RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 : public RuntimeObject { public: // System.Int32 RabbitSyncData::id int32_t ___id_0; // System.Single RabbitSyncData::rx float ___rx_1; // System.Single RabbitSyncData::ry float ___ry_2; // System.Single RabbitSyncData::rz float ___rz_3; // System.Single RabbitSyncData::rw float ___rw_4; // System.Single RabbitSyncData::px float ___px_5; // System.Single RabbitSyncData::py float ___py_6; // System.Single RabbitSyncData::pz float ___pz_7; // System.Int32 RabbitSyncData::ai int32_t ___ai_8; // System.Int32 RabbitSyncData::ct int32_t ___ct_9; // System.Int32 RabbitSyncData::ii int32_t ___ii_10; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___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_rx_1() { return static_cast(offsetof(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___rx_1)); } inline float get_rx_1() const { return ___rx_1; } inline float* get_address_of_rx_1() { return &___rx_1; } inline void set_rx_1(float value) { ___rx_1 = value; } inline static int32_t get_offset_of_ry_2() { return static_cast(offsetof(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___ry_2)); } inline float get_ry_2() const { return ___ry_2; } inline float* get_address_of_ry_2() { return &___ry_2; } inline void set_ry_2(float value) { ___ry_2 = value; } inline static int32_t get_offset_of_rz_3() { return static_cast(offsetof(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___rz_3)); } inline float get_rz_3() const { return ___rz_3; } inline float* get_address_of_rz_3() { return &___rz_3; } inline void set_rz_3(float value) { ___rz_3 = value; } inline static int32_t get_offset_of_rw_4() { return static_cast(offsetof(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___rw_4)); } inline float get_rw_4() const { return ___rw_4; } inline float* get_address_of_rw_4() { return &___rw_4; } inline void set_rw_4(float value) { ___rw_4 = value; } inline static int32_t get_offset_of_px_5() { return static_cast(offsetof(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___px_5)); } inline float get_px_5() const { return ___px_5; } inline float* get_address_of_px_5() { return &___px_5; } inline void set_px_5(float value) { ___px_5 = value; } inline static int32_t get_offset_of_py_6() { return static_cast(offsetof(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___py_6)); } inline float get_py_6() const { return ___py_6; } inline float* get_address_of_py_6() { return &___py_6; } inline void set_py_6(float value) { ___py_6 = value; } inline static int32_t get_offset_of_pz_7() { return static_cast(offsetof(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___pz_7)); } inline float get_pz_7() const { return ___pz_7; } inline float* get_address_of_pz_7() { return &___pz_7; } inline void set_pz_7(float value) { ___pz_7 = value; } inline static int32_t get_offset_of_ai_8() { return static_cast(offsetof(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___ai_8)); } inline int32_t get_ai_8() const { return ___ai_8; } inline int32_t* get_address_of_ai_8() { return &___ai_8; } inline void set_ai_8(int32_t value) { ___ai_8 = value; } inline static int32_t get_offset_of_ct_9() { return static_cast(offsetof(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___ct_9)); } inline int32_t get_ct_9() const { return ___ct_9; } inline int32_t* get_address_of_ct_9() { return &___ct_9; } inline void set_ct_9(int32_t value) { ___ct_9 = value; } inline static int32_t get_offset_of_ii_10() { return static_cast(offsetof(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___ii_10)); } inline int32_t get_ii_10() const { return ___ii_10; } inline int32_t* get_address_of_ii_10() { return &___ii_10; } inline void set_ii_10(int32_t value) { ___ii_10 = value; } }; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___SeedArray_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator struct RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_q_0() { return static_cast(offsetof(RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142, ___q_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_0() const { return ___q_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_0() { return &___q_0; } inline void set_q_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_1), (void*)value); } }; // PlatformSupport.Collections.Specialized.ReadOnlyList struct ReadOnlyList_tFCEEFB0DD2C36523FF54E847BE84AAF973A76D59 : public RuntimeObject { public: // System.Collections.IList PlatformSupport.Collections.Specialized.ReadOnlyList::_list RuntimeObject* ____list_0; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(ReadOnlyList_tFCEEFB0DD2C36523FF54E847BE84AAF973A76D59, ____list_0)); } inline RuntimeObject* get__list_0() const { return ____list_0; } inline RuntimeObject** get_address_of__list_0() { return &____list_0; } inline void set__list_0(RuntimeObject* value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____list_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask struct ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::_reasons int32_t ____reasons_0; public: inline static int32_t get_offset_of__reasons_0() { return static_cast(offsetof(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882, ____reasons_0)); } inline int32_t get__reasons_0() const { return ____reasons_0; } inline int32_t* get_address_of__reasons_0() { return &____reasons_0; } inline void set__reasons_0(int32_t value) { ____reasons_0 = value; } }; struct ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::AllReasons ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * ___AllReasons_1; public: inline static int32_t get_offset_of_AllReasons_1() { return static_cast(offsetof(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882_StaticFields, ___AllReasons_1)); } inline ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * get_AllReasons_1() const { return ___AllReasons_1; } inline ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 ** get_address_of_AllReasons_1() { return &___AllReasons_1; } inline void set_AllReasons_1(ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * value) { ___AllReasons_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___AllReasons_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformation struct RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientID BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformation::rid RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125 * ___rid_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformation::keyEncAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyEncAlg_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsSecureReadable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformation::secureReadable RuntimeObject* ___secureReadable_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformation::resultMac ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___resultMac_3; public: inline static int32_t get_offset_of_rid_0() { return static_cast(offsetof(RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB, ___rid_0)); } inline RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125 * get_rid_0() const { return ___rid_0; } inline RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125 ** get_address_of_rid_0() { return &___rid_0; } inline void set_rid_0(RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125 * value) { ___rid_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rid_0), (void*)value); } inline static int32_t get_offset_of_keyEncAlg_1() { return static_cast(offsetof(RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB, ___keyEncAlg_1)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyEncAlg_1() const { return ___keyEncAlg_1; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyEncAlg_1() { return &___keyEncAlg_1; } inline void set_keyEncAlg_1(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyEncAlg_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncAlg_1), (void*)value); } inline static int32_t get_offset_of_secureReadable_2() { return static_cast(offsetof(RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB, ___secureReadable_2)); } inline RuntimeObject* get_secureReadable_2() const { return ___secureReadable_2; } inline RuntimeObject** get_address_of_secureReadable_2() { return &___secureReadable_2; } inline void set_secureReadable_2(RuntimeObject* value) { ___secureReadable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___secureReadable_2), (void*)value); } inline static int32_t get_offset_of_resultMac_3() { return static_cast(offsetof(RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB, ___resultMac_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_resultMac_3() const { return ___resultMac_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_resultMac_3() { return &___resultMac_3; } inline void set_resultMac_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___resultMac_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___resultMac_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore struct RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore::all RuntimeObject* ___all_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore::table RuntimeObject* ___table_1; public: inline static int32_t get_offset_of_all_0() { return static_cast(offsetof(RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F, ___all_0)); } inline RuntimeObject* get_all_0() const { return ___all_0; } inline RuntimeObject** get_address_of_all_0() { return &___all_0; } inline void set_all_0(RuntimeObject* value) { ___all_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___all_0), (void*)value); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F, ___table_1)); } inline RuntimeObject* get_table_1() const { return ___table_1; } inline RuntimeObject** get_address_of_table_1() { return &___table_1; } inline void set_table_1(RuntimeObject* value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream struct RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mHandler TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69 * ___mHandler_5; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mInput Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___mInput_6; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mOutput Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___mOutput_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCompression BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mPendingCompression RuntimeObject* ___mPendingCompression_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCompression BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mReadCompression RuntimeObject* ___mReadCompression_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCompression BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mWriteCompression RuntimeObject* ___mWriteCompression_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mPendingCipher RuntimeObject* ___mPendingCipher_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mReadCipher RuntimeObject* ___mReadCipher_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mWriteCipher RuntimeObject* ___mWriteCipher_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mReadSeqNo SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * ___mReadSeqNo_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mWriteSeqNo SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * ___mWriteSeqNo_15; // System.IO.MemoryStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mBuffer MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___mBuffer_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mHandshakeHash RuntimeObject* ___mHandshakeHash_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mHandshakeHashUpdater BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D * ___mHandshakeHashUpdater_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mReadVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mReadVersion_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mWriteVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mWriteVersion_20; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mRestrictReadVersion bool ___mRestrictReadVersion_21; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mPlaintextLimit int32_t ___mPlaintextLimit_22; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mCompressedLimit int32_t ___mCompressedLimit_23; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mCiphertextLimit int32_t ___mCiphertextLimit_24; public: inline static int32_t get_offset_of_mHandler_5() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mHandler_5)); } inline TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69 * get_mHandler_5() const { return ___mHandler_5; } inline TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69 ** get_address_of_mHandler_5() { return &___mHandler_5; } inline void set_mHandler_5(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69 * value) { ___mHandler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mHandler_5), (void*)value); } inline static int32_t get_offset_of_mInput_6() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mInput_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_mInput_6() const { return ___mInput_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_mInput_6() { return &___mInput_6; } inline void set_mInput_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___mInput_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mInput_6), (void*)value); } inline static int32_t get_offset_of_mOutput_7() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mOutput_7)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_mOutput_7() const { return ___mOutput_7; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_mOutput_7() { return &___mOutput_7; } inline void set_mOutput_7(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___mOutput_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOutput_7), (void*)value); } inline static int32_t get_offset_of_mPendingCompression_8() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mPendingCompression_8)); } inline RuntimeObject* get_mPendingCompression_8() const { return ___mPendingCompression_8; } inline RuntimeObject** get_address_of_mPendingCompression_8() { return &___mPendingCompression_8; } inline void set_mPendingCompression_8(RuntimeObject* value) { ___mPendingCompression_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPendingCompression_8), (void*)value); } inline static int32_t get_offset_of_mReadCompression_9() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mReadCompression_9)); } inline RuntimeObject* get_mReadCompression_9() const { return ___mReadCompression_9; } inline RuntimeObject** get_address_of_mReadCompression_9() { return &___mReadCompression_9; } inline void set_mReadCompression_9(RuntimeObject* value) { ___mReadCompression_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadCompression_9), (void*)value); } inline static int32_t get_offset_of_mWriteCompression_10() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mWriteCompression_10)); } inline RuntimeObject* get_mWriteCompression_10() const { return ___mWriteCompression_10; } inline RuntimeObject** get_address_of_mWriteCompression_10() { return &___mWriteCompression_10; } inline void set_mWriteCompression_10(RuntimeObject* value) { ___mWriteCompression_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteCompression_10), (void*)value); } inline static int32_t get_offset_of_mPendingCipher_11() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mPendingCipher_11)); } inline RuntimeObject* get_mPendingCipher_11() const { return ___mPendingCipher_11; } inline RuntimeObject** get_address_of_mPendingCipher_11() { return &___mPendingCipher_11; } inline void set_mPendingCipher_11(RuntimeObject* value) { ___mPendingCipher_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPendingCipher_11), (void*)value); } inline static int32_t get_offset_of_mReadCipher_12() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mReadCipher_12)); } inline RuntimeObject* get_mReadCipher_12() const { return ___mReadCipher_12; } inline RuntimeObject** get_address_of_mReadCipher_12() { return &___mReadCipher_12; } inline void set_mReadCipher_12(RuntimeObject* value) { ___mReadCipher_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadCipher_12), (void*)value); } inline static int32_t get_offset_of_mWriteCipher_13() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mWriteCipher_13)); } inline RuntimeObject* get_mWriteCipher_13() const { return ___mWriteCipher_13; } inline RuntimeObject** get_address_of_mWriteCipher_13() { return &___mWriteCipher_13; } inline void set_mWriteCipher_13(RuntimeObject* value) { ___mWriteCipher_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteCipher_13), (void*)value); } inline static int32_t get_offset_of_mReadSeqNo_14() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mReadSeqNo_14)); } inline SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * get_mReadSeqNo_14() const { return ___mReadSeqNo_14; } inline SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 ** get_address_of_mReadSeqNo_14() { return &___mReadSeqNo_14; } inline void set_mReadSeqNo_14(SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * value) { ___mReadSeqNo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadSeqNo_14), (void*)value); } inline static int32_t get_offset_of_mWriteSeqNo_15() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mWriteSeqNo_15)); } inline SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * get_mWriteSeqNo_15() const { return ___mWriteSeqNo_15; } inline SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 ** get_address_of_mWriteSeqNo_15() { return &___mWriteSeqNo_15; } inline void set_mWriteSeqNo_15(SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * value) { ___mWriteSeqNo_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteSeqNo_15), (void*)value); } inline static int32_t get_offset_of_mBuffer_16() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mBuffer_16)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_mBuffer_16() const { return ___mBuffer_16; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_mBuffer_16() { return &___mBuffer_16; } inline void set_mBuffer_16(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___mBuffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___mBuffer_16), (void*)value); } inline static int32_t get_offset_of_mHandshakeHash_17() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mHandshakeHash_17)); } inline RuntimeObject* get_mHandshakeHash_17() const { return ___mHandshakeHash_17; } inline RuntimeObject** get_address_of_mHandshakeHash_17() { return &___mHandshakeHash_17; } inline void set_mHandshakeHash_17(RuntimeObject* value) { ___mHandshakeHash_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___mHandshakeHash_17), (void*)value); } inline static int32_t get_offset_of_mHandshakeHashUpdater_18() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mHandshakeHashUpdater_18)); } inline BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D * get_mHandshakeHashUpdater_18() const { return ___mHandshakeHashUpdater_18; } inline BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D ** get_address_of_mHandshakeHashUpdater_18() { return &___mHandshakeHashUpdater_18; } inline void set_mHandshakeHashUpdater_18(BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D * value) { ___mHandshakeHashUpdater_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___mHandshakeHashUpdater_18), (void*)value); } inline static int32_t get_offset_of_mReadVersion_19() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mReadVersion_19)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mReadVersion_19() const { return ___mReadVersion_19; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mReadVersion_19() { return &___mReadVersion_19; } inline void set_mReadVersion_19(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mReadVersion_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadVersion_19), (void*)value); } inline static int32_t get_offset_of_mWriteVersion_20() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mWriteVersion_20)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mWriteVersion_20() const { return ___mWriteVersion_20; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mWriteVersion_20() { return &___mWriteVersion_20; } inline void set_mWriteVersion_20(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mWriteVersion_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteVersion_20), (void*)value); } inline static int32_t get_offset_of_mRestrictReadVersion_21() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mRestrictReadVersion_21)); } inline bool get_mRestrictReadVersion_21() const { return ___mRestrictReadVersion_21; } inline bool* get_address_of_mRestrictReadVersion_21() { return &___mRestrictReadVersion_21; } inline void set_mRestrictReadVersion_21(bool value) { ___mRestrictReadVersion_21 = value; } inline static int32_t get_offset_of_mPlaintextLimit_22() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mPlaintextLimit_22)); } inline int32_t get_mPlaintextLimit_22() const { return ___mPlaintextLimit_22; } inline int32_t* get_address_of_mPlaintextLimit_22() { return &___mPlaintextLimit_22; } inline void set_mPlaintextLimit_22(int32_t value) { ___mPlaintextLimit_22 = value; } inline static int32_t get_offset_of_mCompressedLimit_23() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mCompressedLimit_23)); } inline int32_t get_mCompressedLimit_23() const { return ___mCompressedLimit_23; } inline int32_t* get_address_of_mCompressedLimit_23() { return &___mCompressedLimit_23; } inline void set_mCompressedLimit_23(int32_t value) { ___mCompressedLimit_23 = value; } inline static int32_t get_offset_of_mCiphertextLimit_24() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mCiphertextLimit_24)); } inline int32_t get_mCiphertextLimit_24() const { return ___mCiphertextLimit_24; } inline int32_t* get_address_of_mCiphertextLimit_24() { return &___mCiphertextLimit_24; } inline void set_mCiphertextLimit_24(int32_t value) { ___mCiphertextLimit_24 = value; } }; // BestHTTP.Examples.RedirectLoggerAccessTokenAuthenticator struct RedirectLoggerAccessTokenAuthenticator_tBE1D70626AAD920E31B60267952BD99499D81126 : public RuntimeObject { public: // BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate BestHTTP.Examples.RedirectLoggerAccessTokenAuthenticator::OnAuthenticationSucceded OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * ___OnAuthenticationSucceded_0; // BestHTTP.SignalRCore.OnAuthenticationFailedDelegate BestHTTP.Examples.RedirectLoggerAccessTokenAuthenticator::OnAuthenticationFailed OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * ___OnAuthenticationFailed_1; // BestHTTP.SignalRCore.HubConnection BestHTTP.Examples.RedirectLoggerAccessTokenAuthenticator::_connection HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ____connection_2; public: inline static int32_t get_offset_of_OnAuthenticationSucceded_0() { return static_cast(offsetof(RedirectLoggerAccessTokenAuthenticator_tBE1D70626AAD920E31B60267952BD99499D81126, ___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(RedirectLoggerAccessTokenAuthenticator_tBE1D70626AAD920E31B60267952BD99499D81126, ___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(RedirectLoggerAccessTokenAuthenticator_tBE1D70626AAD920E31B60267952BD99499D81126, ____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); } }; // RequestResult struct RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB : public RuntimeObject { public: // System.Int32 RequestResult::code int32_t ___code_0; // System.Object RequestResult::data RuntimeObject * ___data_1; // System.String RequestResult::msg String_t* ___msg_2; public: inline static int32_t get_offset_of_code_0() { return static_cast(offsetof(RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB, ___code_0)); } inline int32_t get_code_0() const { return ___code_0; } inline int32_t* get_address_of_code_0() { return &___code_0; } inline void set_code_0(int32_t value) { ___code_0 = value; } inline static int32_t get_offset_of_data_1() { return static_cast(offsetof(RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB, ___data_1)); } inline RuntimeObject * get_data_1() const { return ___data_1; } inline RuntimeObject ** get_address_of_data_1() { return &___data_1; } inline void set_data_1(RuntimeObject * value) { ___data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_1), (void*)value); } inline static int32_t get_offset_of_msg_2() { return static_cast(offsetof(RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB, ___msg_2)); } inline String_t* get_msg_2() const { return ___msg_2; } inline String_t** get_address_of_msg_2() { return &___msg_2; } inline void set_msg_2(String_t* value) { ___msg_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___msg_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaBlindingParameters struct RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaBlindingParameters::publicKey RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * ___publicKey_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaBlindingParameters::blindingFactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___blindingFactor_1; public: inline static int32_t get_offset_of_publicKey_0() { return static_cast(offsetof(RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258, ___publicKey_0)); } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * get_publicKey_0() const { return ___publicKey_0; } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 ** get_address_of_publicKey_0() { return &___publicKey_0; } inline void set_publicKey_0(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * value) { ___publicKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_0), (void*)value); } inline static int32_t get_offset_of_blindingFactor_1() { return static_cast(offsetof(RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258, ___blindingFactor_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_blindingFactor_1() const { return ___blindingFactor_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_blindingFactor_1() { return &___blindingFactor_1; } inline void set_blindingFactor_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___blindingFactor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___blindingFactor_1), (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); } }; // 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCipher struct TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCipher::context RuntimeObject* ___context_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsMac BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCipher::writeMac TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C * ___writeMac_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsMac BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCipher::readMac TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C * ___readMac_2; public: inline static int32_t get_offset_of_context_0() { return static_cast(offsetof(TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3, ___context_0)); } inline RuntimeObject* get_context_0() const { return ___context_0; } inline RuntimeObject** get_address_of_context_0() { return &___context_0; } inline void set_context_0(RuntimeObject* value) { ___context_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_0), (void*)value); } inline static int32_t get_offset_of_writeMac_1() { return static_cast(offsetof(TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3, ___writeMac_1)); } inline TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C * get_writeMac_1() const { return ___writeMac_1; } inline TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C ** get_address_of_writeMac_1() { return &___writeMac_1; } inline void set_writeMac_1(TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C * value) { ___writeMac_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeMac_1), (void*)value); } inline static int32_t get_offset_of_readMac_2() { return static_cast(offsetof(TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3, ___readMac_2)); } inline TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C * get_readMac_2() const { return ___readMac_2; } inline TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C ** get_address_of_readMac_2() { return &___readMac_2; } inline void set_readMac_2(TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C * value) { ___readMac_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___readMac_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCompression struct TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82 : public RuntimeObject { public: public: }; // 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); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector struct X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::authorityKeyIdentifier ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___authorityKeyIdentifier_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::basicConstraints int32_t ___basicConstraints_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::certificate X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * ___certificate_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::certificateValid DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___certificateValid_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::extendedKeyUsage RuntimeObject* ___extendedKeyUsage_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::ignoreX509NameOrdering bool ___ignoreX509NameOrdering_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::issuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer_6; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::keyUsage BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___keyUsage_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::policy RuntimeObject* ___policy_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::privateKeyValid DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * ___privateKeyValid_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::serialNumber BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___serialNumber_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subject X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___subject_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subjectKeyIdentifier ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyIdentifier_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subjectPublicKey SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___subjectPublicKey_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::subjectPublicKeyAlgID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___subjectPublicKeyAlgID_14; public: inline static int32_t get_offset_of_authorityKeyIdentifier_0() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___authorityKeyIdentifier_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_authorityKeyIdentifier_0() const { return ___authorityKeyIdentifier_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_authorityKeyIdentifier_0() { return &___authorityKeyIdentifier_0; } inline void set_authorityKeyIdentifier_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___authorityKeyIdentifier_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___authorityKeyIdentifier_0), (void*)value); } inline static int32_t get_offset_of_basicConstraints_1() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___basicConstraints_1)); } inline int32_t get_basicConstraints_1() const { return ___basicConstraints_1; } inline int32_t* get_address_of_basicConstraints_1() { return &___basicConstraints_1; } inline void set_basicConstraints_1(int32_t value) { ___basicConstraints_1 = value; } inline static int32_t get_offset_of_certificate_2() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___certificate_2)); } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * get_certificate_2() const { return ___certificate_2; } inline X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 ** get_address_of_certificate_2() { return &___certificate_2; } inline void set_certificate_2(X509Certificate_t02D6D61F4D1C5E290A63DED5B388F0EEEFA9AA06 * value) { ___certificate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificate_2), (void*)value); } inline static int32_t get_offset_of_certificateValid_3() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___certificateValid_3)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_certificateValid_3() const { return ___certificateValid_3; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_certificateValid_3() { return &___certificateValid_3; } inline void set_certificateValid_3(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___certificateValid_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateValid_3), (void*)value); } inline static int32_t get_offset_of_extendedKeyUsage_4() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___extendedKeyUsage_4)); } inline RuntimeObject* get_extendedKeyUsage_4() const { return ___extendedKeyUsage_4; } inline RuntimeObject** get_address_of_extendedKeyUsage_4() { return &___extendedKeyUsage_4; } inline void set_extendedKeyUsage_4(RuntimeObject* value) { ___extendedKeyUsage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___extendedKeyUsage_4), (void*)value); } inline static int32_t get_offset_of_ignoreX509NameOrdering_5() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___ignoreX509NameOrdering_5)); } inline bool get_ignoreX509NameOrdering_5() const { return ___ignoreX509NameOrdering_5; } inline bool* get_address_of_ignoreX509NameOrdering_5() { return &___ignoreX509NameOrdering_5; } inline void set_ignoreX509NameOrdering_5(bool value) { ___ignoreX509NameOrdering_5 = value; } inline static int32_t get_offset_of_issuer_6() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___issuer_6)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_issuer_6() const { return ___issuer_6; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_issuer_6() { return &___issuer_6; } inline void set_issuer_6(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___issuer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_6), (void*)value); } inline static int32_t get_offset_of_keyUsage_7() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___keyUsage_7)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_keyUsage_7() const { return ___keyUsage_7; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_keyUsage_7() { return &___keyUsage_7; } inline void set_keyUsage_7(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___keyUsage_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyUsage_7), (void*)value); } inline static int32_t get_offset_of_policy_8() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___policy_8)); } inline RuntimeObject* get_policy_8() const { return ___policy_8; } inline RuntimeObject** get_address_of_policy_8() { return &___policy_8; } inline void set_policy_8(RuntimeObject* value) { ___policy_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___policy_8), (void*)value); } inline static int32_t get_offset_of_privateKeyValid_9() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___privateKeyValid_9)); } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * get_privateKeyValid_9() const { return ___privateKeyValid_9; } inline DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 ** get_address_of_privateKeyValid_9() { return &___privateKeyValid_9; } inline void set_privateKeyValid_9(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * value) { ___privateKeyValid_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKeyValid_9), (void*)value); } inline static int32_t get_offset_of_serialNumber_10() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___serialNumber_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_serialNumber_10() const { return ___serialNumber_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_serialNumber_10() { return &___serialNumber_10; } inline void set_serialNumber_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___serialNumber_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_10), (void*)value); } inline static int32_t get_offset_of_subject_11() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subject_11)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_subject_11() const { return ___subject_11; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_subject_11() { return &___subject_11; } inline void set_subject_11(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___subject_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_11), (void*)value); } inline static int32_t get_offset_of_subjectKeyIdentifier_12() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subjectKeyIdentifier_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_subjectKeyIdentifier_12() const { return ___subjectKeyIdentifier_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_subjectKeyIdentifier_12() { return &___subjectKeyIdentifier_12; } inline void set_subjectKeyIdentifier_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___subjectKeyIdentifier_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectKeyIdentifier_12), (void*)value); } inline static int32_t get_offset_of_subjectPublicKey_13() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subjectPublicKey_13)); } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * get_subjectPublicKey_13() const { return ___subjectPublicKey_13; } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB ** get_address_of_subjectPublicKey_13() { return &___subjectPublicKey_13; } inline void set_subjectPublicKey_13(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * value) { ___subjectPublicKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPublicKey_13), (void*)value); } inline static int32_t get_offset_of_subjectPublicKeyAlgID_14() { return static_cast(offsetof(X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996, ___subjectPublicKeyAlgID_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_subjectPublicKeyAlgID_14() const { return ___subjectPublicKeyAlgID_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_subjectPublicKeyAlgID_14() { return &___subjectPublicKeyAlgID_14; } inline void set_subjectPublicKeyAlgID_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___subjectPublicKeyAlgID_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPublicKeyAlgID_14), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers struct X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543 : public RuntimeObject { public: public: }; struct X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::CommonName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CommonName_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::CountryName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryName_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::LocalityName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___LocalityName_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::StateOrProvinceName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___StateOrProvinceName_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::Organization DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Organization_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::OrganizationalUnitName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OrganizationalUnitName_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::id_at_telephoneNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_at_telephoneNumber_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::id_at_name DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_at_name_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::id_at_organizationIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_at_organizationIdentifier_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha1_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::RipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD160_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::RipeMD160WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD160WithRsaEncryption_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdEARsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdEARsa_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdPkix DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPkix_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdPE DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPE_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdAD DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAD_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdADCAIssuers DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdADCAIssuers_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::IdADOcsp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdADOcsp_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::OcspAccessMethod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OcspAccessMethod_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers::CrlAccessMethod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlAccessMethod_20; public: inline static int32_t get_offset_of_CommonName_1() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___CommonName_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CommonName_1() const { return ___CommonName_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CommonName_1() { return &___CommonName_1; } inline void set_CommonName_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CommonName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CommonName_1), (void*)value); } inline static int32_t get_offset_of_CountryName_2() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___CountryName_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryName_2() const { return ___CountryName_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryName_2() { return &___CountryName_2; } inline void set_CountryName_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryName_2), (void*)value); } inline static int32_t get_offset_of_LocalityName_3() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___LocalityName_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_LocalityName_3() const { return ___LocalityName_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_LocalityName_3() { return &___LocalityName_3; } inline void set_LocalityName_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___LocalityName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___LocalityName_3), (void*)value); } inline static int32_t get_offset_of_StateOrProvinceName_4() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___StateOrProvinceName_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_StateOrProvinceName_4() const { return ___StateOrProvinceName_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_StateOrProvinceName_4() { return &___StateOrProvinceName_4; } inline void set_StateOrProvinceName_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___StateOrProvinceName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___StateOrProvinceName_4), (void*)value); } inline static int32_t get_offset_of_Organization_5() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___Organization_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Organization_5() const { return ___Organization_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Organization_5() { return &___Organization_5; } inline void set_Organization_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Organization_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Organization_5), (void*)value); } inline static int32_t get_offset_of_OrganizationalUnitName_6() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___OrganizationalUnitName_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OrganizationalUnitName_6() const { return ___OrganizationalUnitName_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OrganizationalUnitName_6() { return &___OrganizationalUnitName_6; } inline void set_OrganizationalUnitName_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OrganizationalUnitName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OrganizationalUnitName_6), (void*)value); } inline static int32_t get_offset_of_id_at_telephoneNumber_7() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___id_at_telephoneNumber_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_at_telephoneNumber_7() const { return ___id_at_telephoneNumber_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_at_telephoneNumber_7() { return &___id_at_telephoneNumber_7; } inline void set_id_at_telephoneNumber_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_at_telephoneNumber_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_at_telephoneNumber_7), (void*)value); } inline static int32_t get_offset_of_id_at_name_8() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___id_at_name_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_at_name_8() const { return ___id_at_name_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_at_name_8() { return &___id_at_name_8; } inline void set_id_at_name_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_at_name_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_at_name_8), (void*)value); } inline static int32_t get_offset_of_id_at_organizationIdentifier_9() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___id_at_organizationIdentifier_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_at_organizationIdentifier_9() const { return ___id_at_organizationIdentifier_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_at_organizationIdentifier_9() { return &___id_at_organizationIdentifier_9; } inline void set_id_at_organizationIdentifier_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_at_organizationIdentifier_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_at_organizationIdentifier_9), (void*)value); } inline static int32_t get_offset_of_IdSha1_10() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdSha1_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha1_10() const { return ___IdSha1_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha1_10() { return &___IdSha1_10; } inline void set_IdSha1_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha1_10), (void*)value); } inline static int32_t get_offset_of_RipeMD160_11() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___RipeMD160_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD160_11() const { return ___RipeMD160_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD160_11() { return &___RipeMD160_11; } inline void set_RipeMD160_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD160_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD160_11), (void*)value); } inline static int32_t get_offset_of_RipeMD160WithRsaEncryption_12() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___RipeMD160WithRsaEncryption_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD160WithRsaEncryption_12() const { return ___RipeMD160WithRsaEncryption_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD160WithRsaEncryption_12() { return &___RipeMD160WithRsaEncryption_12; } inline void set_RipeMD160WithRsaEncryption_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD160WithRsaEncryption_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD160WithRsaEncryption_12), (void*)value); } inline static int32_t get_offset_of_IdEARsa_13() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdEARsa_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdEARsa_13() const { return ___IdEARsa_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdEARsa_13() { return &___IdEARsa_13; } inline void set_IdEARsa_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdEARsa_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdEARsa_13), (void*)value); } inline static int32_t get_offset_of_IdPkix_14() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdPkix_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPkix_14() const { return ___IdPkix_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPkix_14() { return &___IdPkix_14; } inline void set_IdPkix_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPkix_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPkix_14), (void*)value); } inline static int32_t get_offset_of_IdPE_15() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdPE_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPE_15() const { return ___IdPE_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPE_15() { return &___IdPE_15; } inline void set_IdPE_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPE_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPE_15), (void*)value); } inline static int32_t get_offset_of_IdAD_16() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdAD_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAD_16() const { return ___IdAD_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAD_16() { return &___IdAD_16; } inline void set_IdAD_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAD_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAD_16), (void*)value); } inline static int32_t get_offset_of_IdADCAIssuers_17() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdADCAIssuers_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdADCAIssuers_17() const { return ___IdADCAIssuers_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdADCAIssuers_17() { return &___IdADCAIssuers_17; } inline void set_IdADCAIssuers_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdADCAIssuers_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdADCAIssuers_17), (void*)value); } inline static int32_t get_offset_of_IdADOcsp_18() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___IdADOcsp_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdADOcsp_18() const { return ___IdADOcsp_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdADOcsp_18() { return &___IdADOcsp_18; } inline void set_IdADOcsp_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdADOcsp_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdADOcsp_18), (void*)value); } inline static int32_t get_offset_of_OcspAccessMethod_19() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___OcspAccessMethod_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OcspAccessMethod_19() const { return ___OcspAccessMethod_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OcspAccessMethod_19() { return &___OcspAccessMethod_19; } inline void set_OcspAccessMethod_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OcspAccessMethod_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___OcspAccessMethod_19), (void*)value); } inline static int32_t get_offset_of_CrlAccessMethod_20() { return static_cast(offsetof(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields, ___CrlAccessMethod_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlAccessMethod_20() const { return ___CrlAccessMethod_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlAccessMethod_20() { return &___CrlAccessMethod_20; } inline void set_CrlAccessMethod_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlAccessMethod_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlAccessMethod_20), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers struct X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E : public RuntimeObject { public: public: }; struct X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ansi_X9_62 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ansi_X9_62_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdFieldType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdFieldType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::PrimeField DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrimeField_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::CharacteristicTwoField DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CharacteristicTwoField_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::GNBasis DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GNBasis_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::TPBasis DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TPBasis_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::PPBasis DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PPBasis_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::id_ecSigType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ecSigType_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha1_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::id_publicKeyType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_publicKeyType_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdECPublicKey DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdECPublicKey_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha2_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha224_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha256_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha384_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha512_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::EllipticCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EllipticCurve_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::CTwoCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CTwoCurve_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb163v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb163v1_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb163v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb163v2_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb163v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb163v3_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb176w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb176w1_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb191v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb191v1_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb191v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb191v2_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb191v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb191v3_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb191v4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb191v4_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb191v5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb191v5_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb208w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb208w1_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb239v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb239v1_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb239v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb239v2_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb239v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb239v3_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb239v4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb239v4_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb239v5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb239v5_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb272w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb272w1_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb304w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb304w1_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb359v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb359v1_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb368w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb368w1_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb431r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb431r1_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::PrimeCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrimeCurve_41; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime192v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime192v1_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime192v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime192v2_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime192v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime192v3_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime239v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime239v1_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime239v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime239v2_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime239v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime239v3_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime256v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime256v1_48; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdDsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdDsa_49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdDsaWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdDsaWithSha1_50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::X9x63Scheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X9x63Scheme_51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHSinglePassStdDHSha1KdfScheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHSinglePassStdDHSha1KdfScheme_52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHSinglePassCofactorDHSha1KdfScheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHSinglePassCofactorDHSha1KdfScheme_53; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::MqvSinglePassSha1KdfScheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MqvSinglePassSha1KdfScheme_54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ansi_x9_42 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ansi_x9_42_55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHPublicNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHPublicNumber_56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::X9x42Schemes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X9x42Schemes_57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHStatic DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHStatic_58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHEphem DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHEphem_59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHOneFlow DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHOneFlow_60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHHybrid1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHHybrid1_61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHHybrid2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHHybrid2_62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHHybridOneFlow DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHHybridOneFlow_63; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Mqv2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Mqv2_64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Mqv1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Mqv1_65; public: inline static int32_t get_offset_of_ansi_X9_62_1() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ansi_X9_62_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ansi_X9_62_1() const { return ___ansi_X9_62_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ansi_X9_62_1() { return &___ansi_X9_62_1; } inline void set_ansi_X9_62_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ansi_X9_62_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansi_X9_62_1), (void*)value); } inline static int32_t get_offset_of_IdFieldType_2() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdFieldType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdFieldType_2() const { return ___IdFieldType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdFieldType_2() { return &___IdFieldType_2; } inline void set_IdFieldType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdFieldType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdFieldType_2), (void*)value); } inline static int32_t get_offset_of_PrimeField_3() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___PrimeField_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrimeField_3() const { return ___PrimeField_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrimeField_3() { return &___PrimeField_3; } inline void set_PrimeField_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrimeField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrimeField_3), (void*)value); } inline static int32_t get_offset_of_CharacteristicTwoField_4() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___CharacteristicTwoField_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CharacteristicTwoField_4() const { return ___CharacteristicTwoField_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CharacteristicTwoField_4() { return &___CharacteristicTwoField_4; } inline void set_CharacteristicTwoField_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CharacteristicTwoField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___CharacteristicTwoField_4), (void*)value); } inline static int32_t get_offset_of_GNBasis_5() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___GNBasis_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GNBasis_5() const { return ___GNBasis_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GNBasis_5() { return &___GNBasis_5; } inline void set_GNBasis_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GNBasis_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GNBasis_5), (void*)value); } inline static int32_t get_offset_of_TPBasis_6() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___TPBasis_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TPBasis_6() const { return ___TPBasis_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TPBasis_6() { return &___TPBasis_6; } inline void set_TPBasis_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TPBasis_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___TPBasis_6), (void*)value); } inline static int32_t get_offset_of_PPBasis_7() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___PPBasis_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PPBasis_7() const { return ___PPBasis_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PPBasis_7() { return &___PPBasis_7; } inline void set_PPBasis_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PPBasis_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___PPBasis_7), (void*)value); } inline static int32_t get_offset_of_id_ecSigType_9() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___id_ecSigType_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ecSigType_9() const { return ___id_ecSigType_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ecSigType_9() { return &___id_ecSigType_9; } inline void set_id_ecSigType_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ecSigType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ecSigType_9), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha1_10() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha1_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha1_10() const { return ___ECDsaWithSha1_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha1_10() { return &___ECDsaWithSha1_10; } inline void set_ECDsaWithSha1_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha1_10), (void*)value); } inline static int32_t get_offset_of_id_publicKeyType_12() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___id_publicKeyType_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_publicKeyType_12() const { return ___id_publicKeyType_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_publicKeyType_12() { return &___id_publicKeyType_12; } inline void set_id_publicKeyType_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_publicKeyType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_publicKeyType_12), (void*)value); } inline static int32_t get_offset_of_IdECPublicKey_13() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdECPublicKey_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdECPublicKey_13() const { return ___IdECPublicKey_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdECPublicKey_13() { return &___IdECPublicKey_13; } inline void set_IdECPublicKey_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdECPublicKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdECPublicKey_13), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha2_14() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha2_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha2_14() const { return ___ECDsaWithSha2_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha2_14() { return &___ECDsaWithSha2_14; } inline void set_ECDsaWithSha2_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha2_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha2_14), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha224_15() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha224_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha224_15() const { return ___ECDsaWithSha224_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha224_15() { return &___ECDsaWithSha224_15; } inline void set_ECDsaWithSha224_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha224_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha224_15), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha256_16() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha256_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha256_16() const { return ___ECDsaWithSha256_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha256_16() { return &___ECDsaWithSha256_16; } inline void set_ECDsaWithSha256_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha256_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha256_16), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha384_17() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha384_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha384_17() const { return ___ECDsaWithSha384_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha384_17() { return &___ECDsaWithSha384_17; } inline void set_ECDsaWithSha384_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha384_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha384_17), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha512_18() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha512_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha512_18() const { return ___ECDsaWithSha512_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha512_18() { return &___ECDsaWithSha512_18; } inline void set_ECDsaWithSha512_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha512_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha512_18), (void*)value); } inline static int32_t get_offset_of_EllipticCurve_19() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___EllipticCurve_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EllipticCurve_19() const { return ___EllipticCurve_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EllipticCurve_19() { return &___EllipticCurve_19; } inline void set_EllipticCurve_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EllipticCurve_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___EllipticCurve_19), (void*)value); } inline static int32_t get_offset_of_CTwoCurve_20() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___CTwoCurve_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CTwoCurve_20() const { return ___CTwoCurve_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CTwoCurve_20() { return &___CTwoCurve_20; } inline void set_CTwoCurve_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CTwoCurve_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___CTwoCurve_20), (void*)value); } inline static int32_t get_offset_of_C2Pnb163v1_21() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb163v1_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb163v1_21() const { return ___C2Pnb163v1_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb163v1_21() { return &___C2Pnb163v1_21; } inline void set_C2Pnb163v1_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb163v1_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb163v1_21), (void*)value); } inline static int32_t get_offset_of_C2Pnb163v2_22() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb163v2_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb163v2_22() const { return ___C2Pnb163v2_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb163v2_22() { return &___C2Pnb163v2_22; } inline void set_C2Pnb163v2_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb163v2_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb163v2_22), (void*)value); } inline static int32_t get_offset_of_C2Pnb163v3_23() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb163v3_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb163v3_23() const { return ___C2Pnb163v3_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb163v3_23() { return &___C2Pnb163v3_23; } inline void set_C2Pnb163v3_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb163v3_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb163v3_23), (void*)value); } inline static int32_t get_offset_of_C2Pnb176w1_24() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb176w1_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb176w1_24() const { return ___C2Pnb176w1_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb176w1_24() { return &___C2Pnb176w1_24; } inline void set_C2Pnb176w1_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb176w1_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb176w1_24), (void*)value); } inline static int32_t get_offset_of_C2Tnb191v1_25() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb191v1_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb191v1_25() const { return ___C2Tnb191v1_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb191v1_25() { return &___C2Tnb191v1_25; } inline void set_C2Tnb191v1_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb191v1_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb191v1_25), (void*)value); } inline static int32_t get_offset_of_C2Tnb191v2_26() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb191v2_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb191v2_26() const { return ___C2Tnb191v2_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb191v2_26() { return &___C2Tnb191v2_26; } inline void set_C2Tnb191v2_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb191v2_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb191v2_26), (void*)value); } inline static int32_t get_offset_of_C2Tnb191v3_27() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb191v3_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb191v3_27() const { return ___C2Tnb191v3_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb191v3_27() { return &___C2Tnb191v3_27; } inline void set_C2Tnb191v3_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb191v3_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb191v3_27), (void*)value); } inline static int32_t get_offset_of_C2Onb191v4_28() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb191v4_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb191v4_28() const { return ___C2Onb191v4_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb191v4_28() { return &___C2Onb191v4_28; } inline void set_C2Onb191v4_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb191v4_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb191v4_28), (void*)value); } inline static int32_t get_offset_of_C2Onb191v5_29() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb191v5_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb191v5_29() const { return ___C2Onb191v5_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb191v5_29() { return &___C2Onb191v5_29; } inline void set_C2Onb191v5_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb191v5_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb191v5_29), (void*)value); } inline static int32_t get_offset_of_C2Pnb208w1_30() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb208w1_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb208w1_30() const { return ___C2Pnb208w1_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb208w1_30() { return &___C2Pnb208w1_30; } inline void set_C2Pnb208w1_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb208w1_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb208w1_30), (void*)value); } inline static int32_t get_offset_of_C2Tnb239v1_31() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb239v1_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb239v1_31() const { return ___C2Tnb239v1_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb239v1_31() { return &___C2Tnb239v1_31; } inline void set_C2Tnb239v1_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb239v1_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb239v1_31), (void*)value); } inline static int32_t get_offset_of_C2Tnb239v2_32() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb239v2_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb239v2_32() const { return ___C2Tnb239v2_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb239v2_32() { return &___C2Tnb239v2_32; } inline void set_C2Tnb239v2_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb239v2_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb239v2_32), (void*)value); } inline static int32_t get_offset_of_C2Tnb239v3_33() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb239v3_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb239v3_33() const { return ___C2Tnb239v3_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb239v3_33() { return &___C2Tnb239v3_33; } inline void set_C2Tnb239v3_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb239v3_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb239v3_33), (void*)value); } inline static int32_t get_offset_of_C2Onb239v4_34() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb239v4_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb239v4_34() const { return ___C2Onb239v4_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb239v4_34() { return &___C2Onb239v4_34; } inline void set_C2Onb239v4_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb239v4_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb239v4_34), (void*)value); } inline static int32_t get_offset_of_C2Onb239v5_35() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb239v5_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb239v5_35() const { return ___C2Onb239v5_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb239v5_35() { return &___C2Onb239v5_35; } inline void set_C2Onb239v5_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb239v5_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb239v5_35), (void*)value); } inline static int32_t get_offset_of_C2Pnb272w1_36() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb272w1_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb272w1_36() const { return ___C2Pnb272w1_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb272w1_36() { return &___C2Pnb272w1_36; } inline void set_C2Pnb272w1_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb272w1_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb272w1_36), (void*)value); } inline static int32_t get_offset_of_C2Pnb304w1_37() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb304w1_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb304w1_37() const { return ___C2Pnb304w1_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb304w1_37() { return &___C2Pnb304w1_37; } inline void set_C2Pnb304w1_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb304w1_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb304w1_37), (void*)value); } inline static int32_t get_offset_of_C2Tnb359v1_38() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb359v1_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb359v1_38() const { return ___C2Tnb359v1_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb359v1_38() { return &___C2Tnb359v1_38; } inline void set_C2Tnb359v1_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb359v1_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb359v1_38), (void*)value); } inline static int32_t get_offset_of_C2Pnb368w1_39() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb368w1_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb368w1_39() const { return ___C2Pnb368w1_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb368w1_39() { return &___C2Pnb368w1_39; } inline void set_C2Pnb368w1_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb368w1_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb368w1_39), (void*)value); } inline static int32_t get_offset_of_C2Tnb431r1_40() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb431r1_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb431r1_40() const { return ___C2Tnb431r1_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb431r1_40() { return &___C2Tnb431r1_40; } inline void set_C2Tnb431r1_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb431r1_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb431r1_40), (void*)value); } inline static int32_t get_offset_of_PrimeCurve_41() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___PrimeCurve_41)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrimeCurve_41() const { return ___PrimeCurve_41; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrimeCurve_41() { return &___PrimeCurve_41; } inline void set_PrimeCurve_41(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrimeCurve_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrimeCurve_41), (void*)value); } inline static int32_t get_offset_of_Prime192v1_42() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime192v1_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime192v1_42() const { return ___Prime192v1_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime192v1_42() { return &___Prime192v1_42; } inline void set_Prime192v1_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime192v1_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime192v1_42), (void*)value); } inline static int32_t get_offset_of_Prime192v2_43() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime192v2_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime192v2_43() const { return ___Prime192v2_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime192v2_43() { return &___Prime192v2_43; } inline void set_Prime192v2_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime192v2_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime192v2_43), (void*)value); } inline static int32_t get_offset_of_Prime192v3_44() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime192v3_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime192v3_44() const { return ___Prime192v3_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime192v3_44() { return &___Prime192v3_44; } inline void set_Prime192v3_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime192v3_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime192v3_44), (void*)value); } inline static int32_t get_offset_of_Prime239v1_45() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime239v1_45)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime239v1_45() const { return ___Prime239v1_45; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime239v1_45() { return &___Prime239v1_45; } inline void set_Prime239v1_45(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime239v1_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime239v1_45), (void*)value); } inline static int32_t get_offset_of_Prime239v2_46() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime239v2_46)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime239v2_46() const { return ___Prime239v2_46; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime239v2_46() { return &___Prime239v2_46; } inline void set_Prime239v2_46(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime239v2_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime239v2_46), (void*)value); } inline static int32_t get_offset_of_Prime239v3_47() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime239v3_47)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime239v3_47() const { return ___Prime239v3_47; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime239v3_47() { return &___Prime239v3_47; } inline void set_Prime239v3_47(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime239v3_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime239v3_47), (void*)value); } inline static int32_t get_offset_of_Prime256v1_48() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime256v1_48)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime256v1_48() const { return ___Prime256v1_48; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime256v1_48() { return &___Prime256v1_48; } inline void set_Prime256v1_48(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime256v1_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime256v1_48), (void*)value); } inline static int32_t get_offset_of_IdDsa_49() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdDsa_49)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdDsa_49() const { return ___IdDsa_49; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdDsa_49() { return &___IdDsa_49; } inline void set_IdDsa_49(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdDsa_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdDsa_49), (void*)value); } inline static int32_t get_offset_of_IdDsaWithSha1_50() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdDsaWithSha1_50)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdDsaWithSha1_50() const { return ___IdDsaWithSha1_50; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdDsaWithSha1_50() { return &___IdDsaWithSha1_50; } inline void set_IdDsaWithSha1_50(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdDsaWithSha1_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdDsaWithSha1_50), (void*)value); } inline static int32_t get_offset_of_X9x63Scheme_51() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___X9x63Scheme_51)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X9x63Scheme_51() const { return ___X9x63Scheme_51; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X9x63Scheme_51() { return &___X9x63Scheme_51; } inline void set_X9x63Scheme_51(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X9x63Scheme_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___X9x63Scheme_51), (void*)value); } inline static int32_t get_offset_of_DHSinglePassStdDHSha1KdfScheme_52() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHSinglePassStdDHSha1KdfScheme_52)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHSinglePassStdDHSha1KdfScheme_52() const { return ___DHSinglePassStdDHSha1KdfScheme_52; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHSinglePassStdDHSha1KdfScheme_52() { return &___DHSinglePassStdDHSha1KdfScheme_52; } inline void set_DHSinglePassStdDHSha1KdfScheme_52(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHSinglePassStdDHSha1KdfScheme_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHSinglePassStdDHSha1KdfScheme_52), (void*)value); } inline static int32_t get_offset_of_DHSinglePassCofactorDHSha1KdfScheme_53() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHSinglePassCofactorDHSha1KdfScheme_53)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHSinglePassCofactorDHSha1KdfScheme_53() const { return ___DHSinglePassCofactorDHSha1KdfScheme_53; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHSinglePassCofactorDHSha1KdfScheme_53() { return &___DHSinglePassCofactorDHSha1KdfScheme_53; } inline void set_DHSinglePassCofactorDHSha1KdfScheme_53(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHSinglePassCofactorDHSha1KdfScheme_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHSinglePassCofactorDHSha1KdfScheme_53), (void*)value); } inline static int32_t get_offset_of_MqvSinglePassSha1KdfScheme_54() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___MqvSinglePassSha1KdfScheme_54)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MqvSinglePassSha1KdfScheme_54() const { return ___MqvSinglePassSha1KdfScheme_54; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MqvSinglePassSha1KdfScheme_54() { return &___MqvSinglePassSha1KdfScheme_54; } inline void set_MqvSinglePassSha1KdfScheme_54(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MqvSinglePassSha1KdfScheme_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___MqvSinglePassSha1KdfScheme_54), (void*)value); } inline static int32_t get_offset_of_ansi_x9_42_55() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ansi_x9_42_55)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ansi_x9_42_55() const { return ___ansi_x9_42_55; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ansi_x9_42_55() { return &___ansi_x9_42_55; } inline void set_ansi_x9_42_55(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ansi_x9_42_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansi_x9_42_55), (void*)value); } inline static int32_t get_offset_of_DHPublicNumber_56() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHPublicNumber_56)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHPublicNumber_56() const { return ___DHPublicNumber_56; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHPublicNumber_56() { return &___DHPublicNumber_56; } inline void set_DHPublicNumber_56(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHPublicNumber_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHPublicNumber_56), (void*)value); } inline static int32_t get_offset_of_X9x42Schemes_57() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___X9x42Schemes_57)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X9x42Schemes_57() const { return ___X9x42Schemes_57; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X9x42Schemes_57() { return &___X9x42Schemes_57; } inline void set_X9x42Schemes_57(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X9x42Schemes_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___X9x42Schemes_57), (void*)value); } inline static int32_t get_offset_of_DHStatic_58() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHStatic_58)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHStatic_58() const { return ___DHStatic_58; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHStatic_58() { return &___DHStatic_58; } inline void set_DHStatic_58(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHStatic_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHStatic_58), (void*)value); } inline static int32_t get_offset_of_DHEphem_59() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHEphem_59)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHEphem_59() const { return ___DHEphem_59; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHEphem_59() { return &___DHEphem_59; } inline void set_DHEphem_59(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHEphem_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHEphem_59), (void*)value); } inline static int32_t get_offset_of_DHOneFlow_60() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHOneFlow_60)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHOneFlow_60() const { return ___DHOneFlow_60; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHOneFlow_60() { return &___DHOneFlow_60; } inline void set_DHOneFlow_60(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHOneFlow_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHOneFlow_60), (void*)value); } inline static int32_t get_offset_of_DHHybrid1_61() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHHybrid1_61)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHHybrid1_61() const { return ___DHHybrid1_61; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHHybrid1_61() { return &___DHHybrid1_61; } inline void set_DHHybrid1_61(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHHybrid1_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHHybrid1_61), (void*)value); } inline static int32_t get_offset_of_DHHybrid2_62() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHHybrid2_62)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHHybrid2_62() const { return ___DHHybrid2_62; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHHybrid2_62() { return &___DHHybrid2_62; } inline void set_DHHybrid2_62(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHHybrid2_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHHybrid2_62), (void*)value); } inline static int32_t get_offset_of_DHHybridOneFlow_63() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHHybridOneFlow_63)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHHybridOneFlow_63() const { return ___DHHybridOneFlow_63; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHHybridOneFlow_63() { return &___DHHybridOneFlow_63; } inline void set_DHHybridOneFlow_63(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHHybridOneFlow_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHHybridOneFlow_63), (void*)value); } inline static int32_t get_offset_of_Mqv2_64() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Mqv2_64)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Mqv2_64() const { return ___Mqv2_64; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Mqv2_64() { return &___Mqv2_64; } inline void set_Mqv2_64(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Mqv2_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mqv2_64), (void*)value); } inline static int32_t get_offset_of_Mqv1_65() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Mqv1_65)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Mqv1_65() const { return ___Mqv1_65; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Mqv1_65() { return &___Mqv1_65; } inline void set_Mqv1_65(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Mqv1_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mqv1_65), (void*)value); } }; // UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { }; // UnityStandardAssets.Cameras.ProtectCameraFromWallClip/RayHitComparer struct RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44 : public RuntimeObject { public: public: }; // RankView/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 : public RuntimeObject { public: // System.Int32 RankView/<>c__DisplayClass12_0::rankArea_copy int32_t ___rankArea_copy_0; // RankView RankView/<>c__DisplayClass12_0::<>4__this RankView_tE5C219F6182DB522063A069F5DC912015E58128E * ___U3CU3E4__this_1; // System.Int32 RankView/<>c__DisplayClass12_0::rankGameType_copy int32_t ___rankGameType_copy_2; public: inline static int32_t get_offset_of_rankArea_copy_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452, ___rankArea_copy_0)); } inline int32_t get_rankArea_copy_0() const { return ___rankArea_copy_0; } inline int32_t* get_address_of_rankArea_copy_0() { return &___rankArea_copy_0; } inline void set_rankArea_copy_0(int32_t value) { ___rankArea_copy_0 = value; } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452, ___U3CU3E4__this_1)); } inline RankView_tE5C219F6182DB522063A069F5DC912015E58128E * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline RankView_tE5C219F6182DB522063A069F5DC912015E58128E ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(RankView_tE5C219F6182DB522063A069F5DC912015E58128E * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } inline static int32_t get_offset_of_rankGameType_copy_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452, ___rankGameType_copy_2)); } inline int32_t get_rankGameType_copy_2() const { return ___rankGameType_copy_2; } inline int32_t* get_address_of_rankGameType_copy_2() { return &___rankGameType_copy_2; } inline void set_rankGameType_copy_2(int32_t value) { ___rankGameType_copy_2 = value; } }; // RankView/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5 : public RuntimeObject { public: // UnityEngine.UI.Button RankView/<>c__DisplayClass16_0::btnTab Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnTab_0; // RankView RankView/<>c__DisplayClass16_0::<>4__this RankView_tE5C219F6182DB522063A069F5DC912015E58128E * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_btnTab_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5, ___btnTab_0)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnTab_0() const { return ___btnTab_0; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnTab_0() { return &___btnTab_0; } inline void set_btnTab_0(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnTab_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTab_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5, ___U3CU3E4__this_1)); } inline RankView_tE5C219F6182DB522063A069F5DC912015E58128E * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline RankView_tE5C219F6182DB522063A069F5DC912015E58128E ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(RankView_tE5C219F6182DB522063A069F5DC912015E58128E * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // RankView/<>c__DisplayClass22_0 struct U3CU3Ec__DisplayClass22_0_t7D21B16BAD8C87BD46399CC958BAA9EEA82D831E : public RuntimeObject { public: // UnityEngine.UI.Button RankView/<>c__DisplayClass22_0::btnTab Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnTab_0; // RankView RankView/<>c__DisplayClass22_0::<>4__this RankView_tE5C219F6182DB522063A069F5DC912015E58128E * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_btnTab_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t7D21B16BAD8C87BD46399CC958BAA9EEA82D831E, ___btnTab_0)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnTab_0() const { return ___btnTab_0; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnTab_0() { return &___btnTab_0; } inline void set_btnTab_0(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnTab_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTab_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t7D21B16BAD8C87BD46399CC958BAA9EEA82D831E, ___U3CU3E4__this_1)); } inline RankView_tE5C219F6182DB522063A069F5DC912015E58128E * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline RankView_tE5C219F6182DB522063A069F5DC912015E58128E ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(RankView_tE5C219F6182DB522063A069F5DC912015E58128E * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // BestHTTP.Forms.RawJsonForm/<>c struct U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 : public RuntimeObject { public: public: }; struct U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2_StaticFields { public: // BestHTTP.Forms.RawJsonForm/<>c BestHTTP.Forms.RawJsonForm/<>c::<>9 U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 * ___U3CU3E9_0; // System.Func`2 BestHTTP.Forms.RawJsonForm/<>c::<>9__2_0 Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * ___U3CU3E9__2_0_1; // System.Func`2 BestHTTP.Forms.RawJsonForm/<>c::<>9__2_1 Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * ___U3CU3E9__2_1_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_1() { return static_cast(offsetof(U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2_StaticFields, ___U3CU3E9__2_0_1)); } inline Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_1_2() { return static_cast(offsetof(U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2_StaticFields, ___U3CU3E9__2_1_2)); } inline Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * get_U3CU3E9__2_1_2() const { return ___U3CU3E9__2_1_2; } inline Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 ** get_address_of_U3CU3E9__2_1_2() { return &___U3CU3E9__2_1_2; } inline void set_U3CU3E9__2_1_2(Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * value) { ___U3CU3E9__2_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_1_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber struct SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 : public RuntimeObject { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber::value int64_t ___value_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber::exhausted bool ___exhausted_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175, ___value_0)); } inline int64_t get_value_0() const { return ___value_0; } inline int64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_exhausted_1() { return static_cast(offsetof(SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175, ___exhausted_1)); } inline bool get_exhausted_1() const { return ___exhausted_1; } inline bool* get_address_of_exhausted_1() { return &___exhausted_1; } inline void set_exhausted_1(bool value) { ___exhausted_1 = value; } }; // RegisterView/<>c struct U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 : public RuntimeObject { public: public: }; struct U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7_StaticFields { public: // RegisterView/<>c RegisterView/<>c::<>9 U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 * ___U3CU3E9_0; // System.Action`1 RegisterView/<>c::<>9__28_0 Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___U3CU3E9__28_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__28_0_1() { return static_cast(offsetof(U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7_StaticFields, ___U3CU3E9__28_0_1)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_U3CU3E9__28_0_1() const { return ___U3CU3E9__28_0_1; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_U3CU3E9__28_0_1() { return &___U3CU3E9__28_0_1; } inline void set_U3CU3E9__28_0_1(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___U3CU3E9__28_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__28_0_1), (void*)value); } }; // RegisterView/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t32C6496BC7AE1430C05FE489429B09FAE4E1B438 : public RuntimeObject { public: // AgreementPopup RegisterView/<>c__DisplayClass13_0::agreementPopup AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 * ___agreementPopup_0; public: inline static int32_t get_offset_of_agreementPopup_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_t32C6496BC7AE1430C05FE489429B09FAE4E1B438, ___agreementPopup_0)); } inline AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 * get_agreementPopup_0() const { return ___agreementPopup_0; } inline AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 ** get_address_of_agreementPopup_0() { return &___agreementPopup_0; } inline void set_agreementPopup_0(AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 * value) { ___agreementPopup_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___agreementPopup_0), (void*)value); } }; // RegisterView/<>c__DisplayClass15_0 struct U3CU3Ec__DisplayClass15_0_t8EB7D058A396BFC3361D885BB235029FE4CBFCDC : public RuntimeObject { public: // UnityEngine.UI.InputField RegisterView/<>c__DisplayClass15_0::inputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___inputField_0; public: inline static int32_t get_offset_of_inputField_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass15_0_t8EB7D058A396BFC3361D885BB235029FE4CBFCDC, ___inputField_0)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_inputField_0() const { return ___inputField_0; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_inputField_0() { return &___inputField_0; } inline void set_inputField_0(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___inputField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputField_0), (void*)value); } }; // RegisterView/<>c__DisplayClass20_0 struct U3CU3Ec__DisplayClass20_0_t28FFD9EDA278588D247BF2B246F56F80C640910C : public RuntimeObject { public: // RelateValidateView RegisterView/<>c__DisplayClass20_0::relateValidateView RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * ___relateValidateView_0; // RegisterView RegisterView/<>c__DisplayClass20_0::<>4__this RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_relateValidateView_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass20_0_t28FFD9EDA278588D247BF2B246F56F80C640910C, ___relateValidateView_0)); } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * get_relateValidateView_0() const { return ___relateValidateView_0; } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 ** get_address_of_relateValidateView_0() { return &___relateValidateView_0; } inline void set_relateValidateView_0(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * value) { ___relateValidateView_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___relateValidateView_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass20_0_t28FFD9EDA278588D247BF2B246F56F80C640910C, ___U3CU3E4__this_1)); } inline RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // RegisterView/<>c__DisplayClass22_0 struct U3CU3Ec__DisplayClass22_0_t00189800C27B442819FBA3F2F4F66296DDA8A188 : public RuntimeObject { public: // RelateValidateView RegisterView/<>c__DisplayClass22_0::relateValidateView RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * ___relateValidateView_0; // RegisterView RegisterView/<>c__DisplayClass22_0::<>4__this RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_relateValidateView_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t00189800C27B442819FBA3F2F4F66296DDA8A188, ___relateValidateView_0)); } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * get_relateValidateView_0() const { return ___relateValidateView_0; } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 ** get_address_of_relateValidateView_0() { return &___relateValidateView_0; } inline void set_relateValidateView_0(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * value) { ___relateValidateView_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___relateValidateView_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t00189800C27B442819FBA3F2F4F66296DDA8A188, ___U3CU3E4__this_1)); } inline RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current RuntimeObject * ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____set_0)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get__set_0() const { return ____set_0; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____current_3)); } inline RuntimeObject * get__current_3() const { return ____current_3; } inline RuntimeObject ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(RuntimeObject * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162, ____set_0)); } inline HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * get__set_0() const { return ____set_0; } inline HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162, ____current_3)); } inline Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * get__current_3() const { return ____current_3; } inline Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0 : public UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0, ___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); } }; // System.ValueTuple`2 struct ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 { public: // T1 System.ValueTuple`2::Item1 float ___Item1_0; // T2 System.ValueTuple`2::Item2 float ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8, ___Item1_0)); } inline float get_Item1_0() const { return ___Item1_0; } inline float* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(float value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8, ___Item2_1)); } inline float get_Item2_1() const { return ___Item2_1; } inline float* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(float value) { ___Item2_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient struct AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 : public AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mCipherFactory RuntimeObject* ___mCipherFactory_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mContext RuntimeObject* ___mContext_1; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mSupportedSignatureAlgorithms RuntimeObject* ___mSupportedSignatureAlgorithms_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mNamedCurves Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___mNamedCurves_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mClientECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mClientECPointFormats_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mServerECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mServerECPointFormats_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mSelectedCipherSuite int32_t ___mSelectedCipherSuite_6; // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mSelectedCompressionMethod int16_t ___mSelectedCompressionMethod_7; // System.Collections.Generic.List`1 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CHostNamesU3Ek__BackingField_8; public: inline static int32_t get_offset_of_mCipherFactory_0() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mCipherFactory_0)); } inline RuntimeObject* get_mCipherFactory_0() const { return ___mCipherFactory_0; } inline RuntimeObject** get_address_of_mCipherFactory_0() { return &___mCipherFactory_0; } inline void set_mCipherFactory_0(RuntimeObject* value) { ___mCipherFactory_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCipherFactory_0), (void*)value); } inline static int32_t get_offset_of_mContext_1() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mContext_1)); } inline RuntimeObject* get_mContext_1() const { return ___mContext_1; } inline RuntimeObject** get_address_of_mContext_1() { return &___mContext_1; } inline void set_mContext_1(RuntimeObject* value) { ___mContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_1), (void*)value); } inline static int32_t get_offset_of_mSupportedSignatureAlgorithms_2() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mSupportedSignatureAlgorithms_2)); } inline RuntimeObject* get_mSupportedSignatureAlgorithms_2() const { return ___mSupportedSignatureAlgorithms_2; } inline RuntimeObject** get_address_of_mSupportedSignatureAlgorithms_2() { return &___mSupportedSignatureAlgorithms_2; } inline void set_mSupportedSignatureAlgorithms_2(RuntimeObject* value) { ___mSupportedSignatureAlgorithms_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSupportedSignatureAlgorithms_2), (void*)value); } inline static int32_t get_offset_of_mNamedCurves_3() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mNamedCurves_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_mNamedCurves_3() const { return ___mNamedCurves_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_mNamedCurves_3() { return &___mNamedCurves_3; } inline void set_mNamedCurves_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___mNamedCurves_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mNamedCurves_3), (void*)value); } inline static int32_t get_offset_of_mClientECPointFormats_4() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mClientECPointFormats_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mClientECPointFormats_4() const { return ___mClientECPointFormats_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mClientECPointFormats_4() { return &___mClientECPointFormats_4; } inline void set_mClientECPointFormats_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mClientECPointFormats_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientECPointFormats_4), (void*)value); } inline static int32_t get_offset_of_mServerECPointFormats_5() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mServerECPointFormats_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mServerECPointFormats_5() const { return ___mServerECPointFormats_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mServerECPointFormats_5() { return &___mServerECPointFormats_5; } inline void set_mServerECPointFormats_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mServerECPointFormats_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerECPointFormats_5), (void*)value); } inline static int32_t get_offset_of_mSelectedCipherSuite_6() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mSelectedCipherSuite_6)); } inline int32_t get_mSelectedCipherSuite_6() const { return ___mSelectedCipherSuite_6; } inline int32_t* get_address_of_mSelectedCipherSuite_6() { return &___mSelectedCipherSuite_6; } inline void set_mSelectedCipherSuite_6(int32_t value) { ___mSelectedCipherSuite_6 = value; } inline static int32_t get_offset_of_mSelectedCompressionMethod_7() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mSelectedCompressionMethod_7)); } inline int16_t get_mSelectedCompressionMethod_7() const { return ___mSelectedCompressionMethod_7; } inline int16_t* get_address_of_mSelectedCompressionMethod_7() { return &___mSelectedCompressionMethod_7; } inline void set_mSelectedCompressionMethod_7(int16_t value) { ___mSelectedCompressionMethod_7 = value; } inline static int32_t get_offset_of_U3CHostNamesU3Ek__BackingField_8() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___U3CHostNamesU3Ek__BackingField_8)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CHostNamesU3Ek__BackingField_8() const { return ___U3CHostNamesU3Ek__BackingField_8; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CHostNamesU3Ek__BackingField_8() { return &___U3CHostNamesU3Ek__BackingField_8; } inline void set_U3CHostNamesU3Ek__BackingField_8(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CHostNamesU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHostNamesU3Ek__BackingField_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer struct AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 : public AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mCipherFactory RuntimeObject* ___mCipherFactory_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mContext RuntimeObject* ___mContext_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mClientVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mClientVersion_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mOfferedCipherSuites Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___mOfferedCipherSuites_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mOfferedCompressionMethods ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mOfferedCompressionMethods_4; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mClientExtensions RuntimeObject* ___mClientExtensions_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mEncryptThenMacOffered bool ___mEncryptThenMacOffered_6; // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mMaxFragmentLengthOffered int16_t ___mMaxFragmentLengthOffered_7; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mTruncatedHMacOffered bool ___mTruncatedHMacOffered_8; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mSupportedSignatureAlgorithms RuntimeObject* ___mSupportedSignatureAlgorithms_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mEccCipherSuitesOffered bool ___mEccCipherSuitesOffered_10; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mNamedCurves Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___mNamedCurves_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mClientECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mClientECPointFormats_12; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mServerECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mServerECPointFormats_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mServerVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mServerVersion_14; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mSelectedCipherSuite int32_t ___mSelectedCipherSuite_15; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mSelectedCompressionMethod uint8_t ___mSelectedCompressionMethod_16; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mServerExtensions RuntimeObject* ___mServerExtensions_17; public: inline static int32_t get_offset_of_mCipherFactory_0() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mCipherFactory_0)); } inline RuntimeObject* get_mCipherFactory_0() const { return ___mCipherFactory_0; } inline RuntimeObject** get_address_of_mCipherFactory_0() { return &___mCipherFactory_0; } inline void set_mCipherFactory_0(RuntimeObject* value) { ___mCipherFactory_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCipherFactory_0), (void*)value); } inline static int32_t get_offset_of_mContext_1() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mContext_1)); } inline RuntimeObject* get_mContext_1() const { return ___mContext_1; } inline RuntimeObject** get_address_of_mContext_1() { return &___mContext_1; } inline void set_mContext_1(RuntimeObject* value) { ___mContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_1), (void*)value); } inline static int32_t get_offset_of_mClientVersion_2() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mClientVersion_2)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mClientVersion_2() const { return ___mClientVersion_2; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mClientVersion_2() { return &___mClientVersion_2; } inline void set_mClientVersion_2(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mClientVersion_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientVersion_2), (void*)value); } inline static int32_t get_offset_of_mOfferedCipherSuites_3() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mOfferedCipherSuites_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_mOfferedCipherSuites_3() const { return ___mOfferedCipherSuites_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_mOfferedCipherSuites_3() { return &___mOfferedCipherSuites_3; } inline void set_mOfferedCipherSuites_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___mOfferedCipherSuites_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOfferedCipherSuites_3), (void*)value); } inline static int32_t get_offset_of_mOfferedCompressionMethods_4() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mOfferedCompressionMethods_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mOfferedCompressionMethods_4() const { return ___mOfferedCompressionMethods_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mOfferedCompressionMethods_4() { return &___mOfferedCompressionMethods_4; } inline void set_mOfferedCompressionMethods_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mOfferedCompressionMethods_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOfferedCompressionMethods_4), (void*)value); } inline static int32_t get_offset_of_mClientExtensions_5() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mClientExtensions_5)); } inline RuntimeObject* get_mClientExtensions_5() const { return ___mClientExtensions_5; } inline RuntimeObject** get_address_of_mClientExtensions_5() { return &___mClientExtensions_5; } inline void set_mClientExtensions_5(RuntimeObject* value) { ___mClientExtensions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientExtensions_5), (void*)value); } inline static int32_t get_offset_of_mEncryptThenMacOffered_6() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mEncryptThenMacOffered_6)); } inline bool get_mEncryptThenMacOffered_6() const { return ___mEncryptThenMacOffered_6; } inline bool* get_address_of_mEncryptThenMacOffered_6() { return &___mEncryptThenMacOffered_6; } inline void set_mEncryptThenMacOffered_6(bool value) { ___mEncryptThenMacOffered_6 = value; } inline static int32_t get_offset_of_mMaxFragmentLengthOffered_7() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mMaxFragmentLengthOffered_7)); } inline int16_t get_mMaxFragmentLengthOffered_7() const { return ___mMaxFragmentLengthOffered_7; } inline int16_t* get_address_of_mMaxFragmentLengthOffered_7() { return &___mMaxFragmentLengthOffered_7; } inline void set_mMaxFragmentLengthOffered_7(int16_t value) { ___mMaxFragmentLengthOffered_7 = value; } inline static int32_t get_offset_of_mTruncatedHMacOffered_8() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mTruncatedHMacOffered_8)); } inline bool get_mTruncatedHMacOffered_8() const { return ___mTruncatedHMacOffered_8; } inline bool* get_address_of_mTruncatedHMacOffered_8() { return &___mTruncatedHMacOffered_8; } inline void set_mTruncatedHMacOffered_8(bool value) { ___mTruncatedHMacOffered_8 = value; } inline static int32_t get_offset_of_mSupportedSignatureAlgorithms_9() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mSupportedSignatureAlgorithms_9)); } inline RuntimeObject* get_mSupportedSignatureAlgorithms_9() const { return ___mSupportedSignatureAlgorithms_9; } inline RuntimeObject** get_address_of_mSupportedSignatureAlgorithms_9() { return &___mSupportedSignatureAlgorithms_9; } inline void set_mSupportedSignatureAlgorithms_9(RuntimeObject* value) { ___mSupportedSignatureAlgorithms_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSupportedSignatureAlgorithms_9), (void*)value); } inline static int32_t get_offset_of_mEccCipherSuitesOffered_10() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mEccCipherSuitesOffered_10)); } inline bool get_mEccCipherSuitesOffered_10() const { return ___mEccCipherSuitesOffered_10; } inline bool* get_address_of_mEccCipherSuitesOffered_10() { return &___mEccCipherSuitesOffered_10; } inline void set_mEccCipherSuitesOffered_10(bool value) { ___mEccCipherSuitesOffered_10 = value; } inline static int32_t get_offset_of_mNamedCurves_11() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mNamedCurves_11)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_mNamedCurves_11() const { return ___mNamedCurves_11; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_mNamedCurves_11() { return &___mNamedCurves_11; } inline void set_mNamedCurves_11(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___mNamedCurves_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___mNamedCurves_11), (void*)value); } inline static int32_t get_offset_of_mClientECPointFormats_12() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mClientECPointFormats_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mClientECPointFormats_12() const { return ___mClientECPointFormats_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mClientECPointFormats_12() { return &___mClientECPointFormats_12; } inline void set_mClientECPointFormats_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mClientECPointFormats_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientECPointFormats_12), (void*)value); } inline static int32_t get_offset_of_mServerECPointFormats_13() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mServerECPointFormats_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mServerECPointFormats_13() const { return ___mServerECPointFormats_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mServerECPointFormats_13() { return &___mServerECPointFormats_13; } inline void set_mServerECPointFormats_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mServerECPointFormats_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerECPointFormats_13), (void*)value); } inline static int32_t get_offset_of_mServerVersion_14() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mServerVersion_14)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mServerVersion_14() const { return ___mServerVersion_14; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mServerVersion_14() { return &___mServerVersion_14; } inline void set_mServerVersion_14(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mServerVersion_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerVersion_14), (void*)value); } inline static int32_t get_offset_of_mSelectedCipherSuite_15() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mSelectedCipherSuite_15)); } inline int32_t get_mSelectedCipherSuite_15() const { return ___mSelectedCipherSuite_15; } inline int32_t* get_address_of_mSelectedCipherSuite_15() { return &___mSelectedCipherSuite_15; } inline void set_mSelectedCipherSuite_15(int32_t value) { ___mSelectedCipherSuite_15 = value; } inline static int32_t get_offset_of_mSelectedCompressionMethod_16() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mSelectedCompressionMethod_16)); } inline uint8_t get_mSelectedCompressionMethod_16() const { return ___mSelectedCompressionMethod_16; } inline uint8_t* get_address_of_mSelectedCompressionMethod_16() { return &___mSelectedCompressionMethod_16; } inline void set_mSelectedCompressionMethod_16(uint8_t value) { ___mSelectedCompressionMethod_16 = value; } inline static int32_t get_offset_of_mServerExtensions_17() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mServerExtensions_17)); } inline RuntimeObject* get_mServerExtensions_17() const { return ___mServerExtensions_17; } inline RuntimeObject** get_address_of_mServerExtensions_17() { return &___mServerExtensions_17; } inline void set_mServerExtensions_17(RuntimeObject* value) { ___mServerExtensions_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerExtensions_17), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::parameters Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters_3; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___algorithm_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithm_2() const { return ___algorithm_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___parameters_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_parameters_3() const { return ___parameters_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // 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; } }; // CaptchaController struct CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 : public Singleton_1_t82CBAAE5BEBBEE846D96C04D8CEF2F30A4112400 { public: // System.Int32[] CaptchaController::builtInCaptchaList Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___builtInCaptchaList_1; public: inline static int32_t get_offset_of_builtInCaptchaList_1() { return static_cast(offsetof(CaptchaController_t43D34329B0D2332B81C73361818403490AF27437, ___builtInCaptchaList_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_builtInCaptchaList_1() const { return ___builtInCaptchaList_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_builtInCaptchaList_1() { return &___builtInCaptchaList_1; } inline void set_builtInCaptchaList_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___builtInCaptchaList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___builtInCaptchaList_1), (void*)value); } }; // 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); } }; // 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters struct DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters::p DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___p_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters::g DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___g_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters::q DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___q_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters::j DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___j_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHValidationParms BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters::validationParms DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75 * ___validationParms_6; public: inline static int32_t get_offset_of_p_2() { return static_cast(offsetof(DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF, ___p_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_p_2() const { return ___p_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_p_2() { return &___p_2; } inline void set_p_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___p_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_2), (void*)value); } inline static int32_t get_offset_of_g_3() { return static_cast(offsetof(DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF, ___g_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_g_3() const { return ___g_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_g_3() { return &___g_3; } inline void set_g_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___g_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_3), (void*)value); } inline static int32_t get_offset_of_q_4() { return static_cast(offsetof(DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF, ___q_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_q_4() const { return ___q_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_q_4() { return &___q_4; } inline void set_q_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___q_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_4), (void*)value); } inline static int32_t get_offset_of_j_5() { return static_cast(offsetof(DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF, ___j_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_j_5() const { return ___j_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_j_5() { return &___j_5; } inline void set_j_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___j_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___j_5), (void*)value); } inline static int32_t get_offset_of_validationParms_6() { return static_cast(offsetof(DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF, ___validationParms_6)); } inline DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75 * get_validationParms_6() const { return ___validationParms_6; } inline DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75 ** get_address_of_validationParms_6() { return &___validationParms_6; } inline void set_validationParms_6(DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75 * value) { ___validationParms_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___validationParms_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHKeyParameters struct DHKeyParameters_t6691EA3D1F8F4AC3FFD335951291147F81281626 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHKeyParameters::parameters DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___parameters_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHKeyParameters::algorithmOid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithmOid_2; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(DHKeyParameters_t6691EA3D1F8F4AC3FFD335951291147F81281626, ___parameters_1)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_parameters_1() const { return ___parameters_1; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } inline static int32_t get_offset_of_algorithmOid_2() { return static_cast(offsetof(DHKeyParameters_t6691EA3D1F8F4AC3FFD335951291147F81281626, ___algorithmOid_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithmOid_2() const { return ___algorithmOid_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithmOid_2() { return &___algorithmOid_2; } inline void set_algorithmOid_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithmOid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithmOid_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter struct DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter::p DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___p_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter::g DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___g_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter::l DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___l_4; public: inline static int32_t get_offset_of_p_2() { return static_cast(offsetof(DHParameter_t139F790CA854BF8027539E802DB902D7192357A3, ___p_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_p_2() const { return ___p_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_p_2() { return &___p_2; } inline void set_p_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___p_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_2), (void*)value); } inline static int32_t get_offset_of_g_3() { return static_cast(offsetof(DHParameter_t139F790CA854BF8027539E802DB902D7192357A3, ___g_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_g_3() const { return ___g_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_g_3() { return &___g_3; } inline void set_g_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___g_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_3), (void*)value); } inline static int32_t get_offset_of_l_4() { return static_cast(offsetof(DHParameter_t139F790CA854BF8027539E802DB902D7192357A3, ___l_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_l_4() const { return ___l_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_l_4() { return &___l_4; } inline void set_l_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___l_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___l_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHPublicKey struct DHPublicKey_t1D61081BFF841A3C987A1AAA0D423201B873D080 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHPublicKey::y DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___y_2; public: inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(DHPublicKey_t1D61081BFF841A3C987A1AAA0D423201B873D080, ___y_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_y_2() const { return ___y_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_y_2() { return &___y_2; } inline void set_y_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___y_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHValidationParms struct DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHValidationParms::seed DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___seed_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHValidationParms::pgenCounter DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___pgenCounter_3; public: inline static int32_t get_offset_of_seed_2() { return static_cast(offsetof(DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75, ___seed_2)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_seed_2() const { return ___seed_2; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_seed_2() { return &___seed_2; } inline void set_seed_2(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___seed_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_2), (void*)value); } inline static int32_t get_offset_of_pgenCounter_3() { return static_cast(offsetof(DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75, ___pgenCounter_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_pgenCounter_3() const { return ___pgenCounter_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_pgenCounter_3() { return &___pgenCounter_3; } inline void set_pgenCounter_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___pgenCounter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___pgenCounter_3), (void*)value); } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsCipherFactory struct DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D : public AbstractTlsCipherFactory_tA8785BCE606A193A288216A22E1D0169431076DE { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters struct DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::parameters DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters_1; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81, ___parameters_1)); } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * get_parameters_1() const { return ___parameters_1; } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter struct DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::p DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___p_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::q DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___q_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::g DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___g_4; public: inline static int32_t get_offset_of_p_2() { return static_cast(offsetof(DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20, ___p_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_p_2() const { return ___p_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_p_2() { return &___p_2; } inline void set_p_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___p_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_2), (void*)value); } inline static int32_t get_offset_of_q_3() { return static_cast(offsetof(DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20, ___q_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_q_3() const { return ___q_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_q_3() { return &___q_3; } inline void set_q_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_3), (void*)value); } inline static int32_t get_offset_of_g_4() { return static_cast(offsetof(DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20, ___g_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_g_4() const { return ___g_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_g_4() { return &___g_4; } inline void set_g_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___g_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::algorithm String_t* ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::parameters ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::publicKeyParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet_4; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___algorithm_2)); } inline String_t* get_algorithm_2() const { return ___algorithm_2; } inline String_t** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(String_t* value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___parameters_3)); } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * get_parameters_3() const { return ___parameters_3; } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } inline static int32_t get_offset_of_publicKeyParamSet_4() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___publicKeyParamSet_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_publicKeyParamSet_4() const { return ___publicKeyParamSet_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_publicKeyParamSet_4() { return &___publicKeyParamSet_4; } inline void set_publicKeyParamSet_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___publicKeyParamSet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKeyParamSet_4), (void*)value); } }; struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_StaticFields { public: // System.String[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::algorithms StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___algorithms_1; public: inline static int32_t get_offset_of_algorithms_1() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_StaticFields, ___algorithms_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_algorithms_1() const { return ___algorithms_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_algorithms_1() { return &___algorithms_1; } inline void set_algorithms_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___algorithms_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithms_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters struct Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; struct Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::KeySize int32_t ___KeySize_1; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters struct Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; struct Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::KeySize int32_t ___KeySize_1; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters struct ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters::parameters ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters_1; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC, ___parameters_1)); } inline ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * get_parameters_1() const { return ___parameters_1; } inline ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter struct ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::p DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___p_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::g DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___g_3; public: inline static int32_t get_offset_of_p_2() { return static_cast(offsetof(ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951, ___p_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_p_2() const { return ___p_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_p_2() { return &___p_2; } inline void set_p_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___p_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_2), (void*)value); } inline static int32_t get_offset_of_g_3() { return static_cast(offsetof(ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951, ___g_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_g_3() const { return ___g_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_g_3() { return &___g_3; } inline void set_g_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___g_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_3), (void*)value); } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters struct Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410Parameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters::parameters Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C * ___parameters_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters::publicKeyParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet_2; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E, ___parameters_1)); } inline Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C * get_parameters_1() const { return ___parameters_1; } inline Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } inline static int32_t get_offset_of_publicKeyParamSet_2() { return static_cast(offsetof(Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E, ___publicKeyParamSet_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_publicKeyParamSet_2() const { return ___publicKeyParamSet_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_publicKeyParamSet_2() { return &___publicKeyParamSet_2; } inline void set_publicKeyParamSet_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___publicKeyParamSet_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKeyParamSet_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.Gost3410PublicKeyAlgParameters struct Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.Gost3410PublicKeyAlgParameters::publicKeyParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.Gost3410PublicKeyAlgParameters::digestParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___digestParamSet_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.Gost3410PublicKeyAlgParameters::encryptionParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___encryptionParamSet_4; public: inline static int32_t get_offset_of_publicKeyParamSet_2() { return static_cast(offsetof(Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67, ___publicKeyParamSet_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_publicKeyParamSet_2() const { return ___publicKeyParamSet_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_publicKeyParamSet_2() { return &___publicKeyParamSet_2; } inline void set_publicKeyParamSet_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___publicKeyParamSet_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKeyParamSet_2), (void*)value); } inline static int32_t get_offset_of_digestParamSet_3() { return static_cast(offsetof(Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67, ___digestParamSet_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_digestParamSet_3() const { return ___digestParamSet_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_digestParamSet_3() { return &___digestParamSet_3; } inline void set_digestParamSet_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___digestParamSet_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestParamSet_3), (void*)value); } inline static int32_t get_offset_of_encryptionParamSet_4() { return static_cast(offsetof(Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67, ___encryptionParamSet_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_encryptionParamSet_4() const { return ___encryptionParamSet_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_encryptionParamSet_4() { return &___encryptionParamSet_4; } inline void set_encryptionParamSet_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___encryptionParamSet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptionParamSet_4), (void*)value); } }; // System.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.Cms.IssuerAndSerialNumber struct IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber::name X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___name_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_3; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64, ___name_2)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_name_2() const { return ___name_2; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_name_2() { return &___name_2; } inline void set_name_2(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_serialNumber_3() { return static_cast(offsetof(IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64, ___serialNumber_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_3() const { return ___serialNumber_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_3() { return &___serialNumber_3; } inline void set_serialNumber_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_3), (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.Cms.KekRecipientInfo struct KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo::kekID KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * ___kekID_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo::keyEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyEncryptionAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo::encryptedKey Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedKey_5; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_kekID_3() { return static_cast(offsetof(KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25, ___kekID_3)); } inline KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * get_kekID_3() const { return ___kekID_3; } inline KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 ** get_address_of_kekID_3() { return &___kekID_3; } inline void set_kekID_3(KekIdentifier_t5EE77FBF1344F5754EA9FE6ABF82CE7904CB0973 * value) { ___kekID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kekID_3), (void*)value); } inline static int32_t get_offset_of_keyEncryptionAlgorithm_4() { return static_cast(offsetof(KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25, ___keyEncryptionAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyEncryptionAlgorithm_4() const { return ___keyEncryptionAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyEncryptionAlgorithm_4() { return &___keyEncryptionAlgorithm_4; } inline void set_keyEncryptionAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyEncryptionAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_encryptedKey_5() { return static_cast(offsetof(KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25, ___encryptedKey_5)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encryptedKey_5() const { return ___encryptedKey_5; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encryptedKey_5() { return &___encryptedKey_5; } inline void set_encryptedKey_5(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encryptedKey_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedKey_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientIdentifier struct KeyAgreeRecipientIdentifier_tBA5E98B2A6C72F3799020F0A9D1C465116A7A28A : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientIdentifier::issuerSerial IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * ___issuerSerial_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientIdentifier::rKeyID RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492 * ___rKeyID_3; public: inline static int32_t get_offset_of_issuerSerial_2() { return static_cast(offsetof(KeyAgreeRecipientIdentifier_tBA5E98B2A6C72F3799020F0A9D1C465116A7A28A, ___issuerSerial_2)); } inline IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * get_issuerSerial_2() const { return ___issuerSerial_2; } inline IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 ** get_address_of_issuerSerial_2() { return &___issuerSerial_2; } inline void set_issuerSerial_2(IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * value) { ___issuerSerial_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerSerial_2), (void*)value); } inline static int32_t get_offset_of_rKeyID_3() { return static_cast(offsetof(KeyAgreeRecipientIdentifier_tBA5E98B2A6C72F3799020F0A9D1C465116A7A28A, ___rKeyID_3)); } inline RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492 * get_rKeyID_3() const { return ___rKeyID_3; } inline RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492 ** get_address_of_rKeyID_3() { return &___rKeyID_3; } inline void set_rKeyID_3(RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492 * value) { ___rKeyID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___rKeyID_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo struct KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OriginatorIdentifierOrKey BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo::originator OriginatorIdentifierOrKey_t391EC78D0FD29ED45DCF5BFF9AC5BABA8A005603 * ___originator_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo::ukm Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___ukm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo::keyEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyEncryptionAlgorithm_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo::recipientEncryptedKeys Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___recipientEncryptedKeys_6; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_originator_3() { return static_cast(offsetof(KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC, ___originator_3)); } inline OriginatorIdentifierOrKey_t391EC78D0FD29ED45DCF5BFF9AC5BABA8A005603 * get_originator_3() const { return ___originator_3; } inline OriginatorIdentifierOrKey_t391EC78D0FD29ED45DCF5BFF9AC5BABA8A005603 ** get_address_of_originator_3() { return &___originator_3; } inline void set_originator_3(OriginatorIdentifierOrKey_t391EC78D0FD29ED45DCF5BFF9AC5BABA8A005603 * value) { ___originator_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___originator_3), (void*)value); } inline static int32_t get_offset_of_ukm_4() { return static_cast(offsetof(KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC, ___ukm_4)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_ukm_4() const { return ___ukm_4; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_ukm_4() { return &___ukm_4; } inline void set_ukm_4(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___ukm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ukm_4), (void*)value); } inline static int32_t get_offset_of_keyEncryptionAlgorithm_5() { return static_cast(offsetof(KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC, ___keyEncryptionAlgorithm_5)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyEncryptionAlgorithm_5() const { return ___keyEncryptionAlgorithm_5; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyEncryptionAlgorithm_5() { return &___keyEncryptionAlgorithm_5; } inline void set_keyEncryptionAlgorithm_5(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyEncryptionAlgorithm_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionAlgorithm_5), (void*)value); } inline static int32_t get_offset_of_recipientEncryptedKeys_6() { return static_cast(offsetof(KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC, ___recipientEncryptedKeys_6)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_recipientEncryptedKeys_6() const { return ___recipientEncryptedKeys_6; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_recipientEncryptedKeys_6() { return &___recipientEncryptedKeys_6; } inline void set_recipientEncryptedKeys_6(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___recipientEncryptedKeys_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipientEncryptedKeys_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo struct KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo::rid RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1 * ___rid_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo::keyEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyEncryptionAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo::encryptedKey Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedKey_5; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_rid_3() { return static_cast(offsetof(KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0, ___rid_3)); } inline RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1 * get_rid_3() const { return ___rid_3; } inline RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1 ** get_address_of_rid_3() { return &___rid_3; } inline void set_rid_3(RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1 * value) { ___rid_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___rid_3), (void*)value); } inline static int32_t get_offset_of_keyEncryptionAlgorithm_4() { return static_cast(offsetof(KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0, ___keyEncryptionAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyEncryptionAlgorithm_4() const { return ___keyEncryptionAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyEncryptionAlgorithm_4() { return &___keyEncryptionAlgorithm_4; } inline void set_keyEncryptionAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyEncryptionAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_encryptedKey_5() { return static_cast(offsetof(KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0, ___encryptedKey_5)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encryptedKey_5() const { return ___encryptedKey_5; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encryptedKey_5() { return &___encryptedKey_5; } inline void set_encryptedKey_5(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encryptedKey_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedKey_5), (void*)value); } }; // LoginController struct LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 : public Singleton_1_tF63498CA94A978D333FED8B0AD98946D08CBEC59 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute struct OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute::keyAttrId DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___keyAttrId_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute::keyAttr Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___keyAttr_3; public: inline static int32_t get_offset_of_keyAttrId_2() { return static_cast(offsetof(OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB, ___keyAttrId_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_keyAttrId_2() const { return ___keyAttrId_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_keyAttrId_2() { return &___keyAttrId_2; } inline void set_keyAttrId_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___keyAttrId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyAttrId_2), (void*)value); } inline static int32_t get_offset_of_keyAttr_3() { return static_cast(offsetof(OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB, ___keyAttr_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_keyAttr_3() const { return ___keyAttr_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_keyAttr_3() { return &___keyAttr_3; } inline void set_keyAttr_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___keyAttr_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyAttr_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherRecipientInfo struct OtherRecipientInfo_t4398E1481C08E443D0C18BD7059C9E8A2BB9230C : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherRecipientInfo::oriType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oriType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherRecipientInfo::oriValue Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___oriValue_3; public: inline static int32_t get_offset_of_oriType_2() { return static_cast(offsetof(OtherRecipientInfo_t4398E1481C08E443D0C18BD7059C9E8A2BB9230C, ___oriType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_oriType_2() const { return ___oriType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_oriType_2() { return &___oriType_2; } inline void set_oriType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___oriType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___oriType_2), (void*)value); } inline static int32_t get_offset_of_oriValue_3() { return static_cast(offsetof(OtherRecipientInfo_t4398E1481C08E443D0C18BD7059C9E8A2BB9230C, ___oriValue_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_oriValue_3() const { return ___oriValue_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_oriValue_3() { return &___oriValue_3; } inline void set_oriValue_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___oriValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___oriValue_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo struct PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo::keyDerivationAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyDerivationAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo::keyEncryptionAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___keyEncryptionAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo::encryptedKey Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedKey_5; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_keyDerivationAlgorithm_3() { return static_cast(offsetof(PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D, ___keyDerivationAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyDerivationAlgorithm_3() const { return ___keyDerivationAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyDerivationAlgorithm_3() { return &___keyDerivationAlgorithm_3; } inline void set_keyDerivationAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyDerivationAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyDerivationAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_keyEncryptionAlgorithm_4() { return static_cast(offsetof(PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D, ___keyEncryptionAlgorithm_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_keyEncryptionAlgorithm_4() const { return ___keyEncryptionAlgorithm_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_keyEncryptionAlgorithm_4() { return &___keyEncryptionAlgorithm_4; } inline void set_keyEncryptionAlgorithm_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___keyEncryptionAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyEncryptionAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_encryptedKey_5() { return static_cast(offsetof(PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D, ___encryptedKey_5)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encryptedKey_5() const { return ___encryptedKey_5; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encryptedKey_5() { return &___encryptedKey_5; } inline void set_encryptedKey_5(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encryptedKey_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedKey_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody struct PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::tagNo int32_t ___tagNo_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::body Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___body_30; public: inline static int32_t get_offset_of_tagNo_29() { return static_cast(offsetof(PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC, ___tagNo_29)); } inline int32_t get_tagNo_29() const { return ___tagNo_29; } inline int32_t* get_address_of_tagNo_29() { return &___tagNo_29; } inline void set_tagNo_29(int32_t value) { ___tagNo_29 = value; } inline static int32_t get_offset_of_body_30() { return static_cast(offsetof(PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC, ___body_30)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_body_30() const { return ___body_30; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_body_30() { return &___body_30; } inline void set_body_30(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___body_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_30), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader struct PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::pvno DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___pvno_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::sender GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___sender_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::recipient GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___recipient_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::messageTime DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___messageTime_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::protectionAlg AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___protectionAlg_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::senderKID Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___senderKID_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::recipKID Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___recipKID_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::transactionID Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___transactionID_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::senderNonce Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___senderNonce_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::recipNonce Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___recipNonce_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiFreeText BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::freeText PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * ___freeText_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::generalInfo Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___generalInfo_16; public: inline static int32_t get_offset_of_pvno_5() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___pvno_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_pvno_5() const { return ___pvno_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_pvno_5() { return &___pvno_5; } inline void set_pvno_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___pvno_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___pvno_5), (void*)value); } inline static int32_t get_offset_of_sender_6() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___sender_6)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_sender_6() const { return ___sender_6; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_sender_6() { return &___sender_6; } inline void set_sender_6(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___sender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___sender_6), (void*)value); } inline static int32_t get_offset_of_recipient_7() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___recipient_7)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_recipient_7() const { return ___recipient_7; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_recipient_7() { return &___recipient_7; } inline void set_recipient_7(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___recipient_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipient_7), (void*)value); } inline static int32_t get_offset_of_messageTime_8() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___messageTime_8)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_messageTime_8() const { return ___messageTime_8; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_messageTime_8() { return &___messageTime_8; } inline void set_messageTime_8(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___messageTime_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___messageTime_8), (void*)value); } inline static int32_t get_offset_of_protectionAlg_9() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___protectionAlg_9)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_protectionAlg_9() const { return ___protectionAlg_9; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_protectionAlg_9() { return &___protectionAlg_9; } inline void set_protectionAlg_9(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___protectionAlg_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___protectionAlg_9), (void*)value); } inline static int32_t get_offset_of_senderKID_10() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___senderKID_10)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_senderKID_10() const { return ___senderKID_10; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_senderKID_10() { return &___senderKID_10; } inline void set_senderKID_10(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___senderKID_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___senderKID_10), (void*)value); } inline static int32_t get_offset_of_recipKID_11() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___recipKID_11)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_recipKID_11() const { return ___recipKID_11; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_recipKID_11() { return &___recipKID_11; } inline void set_recipKID_11(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___recipKID_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipKID_11), (void*)value); } inline static int32_t get_offset_of_transactionID_12() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___transactionID_12)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_transactionID_12() const { return ___transactionID_12; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_transactionID_12() { return &___transactionID_12; } inline void set_transactionID_12(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___transactionID_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___transactionID_12), (void*)value); } inline static int32_t get_offset_of_senderNonce_13() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___senderNonce_13)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_senderNonce_13() const { return ___senderNonce_13; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_senderNonce_13() { return &___senderNonce_13; } inline void set_senderNonce_13(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___senderNonce_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___senderNonce_13), (void*)value); } inline static int32_t get_offset_of_recipNonce_14() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___recipNonce_14)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_recipNonce_14() const { return ___recipNonce_14; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_recipNonce_14() { return &___recipNonce_14; } inline void set_recipNonce_14(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___recipNonce_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___recipNonce_14), (void*)value); } inline static int32_t get_offset_of_freeText_15() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___freeText_15)); } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * get_freeText_15() const { return ___freeText_15; } inline PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 ** get_address_of_freeText_15() { return &___freeText_15; } inline void set_freeText_15(PkiFreeText_tD9C534FF15BDF5CB7B46DADD7DDC6A443045DF74 * value) { ___freeText_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___freeText_15), (void*)value); } inline static int32_t get_offset_of_generalInfo_16() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6, ___generalInfo_16)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_generalInfo_16() const { return ___generalInfo_16; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_generalInfo_16() { return &___generalInfo_16; } inline void set_generalInfo_16(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___generalInfo_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalInfo_16), (void*)value); } }; struct PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::NULL_NAME GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___NULL_NAME_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::CMP_1999 int32_t ___CMP_1999_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::CMP_2000 int32_t ___CMP_2000_4; public: inline static int32_t get_offset_of_NULL_NAME_2() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_StaticFields, ___NULL_NAME_2)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_NULL_NAME_2() const { return ___NULL_NAME_2; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_NULL_NAME_2() { return &___NULL_NAME_2; } inline void set_NULL_NAME_2(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___NULL_NAME_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___NULL_NAME_2), (void*)value); } inline static int32_t get_offset_of_CMP_1999_3() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_StaticFields, ___CMP_1999_3)); } inline int32_t get_CMP_1999_3() const { return ___CMP_1999_3; } inline int32_t* get_address_of_CMP_1999_3() { return &___CMP_1999_3; } inline void set_CMP_1999_3(int32_t value) { ___CMP_1999_3 = value; } inline static int32_t get_offset_of_CMP_2000_4() { return static_cast(offsetof(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_StaticFields, ___CMP_2000_4)); } inline int32_t get_CMP_2000_4() const { return ___CMP_2000_4; } inline int32_t* get_address_of_CMP_2000_4() { return &___CMP_2000_4; } inline void set_CMP_2000_4(int32_t value) { ___CMP_2000_4 = value; } }; // PropScaleAim struct PropScaleAim_t30584297774A1FFD48C3EF47311E50E6CB7A9AD4 : public PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 { public: // System.Int32 PropScaleAim::scaleValue int32_t ___scaleValue_8; public: inline static int32_t get_offset_of_scaleValue_8() { return static_cast(offsetof(PropScaleAim_t30584297774A1FFD48C3EF47311E50E6CB7A9AD4, ___scaleValue_8)); } inline int32_t get_scaleValue_8() const { return ___scaleValue_8; } inline int32_t* get_address_of_scaleValue_8() { return &___scaleValue_8; } inline void set_scaleValue_8(int32_t value) { ___scaleValue_8 = value; } }; // PropScaleShoot struct PropScaleShoot_tBEEF0F77CC645F39D90570CCE4C9EC466EEC74CE : public PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 { public: // System.Int32 PropScaleShoot::scaleValue int32_t ___scaleValue_8; public: inline static int32_t get_offset_of_scaleValue_8() { return static_cast(offsetof(PropScaleShoot_tBEEF0F77CC645F39D90570CCE4C9EC466EEC74CE, ___scaleValue_8)); } inline int32_t get_scaleValue_8() const { return ___scaleValue_8; } inline int32_t* get_address_of_scaleValue_8() { return &___scaleValue_8; } inline void set_scaleValue_8(int32_t value) { ___scaleValue_8 = value; } }; // LitJson.PropertyMetadata struct PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F { public: // System.Reflection.MemberInfo LitJson.PropertyMetadata::Info MemberInfo_t * ___Info_0; // System.Boolean LitJson.PropertyMetadata::IsField bool ___IsField_1; // System.Type LitJson.PropertyMetadata::Type Type_t * ___Type_2; public: inline static int32_t get_offset_of_Info_0() { return static_cast(offsetof(PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F, ___Info_0)); } inline MemberInfo_t * get_Info_0() const { return ___Info_0; } inline MemberInfo_t ** get_address_of_Info_0() { return &___Info_0; } inline void set_Info_0(MemberInfo_t * value) { ___Info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Info_0), (void*)value); } inline static int32_t get_offset_of_IsField_1() { return static_cast(offsetof(PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F, ___IsField_1)); } inline bool get_IsField_1() const { return ___IsField_1; } inline bool* get_address_of_IsField_1() { return &___IsField_1; } inline void set_IsField_1(bool value) { ___IsField_1 = value; } inline static int32_t get_offset_of_Type_2() { return static_cast(offsetof(PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F, ___Type_2)); } inline Type_t * get_Type_2() const { return ___Type_2; } inline Type_t ** get_address_of_Type_2() { return &___Type_2; } inline void set_Type_2(Type_t * value) { ___Type_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Type_2), (void*)value); } }; // Native definition for P/Invoke marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshaled_pinvoke { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; // Native definition for COM marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshaled_com { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ProtectedPart struct ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ProtectedPart::header PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * ___header_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ProtectedPart::body PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * ___body_3; public: inline static int32_t get_offset_of_header_2() { return static_cast(offsetof(ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E, ___header_2)); } inline PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * get_header_2() const { return ___header_2; } inline PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 ** get_address_of_header_2() { return &___header_2; } inline void set_header_2(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * value) { ___header_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___header_2), (void*)value); } inline static int32_t get_offset_of_body_3() { return static_cast(offsetof(ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E, ___body_3)); } inline PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * get_body_3() const { return ___body_3; } inline PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC ** get_address_of_body_3() { return &___body_3; } inline void set_body_3(PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * value) { ___body_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Mozilla.PublicKeyAndChallenge struct PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Mozilla.PublicKeyAndChallenge::pkacSeq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___pkacSeq_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Mozilla.PublicKeyAndChallenge::spki SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___spki_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Mozilla.PublicKeyAndChallenge::challenge DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * ___challenge_4; public: inline static int32_t get_offset_of_pkacSeq_2() { return static_cast(offsetof(PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED, ___pkacSeq_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_pkacSeq_2() const { return ___pkacSeq_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_pkacSeq_2() { return &___pkacSeq_2; } inline void set_pkacSeq_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___pkacSeq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pkacSeq_2), (void*)value); } inline static int32_t get_offset_of_spki_3() { return static_cast(offsetof(PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED, ___spki_3)); } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * get_spki_3() const { return ___spki_3; } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB ** get_address_of_spki_3() { return &___spki_3; } inline void set_spki_3(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * value) { ___spki_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___spki_3), (void*)value); } inline static int32_t get_offset_of_challenge_4() { return static_cast(offsetof(PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED, ___challenge_4)); } inline DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * get_challenge_4() const { return ___challenge_4; } inline DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 ** get_address_of_challenge_4() { return &___challenge_4; } inline void set_challenge_4(DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * value) { ___challenge_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___challenge_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement struct QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement::qcStatementId DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___qcStatementId_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement::qcStatementInfo Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___qcStatementInfo_3; public: inline static int32_t get_offset_of_qcStatementId_2() { return static_cast(offsetof(QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88, ___qcStatementId_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_qcStatementId_2() const { return ___qcStatementId_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_qcStatementId_2() { return &___qcStatementId_2; } inline void set_qcStatementId_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___qcStatementId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___qcStatementId_2), (void*)value); } inline static int32_t get_offset_of_qcStatementInfo_3() { return static_cast(offsetof(QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88, ___qcStatementInfo_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_qcStatementInfo_3() const { return ___qcStatementInfo_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_qcStatementInfo_3() { return &___qcStatementInfo_3; } inline void set_qcStatementInfo_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___qcStatementInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___qcStatementInfo_3), (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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter struct RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter::iv Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___iv_3; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4, ___version_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_2() const { return ___version_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_iv_3() { return static_cast(offsetof(RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4, ___iv_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_iv_3() const { return ___iv_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_iv_3() { return &___iv_3; } inline void set_iv_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___iv_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iv_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC2Parameters struct RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD : public KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC2Parameters::bits int32_t ___bits_1; public: inline static int32_t get_offset_of_bits_1() { return static_cast(offsetof(RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD, ___bits_1)); } inline int32_t get_bits_1() const { return ___bits_1; } inline int32_t* get_address_of_bits_1() { return &___bits_1; } inline void set_bits_1(int32_t value) { ___bits_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC5Parameters struct RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875 : public KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC5Parameters::rounds int32_t ___rounds_1; public: inline static int32_t get_offset_of_rounds_1() { return static_cast(offsetof(RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875, ___rounds_1)); } inline int32_t get_rounds_1() const { return ___rounds_1; } inline int32_t* get_address_of_rounds_1() { return &___rounds_1; } inline void set_rounds_1(int32_t value) { ___rounds_1 = value; } }; // RankComp struct RankComp_t5CD947AA321DFB0AC489BFF4E98B751062B4ED20 : public Singleton_1_tB3E59B618CF26A3607F125E4C0B0BB7887EE08B9 { public: public: }; // BestHTTP.WebSocket.Frames.RawFrameData struct RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E { public: // System.Byte[] BestHTTP.WebSocket.Frames.RawFrameData::Data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Data_0; // System.Int32 BestHTTP.WebSocket.Frames.RawFrameData::Length int32_t ___Length_1; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E, ___Data_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Data_0() const { return ___Data_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_0), (void*)value); } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E, ___Length_1)); } inline int32_t get_Length_1() const { return ___Length_1; } inline int32_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int32_t value) { ___Length_1 = value; } }; // Native definition for P/Invoke marshalling of BestHTTP.WebSocket.Frames.RawFrameData struct RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___Data_0; int32_t ___Length_1; }; // Native definition for COM marshalling of BestHTTP.WebSocket.Frames.RawFrameData struct RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E_marshaled_com { Il2CppSafeArray/*NONE*/* ___Data_0; int32_t ___Length_1; }; // BestHTTP.Forms.RawJsonForm struct RawJsonForm_tA9605806D5AACD3A9AF70E67E907BC172AB17FA8 : public HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 { public: // System.Byte[] BestHTTP.Forms.RawJsonForm::CachedData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___CachedData_5; public: inline static int32_t get_offset_of_CachedData_5() { return static_cast(offsetof(RawJsonForm_tA9605806D5AACD3A9AF70E67E907BC172AB17FA8, ___CachedData_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_CachedData_5() const { return ___CachedData_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_CachedData_5() { return &___CachedData_5; } inline void set_CachedData_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___CachedData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___CachedData_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientEncryptedKey struct RecipientEncryptedKey_tED14E5C321F7687BA4201D41E15DE457A7D56BE2 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientEncryptedKey::identifier KeyAgreeRecipientIdentifier_tBA5E98B2A6C72F3799020F0A9D1C465116A7A28A * ___identifier_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientEncryptedKey::encryptedKey Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encryptedKey_3; public: inline static int32_t get_offset_of_identifier_2() { return static_cast(offsetof(RecipientEncryptedKey_tED14E5C321F7687BA4201D41E15DE457A7D56BE2, ___identifier_2)); } inline KeyAgreeRecipientIdentifier_tBA5E98B2A6C72F3799020F0A9D1C465116A7A28A * get_identifier_2() const { return ___identifier_2; } inline KeyAgreeRecipientIdentifier_tBA5E98B2A6C72F3799020F0A9D1C465116A7A28A ** get_address_of_identifier_2() { return &___identifier_2; } inline void set_identifier_2(KeyAgreeRecipientIdentifier_tBA5E98B2A6C72F3799020F0A9D1C465116A7A28A * value) { ___identifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_2), (void*)value); } inline static int32_t get_offset_of_encryptedKey_3() { return static_cast(offsetof(RecipientEncryptedKey_tED14E5C321F7687BA4201D41E15DE457A7D56BE2, ___encryptedKey_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encryptedKey_3() const { return ___encryptedKey_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encryptedKey_3() { return &___encryptedKey_3; } inline void set_encryptedKey_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encryptedKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptedKey_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientID struct RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125 : public X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientID::keyIdentifier ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyIdentifier_15; public: inline static int32_t get_offset_of_keyIdentifier_15() { return static_cast(offsetof(RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125, ___keyIdentifier_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_keyIdentifier_15() const { return ___keyIdentifier_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_keyIdentifier_15() { return &___keyIdentifier_15; } inline void set_keyIdentifier_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___keyIdentifier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyIdentifier_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientIdentifier struct RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientIdentifier::id Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___id_2; public: inline static int32_t get_offset_of_id_2() { return static_cast(offsetof(RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1, ___id_2)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_id_2() const { return ___id_2; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_id_2() { return &___id_2; } inline void set_id_2(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___id_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo struct RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo::info Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___info_2; public: inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829, ___info_2)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_info_2() const { return ___info_2; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_info_2() { return &___info_2; } inline void set_info_2(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___info_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier struct RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier::subjectKeyIdentifier Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___subjectKeyIdentifier_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier::date DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___date_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier::other OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB * ___other_4; public: inline static int32_t get_offset_of_subjectKeyIdentifier_2() { return static_cast(offsetof(RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492, ___subjectKeyIdentifier_2)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_subjectKeyIdentifier_2() const { return ___subjectKeyIdentifier_2; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_subjectKeyIdentifier_2() { return &___subjectKeyIdentifier_2; } inline void set_subjectKeyIdentifier_2(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___subjectKeyIdentifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectKeyIdentifier_2), (void*)value); } inline static int32_t get_offset_of_date_3() { return static_cast(offsetof(RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492, ___date_3)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_date_3() const { return ___date_3; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_date_3() { return &___date_3; } inline void set_date_3(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___date_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___date_3), (void*)value); } inline static int32_t get_offset_of_other_4() { return static_cast(offsetof(RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492, ___other_4)); } inline OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB * get_other_4() const { return ___other_4; } inline OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB ** get_address_of_other_4() { return &___other_4; } inline void set_other_4(OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB * value) { ___other_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___other_4), (void*)value); } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // JCUnityLib.UI.RectBorderRadiusSwitch struct RectBorderRadiusSwitch_t6FC0BBB243A5B02BC89B17702D8CB0606169DD4F { public: // System.Boolean JCUnityLib.UI.RectBorderRadiusSwitch::LeftTop bool ___LeftTop_0; // System.Boolean JCUnityLib.UI.RectBorderRadiusSwitch::RightTop bool ___RightTop_1; // System.Boolean JCUnityLib.UI.RectBorderRadiusSwitch::RightBottom bool ___RightBottom_2; // System.Boolean JCUnityLib.UI.RectBorderRadiusSwitch::LeftBottom bool ___LeftBottom_3; public: inline static int32_t get_offset_of_LeftTop_0() { return static_cast(offsetof(RectBorderRadiusSwitch_t6FC0BBB243A5B02BC89B17702D8CB0606169DD4F, ___LeftTop_0)); } inline bool get_LeftTop_0() const { return ___LeftTop_0; } inline bool* get_address_of_LeftTop_0() { return &___LeftTop_0; } inline void set_LeftTop_0(bool value) { ___LeftTop_0 = value; } inline static int32_t get_offset_of_RightTop_1() { return static_cast(offsetof(RectBorderRadiusSwitch_t6FC0BBB243A5B02BC89B17702D8CB0606169DD4F, ___RightTop_1)); } inline bool get_RightTop_1() const { return ___RightTop_1; } inline bool* get_address_of_RightTop_1() { return &___RightTop_1; } inline void set_RightTop_1(bool value) { ___RightTop_1 = value; } inline static int32_t get_offset_of_RightBottom_2() { return static_cast(offsetof(RectBorderRadiusSwitch_t6FC0BBB243A5B02BC89B17702D8CB0606169DD4F, ___RightBottom_2)); } inline bool get_RightBottom_2() const { return ___RightBottom_2; } inline bool* get_address_of_RightBottom_2() { return &___RightBottom_2; } inline void set_RightBottom_2(bool value) { ___RightBottom_2 = value; } inline static int32_t get_offset_of_LeftBottom_3() { return static_cast(offsetof(RectBorderRadiusSwitch_t6FC0BBB243A5B02BC89B17702D8CB0606169DD4F, ___LeftBottom_3)); } inline bool get_LeftBottom_3() const { return ___LeftBottom_3; } inline bool* get_address_of_LeftBottom_3() { return &___LeftBottom_3; } inline void set_LeftBottom_3(bool value) { ___LeftBottom_3 = value; } }; // Native definition for P/Invoke marshalling of JCUnityLib.UI.RectBorderRadiusSwitch struct RectBorderRadiusSwitch_t6FC0BBB243A5B02BC89B17702D8CB0606169DD4F_marshaled_pinvoke { int32_t ___LeftTop_0; int32_t ___RightTop_1; int32_t ___RightBottom_2; int32_t ___LeftBottom_3; }; // Native definition for COM marshalling of JCUnityLib.UI.RectBorderRadiusSwitch struct RectBorderRadiusSwitch_t6FC0BBB243A5B02BC89B17702D8CB0606169DD4F_marshaled_com { int32_t ___LeftTop_0; int32_t ___RightTop_1; int32_t ___RightBottom_2; int32_t ___LeftBottom_3; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ReferenceMultiplier struct ReferenceMultiplier_t1917A3F2FB7FFFCC959F5268325B063DA160A06E : public AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::modulus BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::exponent BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___exponent_3; public: inline static int32_t get_offset_of_modulus_2() { return static_cast(offsetof(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801, ___modulus_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_modulus_2() const { return ___modulus_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_modulus_2() { return &___modulus_2; } inline void set_modulus_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___modulus_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___modulus_2), (void*)value); } inline static int32_t get_offset_of_exponent_3() { return static_cast(offsetof(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801, ___exponent_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_exponent_3() const { return ___exponent_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_exponent_3() { return &___exponent_3; } inline void set_exponent_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___exponent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___exponent_3), (void*)value); } }; struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::SmallPrimesProduct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___SmallPrimesProduct_1; public: inline static int32_t get_offset_of_SmallPrimesProduct_1() { return static_cast(offsetof(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_StaticFields, ___SmallPrimesProduct_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_SmallPrimesProduct_1() const { return ___SmallPrimesProduct_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_SmallPrimesProduct_1() { return &___SmallPrimesProduct_1; } inline void set_SmallPrimesProduct_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___SmallPrimesProduct_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmallPrimesProduct_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure struct RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::modulus BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::publicExponent BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___publicExponent_3; public: inline static int32_t get_offset_of_modulus_2() { return static_cast(offsetof(RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37, ___modulus_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_modulus_2() const { return ___modulus_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_modulus_2() { return &___modulus_2; } inline void set_modulus_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___modulus_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___modulus_2), (void*)value); } inline static int32_t get_offset_of_publicExponent_3() { return static_cast(offsetof(RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37, ___publicExponent_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_publicExponent_3() const { return ___publicExponent_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_publicExponent_3() { return &___publicExponent_3; } inline void set_publicExponent_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___publicExponent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicExponent_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 : public Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::generator RuntimeObject* ___generator_5; public: inline static int32_t get_offset_of_generator_5() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28, ___generator_5)); } inline RuntimeObject* get_generator_5() const { return ___generator_5; } inline RuntimeObject** get_address_of_generator_5() { return &___generator_5; } inline void set_generator_5(RuntimeObject* value) { ___generator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___generator_5), (void*)value); } }; struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::counter int64_t ___counter_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::master SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___master_4; // System.Double BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::DoubleScale double ___DoubleScale_6; public: inline static int32_t get_offset_of_counter_3() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___counter_3)); } inline int64_t get_counter_3() const { return ___counter_3; } inline int64_t* get_address_of_counter_3() { return &___counter_3; } inline void set_counter_3(int64_t value) { ___counter_3 = value; } inline static int32_t get_offset_of_master_4() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___master_4)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_master_4() const { return ___master_4; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_master_4() { return &___master_4; } inline void set_master_4(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___master_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___master_4), (void*)value); } inline static int32_t get_offset_of_DoubleScale_6() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___DoubleScale_6)); } inline double get_DoubleScale_6() const { return ___DoubleScale_6; } inline double* get_address_of_DoubleScale_6() { return &___DoubleScale_6; } inline void set_DoubleScale_6(double value) { ___DoubleScale_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H4 uint32_t ___H4_8; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H5 uint32_t ___H5_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::xOff int32_t ___xOff_11; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H1_5)); } inline uint32_t get_H1_5() const { return ___H1_5; } inline uint32_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(uint32_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H2_6)); } inline uint32_t get_H2_6() const { return ___H2_6; } inline uint32_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(uint32_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H3_7)); } inline uint32_t get_H3_7() const { return ___H3_7; } inline uint32_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(uint32_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H4_8)); } inline uint32_t get_H4_8() const { return ___H4_8; } inline uint32_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(uint32_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_H5_9() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H5_9)); } inline uint32_t get_H5_9() const { return ___H5_9; } inline uint32_t* get_address_of_H5_9() { return &___H5_9; } inline void set_H5_9(uint32_t value) { ___H5_9 = value; } inline static int32_t get_offset_of_X_10() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___X_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_10() const { return ___X_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_10() { return &___X_10; } inline void set_X_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_10), (void*)value); } inline static int32_t get_offset_of_xOff_11() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___xOff_11)); } inline int32_t get_xOff_11() const { return ___xOff_11; } inline int32_t* get_address_of_xOff_11() { return &___xOff_11; } inline void set_xOff_11(int32_t value) { ___xOff_11 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_HighlightedSprite_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_PressedSprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_SelectedSprite_2)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_DisabledSprite_3)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_pinvoke { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_com { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::algID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::keyData DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___keyData_3; public: inline static int32_t get_offset_of_algID_2() { return static_cast(offsetof(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB, ___algID_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algID_2() const { return ___algID_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algID_2() { return &___algID_2; } inline void set_algID_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algID_2), (void*)value); } inline static int32_t get_offset_of_keyData_3() { return static_cast(offsetof(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB, ___keyData_3)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_keyData_3() const { return ___keyData_3; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_keyData_3() { return &___keyData_3; } inline void set_keyData_3(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___keyData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyData_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange struct TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A : public AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentity BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mPskIdentity RuntimeObject* ___mPskIdentity_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentityManager BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mPskIdentityManager RuntimeObject* ___mPskIdentityManager_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsDHVerifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mDHVerifier RuntimeObject* ___mDHVerifier_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mDHParameters DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___mDHParameters_6; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mNamedCurves Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___mNamedCurves_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mClientECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mClientECPointFormats_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mServerECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mServerECPointFormats_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mPskIdentityHint ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mPskIdentityHint_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mPsk ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mPsk_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mDHAgreePrivateKey DHPrivateKeyParameters_tAF64A6F7342B2BD5F53015A701126BFEF11B2E7F * ___mDHAgreePrivateKey_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mDHAgreePublicKey DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * ___mDHAgreePublicKey_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mECAgreePrivateKey ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * ___mECAgreePrivateKey_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mECAgreePublicKey ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * ___mECAgreePublicKey_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mServerPublicKey AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___mServerPublicKey_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mRsaServerPublicKey RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * ___mRsaServerPublicKey_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEncryptionCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mServerCredentials RuntimeObject* ___mServerCredentials_18; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::mPremasterSecret ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mPremasterSecret_19; public: inline static int32_t get_offset_of_mPskIdentity_3() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mPskIdentity_3)); } inline RuntimeObject* get_mPskIdentity_3() const { return ___mPskIdentity_3; } inline RuntimeObject** get_address_of_mPskIdentity_3() { return &___mPskIdentity_3; } inline void set_mPskIdentity_3(RuntimeObject* value) { ___mPskIdentity_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPskIdentity_3), (void*)value); } inline static int32_t get_offset_of_mPskIdentityManager_4() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mPskIdentityManager_4)); } inline RuntimeObject* get_mPskIdentityManager_4() const { return ___mPskIdentityManager_4; } inline RuntimeObject** get_address_of_mPskIdentityManager_4() { return &___mPskIdentityManager_4; } inline void set_mPskIdentityManager_4(RuntimeObject* value) { ___mPskIdentityManager_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPskIdentityManager_4), (void*)value); } inline static int32_t get_offset_of_mDHVerifier_5() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mDHVerifier_5)); } inline RuntimeObject* get_mDHVerifier_5() const { return ___mDHVerifier_5; } inline RuntimeObject** get_address_of_mDHVerifier_5() { return &___mDHVerifier_5; } inline void set_mDHVerifier_5(RuntimeObject* value) { ___mDHVerifier_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDHVerifier_5), (void*)value); } inline static int32_t get_offset_of_mDHParameters_6() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mDHParameters_6)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_mDHParameters_6() const { return ___mDHParameters_6; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_mDHParameters_6() { return &___mDHParameters_6; } inline void set_mDHParameters_6(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___mDHParameters_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDHParameters_6), (void*)value); } inline static int32_t get_offset_of_mNamedCurves_7() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mNamedCurves_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_mNamedCurves_7() const { return ___mNamedCurves_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_mNamedCurves_7() { return &___mNamedCurves_7; } inline void set_mNamedCurves_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___mNamedCurves_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mNamedCurves_7), (void*)value); } inline static int32_t get_offset_of_mClientECPointFormats_8() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mClientECPointFormats_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mClientECPointFormats_8() const { return ___mClientECPointFormats_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mClientECPointFormats_8() { return &___mClientECPointFormats_8; } inline void set_mClientECPointFormats_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mClientECPointFormats_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientECPointFormats_8), (void*)value); } inline static int32_t get_offset_of_mServerECPointFormats_9() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mServerECPointFormats_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mServerECPointFormats_9() const { return ___mServerECPointFormats_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mServerECPointFormats_9() { return &___mServerECPointFormats_9; } inline void set_mServerECPointFormats_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mServerECPointFormats_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerECPointFormats_9), (void*)value); } inline static int32_t get_offset_of_mPskIdentityHint_10() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mPskIdentityHint_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mPskIdentityHint_10() const { return ___mPskIdentityHint_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mPskIdentityHint_10() { return &___mPskIdentityHint_10; } inline void set_mPskIdentityHint_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mPskIdentityHint_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPskIdentityHint_10), (void*)value); } inline static int32_t get_offset_of_mPsk_11() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mPsk_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mPsk_11() const { return ___mPsk_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mPsk_11() { return &___mPsk_11; } inline void set_mPsk_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mPsk_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPsk_11), (void*)value); } inline static int32_t get_offset_of_mDHAgreePrivateKey_12() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mDHAgreePrivateKey_12)); } inline DHPrivateKeyParameters_tAF64A6F7342B2BD5F53015A701126BFEF11B2E7F * get_mDHAgreePrivateKey_12() const { return ___mDHAgreePrivateKey_12; } inline DHPrivateKeyParameters_tAF64A6F7342B2BD5F53015A701126BFEF11B2E7F ** get_address_of_mDHAgreePrivateKey_12() { return &___mDHAgreePrivateKey_12; } inline void set_mDHAgreePrivateKey_12(DHPrivateKeyParameters_tAF64A6F7342B2BD5F53015A701126BFEF11B2E7F * value) { ___mDHAgreePrivateKey_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDHAgreePrivateKey_12), (void*)value); } inline static int32_t get_offset_of_mDHAgreePublicKey_13() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mDHAgreePublicKey_13)); } inline DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * get_mDHAgreePublicKey_13() const { return ___mDHAgreePublicKey_13; } inline DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 ** get_address_of_mDHAgreePublicKey_13() { return &___mDHAgreePublicKey_13; } inline void set_mDHAgreePublicKey_13(DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * value) { ___mDHAgreePublicKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDHAgreePublicKey_13), (void*)value); } inline static int32_t get_offset_of_mECAgreePrivateKey_14() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mECAgreePrivateKey_14)); } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * get_mECAgreePrivateKey_14() const { return ___mECAgreePrivateKey_14; } inline ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 ** get_address_of_mECAgreePrivateKey_14() { return &___mECAgreePrivateKey_14; } inline void set_mECAgreePrivateKey_14(ECPrivateKeyParameters_t4F22D9A57AC7E670B61E096835534ECE1D259029 * value) { ___mECAgreePrivateKey_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___mECAgreePrivateKey_14), (void*)value); } inline static int32_t get_offset_of_mECAgreePublicKey_15() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mECAgreePublicKey_15)); } inline ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * get_mECAgreePublicKey_15() const { return ___mECAgreePublicKey_15; } inline ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB ** get_address_of_mECAgreePublicKey_15() { return &___mECAgreePublicKey_15; } inline void set_mECAgreePublicKey_15(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * value) { ___mECAgreePublicKey_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___mECAgreePublicKey_15), (void*)value); } inline static int32_t get_offset_of_mServerPublicKey_16() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mServerPublicKey_16)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_mServerPublicKey_16() const { return ___mServerPublicKey_16; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_mServerPublicKey_16() { return &___mServerPublicKey_16; } inline void set_mServerPublicKey_16(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___mServerPublicKey_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerPublicKey_16), (void*)value); } inline static int32_t get_offset_of_mRsaServerPublicKey_17() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mRsaServerPublicKey_17)); } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * get_mRsaServerPublicKey_17() const { return ___mRsaServerPublicKey_17; } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 ** get_address_of_mRsaServerPublicKey_17() { return &___mRsaServerPublicKey_17; } inline void set_mRsaServerPublicKey_17(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * value) { ___mRsaServerPublicKey_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRsaServerPublicKey_17), (void*)value); } inline static int32_t get_offset_of_mServerCredentials_18() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mServerCredentials_18)); } inline RuntimeObject* get_mServerCredentials_18() const { return ___mServerCredentials_18; } inline RuntimeObject** get_address_of_mServerCredentials_18() { return &___mServerCredentials_18; } inline void set_mServerCredentials_18(RuntimeObject* value) { ___mServerCredentials_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerCredentials_18), (void*)value); } inline static int32_t get_offset_of_mPremasterSecret_19() { return static_cast(offsetof(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A, ___mPremasterSecret_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mPremasterSecret_19() const { return ___mPremasterSecret_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mPremasterSecret_19() { return &___mPremasterSecret_19; } inline void set_mPremasterSecret_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mPremasterSecret_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPremasterSecret_19), (void*)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: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters struct X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; struct X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters::KeySize int32_t ___KeySize_1; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters struct X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; struct X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters::KeySize int32_t ___KeySize_1; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ordering RuntimeObject* ___ordering_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::converter X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * ___converter_43; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::values RuntimeObject* ___values_44; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::added RuntimeObject* ___added_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_46; public: inline static int32_t get_offset_of_ordering_42() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___ordering_42)); } inline RuntimeObject* get_ordering_42() const { return ___ordering_42; } inline RuntimeObject** get_address_of_ordering_42() { return &___ordering_42; } inline void set_ordering_42(RuntimeObject* value) { ___ordering_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_42), (void*)value); } inline static int32_t get_offset_of_converter_43() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___converter_43)); } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * get_converter_43() const { return ___converter_43; } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 ** get_address_of_converter_43() { return &___converter_43; } inline void set_converter_43(X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * value) { ___converter_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_43), (void*)value); } inline static int32_t get_offset_of_values_44() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___values_44)); } inline RuntimeObject* get_values_44() const { return ___values_44; } inline RuntimeObject** get_address_of_values_44() { return &___values_44; } inline void set_values_44(RuntimeObject* value) { ___values_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_44), (void*)value); } inline static int32_t get_offset_of_added_45() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___added_45)); } inline RuntimeObject* get_added_45() const { return ___added_45; } inline RuntimeObject** get_address_of_added_45() { return &___added_45; } inline void set_added_45(RuntimeObject* value) { ___added_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___added_45), (void*)value); } inline static int32_t get_offset_of_seq_46() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___seq_46)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_46() const { return ___seq_46; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_46() { return &___seq_46; } inline void set_seq_46(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_46), (void*)value); } }; struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::C DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::O DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___O_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OU DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OU_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::T DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___T_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CN DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CN_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Street DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Street_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::SerialNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SerialNumber_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::L DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___L_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ST DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ST_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Surname DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Surname_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GivenName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GivenName_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Initials DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Initials_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Generation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Generation_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UniqueIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UniqueIdentifier_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::BusinessCategory DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BusinessCategory_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalCode_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DnQualifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DnQualifier_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Pseudonym DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pseudonym_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DateOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DateOfBirth_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PlaceOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PlaceOfBirth_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Gender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Gender_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfCitizenship DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfCitizenship_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfResidence DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfResidence_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::NameAtBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameAtBirth_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalAddress_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DmdName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DmdName_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::TelephoneNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TelephoneNumber_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OrganizationIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OrganizationIdentifier_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Name DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Name_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::EmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EmailAddress_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredName_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredAddress_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::E DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___E_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DC_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UID_36; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::defaultReverse BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___defaultReverse_37; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultSymbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultSymbols_38; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC2253Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC2253Symbols_39; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC1779Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC1779Symbols_40; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultLookup Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultLookup_41; public: inline static int32_t get_offset_of_C_2() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___C_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C_2() const { return ___C_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C_2() { return &___C_2; } inline void set_C_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_2), (void*)value); } inline static int32_t get_offset_of_O_3() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___O_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_O_3() const { return ___O_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_O_3() { return &___O_3; } inline void set_O_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___O_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___O_3), (void*)value); } inline static int32_t get_offset_of_OU_4() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OU_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OU_4() const { return ___OU_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OU_4() { return &___OU_4; } inline void set_OU_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OU_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OU_4), (void*)value); } inline static int32_t get_offset_of_T_5() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___T_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_T_5() const { return ___T_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_T_5() { return &___T_5; } inline void set_T_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___T_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___T_5), (void*)value); } inline static int32_t get_offset_of_CN_6() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CN_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CN_6() const { return ___CN_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CN_6() { return &___CN_6; } inline void set_CN_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CN_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___CN_6), (void*)value); } inline static int32_t get_offset_of_Street_7() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Street_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Street_7() const { return ___Street_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Street_7() { return &___Street_7; } inline void set_Street_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Street_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Street_7), (void*)value); } inline static int32_t get_offset_of_SerialNumber_8() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___SerialNumber_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SerialNumber_8() const { return ___SerialNumber_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SerialNumber_8() { return &___SerialNumber_8; } inline void set_SerialNumber_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SerialNumber_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SerialNumber_8), (void*)value); } inline static int32_t get_offset_of_L_9() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___L_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_L_9() const { return ___L_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_L_9() { return &___L_9; } inline void set_L_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___L_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_9), (void*)value); } inline static int32_t get_offset_of_ST_10() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___ST_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ST_10() const { return ___ST_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ST_10() { return &___ST_10; } inline void set_ST_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ST_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ST_10), (void*)value); } inline static int32_t get_offset_of_Surname_11() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Surname_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Surname_11() const { return ___Surname_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Surname_11() { return &___Surname_11; } inline void set_Surname_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Surname_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Surname_11), (void*)value); } inline static int32_t get_offset_of_GivenName_12() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___GivenName_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GivenName_12() const { return ___GivenName_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GivenName_12() { return &___GivenName_12; } inline void set_GivenName_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GivenName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GivenName_12), (void*)value); } inline static int32_t get_offset_of_Initials_13() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Initials_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Initials_13() const { return ___Initials_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Initials_13() { return &___Initials_13; } inline void set_Initials_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Initials_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Initials_13), (void*)value); } inline static int32_t get_offset_of_Generation_14() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Generation_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Generation_14() const { return ___Generation_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Generation_14() { return &___Generation_14; } inline void set_Generation_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Generation_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Generation_14), (void*)value); } inline static int32_t get_offset_of_UniqueIdentifier_15() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UniqueIdentifier_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UniqueIdentifier_15() const { return ___UniqueIdentifier_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UniqueIdentifier_15() { return &___UniqueIdentifier_15; } inline void set_UniqueIdentifier_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UniqueIdentifier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdentifier_15), (void*)value); } inline static int32_t get_offset_of_BusinessCategory_16() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___BusinessCategory_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BusinessCategory_16() const { return ___BusinessCategory_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BusinessCategory_16() { return &___BusinessCategory_16; } inline void set_BusinessCategory_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BusinessCategory_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___BusinessCategory_16), (void*)value); } inline static int32_t get_offset_of_PostalCode_17() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalCode_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalCode_17() const { return ___PostalCode_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalCode_17() { return &___PostalCode_17; } inline void set_PostalCode_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalCode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalCode_17), (void*)value); } inline static int32_t get_offset_of_DnQualifier_18() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DnQualifier_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DnQualifier_18() const { return ___DnQualifier_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DnQualifier_18() { return &___DnQualifier_18; } inline void set_DnQualifier_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DnQualifier_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___DnQualifier_18), (void*)value); } inline static int32_t get_offset_of_Pseudonym_19() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Pseudonym_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pseudonym_19() const { return ___Pseudonym_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pseudonym_19() { return &___Pseudonym_19; } inline void set_Pseudonym_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pseudonym_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pseudonym_19), (void*)value); } inline static int32_t get_offset_of_DateOfBirth_20() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DateOfBirth_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DateOfBirth_20() const { return ___DateOfBirth_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DateOfBirth_20() { return &___DateOfBirth_20; } inline void set_DateOfBirth_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DateOfBirth_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateOfBirth_20), (void*)value); } inline static int32_t get_offset_of_PlaceOfBirth_21() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PlaceOfBirth_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PlaceOfBirth_21() const { return ___PlaceOfBirth_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PlaceOfBirth_21() { return &___PlaceOfBirth_21; } inline void set_PlaceOfBirth_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PlaceOfBirth_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PlaceOfBirth_21), (void*)value); } inline static int32_t get_offset_of_Gender_22() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Gender_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Gender_22() const { return ___Gender_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Gender_22() { return &___Gender_22; } inline void set_Gender_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Gender_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___Gender_22), (void*)value); } inline static int32_t get_offset_of_CountryOfCitizenship_23() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfCitizenship_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfCitizenship_23() const { return ___CountryOfCitizenship_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfCitizenship_23() { return &___CountryOfCitizenship_23; } inline void set_CountryOfCitizenship_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfCitizenship_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfCitizenship_23), (void*)value); } inline static int32_t get_offset_of_CountryOfResidence_24() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfResidence_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfResidence_24() const { return ___CountryOfResidence_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfResidence_24() { return &___CountryOfResidence_24; } inline void set_CountryOfResidence_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfResidence_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfResidence_24), (void*)value); } inline static int32_t get_offset_of_NameAtBirth_25() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___NameAtBirth_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameAtBirth_25() const { return ___NameAtBirth_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameAtBirth_25() { return &___NameAtBirth_25; } inline void set_NameAtBirth_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameAtBirth_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameAtBirth_25), (void*)value); } inline static int32_t get_offset_of_PostalAddress_26() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalAddress_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalAddress_26() const { return ___PostalAddress_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalAddress_26() { return &___PostalAddress_26; } inline void set_PostalAddress_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalAddress_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalAddress_26), (void*)value); } inline static int32_t get_offset_of_DmdName_27() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DmdName_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DmdName_27() const { return ___DmdName_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DmdName_27() { return &___DmdName_27; } inline void set_DmdName_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DmdName_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___DmdName_27), (void*)value); } inline static int32_t get_offset_of_TelephoneNumber_28() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___TelephoneNumber_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TelephoneNumber_28() const { return ___TelephoneNumber_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TelephoneNumber_28() { return &___TelephoneNumber_28; } inline void set_TelephoneNumber_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TelephoneNumber_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___TelephoneNumber_28), (void*)value); } inline static int32_t get_offset_of_OrganizationIdentifier_29() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OrganizationIdentifier_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OrganizationIdentifier_29() const { return ___OrganizationIdentifier_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OrganizationIdentifier_29() { return &___OrganizationIdentifier_29; } inline void set_OrganizationIdentifier_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OrganizationIdentifier_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___OrganizationIdentifier_29), (void*)value); } inline static int32_t get_offset_of_Name_30() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Name_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Name_30() const { return ___Name_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Name_30() { return &___Name_30; } inline void set_Name_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Name_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_30), (void*)value); } inline static int32_t get_offset_of_EmailAddress_31() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___EmailAddress_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EmailAddress_31() const { return ___EmailAddress_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EmailAddress_31() { return &___EmailAddress_31; } inline void set_EmailAddress_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EmailAddress_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmailAddress_31), (void*)value); } inline static int32_t get_offset_of_UnstructuredName_32() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredName_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredName_32() const { return ___UnstructuredName_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredName_32() { return &___UnstructuredName_32; } inline void set_UnstructuredName_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredName_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredName_32), (void*)value); } inline static int32_t get_offset_of_UnstructuredAddress_33() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredAddress_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredAddress_33() const { return ___UnstructuredAddress_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredAddress_33() { return &___UnstructuredAddress_33; } inline void set_UnstructuredAddress_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredAddress_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredAddress_33), (void*)value); } inline static int32_t get_offset_of_E_34() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___E_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_E_34() const { return ___E_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_E_34() { return &___E_34; } inline void set_E_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___E_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___E_34), (void*)value); } inline static int32_t get_offset_of_DC_35() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DC_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DC_35() const { return ___DC_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DC_35() { return &___DC_35; } inline void set_DC_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DC_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___DC_35), (void*)value); } inline static int32_t get_offset_of_UID_36() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UID_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UID_36() const { return ___UID_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UID_36() { return &___UID_36; } inline void set_UID_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UID_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___UID_36), (void*)value); } inline static int32_t get_offset_of_defaultReverse_37() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___defaultReverse_37)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_defaultReverse_37() const { return ___defaultReverse_37; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_defaultReverse_37() { return &___defaultReverse_37; } inline void set_defaultReverse_37(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___defaultReverse_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultReverse_37), (void*)value); } inline static int32_t get_offset_of_DefaultSymbols_38() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultSymbols_38)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultSymbols_38() const { return ___DefaultSymbols_38; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultSymbols_38() { return &___DefaultSymbols_38; } inline void set_DefaultSymbols_38(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultSymbols_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultSymbols_38), (void*)value); } inline static int32_t get_offset_of_RFC2253Symbols_39() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC2253Symbols_39)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC2253Symbols_39() const { return ___RFC2253Symbols_39; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC2253Symbols_39() { return &___RFC2253Symbols_39; } inline void set_RFC2253Symbols_39(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC2253Symbols_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC2253Symbols_39), (void*)value); } inline static int32_t get_offset_of_RFC1779Symbols_40() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC1779Symbols_40)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC1779Symbols_40() const { return ___RFC1779Symbols_40; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC1779Symbols_40() { return &___RFC1779Symbols_40; } inline void set_RFC1779Symbols_40(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC1779Symbols_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC1779Symbols_40), (void*)value); } inline static int32_t get_offset_of_DefaultLookup_41() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultLookup_41)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultLookup_41() const { return ___DefaultLookup_41; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultLookup_41() { return &___DefaultLookup_41; } inline void set_DefaultLookup_41(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultLookup_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultLookup_41), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962Parameters struct X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962Parameters::_params Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ____params_2; public: inline static int32_t get_offset_of__params_2() { return static_cast(offsetof(X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4, ____params_2)); } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * get__params_2() const { return ____params_2; } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC ** get_address_of__params_2() { return &____params_2; } inline void set__params_2(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * value) { ____params_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____params_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters struct X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9FieldID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::fieldID X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * ___fieldID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::g X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * ___g_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::n BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::h BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_7; public: inline static int32_t get_offset_of_fieldID_2() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___fieldID_2)); } inline X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * get_fieldID_2() const { return ___fieldID_2; } inline X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 ** get_address_of_fieldID_2() { return &___fieldID_2; } inline void set_fieldID_2(X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * value) { ___fieldID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___fieldID_2), (void*)value); } inline static int32_t get_offset_of_curve_3() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___curve_3)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_curve_3() const { return ___curve_3; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_curve_3() { return &___curve_3; } inline void set_curve_3(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___curve_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___curve_3), (void*)value); } inline static int32_t get_offset_of_g_4() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___g_4)); } inline X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * get_g_4() const { return ___g_4; } inline X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 ** get_address_of_g_4() { return &___g_4; } inline void set_g_4(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * value) { ___g_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_4), (void*)value); } inline static int32_t get_offset_of_n_5() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___n_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_n_5() const { return ___n_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_n_5() { return &___n_5; } inline void set_n_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___n_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_5), (void*)value); } inline static int32_t get_offset_of_h_6() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___h_6)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_h_6() const { return ___h_6; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_h_6() { return &___h_6; } inline void set_h_6(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___h_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___h_6), (void*)value); } inline static int32_t get_offset_of_seed_7() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___seed_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_7() const { return ___seed_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_7() { return &___seed_7; } inline void set_seed_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint struct X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::encoding Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encoding_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::c ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::p ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p_4; public: inline static int32_t get_offset_of_encoding_2() { return static_cast(offsetof(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71, ___encoding_2)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_encoding_2() const { return ___encoding_2; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_encoding_2() { return &___encoding_2; } inline void set_encoding_2(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___encoding_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_2), (void*)value); } inline static int32_t get_offset_of_c_3() { return static_cast(offsetof(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71, ___c_3)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_c_3() const { return ___c_3; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_c_3() { return &___c_3; } inline void set_c_3(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___c_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_3), (void*)value); } inline static int32_t get_offset_of_p_4() { return static_cast(offsetof(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71, ___p_4)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_p_4() const { return ___p_4; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_p_4() { return &___p_4; } inline void set_p_4(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___p_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_4), (void*)value); } }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::str ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8, ___str_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_str_2() const { return ___str_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_str_2() { return &___str_2; } inline void set_str_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::seq RuntimeObject* ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8, ___seq_2)); } inline RuntimeObject* get_seq_2() const { return ___seq_2; } inline RuntimeObject** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(RuntimeObject* value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::tagNo int32_t ___tagNo_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::explicitly bool ___explicitly_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_4; public: inline static int32_t get_offset_of_tagNo_2() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___tagNo_2)); } inline int32_t get_tagNo_2() const { return ___tagNo_2; } inline int32_t* get_address_of_tagNo_2() { return &___tagNo_2; } inline void set_tagNo_2(int32_t value) { ___tagNo_2 = value; } inline static int32_t get_offset_of_explicitly_3() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___explicitly_3)); } inline bool get_explicitly_3() const { return ___explicitly_3; } inline bool* get_address_of_explicitly_3() { return &___explicitly_3; } inline void set_explicitly_3(bool value) { ___explicitly_3 = value; } inline static int32_t get_offset_of_obj_4() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___obj_4)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_4() const { return ___obj_4; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_4() { return &___obj_4; } inline void set_obj_4(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_4), (void*)value); } }; // BestHTTP.Authentication.AuthenticationTypes struct AuthenticationTypes_tAAB7516439D698C29CCBC6978D6FCE9724585534 { public: // System.Int32 BestHTTP.Authentication.AuthenticationTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AuthenticationTypes_tAAB7516439D698C29CCBC6978D6FCE9724585534, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::closed bool ___closed_5; public: inline static int32_t get_offset_of_closed_5() { return static_cast(offsetof(BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D, ___closed_5)); } inline bool get_closed_5() const { return ___closed_5; } inline bool* get_address_of_closed_5() { return &___closed_5; } inline void set_closed_5(bool value) { ___closed_5 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.ColorBlock struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectedColor_3; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_DisabledColor_4; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_5; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_6; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_NormalColor_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_HighlightedColor_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_PressedColor_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_SelectedColor_3() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_SelectedColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectedColor_3() const { return ___m_SelectedColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectedColor_3() { return &___m_SelectedColor_3; } inline void set_m_SelectedColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectedColor_3 = value; } inline static int32_t get_offset_of_m_DisabledColor_4() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_DisabledColor_4)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_DisabledColor_4() const { return ___m_DisabledColor_4; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_DisabledColor_4() { return &___m_DisabledColor_4; } inline void set_m_DisabledColor_4(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_DisabledColor_4 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_5() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_ColorMultiplier_5)); } inline float get_m_ColorMultiplier_5() const { return ___m_ColorMultiplier_5; } inline float* get_address_of_m_ColorMultiplier_5() { return &___m_ColorMultiplier_5; } inline void set_m_ColorMultiplier_5(float value) { ___m_ColorMultiplier_5 = value; } inline static int32_t get_offset_of_m_FadeDuration_6() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_FadeDuration_6)); } inline float get_m_FadeDuration_6() const { return ___m_FadeDuration_6; } inline float* get_address_of_m_FadeDuration_6() { return &___m_FadeDuration_6; } inline void set_m_FadeDuration_6(float value) { ___m_FadeDuration_6 = value; } }; struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields { public: // UnityEngine.UI.ColorBlock UnityEngine.UI.ColorBlock::defaultColorBlock ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___defaultColorBlock_7; public: inline static int32_t get_offset_of_defaultColorBlock_7() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields, ___defaultColorBlock_7)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_defaultColorBlock_7() const { return ___defaultColorBlock_7; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_defaultColorBlock_7() { return &___defaultColorBlock_7; } inline void set_defaultColorBlock_7(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___defaultColorBlock_7 = value; } }; // BestHTTP.SignalRCore.ConnectionStates struct ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0 { public: // System.Int32 BestHTTP.SignalRCore.ConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters struct DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 : public DHKeyParameters_t6691EA3D1F8F4AC3FFD335951291147F81281626 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters::y BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y_3; public: inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862, ___y_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_y_3() const { return ___y_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_y_3() { return &___y_3; } inline void set_y_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_3), (void*)value); } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::time String_t* ___time_2; public: inline static int32_t get_offset_of_time_2() { return static_cast(offsetof(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0, ___time_2)); } inline String_t* get_time_2() const { return ___time_2; } inline String_t** get_address_of_time_2() { return &___time_2; } inline void set_time_2(String_t* value) { ___time_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___time_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_3; public: inline static int32_t get_offset_of_bytes_3() { return static_cast(offsetof(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157, ___bytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_3() const { return ___bytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_3() { return &___bytes_3; } inline void set_bytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::identifier String_t* ___identifier_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::body ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body_3; public: inline static int32_t get_offset_of_identifier_2() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___identifier_2)); } inline String_t* get_identifier_2() const { return ___identifier_2; } inline String_t** get_address_of_identifier_2() { return &___identifier_2; } inline void set_identifier_2(String_t* value) { ___identifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_2), (void*)value); } inline static int32_t get_offset_of_body_3() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___body_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_body_3() const { return ___body_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_body_3() { return &___body_3; } inline void set_body_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___body_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_3), (void*)value); } }; struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::cache DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* ___cache_5; public: inline static int32_t get_offset_of_cache_5() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields, ___cache_5)); } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* get_cache_5() const { return ___cache_5; } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F** get_address_of_cache_5() { return &___cache_5; } inline void set_cache_5(DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* value) { ___cache_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters struct DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 : public DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::y BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y_2; public: inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9, ___y_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_y_2() const { return ___y_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_y_2() { return &___y_2; } inline void set_y_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___y_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters struct ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB : public ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::q ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q_5; public: inline static int32_t get_offset_of_q_5() { return static_cast(offsetof(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB, ___q_5)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_q_5() const { return ___q_5; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_q_5() { return &___q_5; } inline void set_q_5(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___q_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters struct ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 : public ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters::y BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y_2; public: inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826, ___y_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_y_2() const { return ___y_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_y_2() { return &___y_2; } inline void set_y_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___y_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_2), (void*)value); } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream struct FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::s Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s_5; public: inline static int32_t get_offset_of_s_5() { return static_cast(offsetof(FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A, ___s_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_s_5() const { return ___s_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_s_5() { return &___s_5; } inline void set_s_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___s_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_5), (void*)value); } }; // BestHTTP.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.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410PublicKeyParameters struct Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0 : public Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410PublicKeyParameters::y BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y_3; public: inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0, ___y_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_y_3() const { return ___y_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_y_3() { return &___y_3; } inline void set_y_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_3), (void*)value); } }; // BestHTTP.Forms.HTTPFormUsage struct HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E { public: // System.Int32 BestHTTP.Forms.HTTPFormUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.HTTPMethods struct HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195 { public: // System.Byte BestHTTP.HTTPMethods::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // BestHTTP.HTTPRequestStates struct HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F { public: // System.Int32 BestHTTP.HTTPRequestStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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); } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // BestHTTP.SignalRCore.Messages.MessageTypes struct MessageTypes_t3FA36B4CAA5AA4624EDB50FA028FBBAED9DB832C { public: // System.Int32 BestHTTP.SignalRCore.Messages.MessageTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageTypes_t3FA36B4CAA5AA4624EDB50FA028FBBAED9DB832C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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; } }; // 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.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient struct PskTlsClient_t975FA164C57A6A46B48810EBC1B3FE283CA44BD1 : public AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsDHVerifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient::mDHVerifier RuntimeObject* ___mDHVerifier_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentity BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient::mPskIdentity RuntimeObject* ___mPskIdentity_10; public: inline static int32_t get_offset_of_mDHVerifier_9() { return static_cast(offsetof(PskTlsClient_t975FA164C57A6A46B48810EBC1B3FE283CA44BD1, ___mDHVerifier_9)); } inline RuntimeObject* get_mDHVerifier_9() const { return ___mDHVerifier_9; } inline RuntimeObject** get_address_of_mDHVerifier_9() { return &___mDHVerifier_9; } inline void set_mDHVerifier_9(RuntimeObject* value) { ___mDHVerifier_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDHVerifier_9), (void*)value); } inline static int32_t get_offset_of_mPskIdentity_10() { return static_cast(offsetof(PskTlsClient_t975FA164C57A6A46B48810EBC1B3FE283CA44BD1, ___mPskIdentity_10)); } inline RuntimeObject* get_mPskIdentity_10() const { return ___mPskIdentity_10; } inline RuntimeObject** get_address_of_mPskIdentity_10() { return &___mPskIdentity_10; } inline void set_mPskIdentity_10(RuntimeObject* value) { ___mPskIdentity_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPskIdentity_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer struct PskTlsServer_tD3D78A5163D94A292D5B4ABA6FBDBF8E86A5BEEE : public AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentityManager BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer::mPskIdentityManager RuntimeObject* ___mPskIdentityManager_18; public: inline static int32_t get_offset_of_mPskIdentityManager_18() { return static_cast(offsetof(PskTlsServer_tD3D78A5163D94A292D5B4ABA6FBDBF8E86A5BEEE, ___mPskIdentityManager_18)); } inline RuntimeObject* get_mPskIdentityManager_18() const { return ___mPskIdentityManager_18; } inline RuntimeObject** get_address_of_mPskIdentityManager_18() { return &___mPskIdentityManager_18; } inline void set_mPskIdentityManager_18(RuntimeObject* value) { ___mPskIdentityManager_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPskIdentityManager_18), (void*)value); } }; // RabbitHuntGameMode struct RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8 : public ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B { public: // System.Int32[] RabbitHuntGameMode::animalCreateList Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___animalCreateList_17; // System.Int32 RabbitHuntGameMode::animalCreateIndex int32_t ___animalCreateIndex_18; // System.Single RabbitHuntGameMode::baseCreateDistance float ___baseCreateDistance_19; // System.Single RabbitHuntGameMode::plusCreateDistance float ___plusCreateDistance_20; // System.Boolean RabbitHuntGameMode::banCreateAnimal bool ___banCreateAnimal_21; public: inline static int32_t get_offset_of_animalCreateList_17() { return static_cast(offsetof(RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8, ___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(RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8, ___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(RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8, ___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(RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8, ___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(RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8, ___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; } }; // UnityEngine.Ray struct Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Origin_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Direction_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Direction_1 = value; } }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // 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; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SupportedProtocols struct SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B { public: // System.Int32 BestHTTP.SupportedProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol struct TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mApplicationDataQueue ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * ___mApplicationDataQueue_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mAlertQueue ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * ___mAlertQueue_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mHandshakeQueue ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * ___mHandshakeQueue_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mRecordStream RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * ___mRecordStream_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mSecureRandom SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___mSecureRandom_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mTlsStream TlsStream_tE67EA4971A8FA0C9BFF2779F6B2DA94770376E5A * ___mTlsStream_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mClosed bool ___mClosed_26; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mFailedWithError bool ___mFailedWithError_27; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mAppDataReady bool ___mAppDataReady_28; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mAppDataSplitEnabled bool ___mAppDataSplitEnabled_29; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mAppDataSplitMode int32_t ___mAppDataSplitMode_30; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mExpectedVerifyData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mExpectedVerifyData_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mTlsSession RuntimeObject* ___mTlsSession_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mSessionParameters SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * ___mSessionParameters_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mSecurityParameters SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * ___mSecurityParameters_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mPeerCertificate Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___mPeerCertificate_35; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mOfferedCipherSuites Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___mOfferedCipherSuites_36; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mOfferedCompressionMethods ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mOfferedCompressionMethods_37; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mClientExtensions RuntimeObject* ___mClientExtensions_38; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mServerExtensions RuntimeObject* ___mServerExtensions_39; // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mConnectionState int16_t ___mConnectionState_40; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mResumedSession bool ___mResumedSession_41; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mReceivedChangeCipherSpec bool ___mReceivedChangeCipherSpec_42; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mSecureRenegotiation bool ___mSecureRenegotiation_43; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mAllowCertificateStatus bool ___mAllowCertificateStatus_44; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mExpectSessionTicket bool ___mExpectSessionTicket_45; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mBlocking bool ___mBlocking_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueueStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mInputBuffers ByteQueueStream_t4D33684562A3B8282ABEF110EF63454A9E2B6CF8 * ___mInputBuffers_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueueStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::mOutputBuffer ByteQueueStream_t4D33684562A3B8282ABEF110EF63454A9E2B6CF8 * ___mOutputBuffer_48; public: inline static int32_t get_offset_of_mApplicationDataQueue_20() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mApplicationDataQueue_20)); } inline ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * get_mApplicationDataQueue_20() const { return ___mApplicationDataQueue_20; } inline ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 ** get_address_of_mApplicationDataQueue_20() { return &___mApplicationDataQueue_20; } inline void set_mApplicationDataQueue_20(ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * value) { ___mApplicationDataQueue_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___mApplicationDataQueue_20), (void*)value); } inline static int32_t get_offset_of_mAlertQueue_21() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mAlertQueue_21)); } inline ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * get_mAlertQueue_21() const { return ___mAlertQueue_21; } inline ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 ** get_address_of_mAlertQueue_21() { return &___mAlertQueue_21; } inline void set_mAlertQueue_21(ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * value) { ___mAlertQueue_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAlertQueue_21), (void*)value); } inline static int32_t get_offset_of_mHandshakeQueue_22() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mHandshakeQueue_22)); } inline ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * get_mHandshakeQueue_22() const { return ___mHandshakeQueue_22; } inline ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 ** get_address_of_mHandshakeQueue_22() { return &___mHandshakeQueue_22; } inline void set_mHandshakeQueue_22(ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * value) { ___mHandshakeQueue_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___mHandshakeQueue_22), (void*)value); } inline static int32_t get_offset_of_mRecordStream_23() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mRecordStream_23)); } inline RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * get_mRecordStream_23() const { return ___mRecordStream_23; } inline RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E ** get_address_of_mRecordStream_23() { return &___mRecordStream_23; } inline void set_mRecordStream_23(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * value) { ___mRecordStream_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRecordStream_23), (void*)value); } inline static int32_t get_offset_of_mSecureRandom_24() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mSecureRandom_24)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_mSecureRandom_24() const { return ___mSecureRandom_24; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_mSecureRandom_24() { return &___mSecureRandom_24; } inline void set_mSecureRandom_24(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___mSecureRandom_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSecureRandom_24), (void*)value); } inline static int32_t get_offset_of_mTlsStream_25() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mTlsStream_25)); } inline TlsStream_tE67EA4971A8FA0C9BFF2779F6B2DA94770376E5A * get_mTlsStream_25() const { return ___mTlsStream_25; } inline TlsStream_tE67EA4971A8FA0C9BFF2779F6B2DA94770376E5A ** get_address_of_mTlsStream_25() { return &___mTlsStream_25; } inline void set_mTlsStream_25(TlsStream_tE67EA4971A8FA0C9BFF2779F6B2DA94770376E5A * value) { ___mTlsStream_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___mTlsStream_25), (void*)value); } inline static int32_t get_offset_of_mClosed_26() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mClosed_26)); } inline bool get_mClosed_26() const { return ___mClosed_26; } inline bool* get_address_of_mClosed_26() { return &___mClosed_26; } inline void set_mClosed_26(bool value) { ___mClosed_26 = value; } inline static int32_t get_offset_of_mFailedWithError_27() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mFailedWithError_27)); } inline bool get_mFailedWithError_27() const { return ___mFailedWithError_27; } inline bool* get_address_of_mFailedWithError_27() { return &___mFailedWithError_27; } inline void set_mFailedWithError_27(bool value) { ___mFailedWithError_27 = value; } inline static int32_t get_offset_of_mAppDataReady_28() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mAppDataReady_28)); } inline bool get_mAppDataReady_28() const { return ___mAppDataReady_28; } inline bool* get_address_of_mAppDataReady_28() { return &___mAppDataReady_28; } inline void set_mAppDataReady_28(bool value) { ___mAppDataReady_28 = value; } inline static int32_t get_offset_of_mAppDataSplitEnabled_29() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mAppDataSplitEnabled_29)); } inline bool get_mAppDataSplitEnabled_29() const { return ___mAppDataSplitEnabled_29; } inline bool* get_address_of_mAppDataSplitEnabled_29() { return &___mAppDataSplitEnabled_29; } inline void set_mAppDataSplitEnabled_29(bool value) { ___mAppDataSplitEnabled_29 = value; } inline static int32_t get_offset_of_mAppDataSplitMode_30() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mAppDataSplitMode_30)); } inline int32_t get_mAppDataSplitMode_30() const { return ___mAppDataSplitMode_30; } inline int32_t* get_address_of_mAppDataSplitMode_30() { return &___mAppDataSplitMode_30; } inline void set_mAppDataSplitMode_30(int32_t value) { ___mAppDataSplitMode_30 = value; } inline static int32_t get_offset_of_mExpectedVerifyData_31() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mExpectedVerifyData_31)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mExpectedVerifyData_31() const { return ___mExpectedVerifyData_31; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mExpectedVerifyData_31() { return &___mExpectedVerifyData_31; } inline void set_mExpectedVerifyData_31(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mExpectedVerifyData_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___mExpectedVerifyData_31), (void*)value); } inline static int32_t get_offset_of_mTlsSession_32() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mTlsSession_32)); } inline RuntimeObject* get_mTlsSession_32() const { return ___mTlsSession_32; } inline RuntimeObject** get_address_of_mTlsSession_32() { return &___mTlsSession_32; } inline void set_mTlsSession_32(RuntimeObject* value) { ___mTlsSession_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___mTlsSession_32), (void*)value); } inline static int32_t get_offset_of_mSessionParameters_33() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mSessionParameters_33)); } inline SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * get_mSessionParameters_33() const { return ___mSessionParameters_33; } inline SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D ** get_address_of_mSessionParameters_33() { return &___mSessionParameters_33; } inline void set_mSessionParameters_33(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * value) { ___mSessionParameters_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSessionParameters_33), (void*)value); } inline static int32_t get_offset_of_mSecurityParameters_34() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mSecurityParameters_34)); } inline SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * get_mSecurityParameters_34() const { return ___mSecurityParameters_34; } inline SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 ** get_address_of_mSecurityParameters_34() { return &___mSecurityParameters_34; } inline void set_mSecurityParameters_34(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * value) { ___mSecurityParameters_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSecurityParameters_34), (void*)value); } inline static int32_t get_offset_of_mPeerCertificate_35() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mPeerCertificate_35)); } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * get_mPeerCertificate_35() const { return ___mPeerCertificate_35; } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E ** get_address_of_mPeerCertificate_35() { return &___mPeerCertificate_35; } inline void set_mPeerCertificate_35(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * value) { ___mPeerCertificate_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPeerCertificate_35), (void*)value); } inline static int32_t get_offset_of_mOfferedCipherSuites_36() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mOfferedCipherSuites_36)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_mOfferedCipherSuites_36() const { return ___mOfferedCipherSuites_36; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_mOfferedCipherSuites_36() { return &___mOfferedCipherSuites_36; } inline void set_mOfferedCipherSuites_36(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___mOfferedCipherSuites_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOfferedCipherSuites_36), (void*)value); } inline static int32_t get_offset_of_mOfferedCompressionMethods_37() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mOfferedCompressionMethods_37)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mOfferedCompressionMethods_37() const { return ___mOfferedCompressionMethods_37; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mOfferedCompressionMethods_37() { return &___mOfferedCompressionMethods_37; } inline void set_mOfferedCompressionMethods_37(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mOfferedCompressionMethods_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOfferedCompressionMethods_37), (void*)value); } inline static int32_t get_offset_of_mClientExtensions_38() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mClientExtensions_38)); } inline RuntimeObject* get_mClientExtensions_38() const { return ___mClientExtensions_38; } inline RuntimeObject** get_address_of_mClientExtensions_38() { return &___mClientExtensions_38; } inline void set_mClientExtensions_38(RuntimeObject* value) { ___mClientExtensions_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientExtensions_38), (void*)value); } inline static int32_t get_offset_of_mServerExtensions_39() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mServerExtensions_39)); } inline RuntimeObject* get_mServerExtensions_39() const { return ___mServerExtensions_39; } inline RuntimeObject** get_address_of_mServerExtensions_39() { return &___mServerExtensions_39; } inline void set_mServerExtensions_39(RuntimeObject* value) { ___mServerExtensions_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerExtensions_39), (void*)value); } inline static int32_t get_offset_of_mConnectionState_40() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mConnectionState_40)); } inline int16_t get_mConnectionState_40() const { return ___mConnectionState_40; } inline int16_t* get_address_of_mConnectionState_40() { return &___mConnectionState_40; } inline void set_mConnectionState_40(int16_t value) { ___mConnectionState_40 = value; } inline static int32_t get_offset_of_mResumedSession_41() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mResumedSession_41)); } inline bool get_mResumedSession_41() const { return ___mResumedSession_41; } inline bool* get_address_of_mResumedSession_41() { return &___mResumedSession_41; } inline void set_mResumedSession_41(bool value) { ___mResumedSession_41 = value; } inline static int32_t get_offset_of_mReceivedChangeCipherSpec_42() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mReceivedChangeCipherSpec_42)); } inline bool get_mReceivedChangeCipherSpec_42() const { return ___mReceivedChangeCipherSpec_42; } inline bool* get_address_of_mReceivedChangeCipherSpec_42() { return &___mReceivedChangeCipherSpec_42; } inline void set_mReceivedChangeCipherSpec_42(bool value) { ___mReceivedChangeCipherSpec_42 = value; } inline static int32_t get_offset_of_mSecureRenegotiation_43() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mSecureRenegotiation_43)); } inline bool get_mSecureRenegotiation_43() const { return ___mSecureRenegotiation_43; } inline bool* get_address_of_mSecureRenegotiation_43() { return &___mSecureRenegotiation_43; } inline void set_mSecureRenegotiation_43(bool value) { ___mSecureRenegotiation_43 = value; } inline static int32_t get_offset_of_mAllowCertificateStatus_44() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mAllowCertificateStatus_44)); } inline bool get_mAllowCertificateStatus_44() const { return ___mAllowCertificateStatus_44; } inline bool* get_address_of_mAllowCertificateStatus_44() { return &___mAllowCertificateStatus_44; } inline void set_mAllowCertificateStatus_44(bool value) { ___mAllowCertificateStatus_44 = value; } inline static int32_t get_offset_of_mExpectSessionTicket_45() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mExpectSessionTicket_45)); } inline bool get_mExpectSessionTicket_45() const { return ___mExpectSessionTicket_45; } inline bool* get_address_of_mExpectSessionTicket_45() { return &___mExpectSessionTicket_45; } inline void set_mExpectSessionTicket_45(bool value) { ___mExpectSessionTicket_45 = value; } inline static int32_t get_offset_of_mBlocking_46() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mBlocking_46)); } inline bool get_mBlocking_46() const { return ___mBlocking_46; } inline bool* get_address_of_mBlocking_46() { return &___mBlocking_46; } inline void set_mBlocking_46(bool value) { ___mBlocking_46 = value; } inline static int32_t get_offset_of_mInputBuffers_47() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mInputBuffers_47)); } inline ByteQueueStream_t4D33684562A3B8282ABEF110EF63454A9E2B6CF8 * get_mInputBuffers_47() const { return ___mInputBuffers_47; } inline ByteQueueStream_t4D33684562A3B8282ABEF110EF63454A9E2B6CF8 ** get_address_of_mInputBuffers_47() { return &___mInputBuffers_47; } inline void set_mInputBuffers_47(ByteQueueStream_t4D33684562A3B8282ABEF110EF63454A9E2B6CF8 * value) { ___mInputBuffers_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___mInputBuffers_47), (void*)value); } inline static int32_t get_offset_of_mOutputBuffer_48() { return static_cast(offsetof(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69, ___mOutputBuffer_48)); } inline ByteQueueStream_t4D33684562A3B8282ABEF110EF63454A9E2B6CF8 * get_mOutputBuffer_48() const { return ___mOutputBuffer_48; } inline ByteQueueStream_t4D33684562A3B8282ABEF110EF63454A9E2B6CF8 ** get_address_of_mOutputBuffer_48() { return &___mOutputBuffer_48; } inline void set_mOutputBuffer_48(ByteQueueStream_t4D33684562A3B8282ABEF110EF63454A9E2B6CF8 * value) { ___mOutputBuffer_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOutputBuffer_48), (void*)value); } }; // UnityEngine.TouchScreenKeyboardType struct TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932 { public: // System.Int32 UnityEngine.TouchScreenKeyboardType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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.WrapMode struct WrapMode_t0DF566E32B136795606714DB9A11A3DC170F5468 { public: // System.Int32 UnityEngine.WrapMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WrapMode_t0DF566E32B136795606714DB9A11A3DC170F5468, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F : public UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 { public: public: }; // 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.InputField/CharacterValidation struct CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41 { public: // System.Int32 UnityEngine.UI.InputField/CharacterValidation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/ContentType struct ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1 { public: // System.Int32 UnityEngine.UI.InputField/ContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/InputType struct InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2 { public: // System.Int32 UnityEngine.UI.InputField/InputType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/LineType struct LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE { public: // System.Int32 UnityEngine.UI.InputField/LineType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 : public UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0 { public: public: }; // 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; } }; // RabbitHuntGameMode_OnlinePK/OnlineHelper struct OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 : public RuntimeObject { public: // RabbitHuntGameMode_OnlinePK RabbitHuntGameMode_OnlinePK/OnlineHelper::gameMode RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * ___gameMode_0; // SocketPlayer RabbitHuntGameMode_OnlinePK/OnlineHelper::socketPlayer SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * ___socketPlayer_1; // System.Int32 RabbitHuntGameMode_OnlinePK/OnlineHelper::myPlayerIndex int32_t ___myPlayerIndex_2; // System.Int32 RabbitHuntGameMode_OnlinePK/OnlineHelper::roundID int32_t ___roundID_3; // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::gameEnd bool ___gameEnd_4; // UnityEngine.WaitForSecondsRealtime RabbitHuntGameMode_OnlinePK/OnlineHelper::uploadOnceTime WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * ___uploadOnceTime_5; // UnityEngine.Quaternion RabbitHuntGameMode_OnlinePK/OnlineHelper::bowTargetQua Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___bowTargetQua_6; // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::hasBowTargBtQua bool ___hasBowTargBtQua_7; // System.Int32 RabbitHuntGameMode_OnlinePK/OnlineHelper::lastRoundID int32_t ___lastRoundID_8; // System.Collections.Generic.Dictionary`2 RabbitHuntGameMode_OnlinePK/OnlineHelper::arrowSyncMap Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * ___arrowSyncMap_9; // System.Collections.Generic.Dictionary`2 RabbitHuntGameMode_OnlinePK/OnlineHelper::animalSyncMap Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * ___animalSyncMap_10; public: inline static int32_t get_offset_of_gameMode_0() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___gameMode_0)); } inline RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * get_gameMode_0() const { return ___gameMode_0; } inline RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B ** get_address_of_gameMode_0() { return &___gameMode_0; } inline void set_gameMode_0(RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * value) { ___gameMode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_0), (void*)value); } inline static int32_t get_offset_of_socketPlayer_1() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___socketPlayer_1)); } inline SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * get_socketPlayer_1() const { return ___socketPlayer_1; } inline SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 ** get_address_of_socketPlayer_1() { return &___socketPlayer_1; } inline void set_socketPlayer_1(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * value) { ___socketPlayer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___socketPlayer_1), (void*)value); } inline static int32_t get_offset_of_myPlayerIndex_2() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___myPlayerIndex_2)); } inline int32_t get_myPlayerIndex_2() const { return ___myPlayerIndex_2; } inline int32_t* get_address_of_myPlayerIndex_2() { return &___myPlayerIndex_2; } inline void set_myPlayerIndex_2(int32_t value) { ___myPlayerIndex_2 = value; } inline static int32_t get_offset_of_roundID_3() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___roundID_3)); } inline int32_t get_roundID_3() const { return ___roundID_3; } inline int32_t* get_address_of_roundID_3() { return &___roundID_3; } inline void set_roundID_3(int32_t value) { ___roundID_3 = value; } inline static int32_t get_offset_of_gameEnd_4() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___gameEnd_4)); } inline bool get_gameEnd_4() const { return ___gameEnd_4; } inline bool* get_address_of_gameEnd_4() { return &___gameEnd_4; } inline void set_gameEnd_4(bool value) { ___gameEnd_4 = value; } inline static int32_t get_offset_of_uploadOnceTime_5() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___uploadOnceTime_5)); } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * get_uploadOnceTime_5() const { return ___uploadOnceTime_5; } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 ** get_address_of_uploadOnceTime_5() { return &___uploadOnceTime_5; } inline void set_uploadOnceTime_5(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * value) { ___uploadOnceTime_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___uploadOnceTime_5), (void*)value); } inline static int32_t get_offset_of_bowTargetQua_6() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___bowTargetQua_6)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_bowTargetQua_6() const { return ___bowTargetQua_6; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_bowTargetQua_6() { return &___bowTargetQua_6; } inline void set_bowTargetQua_6(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___bowTargetQua_6 = value; } inline static int32_t get_offset_of_hasBowTargBtQua_7() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___hasBowTargBtQua_7)); } inline bool get_hasBowTargBtQua_7() const { return ___hasBowTargBtQua_7; } inline bool* get_address_of_hasBowTargBtQua_7() { return &___hasBowTargBtQua_7; } inline void set_hasBowTargBtQua_7(bool value) { ___hasBowTargBtQua_7 = value; } inline static int32_t get_offset_of_lastRoundID_8() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___lastRoundID_8)); } inline int32_t get_lastRoundID_8() const { return ___lastRoundID_8; } inline int32_t* get_address_of_lastRoundID_8() { return &___lastRoundID_8; } inline void set_lastRoundID_8(int32_t value) { ___lastRoundID_8 = value; } inline static int32_t get_offset_of_arrowSyncMap_9() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___arrowSyncMap_9)); } inline Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * get_arrowSyncMap_9() const { return ___arrowSyncMap_9; } inline Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA ** get_address_of_arrowSyncMap_9() { return &___arrowSyncMap_9; } inline void set_arrowSyncMap_9(Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * value) { ___arrowSyncMap_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowSyncMap_9), (void*)value); } inline static int32_t get_offset_of_animalSyncMap_10() { return static_cast(offsetof(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6, ___animalSyncMap_10)); } inline Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * get_animalSyncMap_10() const { return ___animalSyncMap_10; } inline Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 ** get_address_of_animalSyncMap_10() { return &___animalSyncMap_10; } inline void set_animalSyncMap_10(Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * value) { ___animalSyncMap_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalSyncMap_10), (void*)value); } }; // RelateValidateView/ValidateType struct ValidateType_tD585CCE28B0A1C5166E8A109FEA72D68F3890D32 { public: // System.Int32 RelateValidateView/ValidateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ValidateType_tD585CCE28B0A1C5166E8A109FEA72D68F3890D32, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Selectable/Transition struct Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Toggle/ToggleTransition struct ToggleTransition_t4D1AA30F2BA24242EB9D1DD2E3DF839F0BAC5167 { public: // System.Int32 UnityEngine.UI.Toggle/ToggleTransition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ToggleTransition_t4D1AA30F2BA24242EB9D1DD2E3DF839F0BAC5167, ___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.SecureProtocol.Org.BouncyCastle.Cms.CmsException struct CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE : public Exception_t { public: public: }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.Authentication.Credentials struct Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 : public RuntimeObject { public: // BestHTTP.Authentication.AuthenticationTypes BestHTTP.Authentication.Credentials::k__BackingField int32_t ___U3CTypeU3Ek__BackingField_0; // System.String BestHTTP.Authentication.Credentials::k__BackingField String_t* ___U3CUserNameU3Ek__BackingField_1; // System.String BestHTTP.Authentication.Credentials::k__BackingField String_t* ___U3CPasswordU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_0() { return static_cast(offsetof(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8, ___U3CTypeU3Ek__BackingField_0)); } inline int32_t get_U3CTypeU3Ek__BackingField_0() const { return ___U3CTypeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CTypeU3Ek__BackingField_0() { return &___U3CTypeU3Ek__BackingField_0; } inline void set_U3CTypeU3Ek__BackingField_0(int32_t value) { ___U3CTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CUserNameU3Ek__BackingField_1() { return static_cast(offsetof(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8, ___U3CUserNameU3Ek__BackingField_1)); } inline String_t* get_U3CUserNameU3Ek__BackingField_1() const { return ___U3CUserNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CUserNameU3Ek__BackingField_1() { return &___U3CUserNameU3Ek__BackingField_1; } inline void set_U3CUserNameU3Ek__BackingField_1(String_t* value) { ___U3CUserNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUserNameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CPasswordU3Ek__BackingField_2() { return static_cast(offsetof(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8, ___U3CPasswordU3Ek__BackingField_2)); } inline String_t* get_U3CPasswordU3Ek__BackingField_2() const { return ___U3CPasswordU3Ek__BackingField_2; } inline String_t** get_address_of_U3CPasswordU3Ek__BackingField_2() { return &___U3CPasswordU3Ek__BackingField_2; } inline void set_U3CPasswordU3Ek__BackingField_2(String_t* value) { ___U3CPasswordU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPasswordU3Ek__BackingField_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mData_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mPadBits int32_t ___mPadBits_4; public: inline static int32_t get_offset_of_mData_3() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mData_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mData_3() const { return ___mData_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mData_3() { return &___mData_3; } inline void set_mData_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mData_3), (void*)value); } inline static int32_t get_offset_of_mPadBits_4() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mPadBits_4)); } inline int32_t get_mPadBits_4() const { return ___mPadBits_4; } inline int32_t* get_address_of_mPadBits_4() { return &___mPadBits_4; } inline void set_mPadBits_4(int32_t value) { ___mPadBits_4 = value; } }; struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields { public: // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::table CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___table_2; public: inline static int32_t get_offset_of_table_2() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields, ___table_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_table_2() const { return ___table_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_table_2() { return &___table_2; } inline void set_table_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___table_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String struct DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::str String_t* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2, ___str_2)); } inline String_t* get_str_2() const { return ___str_2; } inline String_t** get_address_of_str_2() { return &___str_2; } inline void set_str_2(String_t* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 : public Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 : public Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 { public: public: }; struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Empty DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields, ___Empty_3)); } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * get_Empty_3() const { return ___Empty_3; } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB : public RuntimeObject { public: // UnityEngine.GUILayoutOption/Type UnityEngine.GUILayoutOption::type int32_t ___type_0; // System.Object UnityEngine.GUILayoutOption::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // UnityEngine.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); } }; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 : public RuntimeObject { public: // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_3; // BestHTTP.HTTPMethods BestHTTP.HTTPRequest::k__BackingField uint8_t ___U3CMethodTypeU3Ek__BackingField_4; // System.Byte[] BestHTTP.HTTPRequest::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CRawDataU3Ek__BackingField_5; // System.IO.Stream BestHTTP.HTTPRequest::k__BackingField Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___U3CUploadStreamU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisposeUploadStreamU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseUploadStreamLengthU3Ek__BackingField_8; // BestHTTP.OnUploadProgressDelegate BestHTTP.HTTPRequest::OnUploadProgress OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * ___OnUploadProgress_9; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::k__BackingField OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___U3CCallbackU3Ek__BackingField_11; // BestHTTP.OnDownloadProgressDelegate BestHTTP.HTTPRequest::OnProgress OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * ___OnProgress_12; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::OnUpgraded OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___OnUpgraded_13; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisableRetryU3Ek__BackingField_14; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsRedirectedU3Ek__BackingField_15; // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CRedirectUriU3Ek__BackingField_16; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CResponseU3Ek__BackingField_17; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CProxyResponseU3Ek__BackingField_18; // System.Exception BestHTTP.HTTPRequest::k__BackingField Exception_t * ___U3CExceptionU3Ek__BackingField_19; // System.Object BestHTTP.HTTPRequest::k__BackingField RuntimeObject * ___U3CTagU3Ek__BackingField_20; // BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::k__BackingField Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___U3CCredentialsU3Ek__BackingField_21; // BestHTTP.Proxy BestHTTP.HTTPRequest::k__BackingField Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___U3CProxyU3Ek__BackingField_22; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxRedirectsU3Ek__BackingField_23; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseAlternateSSLU3Ek__BackingField_24; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsCookiesEnabledU3Ek__BackingField_25; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::customCookies List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___customCookies_26; // BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CFormUsageU3Ek__BackingField_27; // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CStateU3Ek__BackingField_28; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CRedirectCountU3Ek__BackingField_29; // System.Func`4 BestHTTP.HTTPRequest::CustomCertificationValidator Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * ___CustomCertificationValidator_30; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_31; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CTimeoutU3Ek__BackingField_32; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CPriorityU3Ek__BackingField_35; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CCustomTLSServerNameListU3Ek__BackingField_38; // BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CProtocolHandlerU3Ek__BackingField_39; // BestHTTP.OnBeforeRedirectionDelegate BestHTTP.HTTPRequest::onBeforeRedirection OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * ___onBeforeRedirection_40; // BestHTTP.OnBeforeHeaderSendDelegate BestHTTP.HTTPRequest::_onBeforeHeaderSend OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * ____onBeforeHeaderSend_41; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadedU3Ek__BackingField_43; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadLengthU3Ek__BackingField_44; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDownloadProgressChangedU3Ek__BackingField_45; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadedU3Ek__BackingField_46; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadLengthU3Ek__BackingField_47; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUploadProgressChangedU3Ek__BackingField_48; // System.Boolean BestHTTP.HTTPRequest::isKeepAlive bool ___isKeepAlive_49; // System.Boolean BestHTTP.HTTPRequest::disableCache bool ___disableCache_50; // System.Boolean BestHTTP.HTTPRequest::cacheOnly bool ___cacheOnly_51; // System.Int32 BestHTTP.HTTPRequest::streamFragmentSize int32_t ___streamFragmentSize_52; // System.Boolean BestHTTP.HTTPRequest::useStreaming bool ___useStreaming_53; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPRequest::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_54; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FieldCollector HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FieldCollector_55; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FormImpl HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FormImpl_56; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_3() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUriU3Ek__BackingField_3)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_3() const { return ___U3CUriU3Ek__BackingField_3; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_3() { return &___U3CUriU3Ek__BackingField_3; } inline void set_U3CUriU3Ek__BackingField_3(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMethodTypeU3Ek__BackingField_4() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMethodTypeU3Ek__BackingField_4)); } inline uint8_t get_U3CMethodTypeU3Ek__BackingField_4() const { return ___U3CMethodTypeU3Ek__BackingField_4; } inline uint8_t* get_address_of_U3CMethodTypeU3Ek__BackingField_4() { return &___U3CMethodTypeU3Ek__BackingField_4; } inline void set_U3CMethodTypeU3Ek__BackingField_4(uint8_t value) { ___U3CMethodTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRawDataU3Ek__BackingField_5() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRawDataU3Ek__BackingField_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CRawDataU3Ek__BackingField_5() const { return ___U3CRawDataU3Ek__BackingField_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CRawDataU3Ek__BackingField_5() { return &___U3CRawDataU3Ek__BackingField_5; } inline void set_U3CRawDataU3Ek__BackingField_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CRawDataU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRawDataU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CUploadStreamU3Ek__BackingField_6() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadStreamU3Ek__BackingField_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_U3CUploadStreamU3Ek__BackingField_6() const { return ___U3CUploadStreamU3Ek__BackingField_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_U3CUploadStreamU3Ek__BackingField_6() { return &___U3CUploadStreamU3Ek__BackingField_6; } inline void set_U3CUploadStreamU3Ek__BackingField_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___U3CUploadStreamU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUploadStreamU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisposeUploadStreamU3Ek__BackingField_7)); } inline bool get_U3CDisposeUploadStreamU3Ek__BackingField_7() const { return ___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline bool* get_address_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return &___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline void set_U3CDisposeUploadStreamU3Ek__BackingField_7(bool value) { ___U3CDisposeUploadStreamU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseUploadStreamLengthU3Ek__BackingField_8)); } inline bool get_U3CUseUploadStreamLengthU3Ek__BackingField_8() const { return ___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline bool* get_address_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return &___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline void set_U3CUseUploadStreamLengthU3Ek__BackingField_8(bool value) { ___U3CUseUploadStreamLengthU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_OnUploadProgress_9() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUploadProgress_9)); } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * get_OnUploadProgress_9() const { return ___OnUploadProgress_9; } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D ** get_address_of_OnUploadProgress_9() { return &___OnUploadProgress_9; } inline void set_OnUploadProgress_9(OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * value) { ___OnUploadProgress_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUploadProgress_9), (void*)value); } inline static int32_t get_offset_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10)); } inline int32_t get_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() const { return ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return &___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline void set_U3CMaxFragmentQueueLengthU3Ek__BackingField_10(int32_t value) { ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CCallbackU3Ek__BackingField_11() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCallbackU3Ek__BackingField_11)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_U3CCallbackU3Ek__BackingField_11() const { return ___U3CCallbackU3Ek__BackingField_11; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_U3CCallbackU3Ek__BackingField_11() { return &___U3CCallbackU3Ek__BackingField_11; } inline void set_U3CCallbackU3Ek__BackingField_11(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___U3CCallbackU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbackU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_OnProgress_12() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnProgress_12)); } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * get_OnProgress_12() const { return ___OnProgress_12; } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 ** get_address_of_OnProgress_12() { return &___OnProgress_12; } inline void set_OnProgress_12(OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * value) { ___OnProgress_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnProgress_12), (void*)value); } inline static int32_t get_offset_of_OnUpgraded_13() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUpgraded_13)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_OnUpgraded_13() const { return ___OnUpgraded_13; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_OnUpgraded_13() { return &___OnUpgraded_13; } inline void set_OnUpgraded_13(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___OnUpgraded_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUpgraded_13), (void*)value); } inline static int32_t get_offset_of_U3CDisableRetryU3Ek__BackingField_14() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisableRetryU3Ek__BackingField_14)); } inline bool get_U3CDisableRetryU3Ek__BackingField_14() const { return ___U3CDisableRetryU3Ek__BackingField_14; } inline bool* get_address_of_U3CDisableRetryU3Ek__BackingField_14() { return &___U3CDisableRetryU3Ek__BackingField_14; } inline void set_U3CDisableRetryU3Ek__BackingField_14(bool value) { ___U3CDisableRetryU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CIsRedirectedU3Ek__BackingField_15() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsRedirectedU3Ek__BackingField_15)); } inline bool get_U3CIsRedirectedU3Ek__BackingField_15() const { return ___U3CIsRedirectedU3Ek__BackingField_15; } inline bool* get_address_of_U3CIsRedirectedU3Ek__BackingField_15() { return &___U3CIsRedirectedU3Ek__BackingField_15; } inline void set_U3CIsRedirectedU3Ek__BackingField_15(bool value) { ___U3CIsRedirectedU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CRedirectUriU3Ek__BackingField_16() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectUriU3Ek__BackingField_16)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CRedirectUriU3Ek__BackingField_16() const { return ___U3CRedirectUriU3Ek__BackingField_16; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CRedirectUriU3Ek__BackingField_16() { return &___U3CRedirectUriU3Ek__BackingField_16; } inline void set_U3CRedirectUriU3Ek__BackingField_16(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CRedirectUriU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRedirectUriU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_U3CResponseU3Ek__BackingField_17() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CResponseU3Ek__BackingField_17)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CResponseU3Ek__BackingField_17() const { return ___U3CResponseU3Ek__BackingField_17; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CResponseU3Ek__BackingField_17() { return &___U3CResponseU3Ek__BackingField_17; } inline void set_U3CResponseU3Ek__BackingField_17(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CResponseU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResponseU3Ek__BackingField_17), (void*)value); } inline static int32_t get_offset_of_U3CProxyResponseU3Ek__BackingField_18() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyResponseU3Ek__BackingField_18)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CProxyResponseU3Ek__BackingField_18() const { return ___U3CProxyResponseU3Ek__BackingField_18; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CProxyResponseU3Ek__BackingField_18() { return &___U3CProxyResponseU3Ek__BackingField_18; } inline void set_U3CProxyResponseU3Ek__BackingField_18(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CProxyResponseU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyResponseU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CExceptionU3Ek__BackingField_19() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CExceptionU3Ek__BackingField_19)); } inline Exception_t * get_U3CExceptionU3Ek__BackingField_19() const { return ___U3CExceptionU3Ek__BackingField_19; } inline Exception_t ** get_address_of_U3CExceptionU3Ek__BackingField_19() { return &___U3CExceptionU3Ek__BackingField_19; } inline void set_U3CExceptionU3Ek__BackingField_19(Exception_t * value) { ___U3CExceptionU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExceptionU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CTagU3Ek__BackingField_20() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTagU3Ek__BackingField_20)); } inline RuntimeObject * get_U3CTagU3Ek__BackingField_20() const { return ___U3CTagU3Ek__BackingField_20; } inline RuntimeObject ** get_address_of_U3CTagU3Ek__BackingField_20() { return &___U3CTagU3Ek__BackingField_20; } inline void set_U3CTagU3Ek__BackingField_20(RuntimeObject * value) { ___U3CTagU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTagU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_21() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCredentialsU3Ek__BackingField_21)); } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * get_U3CCredentialsU3Ek__BackingField_21() const { return ___U3CCredentialsU3Ek__BackingField_21; } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 ** get_address_of_U3CCredentialsU3Ek__BackingField_21() { return &___U3CCredentialsU3Ek__BackingField_21; } inline void set_U3CCredentialsU3Ek__BackingField_21(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * value) { ___U3CCredentialsU3Ek__BackingField_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_21), (void*)value); } inline static int32_t get_offset_of_U3CProxyU3Ek__BackingField_22() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyU3Ek__BackingField_22)); } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * get_U3CProxyU3Ek__BackingField_22() const { return ___U3CProxyU3Ek__BackingField_22; } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 ** get_address_of_U3CProxyU3Ek__BackingField_22() { return &___U3CProxyU3Ek__BackingField_22; } inline void set_U3CProxyU3Ek__BackingField_22(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * value) { ___U3CProxyU3Ek__BackingField_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyU3Ek__BackingField_22), (void*)value); } inline static int32_t get_offset_of_U3CMaxRedirectsU3Ek__BackingField_23() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxRedirectsU3Ek__BackingField_23)); } inline int32_t get_U3CMaxRedirectsU3Ek__BackingField_23() const { return ___U3CMaxRedirectsU3Ek__BackingField_23; } inline int32_t* get_address_of_U3CMaxRedirectsU3Ek__BackingField_23() { return &___U3CMaxRedirectsU3Ek__BackingField_23; } inline void set_U3CMaxRedirectsU3Ek__BackingField_23(int32_t value) { ___U3CMaxRedirectsU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseAlternateSSLU3Ek__BackingField_24)); } inline bool get_U3CUseAlternateSSLU3Ek__BackingField_24() const { return ___U3CUseAlternateSSLU3Ek__BackingField_24; } inline bool* get_address_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return &___U3CUseAlternateSSLU3Ek__BackingField_24; } inline void set_U3CUseAlternateSSLU3Ek__BackingField_24(bool value) { ___U3CUseAlternateSSLU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsCookiesEnabledU3Ek__BackingField_25)); } inline bool get_U3CIsCookiesEnabledU3Ek__BackingField_25() const { return ___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline bool* get_address_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return &___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline void set_U3CIsCookiesEnabledU3Ek__BackingField_25(bool value) { ___U3CIsCookiesEnabledU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_customCookies_26() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___customCookies_26)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_customCookies_26() const { return ___customCookies_26; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_customCookies_26() { return &___customCookies_26; } inline void set_customCookies_26(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___customCookies_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCookies_26), (void*)value); } inline static int32_t get_offset_of_U3CFormUsageU3Ek__BackingField_27() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CFormUsageU3Ek__BackingField_27)); } inline int32_t get_U3CFormUsageU3Ek__BackingField_27() const { return ___U3CFormUsageU3Ek__BackingField_27; } inline int32_t* get_address_of_U3CFormUsageU3Ek__BackingField_27() { return &___U3CFormUsageU3Ek__BackingField_27; } inline void set_U3CFormUsageU3Ek__BackingField_27(int32_t value) { ___U3CFormUsageU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_28() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CStateU3Ek__BackingField_28)); } inline int32_t get_U3CStateU3Ek__BackingField_28() const { return ___U3CStateU3Ek__BackingField_28; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_28() { return &___U3CStateU3Ek__BackingField_28; } inline void set_U3CStateU3Ek__BackingField_28(int32_t value) { ___U3CStateU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_29() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectCountU3Ek__BackingField_29)); } inline int32_t get_U3CRedirectCountU3Ek__BackingField_29() const { return ___U3CRedirectCountU3Ek__BackingField_29; } inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_29() { return &___U3CRedirectCountU3Ek__BackingField_29; } inline void set_U3CRedirectCountU3Ek__BackingField_29(int32_t value) { ___U3CRedirectCountU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_CustomCertificationValidator_30() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___CustomCertificationValidator_30)); } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * get_CustomCertificationValidator_30() const { return ___CustomCertificationValidator_30; } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 ** get_address_of_CustomCertificationValidator_30() { return &___CustomCertificationValidator_30; } inline void set_CustomCertificationValidator_30(Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * value) { ___CustomCertificationValidator_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___CustomCertificationValidator_30), (void*)value); } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_31() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CConnectTimeoutU3Ek__BackingField_31)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_31() const { return ___U3CConnectTimeoutU3Ek__BackingField_31; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_31() { return &___U3CConnectTimeoutU3Ek__BackingField_31; } inline void set_U3CConnectTimeoutU3Ek__BackingField_31(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_31 = value; } inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_32() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTimeoutU3Ek__BackingField_32)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CTimeoutU3Ek__BackingField_32() const { return ___U3CTimeoutU3Ek__BackingField_32; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CTimeoutU3Ek__BackingField_32() { return &___U3CTimeoutU3Ek__BackingField_32; } inline void set_U3CTimeoutU3Ek__BackingField_32(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CTimeoutU3Ek__BackingField_32 = value; } inline static int32_t get_offset_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableTimoutForStreamingU3Ek__BackingField_33)); } inline bool get_U3CEnableTimoutForStreamingU3Ek__BackingField_33() const { return ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline bool* get_address_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return &___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline void set_U3CEnableTimoutForStreamingU3Ek__BackingField_33(bool value) { ___U3CEnableTimoutForStreamingU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34)); } inline bool get_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() const { return ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline bool* get_address_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return &___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline void set_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34(bool value) { ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CPriorityU3Ek__BackingField_35() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CPriorityU3Ek__BackingField_35)); } inline int32_t get_U3CPriorityU3Ek__BackingField_35() const { return ___U3CPriorityU3Ek__BackingField_35; } inline int32_t* get_address_of_U3CPriorityU3Ek__BackingField_35() { return &___U3CPriorityU3Ek__BackingField_35; } inline void set_U3CPriorityU3Ek__BackingField_35(int32_t value) { ___U3CPriorityU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomCertificateVerifyerU3Ek__BackingField_36)); } inline RuntimeObject* get_U3CCustomCertificateVerifyerU3Ek__BackingField_36() const { return ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline RuntimeObject** get_address_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return &___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline void set_U3CCustomCertificateVerifyerU3Ek__BackingField_36(RuntimeObject* value) { ___U3CCustomCertificateVerifyerU3Ek__BackingField_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomCertificateVerifyerU3Ek__BackingField_36), (void*)value); } inline static int32_t get_offset_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37)); } inline RuntimeObject* get_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() const { return ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline RuntimeObject** get_address_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return &___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline void set_U3CCustomClientCredentialsProviderU3Ek__BackingField_37(RuntimeObject* value) { ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomClientCredentialsProviderU3Ek__BackingField_37), (void*)value); } inline static int32_t get_offset_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomTLSServerNameListU3Ek__BackingField_38)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CCustomTLSServerNameListU3Ek__BackingField_38() const { return ___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return &___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline void set_U3CCustomTLSServerNameListU3Ek__BackingField_38(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CCustomTLSServerNameListU3Ek__BackingField_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomTLSServerNameListU3Ek__BackingField_38), (void*)value); } inline static int32_t get_offset_of_U3CProtocolHandlerU3Ek__BackingField_39() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProtocolHandlerU3Ek__BackingField_39)); } inline int32_t get_U3CProtocolHandlerU3Ek__BackingField_39() const { return ___U3CProtocolHandlerU3Ek__BackingField_39; } inline int32_t* get_address_of_U3CProtocolHandlerU3Ek__BackingField_39() { return &___U3CProtocolHandlerU3Ek__BackingField_39; } inline void set_U3CProtocolHandlerU3Ek__BackingField_39(int32_t value) { ___U3CProtocolHandlerU3Ek__BackingField_39 = value; } inline static int32_t get_offset_of_onBeforeRedirection_40() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___onBeforeRedirection_40)); } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * get_onBeforeRedirection_40() const { return ___onBeforeRedirection_40; } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 ** get_address_of_onBeforeRedirection_40() { return &___onBeforeRedirection_40; } inline void set_onBeforeRedirection_40(OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * value) { ___onBeforeRedirection_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBeforeRedirection_40), (void*)value); } inline static int32_t get_offset_of__onBeforeHeaderSend_41() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ____onBeforeHeaderSend_41)); } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * get__onBeforeHeaderSend_41() const { return ____onBeforeHeaderSend_41; } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F ** get_address_of__onBeforeHeaderSend_41() { return &____onBeforeHeaderSend_41; } inline void set__onBeforeHeaderSend_41(OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * value) { ____onBeforeHeaderSend_41 = value; Il2CppCodeGenWriteBarrier((void**)(&____onBeforeHeaderSend_41), (void*)value); } inline static int32_t get_offset_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42)); } inline bool get_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() const { return ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline bool* get_address_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return &___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline void set_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42(bool value) { ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42 = value; } inline static int32_t get_offset_of_U3CDownloadedU3Ek__BackingField_43() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadedU3Ek__BackingField_43)); } inline int64_t get_U3CDownloadedU3Ek__BackingField_43() const { return ___U3CDownloadedU3Ek__BackingField_43; } inline int64_t* get_address_of_U3CDownloadedU3Ek__BackingField_43() { return &___U3CDownloadedU3Ek__BackingField_43; } inline void set_U3CDownloadedU3Ek__BackingField_43(int64_t value) { ___U3CDownloadedU3Ek__BackingField_43 = value; } inline static int32_t get_offset_of_U3CDownloadLengthU3Ek__BackingField_44() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadLengthU3Ek__BackingField_44)); } inline int64_t get_U3CDownloadLengthU3Ek__BackingField_44() const { return ___U3CDownloadLengthU3Ek__BackingField_44; } inline int64_t* get_address_of_U3CDownloadLengthU3Ek__BackingField_44() { return &___U3CDownloadLengthU3Ek__BackingField_44; } inline void set_U3CDownloadLengthU3Ek__BackingField_44(int64_t value) { ___U3CDownloadLengthU3Ek__BackingField_44 = value; } inline static int32_t get_offset_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadProgressChangedU3Ek__BackingField_45)); } inline bool get_U3CDownloadProgressChangedU3Ek__BackingField_45() const { return ___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline bool* get_address_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return &___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline void set_U3CDownloadProgressChangedU3Ek__BackingField_45(bool value) { ___U3CDownloadProgressChangedU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CUploadedU3Ek__BackingField_46() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadedU3Ek__BackingField_46)); } inline int64_t get_U3CUploadedU3Ek__BackingField_46() const { return ___U3CUploadedU3Ek__BackingField_46; } inline int64_t* get_address_of_U3CUploadedU3Ek__BackingField_46() { return &___U3CUploadedU3Ek__BackingField_46; } inline void set_U3CUploadedU3Ek__BackingField_46(int64_t value) { ___U3CUploadedU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_U3CUploadLengthU3Ek__BackingField_47() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadLengthU3Ek__BackingField_47)); } inline int64_t get_U3CUploadLengthU3Ek__BackingField_47() const { return ___U3CUploadLengthU3Ek__BackingField_47; } inline int64_t* get_address_of_U3CUploadLengthU3Ek__BackingField_47() { return &___U3CUploadLengthU3Ek__BackingField_47; } inline void set_U3CUploadLengthU3Ek__BackingField_47(int64_t value) { ___U3CUploadLengthU3Ek__BackingField_47 = value; } inline static int32_t get_offset_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadProgressChangedU3Ek__BackingField_48)); } inline bool get_U3CUploadProgressChangedU3Ek__BackingField_48() const { return ___U3CUploadProgressChangedU3Ek__BackingField_48; } inline bool* get_address_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return &___U3CUploadProgressChangedU3Ek__BackingField_48; } inline void set_U3CUploadProgressChangedU3Ek__BackingField_48(bool value) { ___U3CUploadProgressChangedU3Ek__BackingField_48 = value; } inline static int32_t get_offset_of_isKeepAlive_49() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___isKeepAlive_49)); } inline bool get_isKeepAlive_49() const { return ___isKeepAlive_49; } inline bool* get_address_of_isKeepAlive_49() { return &___isKeepAlive_49; } inline void set_isKeepAlive_49(bool value) { ___isKeepAlive_49 = value; } inline static int32_t get_offset_of_disableCache_50() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___disableCache_50)); } inline bool get_disableCache_50() const { return ___disableCache_50; } inline bool* get_address_of_disableCache_50() { return &___disableCache_50; } inline void set_disableCache_50(bool value) { ___disableCache_50 = value; } inline static int32_t get_offset_of_cacheOnly_51() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___cacheOnly_51)); } inline bool get_cacheOnly_51() const { return ___cacheOnly_51; } inline bool* get_address_of_cacheOnly_51() { return &___cacheOnly_51; } inline void set_cacheOnly_51(bool value) { ___cacheOnly_51 = value; } inline static int32_t get_offset_of_streamFragmentSize_52() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___streamFragmentSize_52)); } inline int32_t get_streamFragmentSize_52() const { return ___streamFragmentSize_52; } inline int32_t* get_address_of_streamFragmentSize_52() { return &___streamFragmentSize_52; } inline void set_streamFragmentSize_52(int32_t value) { ___streamFragmentSize_52 = value; } inline static int32_t get_offset_of_useStreaming_53() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___useStreaming_53)); } inline bool get_useStreaming_53() const { return ___useStreaming_53; } inline bool* get_address_of_useStreaming_53() { return &___useStreaming_53; } inline void set_useStreaming_53(bool value) { ___useStreaming_53 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_54() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CHeadersU3Ek__BackingField_54)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_54() const { return ___U3CHeadersU3Ek__BackingField_54; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_54() { return &___U3CHeadersU3Ek__BackingField_54; } inline void set_U3CHeadersU3Ek__BackingField_54(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_54), (void*)value); } inline static int32_t get_offset_of_FieldCollector_55() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FieldCollector_55)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FieldCollector_55() const { return ___FieldCollector_55; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FieldCollector_55() { return &___FieldCollector_55; } inline void set_FieldCollector_55(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FieldCollector_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___FieldCollector_55), (void*)value); } inline static int32_t get_offset_of_FormImpl_56() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FormImpl_56)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FormImpl_56() const { return ___FormImpl_56; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FormImpl_56() { return &___FormImpl_56; } inline void set_FormImpl_56(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FormImpl_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___FormImpl_56), (void*)value); } }; struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields { public: // System.Byte[] BestHTTP.HTTPRequest::EOL ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EOL_0; // System.String[] BestHTTP.HTTPRequest::MethodNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___MethodNames_1; // System.Int32 BestHTTP.HTTPRequest::UploadChunkSize int32_t ___UploadChunkSize_2; public: inline static int32_t get_offset_of_EOL_0() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___EOL_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EOL_0() const { return ___EOL_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EOL_0() { return &___EOL_0; } inline void set_EOL_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EOL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EOL_0), (void*)value); } inline static int32_t get_offset_of_MethodNames_1() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___MethodNames_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_MethodNames_1() const { return ___MethodNames_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_MethodNames_1() { return &___MethodNames_1; } inline void set_MethodNames_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___MethodNames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodNames_1), (void*)value); } inline static int32_t get_offset_of_UploadChunkSize_2() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___UploadChunkSize_2)); } inline int32_t get_UploadChunkSize_2() const { return ___UploadChunkSize_2; } inline int32_t* get_address_of_UploadChunkSize_2() { return &___UploadChunkSize_2; } inline void set_UploadChunkSize_2(int32_t value) { ___UploadChunkSize_2 = value; } }; // BestHTTP.SignalRCore.HubConnection struct HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 : public RuntimeObject { public: // System.Uri BestHTTP.SignalRCore.HubConnection::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_1; // BestHTTP.SignalRCore.ConnectionStates BestHTTP.SignalRCore.HubConnection::k__BackingField int32_t ___U3CStateU3Ek__BackingField_2; // BestHTTP.SignalRCore.ITransport BestHTTP.SignalRCore.HubConnection::k__BackingField RuntimeObject* ___U3CTransportU3Ek__BackingField_3; // BestHTTP.SignalRCore.IProtocol BestHTTP.SignalRCore.HubConnection::k__BackingField RuntimeObject* ___U3CProtocolU3Ek__BackingField_4; // System.Action`3 BestHTTP.SignalRCore.HubConnection::OnRedirected Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * ___OnRedirected_5; // System.Action`1 BestHTTP.SignalRCore.HubConnection::OnConnected Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___OnConnected_6; // System.Action`2 BestHTTP.SignalRCore.HubConnection::OnError Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * ___OnError_7; // System.Action`1 BestHTTP.SignalRCore.HubConnection::OnClosed Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___OnClosed_8; // System.Func`3 BestHTTP.SignalRCore.HubConnection::OnMessage Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * ___OnMessage_9; // BestHTTP.SignalRCore.IAuthenticationProvider BestHTTP.SignalRCore.HubConnection::k__BackingField RuntimeObject* ___U3CAuthenticationProviderU3Ek__BackingField_10; // BestHTTP.SignalRCore.Messages.NegotiationResult BestHTTP.SignalRCore.HubConnection::k__BackingField NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * ___U3CNegotiationResultU3Ek__BackingField_11; // BestHTTP.SignalRCore.HubOptions BestHTTP.SignalRCore.HubConnection::k__BackingField HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * ___U3COptionsU3Ek__BackingField_12; // System.Int32 BestHTTP.SignalRCore.HubConnection::k__BackingField int32_t ___U3CRedirectCountU3Ek__BackingField_13; // System.Int64 BestHTTP.SignalRCore.HubConnection::lastInvocationId int64_t ___lastInvocationId_14; // System.Collections.Generic.Dictionary`2> BestHTTP.SignalRCore.HubConnection::invocations Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * ___invocations_15; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalRCore.HubConnection::subscriptions Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * ___subscriptions_16; // System.DateTime BestHTTP.SignalRCore.HubConnection::lastMessageSent DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastMessageSent_17; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_1() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_1() const { return ___U3CUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_1() { return &___U3CUriU3Ek__BackingField_1; } inline void set_U3CUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_2() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CStateU3Ek__BackingField_2)); } inline int32_t get_U3CStateU3Ek__BackingField_2() const { return ___U3CStateU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_2() { return &___U3CStateU3Ek__BackingField_2; } inline void set_U3CStateU3Ek__BackingField_2(int32_t value) { ___U3CStateU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CTransportU3Ek__BackingField_3() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CTransportU3Ek__BackingField_3)); } inline RuntimeObject* get_U3CTransportU3Ek__BackingField_3() const { return ___U3CTransportU3Ek__BackingField_3; } inline RuntimeObject** get_address_of_U3CTransportU3Ek__BackingField_3() { return &___U3CTransportU3Ek__BackingField_3; } inline void set_U3CTransportU3Ek__BackingField_3(RuntimeObject* value) { ___U3CTransportU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransportU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CProtocolU3Ek__BackingField_4() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CProtocolU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CProtocolU3Ek__BackingField_4() const { return ___U3CProtocolU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CProtocolU3Ek__BackingField_4() { return &___U3CProtocolU3Ek__BackingField_4; } inline void set_U3CProtocolU3Ek__BackingField_4(RuntimeObject* value) { ___U3CProtocolU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProtocolU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_OnRedirected_5() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnRedirected_5)); } inline Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * get_OnRedirected_5() const { return ___OnRedirected_5; } inline Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB ** get_address_of_OnRedirected_5() { return &___OnRedirected_5; } inline void set_OnRedirected_5(Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * value) { ___OnRedirected_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnRedirected_5), (void*)value); } inline static int32_t get_offset_of_OnConnected_6() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnConnected_6)); } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * get_OnConnected_6() const { return ___OnConnected_6; } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 ** get_address_of_OnConnected_6() { return &___OnConnected_6; } inline void set_OnConnected_6(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * value) { ___OnConnected_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_6), (void*)value); } inline static int32_t get_offset_of_OnError_7() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnError_7)); } inline Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * get_OnError_7() const { return ___OnError_7; } inline Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 ** get_address_of_OnError_7() { return &___OnError_7; } inline void set_OnError_7(Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * value) { ___OnError_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_7), (void*)value); } inline static int32_t get_offset_of_OnClosed_8() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnClosed_8)); } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * get_OnClosed_8() const { return ___OnClosed_8; } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 ** get_address_of_OnClosed_8() { return &___OnClosed_8; } inline void set_OnClosed_8(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * value) { ___OnClosed_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_8), (void*)value); } inline static int32_t get_offset_of_OnMessage_9() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnMessage_9)); } inline Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * get_OnMessage_9() const { return ___OnMessage_9; } inline Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 ** get_address_of_OnMessage_9() { return &___OnMessage_9; } inline void set_OnMessage_9(Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * value) { ___OnMessage_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMessage_9), (void*)value); } inline static int32_t get_offset_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CAuthenticationProviderU3Ek__BackingField_10)); } inline RuntimeObject* get_U3CAuthenticationProviderU3Ek__BackingField_10() const { return ___U3CAuthenticationProviderU3Ek__BackingField_10; } inline RuntimeObject** get_address_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return &___U3CAuthenticationProviderU3Ek__BackingField_10; } inline void set_U3CAuthenticationProviderU3Ek__BackingField_10(RuntimeObject* value) { ___U3CAuthenticationProviderU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAuthenticationProviderU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CNegotiationResultU3Ek__BackingField_11() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CNegotiationResultU3Ek__BackingField_11)); } inline NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * get_U3CNegotiationResultU3Ek__BackingField_11() const { return ___U3CNegotiationResultU3Ek__BackingField_11; } inline NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 ** get_address_of_U3CNegotiationResultU3Ek__BackingField_11() { return &___U3CNegotiationResultU3Ek__BackingField_11; } inline void set_U3CNegotiationResultU3Ek__BackingField_11(NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * value) { ___U3CNegotiationResultU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNegotiationResultU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_U3COptionsU3Ek__BackingField_12() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3COptionsU3Ek__BackingField_12)); } inline HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * get_U3COptionsU3Ek__BackingField_12() const { return ___U3COptionsU3Ek__BackingField_12; } inline HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 ** get_address_of_U3COptionsU3Ek__BackingField_12() { return &___U3COptionsU3Ek__BackingField_12; } inline void set_U3COptionsU3Ek__BackingField_12(HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * value) { ___U3COptionsU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COptionsU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_13() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CRedirectCountU3Ek__BackingField_13)); } inline int32_t get_U3CRedirectCountU3Ek__BackingField_13() const { return ___U3CRedirectCountU3Ek__BackingField_13; } inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_13() { return &___U3CRedirectCountU3Ek__BackingField_13; } inline void set_U3CRedirectCountU3Ek__BackingField_13(int32_t value) { ___U3CRedirectCountU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_lastInvocationId_14() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___lastInvocationId_14)); } inline int64_t get_lastInvocationId_14() const { return ___lastInvocationId_14; } inline int64_t* get_address_of_lastInvocationId_14() { return &___lastInvocationId_14; } inline void set_lastInvocationId_14(int64_t value) { ___lastInvocationId_14 = value; } inline static int32_t get_offset_of_invocations_15() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___invocations_15)); } inline Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * get_invocations_15() const { return ___invocations_15; } inline Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 ** get_address_of_invocations_15() { return &___invocations_15; } inline void set_invocations_15(Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * value) { ___invocations_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___invocations_15), (void*)value); } inline static int32_t get_offset_of_subscriptions_16() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___subscriptions_16)); } inline Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * get_subscriptions_16() const { return ___subscriptions_16; } inline Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B ** get_address_of_subscriptions_16() { return &___subscriptions_16; } inline void set_subscriptions_16(Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * value) { ___subscriptions_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___subscriptions_16), (void*)value); } inline static int32_t get_offset_of_lastMessageSent_17() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___lastMessageSent_17)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastMessageSent_17() const { return ___lastMessageSent_17; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastMessageSent_17() { return &___lastMessageSent_17; } inline void set_lastMessageSent_17(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastMessageSent_17 = value; } }; struct HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_StaticFields { public: // System.Object[] BestHTTP.SignalRCore.HubConnection::EmptyArgs ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___EmptyArgs_0; public: inline static int32_t get_offset_of_EmptyArgs_0() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_StaticFields, ___EmptyArgs_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_EmptyArgs_0() const { return ___EmptyArgs_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_EmptyArgs_0() { return &___EmptyArgs_0; } inline void set_EmptyArgs_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___EmptyArgs_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArgs_0), (void*)value); } }; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 { public: // BestHTTP.SignalRCore.Messages.MessageTypes BestHTTP.SignalRCore.Messages.Message::type int32_t ___type_0; // System.String BestHTTP.SignalRCore.Messages.Message::invocationId String_t* ___invocationId_1; // System.Boolean BestHTTP.SignalRCore.Messages.Message::nonblocking bool ___nonblocking_2; // System.String BestHTTP.SignalRCore.Messages.Message::target String_t* ___target_3; // System.Object[] BestHTTP.SignalRCore.Messages.Message::arguments ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; // System.Object BestHTTP.SignalRCore.Messages.Message::item RuntimeObject * ___item_5; // System.Object BestHTTP.SignalRCore.Messages.Message::result RuntimeObject * ___result_6; // System.String BestHTTP.SignalRCore.Messages.Message::error String_t* ___error_7; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_invocationId_1() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___invocationId_1)); } inline String_t* get_invocationId_1() const { return ___invocationId_1; } inline String_t** get_address_of_invocationId_1() { return &___invocationId_1; } inline void set_invocationId_1(String_t* value) { ___invocationId_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___invocationId_1), (void*)value); } inline static int32_t get_offset_of_nonblocking_2() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___nonblocking_2)); } inline bool get_nonblocking_2() const { return ___nonblocking_2; } inline bool* get_address_of_nonblocking_2() { return &___nonblocking_2; } inline void set_nonblocking_2(bool value) { ___nonblocking_2 = value; } inline static int32_t get_offset_of_target_3() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___target_3)); } inline String_t* get_target_3() const { return ___target_3; } inline String_t** get_address_of_target_3() { return &___target_3; } inline void set_target_3(String_t* value) { ___target_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_3), (void*)value); } inline static int32_t get_offset_of_arguments_4() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___arguments_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_arguments_4() const { return ___arguments_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_arguments_4() { return &___arguments_4; } inline void set_arguments_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___arguments_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___arguments_4), (void*)value); } inline static int32_t get_offset_of_item_5() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___item_5)); } inline RuntimeObject * get_item_5() const { return ___item_5; } inline RuntimeObject ** get_address_of_item_5() { return &___item_5; } inline void set_item_5(RuntimeObject * value) { ___item_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_5), (void*)value); } inline static int32_t get_offset_of_result_6() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___result_6)); } inline RuntimeObject * get_result_6() const { return ___result_6; } inline RuntimeObject ** get_address_of_result_6() { return &___result_6; } inline void set_result_6(RuntimeObject * value) { ___result_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___result_6), (void*)value); } inline static int32_t get_offset_of_error_7() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___error_7)); } inline String_t* get_error_7() const { return ___error_7; } inline String_t** get_address_of_error_7() { return &___error_7; } inline void set_error_7(String_t* value) { ___error_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___error_7), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3_marshaled_pinvoke { int32_t ___type_0; char* ___invocationId_1; int32_t ___nonblocking_2; char* ___target_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; Il2CppIUnknown* ___item_5; Il2CppIUnknown* ___result_6; char* ___error_7; }; // Native definition for COM marshalling of BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3_marshaled_com { int32_t ___type_0; Il2CppChar* ___invocationId_1; int32_t ___nonblocking_2; Il2CppChar* ___target_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; Il2CppIUnknown* ___item_5; Il2CppIUnknown* ___result_6; Il2CppChar* ___error_7; }; // 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; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.PushbackStream struct PushbackStream_t2B71EF4BF1CD52E337B350FC74E73A2A7F563DAE : public FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.PushbackStream::buf int32_t ___buf_6; public: inline static int32_t get_offset_of_buf_6() { return static_cast(offsetof(PushbackStream_t2B71EF4BF1CD52E337B350FC74E73A2A7F563DAE, ___buf_6)); } inline int32_t get_buf_6() const { return ___buf_6; } inline int32_t* get_address_of_buf_6() { return &___buf_6; } inline void set_buf_6(int32_t value) { ___buf_6 = value; } }; // RabbitHuntGameMode_LocalPK struct RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 : public RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8 { public: // System.Int32 RabbitHuntGameMode_LocalPK::currentPlayerIndex int32_t ___currentPlayerIndex_22; // System.Single RabbitHuntGameMode_LocalPK::singleShootReadyTime float ___singleShootReadyTime_23; // System.Single RabbitHuntGameMode_LocalPK::singleShootReadyTimeMax float ___singleShootReadyTimeMax_24; // HunterGamePlayerScoreCounter RabbitHuntGameMode_LocalPK::hunterGamePlayerScoreCounter HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * ___hunterGamePlayerScoreCounter_25; public: inline static int32_t get_offset_of_currentPlayerIndex_22() { return static_cast(offsetof(RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20, ___currentPlayerIndex_22)); } inline int32_t get_currentPlayerIndex_22() const { return ___currentPlayerIndex_22; } inline int32_t* get_address_of_currentPlayerIndex_22() { return &___currentPlayerIndex_22; } inline void set_currentPlayerIndex_22(int32_t value) { ___currentPlayerIndex_22 = value; } inline static int32_t get_offset_of_singleShootReadyTime_23() { return static_cast(offsetof(RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20, ___singleShootReadyTime_23)); } inline float get_singleShootReadyTime_23() const { return ___singleShootReadyTime_23; } inline float* get_address_of_singleShootReadyTime_23() { return &___singleShootReadyTime_23; } inline void set_singleShootReadyTime_23(float value) { ___singleShootReadyTime_23 = value; } inline static int32_t get_offset_of_singleShootReadyTimeMax_24() { return static_cast(offsetof(RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20, ___singleShootReadyTimeMax_24)); } inline float get_singleShootReadyTimeMax_24() const { return ___singleShootReadyTimeMax_24; } inline float* get_address_of_singleShootReadyTimeMax_24() { return &___singleShootReadyTimeMax_24; } inline void set_singleShootReadyTimeMax_24(float value) { ___singleShootReadyTimeMax_24 = value; } inline static int32_t get_offset_of_hunterGamePlayerScoreCounter_25() { return static_cast(offsetof(RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20, ___hunterGamePlayerScoreCounter_25)); } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * get_hunterGamePlayerScoreCounter_25() const { return ___hunterGamePlayerScoreCounter_25; } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 ** get_address_of_hunterGamePlayerScoreCounter_25() { return &___hunterGamePlayerScoreCounter_25; } inline void set_hunterGamePlayerScoreCounter_25(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * value) { ___hunterGamePlayerScoreCounter_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___hunterGamePlayerScoreCounter_25), (void*)value); } }; // RabbitHuntGameMode_OnlinePK struct RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B : public RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8 { public: // System.Int32 RabbitHuntGameMode_OnlinePK::currentPlayerIndex int32_t ___currentPlayerIndex_22; // System.Single RabbitHuntGameMode_OnlinePK::singleShootReadyTime float ___singleShootReadyTime_23; // System.Single RabbitHuntGameMode_OnlinePK::singleShootReadyTimeMax float ___singleShootReadyTimeMax_24; // HunterGamePlayerScoreCounter RabbitHuntGameMode_OnlinePK::hunterGamePlayerScoreCounter HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * ___hunterGamePlayerScoreCounter_25; // RabbitHuntGameMode_OnlinePK/OnlineHelper RabbitHuntGameMode_OnlinePK::onlineHelper OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * ___onlineHelper_26; public: inline static int32_t get_offset_of_currentPlayerIndex_22() { return static_cast(offsetof(RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B, ___currentPlayerIndex_22)); } inline int32_t get_currentPlayerIndex_22() const { return ___currentPlayerIndex_22; } inline int32_t* get_address_of_currentPlayerIndex_22() { return &___currentPlayerIndex_22; } inline void set_currentPlayerIndex_22(int32_t value) { ___currentPlayerIndex_22 = value; } inline static int32_t get_offset_of_singleShootReadyTime_23() { return static_cast(offsetof(RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B, ___singleShootReadyTime_23)); } inline float get_singleShootReadyTime_23() const { return ___singleShootReadyTime_23; } inline float* get_address_of_singleShootReadyTime_23() { return &___singleShootReadyTime_23; } inline void set_singleShootReadyTime_23(float value) { ___singleShootReadyTime_23 = value; } inline static int32_t get_offset_of_singleShootReadyTimeMax_24() { return static_cast(offsetof(RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B, ___singleShootReadyTimeMax_24)); } inline float get_singleShootReadyTimeMax_24() const { return ___singleShootReadyTimeMax_24; } inline float* get_address_of_singleShootReadyTimeMax_24() { return &___singleShootReadyTimeMax_24; } inline void set_singleShootReadyTimeMax_24(float value) { ___singleShootReadyTimeMax_24 = value; } inline static int32_t get_offset_of_hunterGamePlayerScoreCounter_25() { return static_cast(offsetof(RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B, ___hunterGamePlayerScoreCounter_25)); } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * get_hunterGamePlayerScoreCounter_25() const { return ___hunterGamePlayerScoreCounter_25; } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 ** get_address_of_hunterGamePlayerScoreCounter_25() { return &___hunterGamePlayerScoreCounter_25; } inline void set_hunterGamePlayerScoreCounter_25(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * value) { ___hunterGamePlayerScoreCounter_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___hunterGamePlayerScoreCounter_25), (void*)value); } inline static int32_t get_offset_of_onlineHelper_26() { return static_cast(offsetof(RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B, ___onlineHelper_26)); } inline OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * get_onlineHelper_26() const { return ___onlineHelper_26; } inline OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 ** get_address_of_onlineHelper_26() { return &___onlineHelper_26; } inline void set_onlineHelper_26(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * value) { ___onlineHelper_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___onlineHelper_26), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException struct SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA : public Exception_t { public: public: }; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/HandshakeHashUpdateStream struct HandshakeHashUpdateStream_tD3B3B444D044EC45B2EB971473974FDC73989932 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/HandshakeHashUpdateStream::mOuter RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * ___mOuter_6; public: inline static int32_t get_offset_of_mOuter_6() { return static_cast(offsetof(HandshakeHashUpdateStream_tD3B3B444D044EC45B2EB971473974FDC73989932, ___mOuter_6)); } inline RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * get_mOuter_6() const { return ___mOuter_6; } inline RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E ** get_address_of_mOuter_6() { return &___mOuter_6; } inline void set_mOuter_6(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * value) { ___mOuter_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOuter_6), (void*)value); } }; // System.Action`1 struct Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tE8B0757B47E06C0133CDB339B09DF88659DC8B24 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD : public MulticastDelegate_t { public: public: }; // System.Action`3 struct Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 : 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: }; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction`3 struct UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 : 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); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.SignalRCore.OnAuthenticationFailedDelegate struct OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate struct OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 : public MulticastDelegate_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags struct ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF : public DerBitString_t305465793A47445626D3541AB8CEDE347D874524 { public: public: }; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 : public MulticastDelegate_t { public: public: }; // UnityEngine.AudioBehaviour struct AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields { public: // UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::preWillRenderCanvases WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * ___preWillRenderCanvases_4; // UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::willRenderCanvases WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * ___willRenderCanvases_5; // System.Action`1 UnityEngine.Canvas::k__BackingField Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; // System.Action`2 UnityEngine.Canvas::k__BackingField Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; // System.Action`1 UnityEngine.Canvas::k__BackingField Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___U3CexternEndRenderOverlaysU3Ek__BackingField_8; public: inline static int32_t get_offset_of_preWillRenderCanvases_4() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___preWillRenderCanvases_4)); } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * get_preWillRenderCanvases_4() const { return ___preWillRenderCanvases_4; } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 ** get_address_of_preWillRenderCanvases_4() { return &___preWillRenderCanvases_4; } inline void set_preWillRenderCanvases_4(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * value) { ___preWillRenderCanvases_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___preWillRenderCanvases_4), (void*)value); } inline static int32_t get_offset_of_willRenderCanvases_5() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___willRenderCanvases_5)); } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * get_willRenderCanvases_5() const { return ___willRenderCanvases_5; } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 ** get_address_of_willRenderCanvases_5() { return &___willRenderCanvases_5; } inline void set_willRenderCanvases_5(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * value) { ___willRenderCanvases_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___willRenderCanvases_5), (void*)value); } inline static int32_t get_offset_of_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6)); } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * get_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() const { return ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B ** get_address_of_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() { return &___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; } inline void set_U3CexternBeginRenderOverlaysU3Ek__BackingField_6(Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * value) { ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternBeginRenderOverlaysU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7)); } inline Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * get_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() const { return ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; } inline Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 ** get_address_of_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() { return &___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; } inline void set_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7(Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * value) { ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CexternEndRenderOverlaysU3Ek__BackingField_8() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternEndRenderOverlaysU3Ek__BackingField_8)); } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * get_U3CexternEndRenderOverlaysU3Ek__BackingField_8() const { return ___U3CexternEndRenderOverlaysU3Ek__BackingField_8; } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B ** get_address_of_U3CexternEndRenderOverlaysU3Ek__BackingField_8() { return &___U3CexternEndRenderOverlaysU3Ek__BackingField_8; } inline void set_U3CexternEndRenderOverlaysU3Ek__BackingField_8(Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * value) { ___U3CexternEndRenderOverlaysU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternEndRenderOverlaysU3Ek__BackingField_8), (void*)value); } }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.AI.NavMeshAgent struct NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { 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); } }; // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 : public Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsException struct TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // 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); } }; // AgreementPopup struct AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Action AgreementPopup::onDisagree Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onDisagree_4; public: inline static int32_t get_offset_of_onDisagree_4() { return static_cast(offsetof(AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6, ___onDisagree_4)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onDisagree_4() const { return ___onDisagree_4; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onDisagree_4() { return &___onDisagree_4; } inline void set_onDisagree_4(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onDisagree_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDisagree_4), (void*)value); } }; // AgreenmentOption struct AgreenmentOption_t432B742374FB1C0EDA1654B663688306A3D77CDF : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; struct AgreenmentOption_t432B742374FB1C0EDA1654B663688306A3D77CDF_StaticFields { public: // AgreenmentOption AgreenmentOption::ins AgreenmentOption_t432B742374FB1C0EDA1654B663688306A3D77CDF * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(AgreenmentOption_t432B742374FB1C0EDA1654B663688306A3D77CDF_StaticFields, ___ins_4)); } inline AgreenmentOption_t432B742374FB1C0EDA1654B663688306A3D77CDF * get_ins_4() const { return ___ins_4; } inline AgreenmentOption_t432B742374FB1C0EDA1654B663688306A3D77CDF ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(AgreenmentOption_t432B742374FB1C0EDA1654B663688306A3D77CDF * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // AnimationPlayer struct AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single AnimationPlayer::speed float ___speed_4; // UnityEngine.Animation AnimationPlayer::animationMain Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * ___animationMain_5; // UnityEngine.AnimationClip[] AnimationPlayer::_animationClips AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* ____animationClips_6; // UnityEngine.WrapMode AnimationPlayer::_wrapMode int32_t ____wrapMode_7; // System.Int32 AnimationPlayer::_index int32_t ____index_8; // System.Boolean AnimationPlayer::_playing bool ____playing_9; // System.Single AnimationPlayer::_playingTime float ____playingTime_10; // System.Single AnimationPlayer::_animationTime float ____animationTime_11; // System.String AnimationPlayer::_animationName String_t* ____animationName_12; // System.Int32 AnimationPlayer::_completeCount int32_t ____completeCount_13; // System.Action`1 AnimationPlayer::completeCallback Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 * ___completeCallback_14; // System.Single AnimationPlayer::animationPauseTime float ___animationPauseTime_15; // System.Boolean AnimationPlayer::_pausing bool ____pausing_16; public: inline static int32_t get_offset_of_speed_4() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ___speed_4)); } inline float get_speed_4() const { return ___speed_4; } inline float* get_address_of_speed_4() { return &___speed_4; } inline void set_speed_4(float value) { ___speed_4 = value; } inline static int32_t get_offset_of_animationMain_5() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ___animationMain_5)); } inline Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * get_animationMain_5() const { return ___animationMain_5; } inline Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 ** get_address_of_animationMain_5() { return &___animationMain_5; } inline void set_animationMain_5(Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * value) { ___animationMain_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationMain_5), (void*)value); } inline static int32_t get_offset_of__animationClips_6() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____animationClips_6)); } inline AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* get__animationClips_6() const { return ____animationClips_6; } inline AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489** get_address_of__animationClips_6() { return &____animationClips_6; } inline void set__animationClips_6(AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* value) { ____animationClips_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationClips_6), (void*)value); } inline static int32_t get_offset_of__wrapMode_7() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____wrapMode_7)); } inline int32_t get__wrapMode_7() const { return ____wrapMode_7; } inline int32_t* get_address_of__wrapMode_7() { return &____wrapMode_7; } inline void set__wrapMode_7(int32_t value) { ____wrapMode_7 = value; } inline static int32_t get_offset_of__index_8() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____index_8)); } inline int32_t get__index_8() const { return ____index_8; } inline int32_t* get_address_of__index_8() { return &____index_8; } inline void set__index_8(int32_t value) { ____index_8 = value; } inline static int32_t get_offset_of__playing_9() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____playing_9)); } inline bool get__playing_9() const { return ____playing_9; } inline bool* get_address_of__playing_9() { return &____playing_9; } inline void set__playing_9(bool value) { ____playing_9 = value; } inline static int32_t get_offset_of__playingTime_10() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____playingTime_10)); } inline float get__playingTime_10() const { return ____playingTime_10; } inline float* get_address_of__playingTime_10() { return &____playingTime_10; } inline void set__playingTime_10(float value) { ____playingTime_10 = value; } inline static int32_t get_offset_of__animationTime_11() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____animationTime_11)); } inline float get__animationTime_11() const { return ____animationTime_11; } inline float* get_address_of__animationTime_11() { return &____animationTime_11; } inline void set__animationTime_11(float value) { ____animationTime_11 = value; } inline static int32_t get_offset_of__animationName_12() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____animationName_12)); } inline String_t* get__animationName_12() const { return ____animationName_12; } inline String_t** get_address_of__animationName_12() { return &____animationName_12; } inline void set__animationName_12(String_t* value) { ____animationName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationName_12), (void*)value); } inline static int32_t get_offset_of__completeCount_13() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____completeCount_13)); } inline int32_t get__completeCount_13() const { return ____completeCount_13; } inline int32_t* get_address_of__completeCount_13() { return &____completeCount_13; } inline void set__completeCount_13(int32_t value) { ____completeCount_13 = value; } inline static int32_t get_offset_of_completeCallback_14() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ___completeCallback_14)); } inline Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 * get_completeCallback_14() const { return ___completeCallback_14; } inline Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 ** get_address_of_completeCallback_14() { return &___completeCallback_14; } inline void set_completeCallback_14(Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 * value) { ___completeCallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___completeCallback_14), (void*)value); } inline static int32_t get_offset_of_animationPauseTime_15() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ___animationPauseTime_15)); } inline float get_animationPauseTime_15() const { return ___animationPauseTime_15; } inline float* get_address_of_animationPauseTime_15() { return &___animationPauseTime_15; } inline void set_animationPauseTime_15(float value) { ___animationPauseTime_15 = value; } inline static int32_t get_offset_of__pausing_16() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____pausing_16)); } inline bool get__pausing_16() const { return ____pausing_16; } inline bool* get_address_of__pausing_16() { return &____pausing_16; } inline void set__pausing_16(bool value) { ____pausing_16 = value; } }; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // AnimationPlayer ArmBow::AP_arm AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___AP_arm_4; // AnimationPlayer ArmBow::AP_bow AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___AP_bow_5; // UnityEngine.GameObject ArmBow::arrow GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___arrow_6; // BowCamera ArmBow::_bowCamera BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * ____bowCamera_7; // System.Collections.Generic.HashSet`1 ArmBow::validTargets HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * ___validTargets_8; // System.Int32 ArmBow::shootBackTime int32_t ___shootBackTime_10; // System.Single ArmBow::shootOffsetAngleScale float ___shootOffsetAngleScale_11; // System.Boolean ArmBow::banReady bool ___banReady_12; // System.Boolean ArmBow::banShoot bool ___banShoot_13; // System.Boolean ArmBow::banLogic bool ___banLogic_14; // UnityEngine.Quaternion[] ArmBow::cameraRotations QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* ___cameraRotations_15; // System.Int32 ArmBow::cameraRotationHasRecordCount int32_t ___cameraRotationHasRecordCount_16; // System.Int32 ArmBow::phase int32_t ___phase_17; // System.Int32 ArmBow::arm_ani_index_cur int32_t ___arm_ani_index_cur_18; // System.Int32 ArmBow::bow_ani_index_cur int32_t ___bow_ani_index_cur_19; public: inline static int32_t get_offset_of_AP_arm_4() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___AP_arm_4)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_AP_arm_4() const { return ___AP_arm_4; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_AP_arm_4() { return &___AP_arm_4; } inline void set_AP_arm_4(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___AP_arm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___AP_arm_4), (void*)value); } inline static int32_t get_offset_of_AP_bow_5() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___AP_bow_5)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_AP_bow_5() const { return ___AP_bow_5; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_AP_bow_5() { return &___AP_bow_5; } inline void set_AP_bow_5(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___AP_bow_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___AP_bow_5), (void*)value); } inline static int32_t get_offset_of_arrow_6() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___arrow_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_arrow_6() const { return ___arrow_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_arrow_6() { return &___arrow_6; } inline void set_arrow_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___arrow_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrow_6), (void*)value); } inline static int32_t get_offset_of__bowCamera_7() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ____bowCamera_7)); } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * get__bowCamera_7() const { return ____bowCamera_7; } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 ** get_address_of__bowCamera_7() { return &____bowCamera_7; } inline void set__bowCamera_7(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * value) { ____bowCamera_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____bowCamera_7), (void*)value); } inline static int32_t get_offset_of_validTargets_8() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___validTargets_8)); } inline HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * get_validTargets_8() const { return ___validTargets_8; } inline HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 ** get_address_of_validTargets_8() { return &___validTargets_8; } inline void set_validTargets_8(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * value) { ___validTargets_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___validTargets_8), (void*)value); } inline static int32_t get_offset_of_shootBackTime_10() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___shootBackTime_10)); } inline int32_t get_shootBackTime_10() const { return ___shootBackTime_10; } inline int32_t* get_address_of_shootBackTime_10() { return &___shootBackTime_10; } inline void set_shootBackTime_10(int32_t value) { ___shootBackTime_10 = value; } inline static int32_t get_offset_of_shootOffsetAngleScale_11() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___shootOffsetAngleScale_11)); } inline float get_shootOffsetAngleScale_11() const { return ___shootOffsetAngleScale_11; } inline float* get_address_of_shootOffsetAngleScale_11() { return &___shootOffsetAngleScale_11; } inline void set_shootOffsetAngleScale_11(float value) { ___shootOffsetAngleScale_11 = value; } inline static int32_t get_offset_of_banReady_12() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banReady_12)); } inline bool get_banReady_12() const { return ___banReady_12; } inline bool* get_address_of_banReady_12() { return &___banReady_12; } inline void set_banReady_12(bool value) { ___banReady_12 = value; } inline static int32_t get_offset_of_banShoot_13() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banShoot_13)); } inline bool get_banShoot_13() const { return ___banShoot_13; } inline bool* get_address_of_banShoot_13() { return &___banShoot_13; } inline void set_banShoot_13(bool value) { ___banShoot_13 = value; } inline static int32_t get_offset_of_banLogic_14() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banLogic_14)); } inline bool get_banLogic_14() const { return ___banLogic_14; } inline bool* get_address_of_banLogic_14() { return &___banLogic_14; } inline void set_banLogic_14(bool value) { ___banLogic_14 = value; } inline static int32_t get_offset_of_cameraRotations_15() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___cameraRotations_15)); } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* get_cameraRotations_15() const { return ___cameraRotations_15; } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6** get_address_of_cameraRotations_15() { return &___cameraRotations_15; } inline void set_cameraRotations_15(QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* value) { ___cameraRotations_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraRotations_15), (void*)value); } inline static int32_t get_offset_of_cameraRotationHasRecordCount_16() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___cameraRotationHasRecordCount_16)); } inline int32_t get_cameraRotationHasRecordCount_16() const { return ___cameraRotationHasRecordCount_16; } inline int32_t* get_address_of_cameraRotationHasRecordCount_16() { return &___cameraRotationHasRecordCount_16; } inline void set_cameraRotationHasRecordCount_16(int32_t value) { ___cameraRotationHasRecordCount_16 = value; } inline static int32_t get_offset_of_phase_17() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___phase_17)); } inline int32_t get_phase_17() const { return ___phase_17; } inline int32_t* get_address_of_phase_17() { return &___phase_17; } inline void set_phase_17(int32_t value) { ___phase_17 = value; } inline static int32_t get_offset_of_arm_ani_index_cur_18() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___arm_ani_index_cur_18)); } inline int32_t get_arm_ani_index_cur_18() const { return ___arm_ani_index_cur_18; } inline int32_t* get_address_of_arm_ani_index_cur_18() { return &___arm_ani_index_cur_18; } inline void set_arm_ani_index_cur_18(int32_t value) { ___arm_ani_index_cur_18 = value; } inline static int32_t get_offset_of_bow_ani_index_cur_19() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___bow_ani_index_cur_19)); } inline int32_t get_bow_ani_index_cur_19() const { return ___bow_ani_index_cur_19; } inline int32_t* get_address_of_bow_ani_index_cur_19() { return &___bow_ani_index_cur_19; } inline void set_bow_ani_index_cur_19(int32_t value) { ___bow_ani_index_cur_19 = value; } }; struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_StaticFields { public: // ArmBow ArmBow::_ins ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ____ins_20; public: inline static int32_t get_offset_of__ins_20() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_StaticFields, ____ins_20)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get__ins_20() const { return ____ins_20; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of__ins_20() { return &____ins_20; } inline void set__ins_20(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ____ins_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_20), (void*)value); } }; // Arrow struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single Arrow::flyTime float ___flyTime_4; // System.Boolean Arrow::isHit bool ___isHit_5; // System.Single Arrow::mySpeed float ___mySpeed_6; // ArmBow Arrow::armBow ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ___armBow_8; // UnityEngine.Vector3 Arrow::shootOutPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___shootOutPosition_9; // UnityEngine.RaycastHit Arrow::absoluteRay RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 ___absoluteRay_10; // System.Single Arrow::offsetAngle float ___offsetAngle_11; // UnityEngine.Vector3 Arrow::finalAngleAfterOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___finalAngleAfterOffset_12; // TargetBody Arrow::rayHitTargetBody TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * ___rayHitTargetBody_13; // System.Boolean Arrow::canPerfectHit bool ___canPerfectHit_14; // System.Boolean Arrow::canUseSideCamera bool ___canUseSideCamera_15; // ArrowCamera Arrow::arrowCameraComp ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * ___arrowCameraComp_16; // System.Action Arrow::onDoNextShoot Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onDoNextShoot_17; // System.Boolean Arrow::hasParabolaAngle bool ___hasParabolaAngle_19; // System.Single Arrow::parabolaAngleInRadian float ___parabolaAngleInRadian_20; // ArrowSync/SyncData Arrow::outputSyncData SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * ___outputSyncData_21; // System.Single Arrow::logicFlyTime float ___logicFlyTime_22; // UnityEngine.Vector3 Arrow::finalPoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___finalPoint_23; // System.Int32 Arrow::hitType int32_t ___hitType_24; // UnityEngine.Transform Arrow::raycastHitTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___raycastHitTransform_25; // System.String[] Arrow::hitTargetAnimalInfo StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___hitTargetAnimalInfo_26; // System.Boolean Arrow::hasDoneNextShoot bool ___hasDoneNextShoot_27; // UnityEngine.Vector3 Arrow::rotateV3 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rotateV3_28; public: inline static int32_t get_offset_of_flyTime_4() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___flyTime_4)); } inline float get_flyTime_4() const { return ___flyTime_4; } inline float* get_address_of_flyTime_4() { return &___flyTime_4; } inline void set_flyTime_4(float value) { ___flyTime_4 = value; } inline static int32_t get_offset_of_isHit_5() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___isHit_5)); } inline bool get_isHit_5() const { return ___isHit_5; } inline bool* get_address_of_isHit_5() { return &___isHit_5; } inline void set_isHit_5(bool value) { ___isHit_5 = value; } inline static int32_t get_offset_of_mySpeed_6() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___mySpeed_6)); } inline float get_mySpeed_6() const { return ___mySpeed_6; } inline float* get_address_of_mySpeed_6() { return &___mySpeed_6; } inline void set_mySpeed_6(float value) { ___mySpeed_6 = value; } inline static int32_t get_offset_of_armBow_8() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___armBow_8)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get_armBow_8() const { return ___armBow_8; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of_armBow_8() { return &___armBow_8; } inline void set_armBow_8(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ___armBow_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___armBow_8), (void*)value); } inline static int32_t get_offset_of_shootOutPosition_9() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___shootOutPosition_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_shootOutPosition_9() const { return ___shootOutPosition_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_shootOutPosition_9() { return &___shootOutPosition_9; } inline void set_shootOutPosition_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___shootOutPosition_9 = value; } inline static int32_t get_offset_of_absoluteRay_10() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___absoluteRay_10)); } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 get_absoluteRay_10() const { return ___absoluteRay_10; } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * get_address_of_absoluteRay_10() { return &___absoluteRay_10; } inline void set_absoluteRay_10(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 value) { ___absoluteRay_10 = value; } inline static int32_t get_offset_of_offsetAngle_11() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___offsetAngle_11)); } inline float get_offsetAngle_11() const { return ___offsetAngle_11; } inline float* get_address_of_offsetAngle_11() { return &___offsetAngle_11; } inline void set_offsetAngle_11(float value) { ___offsetAngle_11 = value; } inline static int32_t get_offset_of_finalAngleAfterOffset_12() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___finalAngleAfterOffset_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_finalAngleAfterOffset_12() const { return ___finalAngleAfterOffset_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_finalAngleAfterOffset_12() { return &___finalAngleAfterOffset_12; } inline void set_finalAngleAfterOffset_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___finalAngleAfterOffset_12 = value; } inline static int32_t get_offset_of_rayHitTargetBody_13() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___rayHitTargetBody_13)); } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * get_rayHitTargetBody_13() const { return ___rayHitTargetBody_13; } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D ** get_address_of_rayHitTargetBody_13() { return &___rayHitTargetBody_13; } inline void set_rayHitTargetBody_13(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * value) { ___rayHitTargetBody_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___rayHitTargetBody_13), (void*)value); } inline static int32_t get_offset_of_canPerfectHit_14() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___canPerfectHit_14)); } inline bool get_canPerfectHit_14() const { return ___canPerfectHit_14; } inline bool* get_address_of_canPerfectHit_14() { return &___canPerfectHit_14; } inline void set_canPerfectHit_14(bool value) { ___canPerfectHit_14 = value; } inline static int32_t get_offset_of_canUseSideCamera_15() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___canUseSideCamera_15)); } inline bool get_canUseSideCamera_15() const { return ___canUseSideCamera_15; } inline bool* get_address_of_canUseSideCamera_15() { return &___canUseSideCamera_15; } inline void set_canUseSideCamera_15(bool value) { ___canUseSideCamera_15 = value; } inline static int32_t get_offset_of_arrowCameraComp_16() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___arrowCameraComp_16)); } inline ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * get_arrowCameraComp_16() const { return ___arrowCameraComp_16; } inline ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB ** get_address_of_arrowCameraComp_16() { return &___arrowCameraComp_16; } inline void set_arrowCameraComp_16(ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * value) { ___arrowCameraComp_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowCameraComp_16), (void*)value); } inline static int32_t get_offset_of_onDoNextShoot_17() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___onDoNextShoot_17)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onDoNextShoot_17() const { return ___onDoNextShoot_17; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onDoNextShoot_17() { return &___onDoNextShoot_17; } inline void set_onDoNextShoot_17(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onDoNextShoot_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDoNextShoot_17), (void*)value); } inline static int32_t get_offset_of_hasParabolaAngle_19() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hasParabolaAngle_19)); } inline bool get_hasParabolaAngle_19() const { return ___hasParabolaAngle_19; } inline bool* get_address_of_hasParabolaAngle_19() { return &___hasParabolaAngle_19; } inline void set_hasParabolaAngle_19(bool value) { ___hasParabolaAngle_19 = value; } inline static int32_t get_offset_of_parabolaAngleInRadian_20() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___parabolaAngleInRadian_20)); } inline float get_parabolaAngleInRadian_20() const { return ___parabolaAngleInRadian_20; } inline float* get_address_of_parabolaAngleInRadian_20() { return &___parabolaAngleInRadian_20; } inline void set_parabolaAngleInRadian_20(float value) { ___parabolaAngleInRadian_20 = value; } inline static int32_t get_offset_of_outputSyncData_21() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___outputSyncData_21)); } inline SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * get_outputSyncData_21() const { return ___outputSyncData_21; } inline SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF ** get_address_of_outputSyncData_21() { return &___outputSyncData_21; } inline void set_outputSyncData_21(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * value) { ___outputSyncData_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputSyncData_21), (void*)value); } inline static int32_t get_offset_of_logicFlyTime_22() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___logicFlyTime_22)); } inline float get_logicFlyTime_22() const { return ___logicFlyTime_22; } inline float* get_address_of_logicFlyTime_22() { return &___logicFlyTime_22; } inline void set_logicFlyTime_22(float value) { ___logicFlyTime_22 = value; } inline static int32_t get_offset_of_finalPoint_23() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___finalPoint_23)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_finalPoint_23() const { return ___finalPoint_23; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_finalPoint_23() { return &___finalPoint_23; } inline void set_finalPoint_23(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___finalPoint_23 = value; } inline static int32_t get_offset_of_hitType_24() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hitType_24)); } inline int32_t get_hitType_24() const { return ___hitType_24; } inline int32_t* get_address_of_hitType_24() { return &___hitType_24; } inline void set_hitType_24(int32_t value) { ___hitType_24 = value; } inline static int32_t get_offset_of_raycastHitTransform_25() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___raycastHitTransform_25)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_raycastHitTransform_25() const { return ___raycastHitTransform_25; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_raycastHitTransform_25() { return &___raycastHitTransform_25; } inline void set_raycastHitTransform_25(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___raycastHitTransform_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___raycastHitTransform_25), (void*)value); } inline static int32_t get_offset_of_hitTargetAnimalInfo_26() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hitTargetAnimalInfo_26)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_hitTargetAnimalInfo_26() const { return ___hitTargetAnimalInfo_26; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_hitTargetAnimalInfo_26() { return &___hitTargetAnimalInfo_26; } inline void set_hitTargetAnimalInfo_26(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___hitTargetAnimalInfo_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitTargetAnimalInfo_26), (void*)value); } inline static int32_t get_offset_of_hasDoneNextShoot_27() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hasDoneNextShoot_27)); } inline bool get_hasDoneNextShoot_27() const { return ___hasDoneNextShoot_27; } inline bool* get_address_of_hasDoneNextShoot_27() { return &___hasDoneNextShoot_27; } inline void set_hasDoneNextShoot_27(bool value) { ___hasDoneNextShoot_27 = value; } inline static int32_t get_offset_of_rotateV3_28() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___rotateV3_28)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rotateV3_28() const { return ___rotateV3_28; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rotateV3_28() { return &___rotateV3_28; } inline void set_rotateV3_28(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rotateV3_28 = value; } }; struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields { public: // System.Single Arrow::speed float ___speed_7; // System.Collections.Generic.HashSet`1 Arrow::arrowSet HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * ___arrowSet_18; public: inline static int32_t get_offset_of_speed_7() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields, ___speed_7)); } inline float get_speed_7() const { return ___speed_7; } inline float* get_address_of_speed_7() { return &___speed_7; } inline void set_speed_7(float value) { ___speed_7 = value; } inline static int32_t get_offset_of_arrowSet_18() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields, ___arrowSet_18)); } inline HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * get_arrowSet_18() const { return ___arrowSet_18; } inline HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C ** get_address_of_arrowSet_18() { return &___arrowSet_18; } inline void set_arrowSet_18(HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * value) { ___arrowSet_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowSet_18), (void*)value); } }; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.AudioSource AudioMgr::audioSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___audioSource_4; public: inline static int32_t get_offset_of_audioSource_4() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0, ___audioSource_4)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_audioSource_4() const { return ___audioSource_4; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_audioSource_4() { return &___audioSource_4; } inline void set_audioSource_4(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___audioSource_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___audioSource_4), (void*)value); } }; struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields { public: // AudioMgr AudioMgr::ins AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields, ___ins_5)); } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * get_ins_5() const { return ___ins_5; } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B : public AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A { public: public: }; // JC.Unity.Picker.DatePickerGroup struct DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.DateTime JC.Unity.Picker.DatePickerGroup::minDate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___minDate_4; // System.DateTime JC.Unity.Picker.DatePickerGroup::maxDate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___maxDate_5; // System.DateTime JC.Unity.Picker.DatePickerGroup::selectDate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___selectDate_6; // System.Collections.Generic.List`1 JC.Unity.Picker.DatePickerGroup::datePickerList List_1_tE00ED8A38D30AEEF7640BA5742471CBFD07CC72D * ___datePickerList_7; // UnityEngine.UI.Button JC.Unity.Picker.DatePickerGroup::btnClose Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnClose_8; // UnityEngine.UI.Button JC.Unity.Picker.DatePickerGroup::btnEnter Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnEnter_9; // System.Action`1 JC.Unity.Picker.DatePickerGroup::onEnter Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F * ___onEnter_10; // System.Single JC.Unity.Picker.DatePickerGroup::_height float ____height_11; public: inline static int32_t get_offset_of_minDate_4() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___minDate_4)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_minDate_4() const { return ___minDate_4; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_minDate_4() { return &___minDate_4; } inline void set_minDate_4(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___minDate_4 = value; } inline static int32_t get_offset_of_maxDate_5() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___maxDate_5)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_maxDate_5() const { return ___maxDate_5; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_maxDate_5() { return &___maxDate_5; } inline void set_maxDate_5(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___maxDate_5 = value; } inline static int32_t get_offset_of_selectDate_6() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___selectDate_6)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_selectDate_6() const { return ___selectDate_6; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_selectDate_6() { return &___selectDate_6; } inline void set_selectDate_6(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___selectDate_6 = value; } inline static int32_t get_offset_of_datePickerList_7() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___datePickerList_7)); } inline List_1_tE00ED8A38D30AEEF7640BA5742471CBFD07CC72D * get_datePickerList_7() const { return ___datePickerList_7; } inline List_1_tE00ED8A38D30AEEF7640BA5742471CBFD07CC72D ** get_address_of_datePickerList_7() { return &___datePickerList_7; } inline void set_datePickerList_7(List_1_tE00ED8A38D30AEEF7640BA5742471CBFD07CC72D * value) { ___datePickerList_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___datePickerList_7), (void*)value); } inline static int32_t get_offset_of_btnClose_8() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___btnClose_8)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnClose_8() const { return ___btnClose_8; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnClose_8() { return &___btnClose_8; } inline void set_btnClose_8(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnClose_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnClose_8), (void*)value); } inline static int32_t get_offset_of_btnEnter_9() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___btnEnter_9)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnEnter_9() const { return ___btnEnter_9; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnEnter_9() { return &___btnEnter_9; } inline void set_btnEnter_9(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnEnter_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnEnter_9), (void*)value); } inline static int32_t get_offset_of_onEnter_10() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ___onEnter_10)); } inline Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F * get_onEnter_10() const { return ___onEnter_10; } inline Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F ** get_address_of_onEnter_10() { return &___onEnter_10; } inline void set_onEnter_10(Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F * value) { ___onEnter_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___onEnter_10), (void*)value); } inline static int32_t get_offset_of__height_11() { return static_cast(offsetof(DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516, ____height_11)); } inline float get__height_11() const { return ____height_11; } inline float* get_address_of__height_11() { return &____height_11; } inline void set__height_11(float value) { ____height_11 = 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); } }; // 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); } }; // LoginView struct LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Sprite[] LoginView::loginModeSprites SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* ___loginModeSprites_4; // UnityEngine.GameObject LoginView::loginNormalTab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginNormalTab_5; // UnityEngine.GameObject LoginView::loginPhoneTab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginPhoneTab_6; // UnityEngine.GameObject LoginView::loginInUser GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginInUser_7; // UnityEngine.GameObject LoginView::loginInPWD GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginInPWD_8; // UnityEngine.GameObject LoginView::loginInCaptcha1 GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginInCaptcha1_9; // UnityEngine.GameObject LoginView::loginInPhone GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginInPhone_10; // UnityEngine.GameObject LoginView::loginInCode GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginInCode_11; // UnityEngine.GameObject LoginView::loginValidTime GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginValidTime_12; // UnityEngine.GameObject LoginView::loginInCaptcha2 GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginInCaptcha2_13; // System.Int32 LoginView::loginMode int32_t ___loginMode_14; // System.Int32 LoginView::captcha_Login int32_t ___captcha_Login_15; // System.Int32 LoginView::captcha_LoginPhone int32_t ___captcha_LoginPhone_16; // JCUnityLib.Throttler LoginView::throttlerLoginNormal Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * ___throttlerLoginNormal_18; public: inline static int32_t get_offset_of_loginModeSprites_4() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___loginModeSprites_4)); } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* get_loginModeSprites_4() const { return ___loginModeSprites_4; } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77** get_address_of_loginModeSprites_4() { return &___loginModeSprites_4; } inline void set_loginModeSprites_4(SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* value) { ___loginModeSprites_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginModeSprites_4), (void*)value); } inline static int32_t get_offset_of_loginNormalTab_5() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___loginNormalTab_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginNormalTab_5() const { return ___loginNormalTab_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginNormalTab_5() { return &___loginNormalTab_5; } inline void set_loginNormalTab_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginNormalTab_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginNormalTab_5), (void*)value); } inline static int32_t get_offset_of_loginPhoneTab_6() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___loginPhoneTab_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginPhoneTab_6() const { return ___loginPhoneTab_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginPhoneTab_6() { return &___loginPhoneTab_6; } inline void set_loginPhoneTab_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginPhoneTab_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginPhoneTab_6), (void*)value); } inline static int32_t get_offset_of_loginInUser_7() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___loginInUser_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginInUser_7() const { return ___loginInUser_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginInUser_7() { return &___loginInUser_7; } inline void set_loginInUser_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginInUser_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginInUser_7), (void*)value); } inline static int32_t get_offset_of_loginInPWD_8() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___loginInPWD_8)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginInPWD_8() const { return ___loginInPWD_8; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginInPWD_8() { return &___loginInPWD_8; } inline void set_loginInPWD_8(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginInPWD_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginInPWD_8), (void*)value); } inline static int32_t get_offset_of_loginInCaptcha1_9() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___loginInCaptcha1_9)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginInCaptcha1_9() const { return ___loginInCaptcha1_9; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginInCaptcha1_9() { return &___loginInCaptcha1_9; } inline void set_loginInCaptcha1_9(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginInCaptcha1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginInCaptcha1_9), (void*)value); } inline static int32_t get_offset_of_loginInPhone_10() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___loginInPhone_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginInPhone_10() const { return ___loginInPhone_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginInPhone_10() { return &___loginInPhone_10; } inline void set_loginInPhone_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginInPhone_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginInPhone_10), (void*)value); } inline static int32_t get_offset_of_loginInCode_11() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___loginInCode_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginInCode_11() const { return ___loginInCode_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginInCode_11() { return &___loginInCode_11; } inline void set_loginInCode_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginInCode_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginInCode_11), (void*)value); } inline static int32_t get_offset_of_loginValidTime_12() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___loginValidTime_12)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginValidTime_12() const { return ___loginValidTime_12; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginValidTime_12() { return &___loginValidTime_12; } inline void set_loginValidTime_12(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginValidTime_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginValidTime_12), (void*)value); } inline static int32_t get_offset_of_loginInCaptcha2_13() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___loginInCaptcha2_13)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginInCaptcha2_13() const { return ___loginInCaptcha2_13; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginInCaptcha2_13() { return &___loginInCaptcha2_13; } inline void set_loginInCaptcha2_13(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginInCaptcha2_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginInCaptcha2_13), (void*)value); } inline static int32_t get_offset_of_loginMode_14() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___loginMode_14)); } inline int32_t get_loginMode_14() const { return ___loginMode_14; } inline int32_t* get_address_of_loginMode_14() { return &___loginMode_14; } inline void set_loginMode_14(int32_t value) { ___loginMode_14 = value; } inline static int32_t get_offset_of_captcha_Login_15() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___captcha_Login_15)); } inline int32_t get_captcha_Login_15() const { return ___captcha_Login_15; } inline int32_t* get_address_of_captcha_Login_15() { return &___captcha_Login_15; } inline void set_captcha_Login_15(int32_t value) { ___captcha_Login_15 = value; } inline static int32_t get_offset_of_captcha_LoginPhone_16() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___captcha_LoginPhone_16)); } inline int32_t get_captcha_LoginPhone_16() const { return ___captcha_LoginPhone_16; } inline int32_t* get_address_of_captcha_LoginPhone_16() { return &___captcha_LoginPhone_16; } inline void set_captcha_LoginPhone_16(int32_t value) { ___captcha_LoginPhone_16 = value; } inline static int32_t get_offset_of_throttlerLoginNormal_18() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E, ___throttlerLoginNormal_18)); } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * get_throttlerLoginNormal_18() const { return ___throttlerLoginNormal_18; } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 ** get_address_of_throttlerLoginNormal_18() { return &___throttlerLoginNormal_18; } inline void set_throttlerLoginNormal_18(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * value) { ___throttlerLoginNormal_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___throttlerLoginNormal_18), (void*)value); } }; struct LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E_StaticFields { public: // LoginView LoginView::ins LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E * ___ins_17; public: inline static int32_t get_offset_of_ins_17() { return static_cast(offsetof(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E_StaticFields, ___ins_17)); } inline LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E * get_ins_17() const { return ___ins_17; } inline LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E ** get_address_of_ins_17() { return &___ins_17; } inline void set_ins_17(LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E * value) { ___ins_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_17), (void*)value); } }; // PKGameReadyView_Challenge struct PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // GameMode PKGameReadyView_Challenge::gameMode GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * ___gameMode_4; // System.Int32 PKGameReadyView_Challenge::currentPlayerIndex int32_t ___currentPlayerIndex_5; // System.Boolean PKGameReadyView_Challenge::isDiscarded bool ___isDiscarded_6; public: inline static int32_t get_offset_of_gameMode_4() { return static_cast(offsetof(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93, ___gameMode_4)); } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * get_gameMode_4() const { return ___gameMode_4; } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 ** get_address_of_gameMode_4() { return &___gameMode_4; } inline void set_gameMode_4(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * value) { ___gameMode_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_4), (void*)value); } inline static int32_t get_offset_of_currentPlayerIndex_5() { return static_cast(offsetof(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93, ___currentPlayerIndex_5)); } inline int32_t get_currentPlayerIndex_5() const { return ___currentPlayerIndex_5; } inline int32_t* get_address_of_currentPlayerIndex_5() { return &___currentPlayerIndex_5; } inline void set_currentPlayerIndex_5(int32_t value) { ___currentPlayerIndex_5 = value; } inline static int32_t get_offset_of_isDiscarded_6() { return static_cast(offsetof(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93, ___isDiscarded_6)); } inline bool get_isDiscarded_6() const { return ___isDiscarded_6; } inline bool* get_address_of_isDiscarded_6() { return &___isDiscarded_6; } inline void set_isDiscarded_6(bool value) { ___isDiscarded_6 = value; } }; struct PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_StaticFields { public: // PKGameReadyView_Challenge PKGameReadyView_Challenge::ins PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * ___ins_7; public: inline static int32_t get_offset_of_ins_7() { return static_cast(offsetof(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_StaticFields, ___ins_7)); } inline PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * get_ins_7() const { return ___ins_7; } inline PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 ** get_address_of_ins_7() { return &___ins_7; } inline void set_ins_7(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * value) { ___ins_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_7), (void*)value); } }; // PersistenHandler struct PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // MenuBackController PersistenHandler::menuBackCtr MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * ___menuBackCtr_4; public: inline static int32_t get_offset_of_menuBackCtr_4() { return static_cast(offsetof(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1, ___menuBackCtr_4)); } inline MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * get_menuBackCtr_4() const { return ___menuBackCtr_4; } inline MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 ** get_address_of_menuBackCtr_4() { return &___menuBackCtr_4; } inline void set_menuBackCtr_4(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * value) { ___menuBackCtr_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___menuBackCtr_4), (void*)value); } }; struct PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields { public: // PersistenHandler PersistenHandler::ins PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields, ___ins_5)); } inline PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * get_ins_5() const { return ___ins_5; } inline PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (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.Cameras.ProtectCameraFromWallClip struct ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Cameras.ProtectCameraFromWallClip::clipMoveTime float ___clipMoveTime_4; // System.Single UnityStandardAssets.Cameras.ProtectCameraFromWallClip::returnTime float ___returnTime_5; // System.Single UnityStandardAssets.Cameras.ProtectCameraFromWallClip::sphereCastRadius float ___sphereCastRadius_6; // System.Boolean UnityStandardAssets.Cameras.ProtectCameraFromWallClip::visualiseInEditor bool ___visualiseInEditor_7; // System.Single UnityStandardAssets.Cameras.ProtectCameraFromWallClip::closestDistance float ___closestDistance_8; // System.Boolean UnityStandardAssets.Cameras.ProtectCameraFromWallClip::k__BackingField bool ___U3CprotectingU3Ek__BackingField_9; // System.String UnityStandardAssets.Cameras.ProtectCameraFromWallClip::dontClipTag String_t* ___dontClipTag_10; // UnityEngine.Transform UnityStandardAssets.Cameras.ProtectCameraFromWallClip::m_Cam Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_Cam_11; // UnityEngine.Transform UnityStandardAssets.Cameras.ProtectCameraFromWallClip::m_Pivot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_Pivot_12; // System.Single UnityStandardAssets.Cameras.ProtectCameraFromWallClip::m_OriginalDist float ___m_OriginalDist_13; // System.Single UnityStandardAssets.Cameras.ProtectCameraFromWallClip::m_MoveVelocity float ___m_MoveVelocity_14; // System.Single UnityStandardAssets.Cameras.ProtectCameraFromWallClip::m_CurrentDist float ___m_CurrentDist_15; // UnityEngine.Ray UnityStandardAssets.Cameras.ProtectCameraFromWallClip::m_Ray Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 ___m_Ray_16; // UnityEngine.RaycastHit[] UnityStandardAssets.Cameras.ProtectCameraFromWallClip::m_Hits RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* ___m_Hits_17; // UnityStandardAssets.Cameras.ProtectCameraFromWallClip/RayHitComparer UnityStandardAssets.Cameras.ProtectCameraFromWallClip::m_RayHitComparer RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44 * ___m_RayHitComparer_18; public: inline static int32_t get_offset_of_clipMoveTime_4() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___clipMoveTime_4)); } inline float get_clipMoveTime_4() const { return ___clipMoveTime_4; } inline float* get_address_of_clipMoveTime_4() { return &___clipMoveTime_4; } inline void set_clipMoveTime_4(float value) { ___clipMoveTime_4 = value; } inline static int32_t get_offset_of_returnTime_5() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___returnTime_5)); } inline float get_returnTime_5() const { return ___returnTime_5; } inline float* get_address_of_returnTime_5() { return &___returnTime_5; } inline void set_returnTime_5(float value) { ___returnTime_5 = value; } inline static int32_t get_offset_of_sphereCastRadius_6() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___sphereCastRadius_6)); } inline float get_sphereCastRadius_6() const { return ___sphereCastRadius_6; } inline float* get_address_of_sphereCastRadius_6() { return &___sphereCastRadius_6; } inline void set_sphereCastRadius_6(float value) { ___sphereCastRadius_6 = value; } inline static int32_t get_offset_of_visualiseInEditor_7() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___visualiseInEditor_7)); } inline bool get_visualiseInEditor_7() const { return ___visualiseInEditor_7; } inline bool* get_address_of_visualiseInEditor_7() { return &___visualiseInEditor_7; } inline void set_visualiseInEditor_7(bool value) { ___visualiseInEditor_7 = value; } inline static int32_t get_offset_of_closestDistance_8() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___closestDistance_8)); } inline float get_closestDistance_8() const { return ___closestDistance_8; } inline float* get_address_of_closestDistance_8() { return &___closestDistance_8; } inline void set_closestDistance_8(float value) { ___closestDistance_8 = value; } inline static int32_t get_offset_of_U3CprotectingU3Ek__BackingField_9() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___U3CprotectingU3Ek__BackingField_9)); } inline bool get_U3CprotectingU3Ek__BackingField_9() const { return ___U3CprotectingU3Ek__BackingField_9; } inline bool* get_address_of_U3CprotectingU3Ek__BackingField_9() { return &___U3CprotectingU3Ek__BackingField_9; } inline void set_U3CprotectingU3Ek__BackingField_9(bool value) { ___U3CprotectingU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_dontClipTag_10() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___dontClipTag_10)); } inline String_t* get_dontClipTag_10() const { return ___dontClipTag_10; } inline String_t** get_address_of_dontClipTag_10() { return &___dontClipTag_10; } inline void set_dontClipTag_10(String_t* value) { ___dontClipTag_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dontClipTag_10), (void*)value); } inline static int32_t get_offset_of_m_Cam_11() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___m_Cam_11)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_Cam_11() const { return ___m_Cam_11; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_Cam_11() { return &___m_Cam_11; } inline void set_m_Cam_11(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_Cam_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Cam_11), (void*)value); } inline static int32_t get_offset_of_m_Pivot_12() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___m_Pivot_12)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_Pivot_12() const { return ___m_Pivot_12; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_Pivot_12() { return &___m_Pivot_12; } inline void set_m_Pivot_12(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_Pivot_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Pivot_12), (void*)value); } inline static int32_t get_offset_of_m_OriginalDist_13() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___m_OriginalDist_13)); } inline float get_m_OriginalDist_13() const { return ___m_OriginalDist_13; } inline float* get_address_of_m_OriginalDist_13() { return &___m_OriginalDist_13; } inline void set_m_OriginalDist_13(float value) { ___m_OriginalDist_13 = value; } inline static int32_t get_offset_of_m_MoveVelocity_14() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___m_MoveVelocity_14)); } inline float get_m_MoveVelocity_14() const { return ___m_MoveVelocity_14; } inline float* get_address_of_m_MoveVelocity_14() { return &___m_MoveVelocity_14; } inline void set_m_MoveVelocity_14(float value) { ___m_MoveVelocity_14 = value; } inline static int32_t get_offset_of_m_CurrentDist_15() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___m_CurrentDist_15)); } inline float get_m_CurrentDist_15() const { return ___m_CurrentDist_15; } inline float* get_address_of_m_CurrentDist_15() { return &___m_CurrentDist_15; } inline void set_m_CurrentDist_15(float value) { ___m_CurrentDist_15 = value; } inline static int32_t get_offset_of_m_Ray_16() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___m_Ray_16)); } inline Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 get_m_Ray_16() const { return ___m_Ray_16; } inline Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * get_address_of_m_Ray_16() { return &___m_Ray_16; } inline void set_m_Ray_16(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 value) { ___m_Ray_16 = value; } inline static int32_t get_offset_of_m_Hits_17() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___m_Hits_17)); } inline RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* get_m_Hits_17() const { return ___m_Hits_17; } inline RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09** get_address_of_m_Hits_17() { return &___m_Hits_17; } inline void set_m_Hits_17(RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* value) { ___m_Hits_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Hits_17), (void*)value); } inline static int32_t get_offset_of_m_RayHitComparer_18() { return static_cast(offsetof(ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97, ___m_RayHitComparer_18)); } inline RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44 * get_m_RayHitComparer_18() const { return ___m_RayHitComparer_18; } inline RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44 ** get_address_of_m_RayHitComparer_18() { return &___m_RayHitComparer_18; } inline void set_m_RayHitComparer_18(RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44 * value) { ___m_RayHitComparer_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RayHitComparer_18), (void*)value); } }; // JCUnityLib.UI.RectBorder struct RectBorder_t815582502EDD366B8C91F0463B03D48026B6B148 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.RectTransform JCUnityLib.UI.RectBorder::_rectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ____rectTransform_5; // UnityEngine.UI.Image JCUnityLib.UI.RectBorder::_image Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ____image_6; // System.Single JCUnityLib.UI.RectBorder::borderRaduis float ___borderRaduis_7; // JCUnityLib.UI.RectBorderRadiusSwitch JCUnityLib.UI.RectBorder::borderRadiusSwitch RectBorderRadiusSwitch_t6FC0BBB243A5B02BC89B17702D8CB0606169DD4F ___borderRadiusSwitch_8; // System.Single JCUnityLib.UI.RectBorder::borderWidth float ___borderWidth_9; // UnityEngine.Color JCUnityLib.UI.RectBorder::borderColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___borderColor_10; public: inline static int32_t get_offset_of__rectTransform_5() { return static_cast(offsetof(RectBorder_t815582502EDD366B8C91F0463B03D48026B6B148, ____rectTransform_5)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get__rectTransform_5() const { return ____rectTransform_5; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of__rectTransform_5() { return &____rectTransform_5; } inline void set__rectTransform_5(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ____rectTransform_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____rectTransform_5), (void*)value); } inline static int32_t get_offset_of__image_6() { return static_cast(offsetof(RectBorder_t815582502EDD366B8C91F0463B03D48026B6B148, ____image_6)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get__image_6() const { return ____image_6; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of__image_6() { return &____image_6; } inline void set__image_6(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ____image_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____image_6), (void*)value); } inline static int32_t get_offset_of_borderRaduis_7() { return static_cast(offsetof(RectBorder_t815582502EDD366B8C91F0463B03D48026B6B148, ___borderRaduis_7)); } inline float get_borderRaduis_7() const { return ___borderRaduis_7; } inline float* get_address_of_borderRaduis_7() { return &___borderRaduis_7; } inline void set_borderRaduis_7(float value) { ___borderRaduis_7 = value; } inline static int32_t get_offset_of_borderRadiusSwitch_8() { return static_cast(offsetof(RectBorder_t815582502EDD366B8C91F0463B03D48026B6B148, ___borderRadiusSwitch_8)); } inline RectBorderRadiusSwitch_t6FC0BBB243A5B02BC89B17702D8CB0606169DD4F get_borderRadiusSwitch_8() const { return ___borderRadiusSwitch_8; } inline RectBorderRadiusSwitch_t6FC0BBB243A5B02BC89B17702D8CB0606169DD4F * get_address_of_borderRadiusSwitch_8() { return &___borderRadiusSwitch_8; } inline void set_borderRadiusSwitch_8(RectBorderRadiusSwitch_t6FC0BBB243A5B02BC89B17702D8CB0606169DD4F value) { ___borderRadiusSwitch_8 = value; } inline static int32_t get_offset_of_borderWidth_9() { return static_cast(offsetof(RectBorder_t815582502EDD366B8C91F0463B03D48026B6B148, ___borderWidth_9)); } inline float get_borderWidth_9() const { return ___borderWidth_9; } inline float* get_address_of_borderWidth_9() { return &___borderWidth_9; } inline void set_borderWidth_9(float value) { ___borderWidth_9 = value; } inline static int32_t get_offset_of_borderColor_10() { return static_cast(offsetof(RectBorder_t815582502EDD366B8C91F0463B03D48026B6B148, ___borderColor_10)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_borderColor_10() const { return ___borderColor_10; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_borderColor_10() { return &___borderColor_10; } inline void set_borderColor_10(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___borderColor_10 = value; } }; // BestHTTP.Examples.RedirectSample struct RedirectSample_t46605B9039A11F1D3137338193D3D2F2CE938AA3 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Uri BestHTTP.Examples.RedirectSample::URI Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___URI_4; // BestHTTP.SignalRCore.HubConnection BestHTTP.Examples.RedirectSample::hub HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___hub_5; // UnityEngine.Vector2 BestHTTP.Examples.RedirectSample::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_6; // System.String BestHTTP.Examples.RedirectSample::uiText String_t* ___uiText_7; public: inline static int32_t get_offset_of_URI_4() { return static_cast(offsetof(RedirectSample_t46605B9039A11F1D3137338193D3D2F2CE938AA3, ___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(RedirectSample_t46605B9039A11F1D3137338193D3D2F2CE938AA3, ___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(RedirectSample_t46605B9039A11F1D3137338193D3D2F2CE938AA3, ___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(RedirectSample_t46605B9039A11F1D3137338193D3D2F2CE938AA3, ___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); } }; // RegisterView struct RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject RegisterView::registerInUser GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInUser_4; // UnityEngine.GameObject RegisterView::registerInPWD1 GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInPWD1_5; // UnityEngine.GameObject RegisterView::registerInPWD2 GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInPWD2_6; // UnityEngine.GameObject RegisterView::registerInEmail GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInEmail_7; // UnityEngine.GameObject RegisterView::registerInPhone GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInPhone_8; // UnityEngine.GameObject RegisterView::registerInCaptcha GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInCaptcha_9; // UnityEngine.GameObject RegisterView::registerInNickname GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInNickname_10; // UnityEngine.GameObject RegisterView::registerInGender GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInGender_11; // UnityEngine.GameObject RegisterView::registerInBirthday GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInBirthday_12; // UnityEngine.GameObject RegisterView::registerInLocation GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInLocation_13; // UnityEngine.GameObject RegisterView::btnNext GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___btnNext_14; // UnityEngine.GameObject RegisterView::btnSave GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___btnSave_15; // System.Int32 RegisterView::captcha_Register int32_t ___captcha_Register_16; // System.String RegisterView::_bindingEmail String_t* ____bindingEmail_17; // System.String RegisterView::_bindingPhone String_t* ____bindingPhone_18; // System.String RegisterView::usrRecord String_t* ___usrRecord_19; // System.String RegisterView::pwdRecord String_t* ___pwdRecord_20; // JCUnityLib.Throttler RegisterView::throttlerRegisterNext Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * ___throttlerRegisterNext_21; // JCUnityLib.Throttler RegisterView::throttlerRegisterSave Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * ___throttlerRegisterSave_22; // UnityEngine.GameObject RegisterView::datePickerPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___datePickerPrefab_23; // UnityEngine.GameObject RegisterView::locationPickerPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___locationPickerPrefab_24; // System.String RegisterView::countryCode String_t* ___countryCode_25; // System.String RegisterView::stateCode String_t* ___stateCode_26; // System.String RegisterView::cityCode String_t* ___cityCode_27; public: inline static int32_t get_offset_of_registerInUser_4() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInUser_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInUser_4() const { return ___registerInUser_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInUser_4() { return &___registerInUser_4; } inline void set_registerInUser_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInUser_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInUser_4), (void*)value); } inline static int32_t get_offset_of_registerInPWD1_5() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInPWD1_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInPWD1_5() const { return ___registerInPWD1_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInPWD1_5() { return &___registerInPWD1_5; } inline void set_registerInPWD1_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInPWD1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInPWD1_5), (void*)value); } inline static int32_t get_offset_of_registerInPWD2_6() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInPWD2_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInPWD2_6() const { return ___registerInPWD2_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInPWD2_6() { return &___registerInPWD2_6; } inline void set_registerInPWD2_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInPWD2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInPWD2_6), (void*)value); } inline static int32_t get_offset_of_registerInEmail_7() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInEmail_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInEmail_7() const { return ___registerInEmail_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInEmail_7() { return &___registerInEmail_7; } inline void set_registerInEmail_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInEmail_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInEmail_7), (void*)value); } inline static int32_t get_offset_of_registerInPhone_8() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInPhone_8)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInPhone_8() const { return ___registerInPhone_8; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInPhone_8() { return &___registerInPhone_8; } inline void set_registerInPhone_8(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInPhone_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInPhone_8), (void*)value); } inline static int32_t get_offset_of_registerInCaptcha_9() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInCaptcha_9)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInCaptcha_9() const { return ___registerInCaptcha_9; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInCaptcha_9() { return &___registerInCaptcha_9; } inline void set_registerInCaptcha_9(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInCaptcha_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInCaptcha_9), (void*)value); } inline static int32_t get_offset_of_registerInNickname_10() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInNickname_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInNickname_10() const { return ___registerInNickname_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInNickname_10() { return &___registerInNickname_10; } inline void set_registerInNickname_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInNickname_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInNickname_10), (void*)value); } inline static int32_t get_offset_of_registerInGender_11() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInGender_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInGender_11() const { return ___registerInGender_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInGender_11() { return &___registerInGender_11; } inline void set_registerInGender_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInGender_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInGender_11), (void*)value); } inline static int32_t get_offset_of_registerInBirthday_12() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInBirthday_12)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInBirthday_12() const { return ___registerInBirthday_12; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInBirthday_12() { return &___registerInBirthday_12; } inline void set_registerInBirthday_12(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInBirthday_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInBirthday_12), (void*)value); } inline static int32_t get_offset_of_registerInLocation_13() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInLocation_13)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInLocation_13() const { return ___registerInLocation_13; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInLocation_13() { return &___registerInLocation_13; } inline void set_registerInLocation_13(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInLocation_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInLocation_13), (void*)value); } inline static int32_t get_offset_of_btnNext_14() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___btnNext_14)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_btnNext_14() const { return ___btnNext_14; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_btnNext_14() { return &___btnNext_14; } inline void set_btnNext_14(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___btnNext_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnNext_14), (void*)value); } inline static int32_t get_offset_of_btnSave_15() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___btnSave_15)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_btnSave_15() const { return ___btnSave_15; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_btnSave_15() { return &___btnSave_15; } inline void set_btnSave_15(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___btnSave_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnSave_15), (void*)value); } inline static int32_t get_offset_of_captcha_Register_16() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___captcha_Register_16)); } inline int32_t get_captcha_Register_16() const { return ___captcha_Register_16; } inline int32_t* get_address_of_captcha_Register_16() { return &___captcha_Register_16; } inline void set_captcha_Register_16(int32_t value) { ___captcha_Register_16 = value; } inline static int32_t get_offset_of__bindingEmail_17() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ____bindingEmail_17)); } inline String_t* get__bindingEmail_17() const { return ____bindingEmail_17; } inline String_t** get_address_of__bindingEmail_17() { return &____bindingEmail_17; } inline void set__bindingEmail_17(String_t* value) { ____bindingEmail_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____bindingEmail_17), (void*)value); } inline static int32_t get_offset_of__bindingPhone_18() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ____bindingPhone_18)); } inline String_t* get__bindingPhone_18() const { return ____bindingPhone_18; } inline String_t** get_address_of__bindingPhone_18() { return &____bindingPhone_18; } inline void set__bindingPhone_18(String_t* value) { ____bindingPhone_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____bindingPhone_18), (void*)value); } inline static int32_t get_offset_of_usrRecord_19() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___usrRecord_19)); } inline String_t* get_usrRecord_19() const { return ___usrRecord_19; } inline String_t** get_address_of_usrRecord_19() { return &___usrRecord_19; } inline void set_usrRecord_19(String_t* value) { ___usrRecord_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___usrRecord_19), (void*)value); } inline static int32_t get_offset_of_pwdRecord_20() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___pwdRecord_20)); } inline String_t* get_pwdRecord_20() const { return ___pwdRecord_20; } inline String_t** get_address_of_pwdRecord_20() { return &___pwdRecord_20; } inline void set_pwdRecord_20(String_t* value) { ___pwdRecord_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___pwdRecord_20), (void*)value); } inline static int32_t get_offset_of_throttlerRegisterNext_21() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___throttlerRegisterNext_21)); } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * get_throttlerRegisterNext_21() const { return ___throttlerRegisterNext_21; } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 ** get_address_of_throttlerRegisterNext_21() { return &___throttlerRegisterNext_21; } inline void set_throttlerRegisterNext_21(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * value) { ___throttlerRegisterNext_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___throttlerRegisterNext_21), (void*)value); } inline static int32_t get_offset_of_throttlerRegisterSave_22() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___throttlerRegisterSave_22)); } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * get_throttlerRegisterSave_22() const { return ___throttlerRegisterSave_22; } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 ** get_address_of_throttlerRegisterSave_22() { return &___throttlerRegisterSave_22; } inline void set_throttlerRegisterSave_22(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * value) { ___throttlerRegisterSave_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___throttlerRegisterSave_22), (void*)value); } inline static int32_t get_offset_of_datePickerPrefab_23() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___datePickerPrefab_23)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_datePickerPrefab_23() const { return ___datePickerPrefab_23; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_datePickerPrefab_23() { return &___datePickerPrefab_23; } inline void set_datePickerPrefab_23(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___datePickerPrefab_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___datePickerPrefab_23), (void*)value); } inline static int32_t get_offset_of_locationPickerPrefab_24() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___locationPickerPrefab_24)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_locationPickerPrefab_24() const { return ___locationPickerPrefab_24; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_locationPickerPrefab_24() { return &___locationPickerPrefab_24; } inline void set_locationPickerPrefab_24(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___locationPickerPrefab_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___locationPickerPrefab_24), (void*)value); } inline static int32_t get_offset_of_countryCode_25() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___countryCode_25)); } inline String_t* get_countryCode_25() const { return ___countryCode_25; } inline String_t** get_address_of_countryCode_25() { return &___countryCode_25; } inline void set_countryCode_25(String_t* value) { ___countryCode_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___countryCode_25), (void*)value); } inline static int32_t get_offset_of_stateCode_26() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___stateCode_26)); } inline String_t* get_stateCode_26() const { return ___stateCode_26; } inline String_t** get_address_of_stateCode_26() { return &___stateCode_26; } inline void set_stateCode_26(String_t* value) { ___stateCode_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateCode_26), (void*)value); } inline static int32_t get_offset_of_cityCode_27() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___cityCode_27)); } inline String_t* get_cityCode_27() const { return ___cityCode_27; } inline String_t** get_address_of_cityCode_27() { return &___cityCode_27; } inline void set_cityCode_27(String_t* value) { ___cityCode_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cityCode_27), (void*)value); } }; // RelateValidateView struct RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text RelateValidateView::_textTitle Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ____textTitle_4; // UnityEngine.UI.Button RelateValidateView::_btnClose Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ____btnClose_5; // UnityEngine.UI.InputField RelateValidateView::_inputRelateAccount InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ____inputRelateAccount_6; // UnityEngine.UI.InputField RelateValidateView::_inputValidateCode InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ____inputValidateCode_7; // UnityEngine.UI.Button RelateValidateView::_btnSend Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ____btnSend_8; // UnityEngine.UI.Button RelateValidateView::_btnSubmit Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ____btnSubmit_9; // UnityEngine.GameObject RelateValidateView::_prefabValidateJigsawView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ____prefabValidateJigsawView_10; // UnityEngine.Events.UnityAction`3 RelateValidateView::onValidateSuccess UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 * ___onValidateSuccess_11; // JCUnityLib.Throttler RelateValidateView::_throttlerBtnSubmit Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * ____throttlerBtnSubmit_14; // RelateValidateView/ValidateType RelateValidateView::_validateType int32_t ____validateType_15; public: inline static int32_t get_offset_of__textTitle_4() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____textTitle_4)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get__textTitle_4() const { return ____textTitle_4; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of__textTitle_4() { return &____textTitle_4; } inline void set__textTitle_4(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ____textTitle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____textTitle_4), (void*)value); } inline static int32_t get_offset_of__btnClose_5() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____btnClose_5)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get__btnClose_5() const { return ____btnClose_5; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of__btnClose_5() { return &____btnClose_5; } inline void set__btnClose_5(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ____btnClose_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____btnClose_5), (void*)value); } inline static int32_t get_offset_of__inputRelateAccount_6() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____inputRelateAccount_6)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get__inputRelateAccount_6() const { return ____inputRelateAccount_6; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of__inputRelateAccount_6() { return &____inputRelateAccount_6; } inline void set__inputRelateAccount_6(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ____inputRelateAccount_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____inputRelateAccount_6), (void*)value); } inline static int32_t get_offset_of__inputValidateCode_7() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____inputValidateCode_7)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get__inputValidateCode_7() const { return ____inputValidateCode_7; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of__inputValidateCode_7() { return &____inputValidateCode_7; } inline void set__inputValidateCode_7(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ____inputValidateCode_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____inputValidateCode_7), (void*)value); } inline static int32_t get_offset_of__btnSend_8() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____btnSend_8)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get__btnSend_8() const { return ____btnSend_8; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of__btnSend_8() { return &____btnSend_8; } inline void set__btnSend_8(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ____btnSend_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____btnSend_8), (void*)value); } inline static int32_t get_offset_of__btnSubmit_9() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____btnSubmit_9)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get__btnSubmit_9() const { return ____btnSubmit_9; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of__btnSubmit_9() { return &____btnSubmit_9; } inline void set__btnSubmit_9(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ____btnSubmit_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____btnSubmit_9), (void*)value); } inline static int32_t get_offset_of__prefabValidateJigsawView_10() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____prefabValidateJigsawView_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get__prefabValidateJigsawView_10() const { return ____prefabValidateJigsawView_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of__prefabValidateJigsawView_10() { return &____prefabValidateJigsawView_10; } inline void set__prefabValidateJigsawView_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ____prefabValidateJigsawView_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____prefabValidateJigsawView_10), (void*)value); } inline static int32_t get_offset_of_onValidateSuccess_11() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ___onValidateSuccess_11)); } inline UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 * get_onValidateSuccess_11() const { return ___onValidateSuccess_11; } inline UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 ** get_address_of_onValidateSuccess_11() { return &___onValidateSuccess_11; } inline void set_onValidateSuccess_11(UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 * value) { ___onValidateSuccess_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onValidateSuccess_11), (void*)value); } inline static int32_t get_offset_of__throttlerBtnSubmit_14() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____throttlerBtnSubmit_14)); } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * get__throttlerBtnSubmit_14() const { return ____throttlerBtnSubmit_14; } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 ** get_address_of__throttlerBtnSubmit_14() { return &____throttlerBtnSubmit_14; } inline void set__throttlerBtnSubmit_14(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * value) { ____throttlerBtnSubmit_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____throttlerBtnSubmit_14), (void*)value); } inline static int32_t get_offset_of__validateType_15() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____validateType_15)); } inline int32_t get__validateType_15() const { return ____validateType_15; } inline int32_t* get_address_of__validateType_15() { return &____validateType_15; } inline void set__validateType_15(int32_t value) { ____validateType_15 = value; } }; struct RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814_StaticFields { public: // System.Int64 RelateValidateView::_throttlerBtnSend_email int64_t ____throttlerBtnSend_email_12; // System.Int64 RelateValidateView::_throttlerBtnSend_phone int64_t ____throttlerBtnSend_phone_13; public: inline static int32_t get_offset_of__throttlerBtnSend_email_12() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814_StaticFields, ____throttlerBtnSend_email_12)); } inline int64_t get__throttlerBtnSend_email_12() const { return ____throttlerBtnSend_email_12; } inline int64_t* get_address_of__throttlerBtnSend_email_12() { return &____throttlerBtnSend_email_12; } inline void set__throttlerBtnSend_email_12(int64_t value) { ____throttlerBtnSend_email_12 = value; } inline static int32_t get_offset_of__throttlerBtnSend_phone_13() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814_StaticFields, ____throttlerBtnSend_phone_13)); } inline int64_t get__throttlerBtnSend_phone_13() const { return ____throttlerBtnSend_phone_13; } inline int64_t* get_address_of__throttlerBtnSend_phone_13() { return &____throttlerBtnSend_phone_13; } inline void set__throttlerBtnSend_phone_13(int64_t value) { ____throttlerBtnSend_phone_13 = 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); } }; // 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); } }; // 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); } }; // Rabbit struct Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 : public TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 { public: // AnimationPlayer Rabbit::ap AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___ap_5; // UnityEngine.AI.NavMeshAgent Rabbit::agent NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * ___agent_6; // System.Int32 Rabbit::hp int32_t ___hp_7; // UnityEngine.Material[] Rabbit::materials MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* ___materials_8; // System.Int32 Rabbit::colorType int32_t ___colorType_9; // System.Int32 Rabbit::uid int32_t ___uid_11; // System.Boolean Rabbit::isMirror bool ___isMirror_12; // RabbitSyncData Rabbit::outputSyncData RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * ___outputSyncData_13; // RabbitSyncData Rabbit::_inputSyncData RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * ____inputSyncData_14; // UnityEngine.Quaternion Rabbit::syncRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___syncRotation_15; // UnityEngine.Vector3 Rabbit::syncPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___syncPosition_16; // System.Boolean Rabbit::hasUpdateBySyncData bool ___hasUpdateBySyncData_17; // System.Boolean Rabbit::isInvalid bool ___isInvalid_18; // System.String Rabbit::onHitData String_t* ___onHitData_19; // System.Boolean Rabbit::onDoNextShootWillDestroy bool ___onDoNextShootWillDestroy_20; // System.Int32 Rabbit::injuredID int32_t ___injuredID_21; // JCUnityLib.CountLock Rabbit::hurtFlag CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * ___hurtFlag_22; // System.Boolean Rabbit::dead bool ___dead_23; // System.Boolean Rabbit::_moving bool ____moving_24; // System.Single Rabbit::movingTime float ___movingTime_25; // System.Single Rabbit::stayingTime float ___stayingTime_26; // System.Single Rabbit::willStayTime float ___willStayTime_27; // System.Single Rabbit::willMoveTime float ___willMoveTime_28; // System.Boolean Rabbit::autoMoving bool ___autoMoving_29; // System.Single Rabbit::autoMovingTime float ___autoMovingTime_30; // System.Boolean Rabbit::autoStrategy bool ___autoStrategy_31; // System.Single Rabbit::baseDistance float ___baseDistance_32; // System.Single Rabbit::baseDistanceMoveRange float ___baseDistanceMoveRange_33; // System.Int32 Rabbit::curAnimIndex int32_t ___curAnimIndex_34; // System.Int32[] Rabbit::idleIndexes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___idleIndexes_35; // System.Action`1 Rabbit::onDie Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * ___onDie_36; public: inline static int32_t get_offset_of_ap_5() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___ap_5)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_ap_5() const { return ___ap_5; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_ap_5() { return &___ap_5; } inline void set_ap_5(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___ap_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ap_5), (void*)value); } inline static int32_t get_offset_of_agent_6() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___agent_6)); } inline NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * get_agent_6() const { return ___agent_6; } inline NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B ** get_address_of_agent_6() { return &___agent_6; } inline void set_agent_6(NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * value) { ___agent_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___agent_6), (void*)value); } inline static int32_t get_offset_of_hp_7() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___hp_7)); } inline int32_t get_hp_7() const { return ___hp_7; } inline int32_t* get_address_of_hp_7() { return &___hp_7; } inline void set_hp_7(int32_t value) { ___hp_7 = value; } inline static int32_t get_offset_of_materials_8() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___materials_8)); } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* get_materials_8() const { return ___materials_8; } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** get_address_of_materials_8() { return &___materials_8; } inline void set_materials_8(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* value) { ___materials_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___materials_8), (void*)value); } inline static int32_t get_offset_of_colorType_9() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___colorType_9)); } inline int32_t get_colorType_9() const { return ___colorType_9; } inline int32_t* get_address_of_colorType_9() { return &___colorType_9; } inline void set_colorType_9(int32_t value) { ___colorType_9 = value; } inline static int32_t get_offset_of_uid_11() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___uid_11)); } inline int32_t get_uid_11() const { return ___uid_11; } inline int32_t* get_address_of_uid_11() { return &___uid_11; } inline void set_uid_11(int32_t value) { ___uid_11 = value; } inline static int32_t get_offset_of_isMirror_12() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___isMirror_12)); } inline bool get_isMirror_12() const { return ___isMirror_12; } inline bool* get_address_of_isMirror_12() { return &___isMirror_12; } inline void set_isMirror_12(bool value) { ___isMirror_12 = value; } inline static int32_t get_offset_of_outputSyncData_13() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___outputSyncData_13)); } inline RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * get_outputSyncData_13() const { return ___outputSyncData_13; } inline RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 ** get_address_of_outputSyncData_13() { return &___outputSyncData_13; } inline void set_outputSyncData_13(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * value) { ___outputSyncData_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputSyncData_13), (void*)value); } inline static int32_t get_offset_of__inputSyncData_14() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ____inputSyncData_14)); } inline RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * get__inputSyncData_14() const { return ____inputSyncData_14; } inline RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 ** get_address_of__inputSyncData_14() { return &____inputSyncData_14; } inline void set__inputSyncData_14(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * value) { ____inputSyncData_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____inputSyncData_14), (void*)value); } inline static int32_t get_offset_of_syncRotation_15() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___syncRotation_15)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_syncRotation_15() const { return ___syncRotation_15; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_syncRotation_15() { return &___syncRotation_15; } inline void set_syncRotation_15(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___syncRotation_15 = value; } inline static int32_t get_offset_of_syncPosition_16() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___syncPosition_16)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_syncPosition_16() const { return ___syncPosition_16; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_syncPosition_16() { return &___syncPosition_16; } inline void set_syncPosition_16(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___syncPosition_16 = value; } inline static int32_t get_offset_of_hasUpdateBySyncData_17() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___hasUpdateBySyncData_17)); } inline bool get_hasUpdateBySyncData_17() const { return ___hasUpdateBySyncData_17; } inline bool* get_address_of_hasUpdateBySyncData_17() { return &___hasUpdateBySyncData_17; } inline void set_hasUpdateBySyncData_17(bool value) { ___hasUpdateBySyncData_17 = value; } inline static int32_t get_offset_of_isInvalid_18() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___isInvalid_18)); } inline bool get_isInvalid_18() const { return ___isInvalid_18; } inline bool* get_address_of_isInvalid_18() { return &___isInvalid_18; } inline void set_isInvalid_18(bool value) { ___isInvalid_18 = value; } inline static int32_t get_offset_of_onHitData_19() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___onHitData_19)); } inline String_t* get_onHitData_19() const { return ___onHitData_19; } inline String_t** get_address_of_onHitData_19() { return &___onHitData_19; } inline void set_onHitData_19(String_t* value) { ___onHitData_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___onHitData_19), (void*)value); } inline static int32_t get_offset_of_onDoNextShootWillDestroy_20() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___onDoNextShootWillDestroy_20)); } inline bool get_onDoNextShootWillDestroy_20() const { return ___onDoNextShootWillDestroy_20; } inline bool* get_address_of_onDoNextShootWillDestroy_20() { return &___onDoNextShootWillDestroy_20; } inline void set_onDoNextShootWillDestroy_20(bool value) { ___onDoNextShootWillDestroy_20 = value; } inline static int32_t get_offset_of_injuredID_21() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___injuredID_21)); } inline int32_t get_injuredID_21() const { return ___injuredID_21; } inline int32_t* get_address_of_injuredID_21() { return &___injuredID_21; } inline void set_injuredID_21(int32_t value) { ___injuredID_21 = value; } inline static int32_t get_offset_of_hurtFlag_22() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___hurtFlag_22)); } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * get_hurtFlag_22() const { return ___hurtFlag_22; } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 ** get_address_of_hurtFlag_22() { return &___hurtFlag_22; } inline void set_hurtFlag_22(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * value) { ___hurtFlag_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___hurtFlag_22), (void*)value); } inline static int32_t get_offset_of_dead_23() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___dead_23)); } inline bool get_dead_23() const { return ___dead_23; } inline bool* get_address_of_dead_23() { return &___dead_23; } inline void set_dead_23(bool value) { ___dead_23 = value; } inline static int32_t get_offset_of__moving_24() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ____moving_24)); } inline bool get__moving_24() const { return ____moving_24; } inline bool* get_address_of__moving_24() { return &____moving_24; } inline void set__moving_24(bool value) { ____moving_24 = value; } inline static int32_t get_offset_of_movingTime_25() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___movingTime_25)); } inline float get_movingTime_25() const { return ___movingTime_25; } inline float* get_address_of_movingTime_25() { return &___movingTime_25; } inline void set_movingTime_25(float value) { ___movingTime_25 = value; } inline static int32_t get_offset_of_stayingTime_26() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___stayingTime_26)); } inline float get_stayingTime_26() const { return ___stayingTime_26; } inline float* get_address_of_stayingTime_26() { return &___stayingTime_26; } inline void set_stayingTime_26(float value) { ___stayingTime_26 = value; } inline static int32_t get_offset_of_willStayTime_27() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___willStayTime_27)); } inline float get_willStayTime_27() const { return ___willStayTime_27; } inline float* get_address_of_willStayTime_27() { return &___willStayTime_27; } inline void set_willStayTime_27(float value) { ___willStayTime_27 = value; } inline static int32_t get_offset_of_willMoveTime_28() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___willMoveTime_28)); } inline float get_willMoveTime_28() const { return ___willMoveTime_28; } inline float* get_address_of_willMoveTime_28() { return &___willMoveTime_28; } inline void set_willMoveTime_28(float value) { ___willMoveTime_28 = value; } inline static int32_t get_offset_of_autoMoving_29() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___autoMoving_29)); } inline bool get_autoMoving_29() const { return ___autoMoving_29; } inline bool* get_address_of_autoMoving_29() { return &___autoMoving_29; } inline void set_autoMoving_29(bool value) { ___autoMoving_29 = value; } inline static int32_t get_offset_of_autoMovingTime_30() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___autoMovingTime_30)); } inline float get_autoMovingTime_30() const { return ___autoMovingTime_30; } inline float* get_address_of_autoMovingTime_30() { return &___autoMovingTime_30; } inline void set_autoMovingTime_30(float value) { ___autoMovingTime_30 = value; } inline static int32_t get_offset_of_autoStrategy_31() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___autoStrategy_31)); } inline bool get_autoStrategy_31() const { return ___autoStrategy_31; } inline bool* get_address_of_autoStrategy_31() { return &___autoStrategy_31; } inline void set_autoStrategy_31(bool value) { ___autoStrategy_31 = value; } inline static int32_t get_offset_of_baseDistance_32() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___baseDistance_32)); } inline float get_baseDistance_32() const { return ___baseDistance_32; } inline float* get_address_of_baseDistance_32() { return &___baseDistance_32; } inline void set_baseDistance_32(float value) { ___baseDistance_32 = value; } inline static int32_t get_offset_of_baseDistanceMoveRange_33() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___baseDistanceMoveRange_33)); } inline float get_baseDistanceMoveRange_33() const { return ___baseDistanceMoveRange_33; } inline float* get_address_of_baseDistanceMoveRange_33() { return &___baseDistanceMoveRange_33; } inline void set_baseDistanceMoveRange_33(float value) { ___baseDistanceMoveRange_33 = value; } inline static int32_t get_offset_of_curAnimIndex_34() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___curAnimIndex_34)); } inline int32_t get_curAnimIndex_34() const { return ___curAnimIndex_34; } inline int32_t* get_address_of_curAnimIndex_34() { return &___curAnimIndex_34; } inline void set_curAnimIndex_34(int32_t value) { ___curAnimIndex_34 = value; } inline static int32_t get_offset_of_idleIndexes_35() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___idleIndexes_35)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_idleIndexes_35() const { return ___idleIndexes_35; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_idleIndexes_35() { return &___idleIndexes_35; } inline void set_idleIndexes_35(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___idleIndexes_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___idleIndexes_35), (void*)value); } inline static int32_t get_offset_of_onDie_36() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___onDie_36)); } inline Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * get_onDie_36() const { return ___onDie_36; } inline Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC ** get_address_of_onDie_36() { return &___onDie_36; } inline void set_onDie_36(Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * value) { ___onDie_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDie_36), (void*)value); } }; struct Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_StaticFields { public: // System.Collections.Generic.HashSet`1 Rabbit::rabbitSet HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * ___rabbitSet_10; public: inline static int32_t get_offset_of_rabbitSet_10() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_StaticFields, ___rabbitSet_10)); } inline HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * get_rabbitSet_10() const { return ___rabbitSet_10; } inline HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 ** get_address_of_rabbitSet_10() { return &___rabbitSet_10; } inline void set_rabbitSet_10(HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * value) { ___rabbitSet_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___rabbitSet_10), (void*)value); } }; // RankView struct RankView_tE5C219F6182DB522063A069F5DC912015E58128E : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.GameObject RankView::rankListBox GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___rankListBox_6; // System.Int32 RankView::rankArea int32_t ___rankArea_7; // System.Int32 RankView::rankGameType int32_t ___rankGameType_8; // UnityEngine.Sprite[] RankView::btnTabTextures1 SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* ___btnTabTextures1_9; // UnityEngine.UI.Button[] RankView::btnTabs1 ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* ___btnTabs1_10; // UnityEngine.Sprite[] RankView::btnTabTextures SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* ___btnTabTextures_11; // UnityEngine.UI.Button[] RankView::btnTabs ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* ___btnTabs_12; public: inline static int32_t get_offset_of_rankListBox_6() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___rankListBox_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_rankListBox_6() const { return ___rankListBox_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_rankListBox_6() { return &___rankListBox_6; } inline void set_rankListBox_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___rankListBox_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___rankListBox_6), (void*)value); } inline static int32_t get_offset_of_rankArea_7() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___rankArea_7)); } inline int32_t get_rankArea_7() const { return ___rankArea_7; } inline int32_t* get_address_of_rankArea_7() { return &___rankArea_7; } inline void set_rankArea_7(int32_t value) { ___rankArea_7 = value; } inline static int32_t get_offset_of_rankGameType_8() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___rankGameType_8)); } inline int32_t get_rankGameType_8() const { return ___rankGameType_8; } inline int32_t* get_address_of_rankGameType_8() { return &___rankGameType_8; } inline void set_rankGameType_8(int32_t value) { ___rankGameType_8 = value; } inline static int32_t get_offset_of_btnTabTextures1_9() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___btnTabTextures1_9)); } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* get_btnTabTextures1_9() const { return ___btnTabTextures1_9; } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77** get_address_of_btnTabTextures1_9() { return &___btnTabTextures1_9; } inline void set_btnTabTextures1_9(SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* value) { ___btnTabTextures1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTabTextures1_9), (void*)value); } inline static int32_t get_offset_of_btnTabs1_10() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___btnTabs1_10)); } inline ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* get_btnTabs1_10() const { return ___btnTabs1_10; } inline ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B** get_address_of_btnTabs1_10() { return &___btnTabs1_10; } inline void set_btnTabs1_10(ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* value) { ___btnTabs1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTabs1_10), (void*)value); } inline static int32_t get_offset_of_btnTabTextures_11() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___btnTabTextures_11)); } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* get_btnTabTextures_11() const { return ___btnTabTextures_11; } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77** get_address_of_btnTabTextures_11() { return &___btnTabTextures_11; } inline void set_btnTabTextures_11(SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* value) { ___btnTabTextures_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTabTextures_11), (void*)value); } inline static int32_t get_offset_of_btnTabs_12() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___btnTabs_12)); } inline ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* get_btnTabs_12() const { return ___btnTabs_12; } inline ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B** get_address_of_btnTabs_12() { return &___btnTabs_12; } inline void set_btnTabs_12(ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* value) { ___btnTabs_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTabs_12), (void*)value); } }; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Boolean UnityEngine.UI.Selectable::m_EnableCalled bool ___m_EnableCalled_6; // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A ___m_Navigation_7; // UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_8; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___m_Colors_9; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E ___m_SpriteState_10; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * ___m_AnimationTriggers_11; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_12; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_TargetGraphic_13; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_14; // System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex int32_t ___m_CurrentIndex_15; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_16; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_17; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_18; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * ___m_CanvasGroupCache_19; public: inline static int32_t get_offset_of_m_EnableCalled_6() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_EnableCalled_6)); } inline bool get_m_EnableCalled_6() const { return ___m_EnableCalled_6; } inline bool* get_address_of_m_EnableCalled_6() { return &___m_EnableCalled_6; } inline void set_m_EnableCalled_6(bool value) { ___m_EnableCalled_6 = value; } inline static int32_t get_offset_of_m_Navigation_7() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Navigation_7)); } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A get_m_Navigation_7() const { return ___m_Navigation_7; } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A * get_address_of_m_Navigation_7() { return &___m_Navigation_7; } inline void set_m_Navigation_7(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A value) { ___m_Navigation_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnUp_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnDown_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnLeft_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnRight_5), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Transition_8() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Transition_8)); } inline int32_t get_m_Transition_8() const { return ___m_Transition_8; } inline int32_t* get_address_of_m_Transition_8() { return &___m_Transition_8; } inline void set_m_Transition_8(int32_t value) { ___m_Transition_8 = value; } inline static int32_t get_offset_of_m_Colors_9() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Colors_9)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_m_Colors_9() const { return ___m_Colors_9; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_m_Colors_9() { return &___m_Colors_9; } inline void set_m_Colors_9(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___m_Colors_9 = value; } inline static int32_t get_offset_of_m_SpriteState_10() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_SpriteState_10)); } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E get_m_SpriteState_10() const { return ___m_SpriteState_10; } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E * get_address_of_m_SpriteState_10() { return &___m_SpriteState_10; } inline void set_m_SpriteState_10(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E value) { ___m_SpriteState_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_HighlightedSprite_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_PressedSprite_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_SelectedSprite_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_DisabledSprite_3), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AnimationTriggers_11() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_AnimationTriggers_11)); } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * get_m_AnimationTriggers_11() const { return ___m_AnimationTriggers_11; } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 ** get_address_of_m_AnimationTriggers_11() { return &___m_AnimationTriggers_11; } inline void set_m_AnimationTriggers_11(AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * value) { ___m_AnimationTriggers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AnimationTriggers_11), (void*)value); } inline static int32_t get_offset_of_m_Interactable_12() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Interactable_12)); } inline bool get_m_Interactable_12() const { return ___m_Interactable_12; } inline bool* get_address_of_m_Interactable_12() { return &___m_Interactable_12; } inline void set_m_Interactable_12(bool value) { ___m_Interactable_12 = value; } inline static int32_t get_offset_of_m_TargetGraphic_13() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_TargetGraphic_13)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_TargetGraphic_13() const { return ___m_TargetGraphic_13; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_TargetGraphic_13() { return &___m_TargetGraphic_13; } inline void set_m_TargetGraphic_13(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_TargetGraphic_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TargetGraphic_13), (void*)value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_14() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_GroupsAllowInteraction_14)); } inline bool get_m_GroupsAllowInteraction_14() const { return ___m_GroupsAllowInteraction_14; } inline bool* get_address_of_m_GroupsAllowInteraction_14() { return &___m_GroupsAllowInteraction_14; } inline void set_m_GroupsAllowInteraction_14(bool value) { ___m_GroupsAllowInteraction_14 = value; } inline static int32_t get_offset_of_m_CurrentIndex_15() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CurrentIndex_15)); } inline int32_t get_m_CurrentIndex_15() const { return ___m_CurrentIndex_15; } inline int32_t* get_address_of_m_CurrentIndex_15() { return &___m_CurrentIndex_15; } inline void set_m_CurrentIndex_15(int32_t value) { ___m_CurrentIndex_15 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_16() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerInsideU3Ek__BackingField_16)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_16() const { return ___U3CisPointerInsideU3Ek__BackingField_16; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_16() { return &___U3CisPointerInsideU3Ek__BackingField_16; } inline void set_U3CisPointerInsideU3Ek__BackingField_16(bool value) { ___U3CisPointerInsideU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_17() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerDownU3Ek__BackingField_17)); } inline bool get_U3CisPointerDownU3Ek__BackingField_17() const { return ___U3CisPointerDownU3Ek__BackingField_17; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_17() { return &___U3CisPointerDownU3Ek__BackingField_17; } inline void set_U3CisPointerDownU3Ek__BackingField_17(bool value) { ___U3CisPointerDownU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_18() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3ChasSelectionU3Ek__BackingField_18)); } inline bool get_U3ChasSelectionU3Ek__BackingField_18() const { return ___U3ChasSelectionU3Ek__BackingField_18; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_18() { return &___U3ChasSelectionU3Ek__BackingField_18; } inline void set_U3ChasSelectionU3Ek__BackingField_18(bool value) { ___U3ChasSelectionU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_19() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CanvasGroupCache_19)); } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * get_m_CanvasGroupCache_19() const { return ___m_CanvasGroupCache_19; } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D ** get_address_of_m_CanvasGroupCache_19() { return &___m_CanvasGroupCache_19; } inline void set_m_CanvasGroupCache_19(List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * value) { ___m_CanvasGroupCache_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasGroupCache_19), (void*)value); } }; struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields { public: // UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* ___s_Selectables_4; // System.Int32 UnityEngine.UI.Selectable::s_SelectableCount int32_t ___s_SelectableCount_5; public: inline static int32_t get_offset_of_s_Selectables_4() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_Selectables_4)); } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* get_s_Selectables_4() const { return ___s_Selectables_4; } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535** get_address_of_s_Selectables_4() { return &___s_Selectables_4; } inline void set_s_Selectables_4(SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* value) { ___s_Selectables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Selectables_4), (void*)value); } inline static int32_t get_offset_of_s_SelectableCount_5() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_SelectableCount_5)); } inline int32_t get_s_SelectableCount_5() const { return ___s_SelectableCount_5; } inline int32_t* get_address_of_s_SelectableCount_5() { return &___s_SelectableCount_5; } inline void set_s_SelectableCount_5(int32_t value) { ___s_SelectableCount_5 = value; } }; // SocketPlayer struct SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 : public SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 { public: // System.Action SocketPlayer::onRoomReadyComplete Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onRoomReadyComplete_9; // System.Action`2 SocketPlayer::onReceivePKGameData Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * ___onReceivePKGameData_10; // System.Boolean SocketPlayer::isGameOver bool ___isGameOver_11; public: inline static int32_t get_offset_of_onRoomReadyComplete_9() { return static_cast(offsetof(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29, ___onRoomReadyComplete_9)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onRoomReadyComplete_9() const { return ___onRoomReadyComplete_9; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onRoomReadyComplete_9() { return &___onRoomReadyComplete_9; } inline void set_onRoomReadyComplete_9(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onRoomReadyComplete_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onRoomReadyComplete_9), (void*)value); } inline static int32_t get_offset_of_onReceivePKGameData_10() { return static_cast(offsetof(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29, ___onReceivePKGameData_10)); } inline Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * get_onReceivePKGameData_10() const { return ___onReceivePKGameData_10; } inline Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 ** get_address_of_onReceivePKGameData_10() { return &___onReceivePKGameData_10; } inline void set_onReceivePKGameData_10(Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * value) { ___onReceivePKGameData_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___onReceivePKGameData_10), (void*)value); } inline static int32_t get_offset_of_isGameOver_11() { return static_cast(offsetof(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29, ___isGameOver_11)); } inline bool get_isGameOver_11() const { return ___isGameOver_11; } inline bool* get_address_of_isGameOver_11() { return &___isGameOver_11; } inline void set_isGameOver_11(bool value) { ___isGameOver_11 = value; } }; struct SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_StaticFields { public: // SocketPlayer SocketPlayer::ins SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * ___ins_8; public: inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_StaticFields, ___ins_8)); } inline SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * get_ins_8() const { return ___ins_8; } inline SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (void*)value); } }; // 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); } }; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.TouchScreenKeyboard UnityEngine.UI.InputField::m_Keyboard TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * ___m_Keyboard_20; // UnityEngine.UI.Text UnityEngine.UI.InputField::m_TextComponent Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___m_TextComponent_22; // UnityEngine.UI.Graphic UnityEngine.UI.InputField::m_Placeholder Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_Placeholder_23; // UnityEngine.UI.InputField/ContentType UnityEngine.UI.InputField::m_ContentType int32_t ___m_ContentType_24; // UnityEngine.UI.InputField/InputType UnityEngine.UI.InputField::m_InputType int32_t ___m_InputType_25; // System.Char UnityEngine.UI.InputField::m_AsteriskChar Il2CppChar ___m_AsteriskChar_26; // UnityEngine.TouchScreenKeyboardType UnityEngine.UI.InputField::m_KeyboardType int32_t ___m_KeyboardType_27; // UnityEngine.UI.InputField/LineType UnityEngine.UI.InputField::m_LineType int32_t ___m_LineType_28; // System.Boolean UnityEngine.UI.InputField::m_HideMobileInput bool ___m_HideMobileInput_29; // UnityEngine.UI.InputField/CharacterValidation UnityEngine.UI.InputField::m_CharacterValidation int32_t ___m_CharacterValidation_30; // System.Int32 UnityEngine.UI.InputField::m_CharacterLimit int32_t ___m_CharacterLimit_31; // UnityEngine.UI.InputField/EndEditEvent UnityEngine.UI.InputField::m_OnEndEdit EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * ___m_OnEndEdit_32; // UnityEngine.UI.InputField/SubmitEvent UnityEngine.UI.InputField::m_OnSubmit SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * ___m_OnSubmit_33; // UnityEngine.UI.InputField/OnChangeEvent UnityEngine.UI.InputField::m_OnValueChanged OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * ___m_OnValueChanged_34; // UnityEngine.UI.InputField/OnValidateInput UnityEngine.UI.InputField::m_OnValidateInput OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * ___m_OnValidateInput_35; // UnityEngine.Color UnityEngine.UI.InputField::m_CaretColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_CaretColor_36; // System.Boolean UnityEngine.UI.InputField::m_CustomCaretColor bool ___m_CustomCaretColor_37; // UnityEngine.Color UnityEngine.UI.InputField::m_SelectionColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectionColor_38; // System.String UnityEngine.UI.InputField::m_Text String_t* ___m_Text_39; // System.Single UnityEngine.UI.InputField::m_CaretBlinkRate float ___m_CaretBlinkRate_40; // System.Int32 UnityEngine.UI.InputField::m_CaretWidth int32_t ___m_CaretWidth_41; // System.Boolean UnityEngine.UI.InputField::m_ReadOnly bool ___m_ReadOnly_42; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateOnSelect bool ___m_ShouldActivateOnSelect_43; // System.Int32 UnityEngine.UI.InputField::m_CaretPosition int32_t ___m_CaretPosition_44; // System.Int32 UnityEngine.UI.InputField::m_CaretSelectPosition int32_t ___m_CaretSelectPosition_45; // UnityEngine.RectTransform UnityEngine.UI.InputField::caretRectTrans RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___caretRectTrans_46; // UnityEngine.UIVertex[] UnityEngine.UI.InputField::m_CursorVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_CursorVerts_47; // UnityEngine.TextGenerator UnityEngine.UI.InputField::m_InputTextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_InputTextCache_48; // UnityEngine.CanvasRenderer UnityEngine.UI.InputField::m_CachedInputRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CachedInputRenderer_49; // System.Boolean UnityEngine.UI.InputField::m_PreventFontCallback bool ___m_PreventFontCallback_50; // UnityEngine.Mesh UnityEngine.UI.InputField::m_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_Mesh_51; // System.Boolean UnityEngine.UI.InputField::m_AllowInput bool ___m_AllowInput_52; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateNextUpdate bool ___m_ShouldActivateNextUpdate_53; // System.Boolean UnityEngine.UI.InputField::m_UpdateDrag bool ___m_UpdateDrag_54; // System.Boolean UnityEngine.UI.InputField::m_DragPositionOutOfBounds bool ___m_DragPositionOutOfBounds_55; // System.Boolean UnityEngine.UI.InputField::m_CaretVisible bool ___m_CaretVisible_58; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_BlinkCoroutine Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___m_BlinkCoroutine_59; // System.Single UnityEngine.UI.InputField::m_BlinkStartTime float ___m_BlinkStartTime_60; // System.Int32 UnityEngine.UI.InputField::m_DrawStart int32_t ___m_DrawStart_61; // System.Int32 UnityEngine.UI.InputField::m_DrawEnd int32_t ___m_DrawEnd_62; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_DragCoroutine Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___m_DragCoroutine_63; // System.String UnityEngine.UI.InputField::m_OriginalText String_t* ___m_OriginalText_64; // System.Boolean UnityEngine.UI.InputField::m_WasCanceled bool ___m_WasCanceled_65; // System.Boolean UnityEngine.UI.InputField::m_HasDoneFocusTransition bool ___m_HasDoneFocusTransition_66; // UnityEngine.WaitForSecondsRealtime UnityEngine.UI.InputField::m_WaitForSecondsRealtime WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * ___m_WaitForSecondsRealtime_67; // System.Boolean UnityEngine.UI.InputField::m_TouchKeyboardAllowsInPlaceEditing bool ___m_TouchKeyboardAllowsInPlaceEditing_68; // UnityEngine.Event UnityEngine.UI.InputField::m_ProcessingEvent Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___m_ProcessingEvent_70; public: inline static int32_t get_offset_of_m_Keyboard_20() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Keyboard_20)); } inline TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * get_m_Keyboard_20() const { return ___m_Keyboard_20; } inline TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E ** get_address_of_m_Keyboard_20() { return &___m_Keyboard_20; } inline void set_m_Keyboard_20(TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * value) { ___m_Keyboard_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Keyboard_20), (void*)value); } inline static int32_t get_offset_of_m_TextComponent_22() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_TextComponent_22)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_m_TextComponent_22() const { return ___m_TextComponent_22; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_m_TextComponent_22() { return &___m_TextComponent_22; } inline void set_m_TextComponent_22(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___m_TextComponent_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextComponent_22), (void*)value); } inline static int32_t get_offset_of_m_Placeholder_23() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Placeholder_23)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_Placeholder_23() const { return ___m_Placeholder_23; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_Placeholder_23() { return &___m_Placeholder_23; } inline void set_m_Placeholder_23(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_Placeholder_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Placeholder_23), (void*)value); } inline static int32_t get_offset_of_m_ContentType_24() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ContentType_24)); } inline int32_t get_m_ContentType_24() const { return ___m_ContentType_24; } inline int32_t* get_address_of_m_ContentType_24() { return &___m_ContentType_24; } inline void set_m_ContentType_24(int32_t value) { ___m_ContentType_24 = value; } inline static int32_t get_offset_of_m_InputType_25() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_InputType_25)); } inline int32_t get_m_InputType_25() const { return ___m_InputType_25; } inline int32_t* get_address_of_m_InputType_25() { return &___m_InputType_25; } inline void set_m_InputType_25(int32_t value) { ___m_InputType_25 = value; } inline static int32_t get_offset_of_m_AsteriskChar_26() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_AsteriskChar_26)); } inline Il2CppChar get_m_AsteriskChar_26() const { return ___m_AsteriskChar_26; } inline Il2CppChar* get_address_of_m_AsteriskChar_26() { return &___m_AsteriskChar_26; } inline void set_m_AsteriskChar_26(Il2CppChar value) { ___m_AsteriskChar_26 = value; } inline static int32_t get_offset_of_m_KeyboardType_27() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_KeyboardType_27)); } inline int32_t get_m_KeyboardType_27() const { return ___m_KeyboardType_27; } inline int32_t* get_address_of_m_KeyboardType_27() { return &___m_KeyboardType_27; } inline void set_m_KeyboardType_27(int32_t value) { ___m_KeyboardType_27 = value; } inline static int32_t get_offset_of_m_LineType_28() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_LineType_28)); } inline int32_t get_m_LineType_28() const { return ___m_LineType_28; } inline int32_t* get_address_of_m_LineType_28() { return &___m_LineType_28; } inline void set_m_LineType_28(int32_t value) { ___m_LineType_28 = value; } inline static int32_t get_offset_of_m_HideMobileInput_29() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_HideMobileInput_29)); } inline bool get_m_HideMobileInput_29() const { return ___m_HideMobileInput_29; } inline bool* get_address_of_m_HideMobileInput_29() { return &___m_HideMobileInput_29; } inline void set_m_HideMobileInput_29(bool value) { ___m_HideMobileInput_29 = value; } inline static int32_t get_offset_of_m_CharacterValidation_30() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CharacterValidation_30)); } inline int32_t get_m_CharacterValidation_30() const { return ___m_CharacterValidation_30; } inline int32_t* get_address_of_m_CharacterValidation_30() { return &___m_CharacterValidation_30; } inline void set_m_CharacterValidation_30(int32_t value) { ___m_CharacterValidation_30 = value; } inline static int32_t get_offset_of_m_CharacterLimit_31() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CharacterLimit_31)); } inline int32_t get_m_CharacterLimit_31() const { return ___m_CharacterLimit_31; } inline int32_t* get_address_of_m_CharacterLimit_31() { return &___m_CharacterLimit_31; } inline void set_m_CharacterLimit_31(int32_t value) { ___m_CharacterLimit_31 = value; } inline static int32_t get_offset_of_m_OnEndEdit_32() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnEndEdit_32)); } inline EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * get_m_OnEndEdit_32() const { return ___m_OnEndEdit_32; } inline EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D ** get_address_of_m_OnEndEdit_32() { return &___m_OnEndEdit_32; } inline void set_m_OnEndEdit_32(EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * value) { ___m_OnEndEdit_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnEndEdit_32), (void*)value); } inline static int32_t get_offset_of_m_OnSubmit_33() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnSubmit_33)); } inline SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * get_m_OnSubmit_33() const { return ___m_OnSubmit_33; } inline SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 ** get_address_of_m_OnSubmit_33() { return &___m_OnSubmit_33; } inline void set_m_OnSubmit_33(SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * value) { ___m_OnSubmit_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnSubmit_33), (void*)value); } inline static int32_t get_offset_of_m_OnValueChanged_34() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnValueChanged_34)); } inline OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * get_m_OnValueChanged_34() const { return ___m_OnValueChanged_34; } inline OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 ** get_address_of_m_OnValueChanged_34() { return &___m_OnValueChanged_34; } inline void set_m_OnValueChanged_34(OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * value) { ___m_OnValueChanged_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_34), (void*)value); } inline static int32_t get_offset_of_m_OnValidateInput_35() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnValidateInput_35)); } inline OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * get_m_OnValidateInput_35() const { return ___m_OnValidateInput_35; } inline OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F ** get_address_of_m_OnValidateInput_35() { return &___m_OnValidateInput_35; } inline void set_m_OnValidateInput_35(OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * value) { ___m_OnValidateInput_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValidateInput_35), (void*)value); } inline static int32_t get_offset_of_m_CaretColor_36() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretColor_36)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_CaretColor_36() const { return ___m_CaretColor_36; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_CaretColor_36() { return &___m_CaretColor_36; } inline void set_m_CaretColor_36(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_CaretColor_36 = value; } inline static int32_t get_offset_of_m_CustomCaretColor_37() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CustomCaretColor_37)); } inline bool get_m_CustomCaretColor_37() const { return ___m_CustomCaretColor_37; } inline bool* get_address_of_m_CustomCaretColor_37() { return &___m_CustomCaretColor_37; } inline void set_m_CustomCaretColor_37(bool value) { ___m_CustomCaretColor_37 = value; } inline static int32_t get_offset_of_m_SelectionColor_38() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_SelectionColor_38)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectionColor_38() const { return ___m_SelectionColor_38; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectionColor_38() { return &___m_SelectionColor_38; } inline void set_m_SelectionColor_38(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectionColor_38 = value; } inline static int32_t get_offset_of_m_Text_39() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Text_39)); } inline String_t* get_m_Text_39() const { return ___m_Text_39; } inline String_t** get_address_of_m_Text_39() { return &___m_Text_39; } inline void set_m_Text_39(String_t* value) { ___m_Text_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_39), (void*)value); } inline static int32_t get_offset_of_m_CaretBlinkRate_40() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretBlinkRate_40)); } inline float get_m_CaretBlinkRate_40() const { return ___m_CaretBlinkRate_40; } inline float* get_address_of_m_CaretBlinkRate_40() { return &___m_CaretBlinkRate_40; } inline void set_m_CaretBlinkRate_40(float value) { ___m_CaretBlinkRate_40 = value; } inline static int32_t get_offset_of_m_CaretWidth_41() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretWidth_41)); } inline int32_t get_m_CaretWidth_41() const { return ___m_CaretWidth_41; } inline int32_t* get_address_of_m_CaretWidth_41() { return &___m_CaretWidth_41; } inline void set_m_CaretWidth_41(int32_t value) { ___m_CaretWidth_41 = value; } inline static int32_t get_offset_of_m_ReadOnly_42() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ReadOnly_42)); } inline bool get_m_ReadOnly_42() const { return ___m_ReadOnly_42; } inline bool* get_address_of_m_ReadOnly_42() { return &___m_ReadOnly_42; } inline void set_m_ReadOnly_42(bool value) { ___m_ReadOnly_42 = value; } inline static int32_t get_offset_of_m_ShouldActivateOnSelect_43() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ShouldActivateOnSelect_43)); } inline bool get_m_ShouldActivateOnSelect_43() const { return ___m_ShouldActivateOnSelect_43; } inline bool* get_address_of_m_ShouldActivateOnSelect_43() { return &___m_ShouldActivateOnSelect_43; } inline void set_m_ShouldActivateOnSelect_43(bool value) { ___m_ShouldActivateOnSelect_43 = value; } inline static int32_t get_offset_of_m_CaretPosition_44() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretPosition_44)); } inline int32_t get_m_CaretPosition_44() const { return ___m_CaretPosition_44; } inline int32_t* get_address_of_m_CaretPosition_44() { return &___m_CaretPosition_44; } inline void set_m_CaretPosition_44(int32_t value) { ___m_CaretPosition_44 = value; } inline static int32_t get_offset_of_m_CaretSelectPosition_45() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretSelectPosition_45)); } inline int32_t get_m_CaretSelectPosition_45() const { return ___m_CaretSelectPosition_45; } inline int32_t* get_address_of_m_CaretSelectPosition_45() { return &___m_CaretSelectPosition_45; } inline void set_m_CaretSelectPosition_45(int32_t value) { ___m_CaretSelectPosition_45 = value; } inline static int32_t get_offset_of_caretRectTrans_46() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___caretRectTrans_46)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_caretRectTrans_46() const { return ___caretRectTrans_46; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_caretRectTrans_46() { return &___caretRectTrans_46; } inline void set_caretRectTrans_46(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___caretRectTrans_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___caretRectTrans_46), (void*)value); } inline static int32_t get_offset_of_m_CursorVerts_47() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CursorVerts_47)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_CursorVerts_47() const { return ___m_CursorVerts_47; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_CursorVerts_47() { return &___m_CursorVerts_47; } inline void set_m_CursorVerts_47(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_CursorVerts_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CursorVerts_47), (void*)value); } inline static int32_t get_offset_of_m_InputTextCache_48() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_InputTextCache_48)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_InputTextCache_48() const { return ___m_InputTextCache_48; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_InputTextCache_48() { return &___m_InputTextCache_48; } inline void set_m_InputTextCache_48(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_InputTextCache_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InputTextCache_48), (void*)value); } inline static int32_t get_offset_of_m_CachedInputRenderer_49() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CachedInputRenderer_49)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CachedInputRenderer_49() const { return ___m_CachedInputRenderer_49; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CachedInputRenderer_49() { return &___m_CachedInputRenderer_49; } inline void set_m_CachedInputRenderer_49(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CachedInputRenderer_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedInputRenderer_49), (void*)value); } inline static int32_t get_offset_of_m_PreventFontCallback_50() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_PreventFontCallback_50)); } inline bool get_m_PreventFontCallback_50() const { return ___m_PreventFontCallback_50; } inline bool* get_address_of_m_PreventFontCallback_50() { return &___m_PreventFontCallback_50; } inline void set_m_PreventFontCallback_50(bool value) { ___m_PreventFontCallback_50 = value; } inline static int32_t get_offset_of_m_Mesh_51() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Mesh_51)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_Mesh_51() const { return ___m_Mesh_51; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_Mesh_51() { return &___m_Mesh_51; } inline void set_m_Mesh_51(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_Mesh_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Mesh_51), (void*)value); } inline static int32_t get_offset_of_m_AllowInput_52() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_AllowInput_52)); } inline bool get_m_AllowInput_52() const { return ___m_AllowInput_52; } inline bool* get_address_of_m_AllowInput_52() { return &___m_AllowInput_52; } inline void set_m_AllowInput_52(bool value) { ___m_AllowInput_52 = value; } inline static int32_t get_offset_of_m_ShouldActivateNextUpdate_53() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ShouldActivateNextUpdate_53)); } inline bool get_m_ShouldActivateNextUpdate_53() const { return ___m_ShouldActivateNextUpdate_53; } inline bool* get_address_of_m_ShouldActivateNextUpdate_53() { return &___m_ShouldActivateNextUpdate_53; } inline void set_m_ShouldActivateNextUpdate_53(bool value) { ___m_ShouldActivateNextUpdate_53 = value; } inline static int32_t get_offset_of_m_UpdateDrag_54() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_UpdateDrag_54)); } inline bool get_m_UpdateDrag_54() const { return ___m_UpdateDrag_54; } inline bool* get_address_of_m_UpdateDrag_54() { return &___m_UpdateDrag_54; } inline void set_m_UpdateDrag_54(bool value) { ___m_UpdateDrag_54 = value; } inline static int32_t get_offset_of_m_DragPositionOutOfBounds_55() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DragPositionOutOfBounds_55)); } inline bool get_m_DragPositionOutOfBounds_55() const { return ___m_DragPositionOutOfBounds_55; } inline bool* get_address_of_m_DragPositionOutOfBounds_55() { return &___m_DragPositionOutOfBounds_55; } inline void set_m_DragPositionOutOfBounds_55(bool value) { ___m_DragPositionOutOfBounds_55 = value; } inline static int32_t get_offset_of_m_CaretVisible_58() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretVisible_58)); } inline bool get_m_CaretVisible_58() const { return ___m_CaretVisible_58; } inline bool* get_address_of_m_CaretVisible_58() { return &___m_CaretVisible_58; } inline void set_m_CaretVisible_58(bool value) { ___m_CaretVisible_58 = value; } inline static int32_t get_offset_of_m_BlinkCoroutine_59() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_BlinkCoroutine_59)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_m_BlinkCoroutine_59() const { return ___m_BlinkCoroutine_59; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_m_BlinkCoroutine_59() { return &___m_BlinkCoroutine_59; } inline void set_m_BlinkCoroutine_59(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___m_BlinkCoroutine_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BlinkCoroutine_59), (void*)value); } inline static int32_t get_offset_of_m_BlinkStartTime_60() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_BlinkStartTime_60)); } inline float get_m_BlinkStartTime_60() const { return ___m_BlinkStartTime_60; } inline float* get_address_of_m_BlinkStartTime_60() { return &___m_BlinkStartTime_60; } inline void set_m_BlinkStartTime_60(float value) { ___m_BlinkStartTime_60 = value; } inline static int32_t get_offset_of_m_DrawStart_61() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DrawStart_61)); } inline int32_t get_m_DrawStart_61() const { return ___m_DrawStart_61; } inline int32_t* get_address_of_m_DrawStart_61() { return &___m_DrawStart_61; } inline void set_m_DrawStart_61(int32_t value) { ___m_DrawStart_61 = value; } inline static int32_t get_offset_of_m_DrawEnd_62() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DrawEnd_62)); } inline int32_t get_m_DrawEnd_62() const { return ___m_DrawEnd_62; } inline int32_t* get_address_of_m_DrawEnd_62() { return &___m_DrawEnd_62; } inline void set_m_DrawEnd_62(int32_t value) { ___m_DrawEnd_62 = value; } inline static int32_t get_offset_of_m_DragCoroutine_63() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DragCoroutine_63)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_m_DragCoroutine_63() const { return ___m_DragCoroutine_63; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_m_DragCoroutine_63() { return &___m_DragCoroutine_63; } inline void set_m_DragCoroutine_63(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___m_DragCoroutine_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DragCoroutine_63), (void*)value); } inline static int32_t get_offset_of_m_OriginalText_64() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OriginalText_64)); } inline String_t* get_m_OriginalText_64() const { return ___m_OriginalText_64; } inline String_t** get_address_of_m_OriginalText_64() { return &___m_OriginalText_64; } inline void set_m_OriginalText_64(String_t* value) { ___m_OriginalText_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OriginalText_64), (void*)value); } inline static int32_t get_offset_of_m_WasCanceled_65() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_WasCanceled_65)); } inline bool get_m_WasCanceled_65() const { return ___m_WasCanceled_65; } inline bool* get_address_of_m_WasCanceled_65() { return &___m_WasCanceled_65; } inline void set_m_WasCanceled_65(bool value) { ___m_WasCanceled_65 = value; } inline static int32_t get_offset_of_m_HasDoneFocusTransition_66() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_HasDoneFocusTransition_66)); } inline bool get_m_HasDoneFocusTransition_66() const { return ___m_HasDoneFocusTransition_66; } inline bool* get_address_of_m_HasDoneFocusTransition_66() { return &___m_HasDoneFocusTransition_66; } inline void set_m_HasDoneFocusTransition_66(bool value) { ___m_HasDoneFocusTransition_66 = value; } inline static int32_t get_offset_of_m_WaitForSecondsRealtime_67() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_WaitForSecondsRealtime_67)); } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * get_m_WaitForSecondsRealtime_67() const { return ___m_WaitForSecondsRealtime_67; } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 ** get_address_of_m_WaitForSecondsRealtime_67() { return &___m_WaitForSecondsRealtime_67; } inline void set_m_WaitForSecondsRealtime_67(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * value) { ___m_WaitForSecondsRealtime_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaitForSecondsRealtime_67), (void*)value); } inline static int32_t get_offset_of_m_TouchKeyboardAllowsInPlaceEditing_68() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_TouchKeyboardAllowsInPlaceEditing_68)); } inline bool get_m_TouchKeyboardAllowsInPlaceEditing_68() const { return ___m_TouchKeyboardAllowsInPlaceEditing_68; } inline bool* get_address_of_m_TouchKeyboardAllowsInPlaceEditing_68() { return &___m_TouchKeyboardAllowsInPlaceEditing_68; } inline void set_m_TouchKeyboardAllowsInPlaceEditing_68(bool value) { ___m_TouchKeyboardAllowsInPlaceEditing_68 = value; } inline static int32_t get_offset_of_m_ProcessingEvent_70() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ProcessingEvent_70)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_m_ProcessingEvent_70() const { return ___m_ProcessingEvent_70; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_m_ProcessingEvent_70() { return &___m_ProcessingEvent_70; } inline void set_m_ProcessingEvent_70(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___m_ProcessingEvent_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ProcessingEvent_70), (void*)value); } }; struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_StaticFields { public: // System.Char[] UnityEngine.UI.InputField::kSeparators CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___kSeparators_21; public: inline static int32_t get_offset_of_kSeparators_21() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_StaticFields, ___kSeparators_21)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_kSeparators_21() const { return ___kSeparators_21; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_kSeparators_21() { return &___kSeparators_21; } inline void set_kSeparators_21(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___kSeparators_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___kSeparators_21), (void*)value); } }; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE : public Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_26; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_MaskMaterial_27; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * ___m_ParentMask_28; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_29; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic bool ___m_IsMaskingGraphic_30; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_31; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * ___m_OnCullStateChanged_32; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_33; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_34; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_Corners_35; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_26() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculateStencil_26)); } inline bool get_m_ShouldRecalculateStencil_26() const { return ___m_ShouldRecalculateStencil_26; } inline bool* get_address_of_m_ShouldRecalculateStencil_26() { return &___m_ShouldRecalculateStencil_26; } inline void set_m_ShouldRecalculateStencil_26(bool value) { ___m_ShouldRecalculateStencil_26 = value; } inline static int32_t get_offset_of_m_MaskMaterial_27() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_MaskMaterial_27)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_MaskMaterial_27() const { return ___m_MaskMaterial_27; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_MaskMaterial_27() { return &___m_MaskMaterial_27; } inline void set_m_MaskMaterial_27(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_MaskMaterial_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MaskMaterial_27), (void*)value); } inline static int32_t get_offset_of_m_ParentMask_28() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ParentMask_28)); } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * get_m_ParentMask_28() const { return ___m_ParentMask_28; } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 ** get_address_of_m_ParentMask_28() { return &___m_ParentMask_28; } inline void set_m_ParentMask_28(RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * value) { ___m_ParentMask_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParentMask_28), (void*)value); } inline static int32_t get_offset_of_m_Maskable_29() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Maskable_29)); } inline bool get_m_Maskable_29() const { return ___m_Maskable_29; } inline bool* get_address_of_m_Maskable_29() { return &___m_Maskable_29; } inline void set_m_Maskable_29(bool value) { ___m_Maskable_29 = value; } inline static int32_t get_offset_of_m_IsMaskingGraphic_30() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IsMaskingGraphic_30)); } inline bool get_m_IsMaskingGraphic_30() const { return ___m_IsMaskingGraphic_30; } inline bool* get_address_of_m_IsMaskingGraphic_30() { return &___m_IsMaskingGraphic_30; } inline void set_m_IsMaskingGraphic_30(bool value) { ___m_IsMaskingGraphic_30 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_31() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IncludeForMasking_31)); } inline bool get_m_IncludeForMasking_31() const { return ___m_IncludeForMasking_31; } inline bool* get_address_of_m_IncludeForMasking_31() { return &___m_IncludeForMasking_31; } inline void set_m_IncludeForMasking_31(bool value) { ___m_IncludeForMasking_31 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_32() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_OnCullStateChanged_32)); } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * get_m_OnCullStateChanged_32() const { return ___m_OnCullStateChanged_32; } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 ** get_address_of_m_OnCullStateChanged_32() { return &___m_OnCullStateChanged_32; } inline void set_m_OnCullStateChanged_32(CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * value) { ___m_OnCullStateChanged_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnCullStateChanged_32), (void*)value); } inline static int32_t get_offset_of_m_ShouldRecalculate_33() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculate_33)); } inline bool get_m_ShouldRecalculate_33() const { return ___m_ShouldRecalculate_33; } inline bool* get_address_of_m_ShouldRecalculate_33() { return &___m_ShouldRecalculate_33; } inline void set_m_ShouldRecalculate_33(bool value) { ___m_ShouldRecalculate_33 = value; } inline static int32_t get_offset_of_m_StencilValue_34() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_StencilValue_34)); } inline int32_t get_m_StencilValue_34() const { return ___m_StencilValue_34; } inline int32_t* get_address_of_m_StencilValue_34() { return &___m_StencilValue_34; } inline void set_m_StencilValue_34(int32_t value) { ___m_StencilValue_34 = value; } inline static int32_t get_offset_of_m_Corners_35() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Corners_35)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_Corners_35() const { return ___m_Corners_35; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_Corners_35() { return &___m_Corners_35; } inline void set_m_Corners_35(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_Corners_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_35), (void*)value); } }; // UnityEngine.UI.Toggle struct Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.UI.Toggle/ToggleTransition UnityEngine.UI.Toggle::toggleTransition int32_t ___toggleTransition_20; // UnityEngine.UI.Graphic UnityEngine.UI.Toggle::graphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___graphic_21; // UnityEngine.UI.ToggleGroup UnityEngine.UI.Toggle::m_Group ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95 * ___m_Group_22; // UnityEngine.UI.Toggle/ToggleEvent UnityEngine.UI.Toggle::onValueChanged ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075 * ___onValueChanged_23; // System.Boolean UnityEngine.UI.Toggle::m_IsOn bool ___m_IsOn_24; public: inline static int32_t get_offset_of_toggleTransition_20() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___toggleTransition_20)); } inline int32_t get_toggleTransition_20() const { return ___toggleTransition_20; } inline int32_t* get_address_of_toggleTransition_20() { return &___toggleTransition_20; } inline void set_toggleTransition_20(int32_t value) { ___toggleTransition_20 = value; } inline static int32_t get_offset_of_graphic_21() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___graphic_21)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_graphic_21() const { return ___graphic_21; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_graphic_21() { return &___graphic_21; } inline void set_graphic_21(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___graphic_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___graphic_21), (void*)value); } inline static int32_t get_offset_of_m_Group_22() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___m_Group_22)); } inline ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95 * get_m_Group_22() const { return ___m_Group_22; } inline ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95 ** get_address_of_m_Group_22() { return &___m_Group_22; } inline void set_m_Group_22(ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95 * value) { ___m_Group_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Group_22), (void*)value); } inline static int32_t get_offset_of_onValueChanged_23() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___onValueChanged_23)); } inline ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075 * get_onValueChanged_23() const { return ___onValueChanged_23; } inline ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075 ** get_address_of_onValueChanged_23() { return &___onValueChanged_23; } inline void set_onValueChanged_23(ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075 * value) { ___onValueChanged_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___onValueChanged_23), (void*)value); } inline static int32_t get_offset_of_m_IsOn_24() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___m_IsOn_24)); } inline bool get_m_IsOn_24() const { return ___m_IsOn_24; } inline bool* get_address_of_m_IsOn_24() { return &___m_IsOn_24; } inline void set_m_IsOn_24(bool value) { ___m_IsOn_24 = 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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); } }; // UnityEngine.Collider[] struct ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486 : public RuntimeArray { public: ALIGN_FIELD (8) Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * m_Items[1]; public: inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** 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, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.RaycastHit[] struct RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09 : public RuntimeArray { public: ALIGN_FIELD (8) RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 m_Items[1]; public: inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * 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, RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 value) { m_Items[index] = 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.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.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; } }; // UnityEngine.Mesh[] struct MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8 : public RuntimeArray { public: ALIGN_FIELD (8) Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * m_Items[1]; public: inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E m_Items[1]; public: inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { m_Items[index] = value; } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 m_Items[1]; public: inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * 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, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_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, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // UnityEngine.Material[] struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492 : public RuntimeArray { public: ALIGN_FIELD (8) Material_t8927C00353A72755313F046D0CE85178AE8218EE * m_Items[1]; public: inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** 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, Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Material_t8927C00353A72755313F046D0CE85178AE8218EE * 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.UI.Button[] struct ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B : public RuntimeArray { public: ALIGN_FIELD (8) Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * m_Items[1]; public: inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** 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, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Sprite[] struct SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77 : public RuntimeArray { public: ALIGN_FIELD (8) Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * m_Items[1]; public: inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** 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, Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B : public RuntimeArray { public: ALIGN_FIELD (8) GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * m_Items[1]; public: inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.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); } }; // !!0 UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mAA2FFFC084F845E770473201F3F4DD6805F0F3FE_gshared (Action_2_t0E8CFD7D8A4393070552ED14F07C6D3B5AD0ED57 * __this, RuntimeObject * ___arg10, int32_t ___arg21, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, 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::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, 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.Int32 System.Collections.Generic.HashSet`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_gshared_inline (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared (String_t* ___path0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared (RuntimeObject * ___original0, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_gshared (ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 * __this, float ___item10, float ___item21, const RuntimeMethod* method); // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // !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 JCUnityLib.Singleton`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1__ctor_mFBCA8662AE05E456B27764B25D98C967DE677592_gshared (Singleton_1_t071853BF0705B5B5B8F435CF6F7E4AE60E60507D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.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); // !0 JCUnityLib.ViewManager`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ViewManager_1_get_Instance_mDDFA9B6B6B06ACF449DE7D293C43C6B815BA5A0C_gshared (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.Int32 System.Array::IndexOf(!!0[],!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_mBA88963C07F924406E8012B432FC74CD5216B562_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Linq.Enumerable::ToDictionary(System.Collections.Generic.IEnumerable`1,System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * Enumerable_ToDictionary_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_mDA6A7F2B6E8A2386EFDE5C9A39390756ED6B6049_gshared (RuntimeObject* ___source0, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___keySelector1, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___elementSelector2, const RuntimeMethod* method); // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m835B09DAA0CE411E6169309E1123C1AE953BCC79_gshared (Func_3_tED78E0AEA4BB92B98B5E454432C4D8D74C3EB014 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3__ctor_m2C9082E7979FF084723BC9078175D8F984DCA7BD_gshared (Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // 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 UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_mDACAB67F7E76FF788C30CA0E51BF3274666F951E_gshared (UnityAction_1_t00EE92422CBB066CEAB95CDDBF901E2967EC7B1A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_mCB985906426A738046B3F5E3F98FF4049E9DE117_gshared (UnityEvent_1_t32063FE815890FF672DF76288FAC4ABE089B899F * __this, UnityAction_1_t00EE92422CBB066CEAB95CDDBF901E2967EC7B1A * ___call0, 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.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mC14E24B188C6C29726CFCBC0E98734C95A1F6F7F_gshared (Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponentInParent_TisRuntimeObject_mDA87875B1847A0CF7559CC7DCB6BE79AC7D0E9E8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_3__ctor_m6F571E94FB3E5F96CB7BD270FAC2705B9633916C_gshared (UnityAction_3_t4387B319BE948605FD572149CCD6F36C56BE3239 * __this, RuntimeObject * ___object0, intptr_t ___method1, 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); // System.Void PropConfig::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropConfig__ctor_mA3418036A483AC6BD2CC6AA3EA45580A54F57FA5 (PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 * __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); // !!0 UnityEngine.Component::GetComponentInChildren() inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Component_GetComponentInChildren_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m4A6F4D4DA173325202560896349A5992857330C7 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::get_parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_magnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Cameras.ProtectCameraFromWallClip/RayHitComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RayHitComparer__ctor_mE0506654EA6FCFED553243206FF268F188737B00 (RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // System.Void UnityEngine.Ray::set_origin(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ray_set_origin_m6EDD9381A16F5BD022A7DCBFE63D38C8A3E91B51 (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_UnaryNegation(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, const RuntimeMethod* method); // System.Void UnityEngine.Ray::set_direction(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ray_set_direction_mDA9E058A81EA8D21BCD222A4729F66071FDDAFE3 (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Ray::get_origin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Ray_get_origin_m0C1B2BFF99CDF5231AC29AC031C161F55B53C1D0 (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * __this, const RuntimeMethod* method); // UnityEngine.Collider[] UnityEngine.Physics::OverlapSphere(UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* Physics_OverlapSphere_mE4A0577DF7C0681DE7FFC4F2A2C1BFB8D402CA0C (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, float ___radius1, const RuntimeMethod* method); // System.Boolean UnityEngine.Collider::get_isTrigger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collider_get_isTrigger_m3A9C990365C94B7125DB5993D782D3D0FE876A60 (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * __this, const RuntimeMethod* method); // UnityEngine.Rigidbody UnityEngine.Collider::get_attachedRigidbody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * __this, 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.Boolean UnityEngine.Component::CompareTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_CompareTag_m17D74EDCC81A10B18A0A588519F522E8DF1D7879 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, String_t* ___tag0, const RuntimeMethod* method); // UnityEngine.RaycastHit[] UnityEngine.Physics::RaycastAll(UnityEngine.Ray,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* Physics_RaycastAll_m72947571EFB0EFB34E48340AA2EC0C8030D27C50 (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 ___ray0, float ___maxDistance1, const RuntimeMethod* method); // UnityEngine.RaycastHit[] UnityEngine.Physics::SphereCastAll(UnityEngine.Ray,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* Physics_SphereCastAll_m237B3FE8A8FFF578B922DD8574AE8628DDA22FA5 (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 ___ray0, float ___radius1, float ___maxDistance2, const RuntimeMethod* method); // System.Void System.Array::Sort(System.Array,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_m9FEF5C0ACA74C23E8B3336E14872E4E6FE89B90D (RuntimeArray * ___array0, RuntimeObject* ___comparer1, const RuntimeMethod* method); // System.Single UnityEngine.RaycastHit::get_distance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RaycastHit_get_distance_m85FCA98D7957C3BF1D449CA1B48C116CCD6226FA (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // UnityEngine.Collider UnityEngine.RaycastHit::get_collider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * RaycastHit_get_collider_m13A3DE16FBC631E0A1F987E0B22CE70AF8AB539E (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.RaycastHit::get_point() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E RaycastHit_get_point_m32F7282CBB2E13393A33BAD046BDA218E48DD21E (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::InverseTransformPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_InverseTransformPoint_m476ABC8F3F14824D7D82FE2C54CEE5A151A669B8 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_red() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_red_m9BD55EBF7A74A515330FA5F7AC7A67C8A8913DD8 (const RuntimeMethod* method); // System.Void UnityEngine.Debug::DrawRay(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_DrawRay_m918D1131BACEBD7CCEA9D9BFDF3279F6CD56E121 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___start0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___dir1, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color2, const RuntimeMethod* method); // System.Void UnityStandardAssets.Cameras.ProtectCameraFromWallClip::set_protecting(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProtectCameraFromWallClip_set_protecting_m48C0228FFDBCF906769B116CD846C9EE0F7EDDE3_inline (ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97 * __this, bool ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::SmoothDamp(System.Single,System.Single,System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_SmoothDamp_m0B29D964FCB8460976BBE6BF56CBFDDC98EB5652 (float ___current0, float ___target1, float* ___currentVelocity2, float ___smoothTime3, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90 (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.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * PkiHeader_GetInstance_mCF83A2D7E6E72A8330C2D2658C5E9C96DB5AF927 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * PkiBody_GetInstance_m505735FA5A5C18C57DC43A19C9DBF808839FE7A3 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ProtectedPart::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtectedPart__ctor_m8858A96A1FC7BCCE1377463297BC7AA51C678562 (ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetTypeName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.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.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::get_MajorVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProtocolVersion_get_MajorVersion_mCDB5EA5B771D23FAD458103A4E528238B8A311C5 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::get_IsDtls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtocolVersion_get_IsDtls_m303924D8926713A01DB249AF1B4DED397A13AC7D (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::get_MinorVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProtocolVersion_get_MinorVersion_m4650B25C1A6717658D8DDFACB6C25EFF2F8A43C5 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtocolVersion_Equals_m55E637B40AF820E0B35ABA84E0B40FDA2FE6D211 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___other0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::GetUnknownVersion(System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ProtocolVersion_GetUnknownVersion_m90019746DDB655710413B7A444D07B7CD3923217 (int32_t ___major0, int32_t ___minor1, String_t* ___prefix2, 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.TlsUtilities::CheckUint8(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_CheckUint8_m16F416D047D0ED56CCE06887A6BADEF2B2B81547 (int32_t ___i0, const RuntimeMethod* method); // System.String System.Convert::ToString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToString_mA60945431DE8F2DFDF3A3E4C76C21703562F2906 (int32_t ___value0, int32_t ___toBase1, 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::ToUpperInvariant(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158 (String_t* ___s0, const RuntimeMethod* method); // System.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.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolVersion__ctor_m1E59A2A7E1452D43949F2BE0C5517125F2467131 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, int32_t ___v0, String_t* ___name1, const RuntimeMethod* method); // System.Void BestHTTP.Proxy::set_Address(System.Uri) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Proxy_set_Address_m08235BA6CD9D3117762F38B329D63F53A560F03D_inline (Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Proxy::set_Credentials(BestHTTP.Authentication.Credentials) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Proxy_set_Credentials_mD604B22C2F2D8A4CA687728A08436D2658BC4A7B_inline (Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * __this, Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsCipherFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTlsCipherFactory__ctor_m5D638B780C1C0DA09BC8520DE03094C14FECBE79 (DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PskTlsClient__ctor_m0933B829DA762367AB9BEFB1027B31C6FCEDCE23 (PskTlsClient_t975FA164C57A6A46B48810EBC1B3FE283CA44BD1 * __this, RuntimeObject* ___cipherFactory0, RuntimeObject* ___pskIdentity1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsDHVerifier::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTlsDHVerifier__ctor_mF52164D6444B3E4A5EA88BA0D60AA3F4A52A529F (DefaultTlsDHVerifier_t7CFA7549009ED45135C98C36D33D6BB76B3BE4C1 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsDHVerifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PskTlsClient__ctor_m11CB375400B7AA137086DD76DF7159E30391CE42 (PskTlsClient_t975FA164C57A6A46B48810EBC1B3FE283CA44BD1 * __this, RuntimeObject* ___cipherFactory0, RuntimeObject* ___dhVerifier1, RuntimeObject* ___pskIdentity2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient__ctor_m197F9DC93B926784C5F64748B23950FEF2A1C11C (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, RuntimeObject* ___cipherFactory0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::GetKeyExchangeAlgorithm(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsUtilities_GetKeyExchangeAlgorithm_m417DDEA3285B4EEAFB7E3063573C1780AF489C2E (int32_t ___ciphersuite0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskKeyExchange::.ctor(System.Int32,System.Collections.IList,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentity,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentityManager,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsDHVerifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters,System.Int32[],System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsPskKeyExchange__ctor_m1519E0A868F1C67DD4590B9AEE09639B03D813F2 (TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A * __this, int32_t ___keyExchange0, RuntimeObject* ___supportedSignatureAlgorithms1, RuntimeObject* ___pskIdentity2, RuntimeObject* ___pskIdentityManager3, RuntimeObject* ___dhVerifier4, DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___dhParameters5, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___namedCurves6, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___clientECPointFormats7, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___serverECPointFormats8, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentityManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PskTlsServer__ctor_m0E055E672033B1AC2524191C4759123FE625AD76 (PskTlsServer_tD3D78A5163D94A292D5B4ABA6FBDBF8E86A5BEEE * __this, RuntimeObject* ___cipherFactory0, RuntimeObject* ___pskIdentityManager1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer__ctor_m31AE20C8EAECA2EAC23DECF802904645B7EE3D17 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, RuntimeObject* ___cipherFactory0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.NullDigest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullDigest__ctor_m2CDC49E91B55B309967491BC55BBBCF9E71CC0AB (NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Int32,System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner__ctor_mF0D0FB9E54550F73FC03076E0B6F8409A3B64FE0 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___contentDigest11, RuntimeObject* ___contentDigest22, RuntimeObject* ___mgfDigest3, int32_t ___saltLen4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt5, uint8_t ___trailer6, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner__ctor_m5574D5582F28CA3087CF78A49515D5D7A82AEDF1 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___digest1, int32_t ___saltLen2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner__ctor_m8A71D7E27FBAB28C3E341F73D560BF94807A4B38 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___digest1, int32_t ___saltLen2, uint8_t ___trailer3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner__ctor_m4812906955855356F7A73FE982790C67447FCCE6 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___contentDigest1, RuntimeObject* ___mgfDigest2, int32_t ___saltLen3, uint8_t ___trailer4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::get_Random() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaBlindingParameters::get_PublicKey() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * RsaBlindingParameters_get_PublicKey_mEF086844608B84EE5D8317E869196DDB5D78CEE5_inline (RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::get_Modulus() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaKeyParameters_get_Modulus_m8C8BDA5DBD2FF688103C0B23BF5C7C320F31C41C_inline (RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_BitLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.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.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::MaskGeneratorFunction1(System.Byte[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PssSigner_MaskGeneratorFunction1_m6CA7B9163F00844050CACABFD72BC44CCDEE3C8F (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Z0, int32_t ___zOff1, int32_t ___zLen2, int32_t ___length3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::ClearBlock(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner_ClearBlock_m4E97983A50168CCC913E703A80AF25EC7589D43A (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___block0, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::ItoOSP(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner_ItoOSP_mC2C8E0B8FECD9F86D72ECE4C69230F960FEC726E (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, int32_t ___i0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sp1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Mozilla.PublicKeyAndChallenge::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PublicKeyAndChallenge__ctor_mBFF52484CE97B4A39E644558ED858219A2AAD86F (PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * SubjectPublicKeyInfo_GetInstance_mEACADACCC4E68515FAC8980FA87BB19716BC4471 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object::FromByteArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory::CreateKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * PublicKeyFactory_CreateKey_mCDC9554A79A6CD26010C632AFB5E37153A4DEFFB (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___keyInfo0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object::FromStream(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1Object_FromStream_m4BDFDC6ECEE5F8CBAC16ACEA0D2D4786C81C4A43 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::get_AlgorithmID() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * SubjectPublicKeyInfo_get_AlgorithmID_mC6D1FC4034C33A9CE53D197B4704A328D8E6AF52_inline (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::GetPublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * SubjectPublicKeyInfo_GetPublicKey_m19105F6EC35D04EE32EBE7EDDDF86CDAC07EFD65 (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 * RsaPublicKeyStructure_GetInstance_m2F7D70AA61519CDDF0A82C70027E8434E5C2D797 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::get_Modulus() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPublicKeyStructure_get_Modulus_m782264EF56CBDD91267CAA5DD3585F71C6FF0DBD_inline (RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::get_PublicExponent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaPublicKeyStructure_get_PublicExponent_mE2EF65E2DBB1A8A34BC8CD1438627D429865967E_inline (RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::.ctor(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaKeyParameters__ctor_m34764C2C540696F151C2502BECBBEA734F70F45E (RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * __this, bool ___isPrivate0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___exponent2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHPublicKey BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHPublicKey::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DHPublicKey_t1D61081BFF841A3C987A1AAA0D423201B873D080 * DHPublicKey_GetInstance_m2D4CB9838174B22585D4DA980099A35DE2DF7920 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHPublicKey::get_Y() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DHPublicKey_get_Y_m16C57007CC6885F42050E6CEAB826EB7860E8624_inline (DHPublicKey_t1D61081BFF841A3C987A1AAA0D423201B873D080 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory::IsPkcsDHParam(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PublicKeyFactory_IsPkcsDHParam_mCAE152AF61AE4F10E7C1EB9C101D796CA1FACB2E (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory::ReadPkcsDHParam(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * PublicKeyFactory_ReadPkcsDHParam_m1E7B7B5430DA1274E939F2147016A1B4742DA2E8 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algOid0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y1, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * DHDomainParameters_GetInstance_m43B881BF2A72D866EE690929864789BA6FFBA1F3 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters::get_P() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DHDomainParameters_get_P_mF6CA5555C9EDEE96447B60A542F4E4C84D2A5F8D_inline (DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters::get_G() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DHDomainParameters_get_G_m6018BF09681C05B46072E2C7775A778852BE68CF_inline (DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters::get_Q() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DHDomainParameters_get_Q_m93EDCB7747E2CE9078D7C9E8980B9DD5685FB03B_inline (DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters::get_J() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DHDomainParameters_get_J_m18D93C33968845B1946A460BB2EEC47BEE616037_inline (DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHValidationParms BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHDomainParameters::get_ValidationParms() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75 * DHDomainParameters_get_ValidationParms_m1F213342A0432140CFC623B7FC3105A78D06A28F_inline (DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHValidationParms::get_Seed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * DHValidationParms_get_Seed_m3172205E8D9877F0CB35098C503B58FBE77EF47F_inline (DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.DHValidationParms::get_PgenCounter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DHValidationParms_get_PgenCounter_m128ED687A10132E93F3370FA71291AF73F2211B8_inline (DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_IntValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHValidationParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DHValidationParameters__ctor_m518144D00765FE92A453A3D7CFA26799B92CCC2B (DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed0, int32_t ___counter1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHValidationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DHParameters__ctor_mD6805BBC915B5F31996F9B76A7B7E4866EDFE4FB (DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___j3, DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * ___validation4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DHPublicKeyParameters__ctor_m8F461BEDA6C12C2CED69D85A4C67380875FAE570 (DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y0, DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___parameters1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalParameter__ctor_m500655F9FC35DFDAF08A6C00EB1645C3BA686FC9 (ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::get_P() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameter_get_P_mF4EC58504D1759C90BD6E910983204B59FE35144 (ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::get_G() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameter_get_G_m3D9A9D582051BE2EC5D9C2C873E65814CAA6C202 (ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalParameters__ctor_m725EDBEAD671FC838F1572DB113C98517399E640 (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalPublicKeyParameters__ctor_m4FC638ADD35FCA7BD5C9386A4EE96E0E615C6D88 (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y0, ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * DsaParameter_GetInstance_mF7EB5E6B75DE4830FE0FE7E4F46AEFCCE612BB75 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::get_P() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameter_get_P_m92612853A6D4746AAA3A9B80AECC98A1FD37B73B (DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::get_Q() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameter_get_Q_m0FD9A1267D13AA0FA42462704FB6DA621EB68A6F (DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::get_G() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameter_get_G_m27CA6D1786E31A7EB40005FAFC8473E9D9974185 (DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParameters__ctor_mB40A39F4AC7671FCFF7BE58CB45685393819E31E (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaPublicKeyParameters__ctor_mCE26A1766E3B5A728500CE48CEFB95E8ACBF00BF (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y0, DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962Parameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X962Parameters__ctor_mBC048A62BC3210E60C257A731E2884B14EAD33A0 (X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___obj0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962Parameters::get_IsNamedCurve() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X962Parameters_get_IsNamedCurve_mDA51FA776C5A2D7CC5E79DDECD05B09541777AC2 (X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962Parameters::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * X962Parameters_get_Parameters_m53F3B85361AF69D1687CA8BC4F665F9ECA5E1A1F_inline (X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator::FindECCurveByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * ECKeyPairGenerator_FindECCurveByOid_m0F93C75F94C755AC07BB30FA436A263E7FB615AD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECParameters__ctor_m1BFE3A055B96908B6FB3DDFBE623F4F26C9B4D1B (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::get_PublicKeyData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * SubjectPublicKeyInfo_get_PublicKeyData_mE74361F41A82225A09A9A4B95E37C6F5C337D7A4_inline (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::get_Curve() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * X9ECParameters_get_Curve_m1BC4F848F8E72563287A1FA9395C9E3ECD2FCD23_inline (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECPoint__ctor_m7820177D023F11B8B4312A923BCDD5B7218CD1AE (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___c0, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___s1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint::get_Point() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * X9ECPoint_get_Point_mCCB3B52E0B2A6160E36C9582B39E2117C3E572DE (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::.ctor(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPublicKeyParameters__ctor_m65D62EFBCCC50A4D1ED99FFED8ABB3B79F6EAAE6 (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, String_t* ___algorithm0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::get_G() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * X9ECParameters_get_G_m3E5E2F14805084623F3ABD4B9A98CDB8A72D2C71 (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::get_N() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * X9ECParameters_get_N_mA5FBAFD92C027D5B545F8CBD8D9C77A01B950EAA_inline (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::get_H() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * X9ECParameters_get_H_m14081C62E77B14A1088C1A3494E8BCB77BB0564C_inline (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::GetSeed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X9ECParameters_GetSeed_mBF568758D960F3414ED0AF05FA4C66DFE46ED05C_inline (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDomainParameters__ctor_m215ED4F7FB06CDD0F9AC3C670B20B1B75E03B47B (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPublicKeyParameters__ctor_m48C5771CEB9C073FA70D828B80140DE028691A1A (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q0, ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.Gost3410PublicKeyAlgParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410PublicKeyAlgParameters__ctor_m5E5283AB18CAF4BC773508E765581952574789EA (Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.Gost3410PublicKeyAlgParameters::get_PublicKeyParamSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * Gost3410PublicKeyAlgParameters_get_PublicKeyParamSet_mA97D2D346D9B1CEDC982EE1A8AD8C8DDC868B8F7_inline (Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves::GetByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECGost3410NamedCurves_GetByOid_m411DD06A206A4A2A14F6CD0657665E19623D579B (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_Curve() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410PublicKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410PublicKeyParameters__ctor_m1F8FCA2AF218DED38D435619E0624F579AA0751F (Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y0, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory::GetRawKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PublicKeyFactory_GetRawKey_m8997CB39F087511C3816A989828087603BC12F50 (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___keyInfo0, int32_t ___expectedSize1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X25519PublicKeyParameters__ctor_m0938D4B292EE795AAC207EB2EC8A8E88CACDB08B (X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X448PublicKeyParameters__ctor_m678AE9C8F350F61C7936E55EF6B6706AA3039791 (X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519PublicKeyParameters__ctor_mB817DD2BEF4EC59E4031F67113911410DA28A558 (Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448PublicKeyParameters__ctor_m569D065B6D384A45435BE9BB30BCD90B4BE00440 (Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057 (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ValueOf(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001 (int64_t ___value0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::CompareTo(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DHParameter__ctor_m39B1CDB6FD7042D608D51B15C1BD8379837BEC9E (DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter::get_L() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DHParameter_get_L_m010F8E85CC9FA4EA3AC5EDFB8AEACEF0BB546D03 (DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter::get_P() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DHParameter_get_P_m24B745FF79129424B5A7553209C85526E7D0BD94 (DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter::get_G() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DHParameter_get_G_m893934EF73D1BD467B3BA0590902548CE26D0BCD (DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DHParameters__ctor_m9AE678741B2D2B9057D7E28A5538006E70E00109 (DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q2, int32_t ___l3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DHPublicKeyParameters__ctor_mF7AF6DCEE50441B0FE545BFC2A423A2399D8B15B (DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y0, DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___parameters1, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithmOid2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterStream__ctor_mABD9C5C4D90ECA6D53111063AAA81181A2E11449 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilterStream_ReadByte_mAD30D782B42E17E08BFAF59E4AAD35C79D7556B1 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilterStream_Read_m6F250EE31C84572FCE8DE1216D2A9D161F35C343 (FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, 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.Asn1.X509.Qualified.QCStatement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QCStatement__ctor_m0893FBE41A2F5B674C40BC549C65E4DD5EB75244 (QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.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.Object::DestroyImmediate(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.ImageEffects.Quads::HasMeshes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Quads_HasMeshes_m4BC0E7A503FDD62C1B6AFD11BF42C48C44D4ABF3 (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.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_mAD0781EB7470594CD4482DD64A0D739E4E539C3C (int32_t ___value0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m9164D538D17B8C3C8A6C4E4FA95032F757D9091E (float ___f0, const RuntimeMethod* method); // UnityEngine.Mesh UnityStandardAssets.ImageEffects.Quads::GetMesh(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * Quads_GetMesh_m389C16D7D2D2163D185AFF636C94B799C16DFC19 (int32_t ___triCount0, int32_t ___triOffset1, int32_t ___totalWidth2, int32_t ___totalHeight3, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh__ctor_mA3D8570373462201AD7B8C9586A7F9412E49C2F6 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, 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); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_vertices(UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_vertices_m38F0908D0FDFE484BE19E94BE9D6176667469AAD (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_triangles(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_triangles_mF1D92E67523CD5FDC66A4378FC4AD8D4AD0D5FEC (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_uv(UnityEngine.Vector2[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_uv_mF6FED6DDACBAE3EAF28BFBF257A0D5356FCF3AAC (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_uv2(UnityEngine.Vector2[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_uv2_mE60F42676D5CD294524617262BABEB81B9FB8F22 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CbcParameter__ctor_mD0F61CC79B3C7F3D804F90FA125E3164A8A0F5CA (RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, int32_t ___value0, const RuntimeMethod* method); // System.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); // !!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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::GetKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC2Parameters::get_EffectiveKeyBits() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RC2Parameters_get_EffectiveKeyBits_m77CA4208DCB0B7D1EC87ACC93A26FF11A0116A1C_inline (RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * __this, const RuntimeMethod* method); // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::GenerateWorkingKey(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* RC2Engine_GenerateWorkingKey_mA5F89B392A09BE3D1D09DF71F2398D19D7158DFB (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___bits1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::DataLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::OutputLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Engine_EncryptBlock_mCD281650A18FE5208F44FA0D15F78E2429289D27 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Engine_DecryptBlock_mFF16CFCD5678BAA7D81578B1C72DD4478FAAED88 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::RotateWordLeft(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC2Parameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Parameters__ctor_mDB7F4949C149334660DD8A277428AD2E0CEDD371 (RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___bits1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC2Parameters::.ctor(System.Byte[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Parameters__ctor_mD50E7A8042ACB5D03CC5C6F8A66CBFF5B494B60B (RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___keyOff1, int32_t ___keyLen2, int32_t ___bits3, 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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyParameter__ctor_mA7E94BCEFAFE6F84602F24F9752CB2117CA7B8BF (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___keyOff1, int32_t ___keyLen2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Engine__ctor_mDD5B89570988D7CD287F015D47C1ADA3F8324679 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, RuntimeObject* ___cipher0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::GetIV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithIV::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1 (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * __this, RuntimeObject* ___parameters0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::CalculateCmsKeyChecksum(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RC2WrapEngine_CalculateCmsKeyChecksum_m4AE1318771DDD2A8C0CA8E7C8EC19E7BAEADB62E (RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.CbcBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8 (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043 (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::CheckCmsKeyChecksum(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RC2WrapEngine_CheckCmsKeyChecksum_m1C88435FE45E6E8817D6C89D844E3A69601955A1 (RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___checksum1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::ConstantTimeAreEqual(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_ConstantTimeAreEqual_mA8B0D8A56AE0903D0723D146FD1777A01E2014E4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648 (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::SetKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4Engine_SetKey_mDB3D57E9BD0D4C0884F2978D3248E6C098830464 (RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyBytes0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC5Parameters::get_Rounds() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RC5Parameters_get_Rounds_m8D4D6EA34EF4825645EA982B97F1A4D44C542282_inline (RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::SetKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC532Engine_SetKey_mB3882E37797D9A5433DFD1ABF39AE652CF071CE1 (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC532Engine_DecryptBlock_mAECF94A3802448B35BB3C12CF5B7D2246567541D (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC532Engine_EncryptBlock_m91F13EF9B61C5D462DC815A6DCA3436B2676B175 (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::RotateLeft(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC532Engine_RotateLeft_m06B50221D91EB59206EC01E908176BE5CA0F9505 (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::BytesToWord(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC532Engine_BytesToWord_m4A66C850D4E0812E55A7B99C6638D27AE373E53E (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcOff1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::WordToBytes(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC532Engine_WordToBytes_m0545DE2D728DE2B60E66780E6CF69BCD8717F2DE (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, int32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst1, int32_t ___dstOff2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::RotateRight(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC532Engine_RotateRight_m770A3F289F6E48BEA136D99D3C48B41B0198F656 (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::SetKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC564Engine_SetKey_mE8D6E56E8F8AE2A4B4F5425D33AF35F1C4FAA36E (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC564Engine_DecryptBlock_m1DCAAE895912C0DE3E82189E6D1B30469EB0BCF6 (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC564Engine_EncryptBlock_mAE8E8224C3409C3695D4C4099D3F0CC96CE0A513 (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::RotateLeft(System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t RC564Engine_RotateLeft_m5AB91531650EAEC86E8CD56CF539B7FE07CEF197 (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, int64_t ___x0, int64_t ___y1, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::BytesToWord(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t RC564Engine_BytesToWord_m2CE7754DD2B34477090D62AB6AEED6D19418979E (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcOff1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::WordToBytes(System.Int64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC564Engine_WordToBytes_m9F1CE5A04CDFB546B4DB697493B9A6348513025E (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, int64_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst1, int32_t ___dstOff2, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::RotateRight(System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t RC564Engine_RotateRight_m7BCB624BE70023464FC4E7E5F9BA2CEF7A5DC26D (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, int64_t ___x0, int64_t ___y1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::SetKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC6Engine_SetKey_m2319A3490267A9C67976D2DDFBE64D470567640A (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC6Engine_DecryptBlock_m00B3CE2865C7A533A8F4CC57037895D6A3ACC465 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC6Engine_EncryptBlock_mBB9BF6A7228E0CBAE036FA7E97EA9AEC29779EA2 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::RotateLeft(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC6Engine_RotateLeft_m1F3B097FD650FE7A6467A3FDC828B473A8BAFE5A (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::BytesToWord(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC6Engine_BytesToWord_m402DEAE287053F5A236158F8A58DB8A7FA675F10 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcOff1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::WordToBytes(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC6Engine_WordToBytes_m6BC4D2302E88C58BA5F7F906E9F1A115E7F81BA9 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, int32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst1, int32_t ___dstOff2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::RotateRight(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC6Engine_RotateRight_m475F7D08B60A5085C19F088D1011A63F6160F2C6 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * Component_GetComponentInChildren_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m44198B22C7A844DA16DC406E8A09CEA18B2D8BF3 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // System.Void UnityEngine.Renderer::set_material(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_material_m8DED7F4F7AF38755C3D7DAFDD613BBE1AAB941BA (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) inline bool HashSet_1_Add_mA6C0054BD904F5E3A72F4752D84CE4209931E2D7 (HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * __this, Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 *, Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 *, const RuntimeMethod*))HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared)(__this, ___item0, method); } // !!0 UnityEngine.Component::GetComponent() inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * Component_GetComponent_TisAnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D_mA2CC32F8856EDBAB680106748E78635646821969 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * Component_GetComponent_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_mEB498E1E05ECE05CF007D68E3C83DABA9E7CC819 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, 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.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, String_t* ___n0, 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.Boolean UnityEngine.GameObject::get_activeSelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Random::get_value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872 (const RuntimeMethod* method); // System.Void Rabbit::playAniForIdle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_playAniForIdle_mB2A1C0012B5FF5735C4F14A82B0A6862E475F48B (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::InitAutoStrategy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_InitAutoStrategy_m8925B3EB6A33143C259A75ECB6C0D173EAAC0BD8 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) inline bool HashSet_1_Remove_m2B607839BA3240F8E952475A4727887B2DF706EB (HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * __this, Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 *, Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 *, const RuntimeMethod*))HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared)(__this, ___item0, method); } // RabbitSyncData Rabbit::get_inputSyncData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * Rabbit_get_inputSyncData_m0EB06FF692CCB6D63B06649C25219A9B83F604EE_inline (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Lerp_m8E095584FFA10CF1D3EABCD04F4C83FB82EC5524_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, float ___t2, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Lerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Lerp_mBFA4C4D2574C8140AA840273D3E6565D66F6F261 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___a0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___b1, float ___t2, const RuntimeMethod* method); // System.Void Rabbit::ChangeColorByType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_ChangeColorByType_m2A90DF0A8E73723CF744D5653D53E6F8C25C7EEC (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Boolean Rabbit::IsAniForIdle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rabbit_IsAniForIdle_m0FD968387EF6C1D7784517540DDBD11781E7443D (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void AnimationPlayer::play(System.Int32,UnityEngine.WrapMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4 (AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * __this, int32_t ___index0, int32_t ___wrapMode1, const RuntimeMethod* method); // System.Boolean Rabbit::isAniJump() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rabbit_isAniJump_m17A80D8A8B88AF74E21DB06B7CAF0B99B0E670B4 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::playAniJump() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_playAniJump_m427A5C5400DA5CCE43CB56E5AD8C5C58AA5167E4 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Boolean Rabbit::isAniDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rabbit_isAniDie_m375259BEA62E378724494C6EBEA13B9E9D0AF0AC (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::playAniDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_playAniDie_m7E8B9934AA8D32598D6716F7EA7FE6C80A4F2884 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // UnityEngine.AudioSource AudioMgr::GetAudioSource(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * AudioMgr_GetAudioSource_m95F117594154AC0E3082545053633814AC03265F (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___target0, const RuntimeMethod* method); // System.Void AudioMgr::PlayAnimalEffect(System.String,UnityEngine.AudioSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMgr_PlayAnimalEffect_m868C5178CAB612E24222E2B9F563CB0EAB1A4EB9 (AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * __this, String_t* ___name0, AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___audioSource1, const RuntimeMethod* method); // System.Void RabbitSyncData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitSyncData__ctor_mF3176228FD1C98DC763A96ED35A4B2D0CBFCF57D (RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * __this, const RuntimeMethod* method); // System.Void RabbitSyncData::SetData(Rabbit) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitSyncData_SetData_m721D781A406E59AC36DC09A284689D1BB8D31ECF (RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * __this, Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * ___rabbit0, const RuntimeMethod* method); // System.Boolean Rabbit::HasCloseToDestination() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rabbit_HasCloseToDestination_m2E307BF6A047BB1E4D95C8E04A1267EB443D43DF (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::OnReachDestination() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_OnReachDestination_m238EDEECDCA7600ED6A89760FF0FF9C20DAEE4A6 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::OnMovingToDestination() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_OnMovingToDestination_mE3C9C58DD8C5DD2F6E0A14CAC83CACF693FDC020 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::UpdateAction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_UpdateAction_m9746686FFD9D07F737D585D91FC6478A49CBBEE0 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::UpdateActionTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_UpdateActionTime_mE522BF1413C63C6E0BD883922902B9F90DFC8DFD (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::UpdateAutoStrategy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_UpdateAutoStrategy_m7D8B6AFDB1DB58FAFB5CCB4CB4B97A5719CEF1D4 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // UnityEngine.Transform Arrow::Head() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Arrow_Head_m0B04E8E5BCECF6693A2480674F9E8A57D6F3CD9D (Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * __this, const RuntimeMethod* method); // System.Void Arrow::Hit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Arrow_Hit_mA3F0062DD2EA390E347370BF91B818767178724A (Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * __this, const RuntimeMethod* method); // System.Void Rabbit::OnHitLogic(Arrow,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_OnHitLogic_mB440FE47FFA18CC1FF9050C8B6736E590E00319A (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, String_t* ___partName1, 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); // GameEventCenter GameEventCenter::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * GameEventCenter_get_ins_mCD62A907C8D59054C6EAE08FC950A452D344C6E3 (const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) inline void Action_2_Invoke_mE1893FFB3965F3DA39977325B195FF6F8DB9E3DA (Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * __this, TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * ___arg10, int32_t ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD *, TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 *, int32_t, const RuntimeMethod*))Action_2_Invoke_mAA2FFFC084F845E770473201F3F4DD6805F0F3FE_gshared)(__this, ___arg10, ___arg21, method); } // System.Void Rabbit::Die(Arrow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_Die_m48EF6B921229723D4CE337DDE23E1C2A6CEDBB32 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, const RuntimeMethod* method); // System.Void Rabbit::Hurt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_Hurt_m903E10A3D270EAB0BC92B609E6C5F64AAEB57A13 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __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.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.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Rabbit::PuaseAutoStrategy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_PuaseAutoStrategy_mCEB1F4A4C3CFD0EE3E941CF04A782D47A3BCEC19 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m3286BD257305EEBCD41558DFFAA5E2E84787B144 (Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * __this, Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC *, Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 *, const RuntimeMethod*))Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared)(__this, ___obj0, method); } // System.Void Rabbit::RunAwayFromHunter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_RunAwayFromHunter_mBDCF001D7ABE6A1A5472A5547DA00C81A14B8EC7 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::addHurtFlag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_addHurtFlag_m6CFF65E8409D41CF455B43F5087F885EF8C34BBC (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void JCUnityLib.CountLock::Lock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CountLock_Lock_mA99EAF42060BC4FABD2267E34B4FDA6911935EB1 (CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::Invoke(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour_Invoke_m4AAB759653B1C6FB0653527F4DDC72D1E9162CC4 (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, String_t* ___methodName0, float ___time1, const RuntimeMethod* method); // System.Void JCUnityLib.CountLock::Unlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CountLock_Unlock_mAF7293226DAF3F914D86C0DFF5FB869749A59904 (CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * __this, const RuntimeMethod* method); // System.Boolean JCUnityLib.CountLock::IsReleased() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CountLock_IsReleased_mA21452458832DBCC262EBD9C6C2834E463D62AF6 (CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * __this, const RuntimeMethod* method); // System.Void Rabbit::onHurtFlagTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_onHurtFlagTimeout_m0381C57AA823EA47415ED5149EDFDCCB006967B0 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::ResumeAutoStrategy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_ResumeAutoStrategy_m90AC3E7A0CDAC99E68880515D7FFE6D1759DA445 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::set_moving(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_set_moving_mB7DCA5C700281EBFA8C993993B45222085E11556 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AI.NavMeshAgent::set_destination(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavMeshAgent_set_destination_m0EC1C668AD85AC1B26AABF54337D7D0849F760E7 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Boolean Rabbit::get_moving() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Rabbit_get_moving_mE54CAF6D68B1CA854E17ADE8EEF7319C0FAD7D07_inline (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.AI.NavMeshAgent::get_nextPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E NavMeshAgent_get_nextPosition_m0402CBC5B44EFD58FBEEF19D10EF7DBC82CF1FB3 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.AI.NavMeshAgent::get_destination() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E NavMeshAgent_get_destination_m0FDF371CBF97028F28416675134875122F13AD2F (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.AI.NavMeshAgent::get_velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E NavMeshAgent_get_velocity_mA6F25F6B38D5092BBE6DECD77F8FDB93D5C515C9 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, const RuntimeMethod* method); // System.Void Rabbit::RandomMove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_RandomMove_m119BED7D6CD041E90D1762D6D38340BBAECECB8E (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::RandomWillStayTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_RandomWillStayTime_mEBD395D8D30AA5E853C703C6E3CD356AA6819AA4 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::Stay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_Stay_m3DD9EAEABF18DD23E3F3AF2881342B2940AEDCBD (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // System.Void Rabbit::RandomWillMoveTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_RandomWillMoveTime_mEBA1B9C394844B17B904DB4C00326A3CA2668752 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 TargetAnimal::GetPointerHunterToMe() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E TargetAnimal_GetPointerHunterToMe_m43A4292275DE86F9EC8818ECDAA8155A49652563 (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_normalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Void Rabbit::SetDestination(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_SetDestination_m6312D27B7AA21D07B3D4065DCF85C1928830B5BE (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, const RuntimeMethod* method); // UnityEngine.Transform TargetAnimal::get_animalsBaseT() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * TargetAnimal_get_animalsBaseT_mE5467EA9ADE65B1ACF1422C90B1DEAEEF0CF0BC7 (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Random::Range(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2 (float ___minInclusive0, float ___maxInclusive1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50 (const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::AngleAxis(System.Single,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398 (float ___angle0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___axis1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point1, const RuntimeMethod* method); // System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Range_m4B3A0037ACA057F33C94508F908546B9317D996A (int32_t ___minInclusive0, int32_t ___maxExclusive1, const RuntimeMethod* method); // System.Void JCUnityLib.CountLock::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CountLock__ctor_mAC3534893A608BA48678EB809D45990DFD7E28C5 (CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * __this, const RuntimeMethod* method); // System.Void TargetAnimal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetAnimal__ctor_m79849190AD1B15ECC1D5A486410B8F065AC64324 (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() inline void HashSet_1__ctor_mAC8E5BC91F643BE3F6B0F98E8249F32E69D3790B (HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 *, const RuntimeMethod*))HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared)(__this, method); } // System.Void ChallengeGameMode::.ctor(GameMgr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode__ctor_m502BABF831A061D84C572BB46CC6B6D125A7FBF0 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr0, const RuntimeMethod* method); // System.Void GameMode::BanBowReady() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMode_BanBowReady_m57C84639E4B8C579B98D72BD5E4A4E6A84EF2948 (GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * __this, const RuntimeMethod* method); // System.Void GameMode::UnbanBowReady() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMode_UnbanBowReady_m789DA8EC4F079B37F821519FC95DA76EF389A928 (GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * __this, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C (String_t* ___s0, const RuntimeMethod* method); // System.Void ChallengeGameMode::AddHuntGameView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_AddHuntGameView_mC6CC5267FBBC58D9F888E4224F29B1E057C023AC (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method); // System.Void ChallengeGameMode::AddSelectLevelView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_AddSelectLevelView_mB751386829E80493A51AA0B9A0CA0D45B0AE8638 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method); // System.Void RabbitHuntGameMode::CreateAnimal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_CreateAnimal_m6FC377CF98298113C4DA37105260CDD356745619 (RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702 (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::GetComponent() inline Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * GameObject_GetComponent_TisRabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_m945DC1376821BBA76F0E1F2E19E2D733B081783C (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void TargetAnimal::RotateByWorldY(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetAnimal_RotateByWorldY_mD022A909C02A641C33F792A108940BB0AF26ADC5 (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, float ___angle0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m003A2DF94EF96D806D8F76BE273B2DCEC4BD8106 (Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) inline bool HashSet_1_Add_m703FB10019FF453F25D4AA1F74C549F547466497 (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * __this, TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 *, TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 *, const RuntimeMethod*))HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.HashSet`1::get_Count() inline int32_t HashSet_1_get_Count_m19BDF71BBAFEE3DADC4089E8DCF0F13D4838B415_inline (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * __this, const RuntimeMethod* method) { return (( int32_t (*) (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 *, const RuntimeMethod*))HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) inline bool HashSet_1_Remove_mC768C51F031F7135EF36B0E02875D7F6B489B436 (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * __this, TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 *, TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 *, const RuntimeMethod*))HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared)(__this, ___item0, method); } // System.Void RabbitHuntGameMode::.ctor(GameMgr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode__ctor_mF7CC5620F58B384321F081F3A56785744A2E11E2 (RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8 * __this, GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr0, const RuntimeMethod* method); // System.Void HunterGamePlayerScoreCounter::.ctor(ChallengeGameModeLocalPK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HunterGamePlayerScoreCounter__ctor_m2B99EDB91B51DD090D7F15A399B5D20E765ABC14 (HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * __this, RuntimeObject* ___gameModeLocalPK0, const RuntimeMethod* method); // System.Void RabbitHuntGameMode_LocalPK::AddReadyView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_LocalPK_AddReadyView_mFAC8575159E174399776E3CE740028F37300D0F7 (RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 * __this, const RuntimeMethod* method); // System.Boolean ChallengeGameMode::DoNextShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChallengeGameMode_DoNextShoot_mA0A04818D4028FEF2C6D4456A5B0628EA312E030 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method); // System.Void RabbitHuntGameMode_LocalPK::NextPlayerFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_LocalPK_NextPlayerFinal_m5F6594AB3025450053545989A845984C6BD48853 (RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 * __this, 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); } // !!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); } // !!0 UnityEngine.GameObject::GetComponent() inline PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void RabbitHuntGameMode_LocalPK::NextPlayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_LocalPK_NextPlayer_mE04BA93D246123D7F15D2C651F58E55049C351EC (RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 * __this, const RuntimeMethod* method); // System.Void ChallengeGameMode::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_Update_m45BA884BD74209A6F55A1AA181A8068F417AC57B (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method); // System.Boolean GameMode::get_pauseTimeCounting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameMode_get_pauseTimeCounting_mA658E4A5B5E237CAE4627B5550C8B68E99850E35 (GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * __this, const RuntimeMethod* method); // ArmBow ArmBow::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864 (const RuntimeMethod* method); // System.Void ArmBow::readyShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArmBow_readyShoot_m8D7E225EEC4E8F92D0D2AE066368E865CC4FC652 (ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6 (ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 * __this, float ___item10, float ___item21, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 *, float, float, const RuntimeMethod*))ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_gshared)(__this, ___item10, ___item21, method); } // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::.ctor(RabbitHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper__ctor_m6064F50F17560B13E05DAA69D55CFBC9B0EF7DC8 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * ___gameMode0, const RuntimeMethod* method); // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::InitSocketPlayer(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_InitSocketPlayer_mB884C9BF3F01704791EB9762655B053DC1B8442D (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___successCallback0, const RuntimeMethod* method); // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::IsCopyHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCopyHost_m2FAA6EADC55B815BEC4874E00C00AAF0482FD47B (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Void SocketPlayer::UploadPKGameData(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921 (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, String_t* ___key0, RuntimeObject * ___data1, const RuntimeMethod* method); // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() inline Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565 (HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * __this, const RuntimeMethod* method) { return (( Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 (*) (HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 *, const RuntimeMethod*))HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared)(__this, method); } // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() inline Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_inline (Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 * __this, const RuntimeMethod* method) { return (( Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * (*) (Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *, const RuntimeMethod*))Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4 (Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *, const RuntimeMethod*))Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared)(__this, method); } // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() inline void Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596 (Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *, const RuntimeMethod*))Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared)(__this, method); } // System.Void RabbitHuntGameMode_OnlinePK::NextPlayerFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_NextPlayerFinal_m006D9AB9C133A75D67F421164F91917CA89EB5D8 (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method); // System.Void RabbitHuntGameMode_OnlinePK::NextPlayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_NextPlayer_m87422D096B4E76638DC86AF0CF60A7F41C82D328 (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method); // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerInited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerInited_mEB22E2C42E1467F511EB915116C9FA63BCAB57DB (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::IsMainHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMainHost_mD1E300A78CB8C4CD89E5CD86B31E3FE41A9916C1 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerRunning_mA787701B03D4FC207AB195187FE6F3CE20FB68CE (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Void RabbitHuntGameMode_OnlinePK::OnUpdate(System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_OnUpdate_mE43C81714ECC7B00B50046411120A49F00372C5E (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, float ___dt0, bool ____pauseTimeCounting1, const RuntimeMethod* method); // System.Void ChallengeGameMode::AnnounceGameOver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264 (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method); // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::OnFrameUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_OnFrameUpdate_m0A9DB3F995AA603143D010EA4F00E710542E0F42 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Random) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m0DAA24172CE10E1575B29374A3CE534DAD666DF4 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sizeInBits0, Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * ___random1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_SignValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * List_1_get_Item_mB4DEE576751A17447814EFD1877504B1B868FE3E_inline (List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * (*) (List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Boolean JCEngineCore.JCEntity::call(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JCEntity_call_mF154FBA5A30D7CD88C9875938390BDFC52AA6C2E (JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * __this, String_t* ___func0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void JCUnityLib.Singleton`1::.ctor() inline void Singleton_1__ctor_mF9F52673E5EED5DF177AAC13A197EE0E180CE147 (Singleton_1_tB3E59B618CF26A3607F125E4C0B0BB7887EE08B9 * __this, const RuntimeMethod* method) { (( void (*) (Singleton_1_tB3E59B618CF26A3607F125E4C0B0BB7887EE08B9 *, const RuntimeMethod*))Singleton_1__ctor_mFBCA8662AE05E456B27764B25D98C967DE677592_gshared)(__this, method); } // System.Void RankView::InitBtnTabs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_InitBtnTabs_m9DE716340C2BA0ECB4F3FFA0EFADC954969E3D76 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method); // System.Void RankView::InitBtnTabs1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_InitBtnTabs1_mEBA913D37AA75923DD0753C78717567C2E7BF3FB (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method); // System.Void RankView::InitRankListBox() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_InitRankListBox_m780E52FAC8B36D1FA37C0FB72169F9AC7F9581EC (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F *, RuntimeObject*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void RankView::SetBtnTabSelected(UnityEngine.UI.Button) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_SetBtnTabSelected_mCE5559EE478DE12ADB75DEAF39D6F7233F2BA166 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btn0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F *, RuntimeObject*, const RuntimeMethod*))List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared)(__this, ___item0, 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); } // System.Void AudioMgr::PlayBtn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6 (AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * __this, const RuntimeMethod* method); // UnityEngine.GameObject RankView::GetRankListItemPrefab() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * RankView_GetRankListItemPrefab_mFB9970C3E7CF537978A3F2E9D557A4ABAB19B9C0 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // UnityEngine.Transform RankView::GetRankListItemParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * RankView_GetRankListItemParent_m75388EE615C938CA1646B2EA8261386DD37639EA (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method); // System.Void RankView/<>c__DisplayClass12_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_m4C9D9147FD58D941505E1E73D94949236A555111 (U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 * __this, const RuntimeMethod* method); // UnityEngine.GameObject RankView::GetMyRankItem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * RankView_GetMyRankItem_mC8D2A2E602AD6A071B93072EC9BC92F227B4D213 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method); // System.Void RankView::ClearRankList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_ClearRankList_m46254A7D15D40E8537F03408A848D23ABF470241 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrWhiteSpace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrWhiteSpace_m4C4266AE4097F5B61FF72A8D0D083611231B9CA6 (String_t* ___value0, 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`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_mEA0FE9415D822EE7BE171F985ABF01E0FADB98DF (Action_2_tE8B0757B47E06C0133CDB339B09DF88659DC8B24 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_tE8B0757B47E06C0133CDB339B09DF88659DC8B24 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared)(__this, ___object0, ___method1, method); } // System.Boolean JCEngineCore.JCEntity::call(System.String,System.Object[],System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JCEntity_call_mDC6C6A555914CBC6119E4B0B08F5602CAD7693C0 (JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * __this, String_t* ___func0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, Delegate_t * ___callback2, 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); // !!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 RankView/<>c__DisplayClass16_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0__ctor_m49E3D2E88714503F7BF7D5AE50AF8B1A089CBD9D (U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5 * __this, const RuntimeMethod* method); // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::get_onClick() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * Button_get_onClick_m28BD8C670676D4E2B292B5A7F59387D4BF61F8F4_inline (Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent::AddListener(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_AddListener_m0ACFF0706176ECCB20E0BC2542D07396616F436D (UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * __this, UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___call0, const RuntimeMethod* method); // !!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); } // UnityEngine.Sprite UnityEngine.UI.Image::get_sprite() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * Image_get_sprite_mA6FB016B4E3FE5EFFAE4B3AEE2D2DF89C61E0AF3_inline (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __this, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, 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); // System.Int32 System.Array::IndexOf(!!0[],!!0) inline int32_t Array_IndexOf_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_m7E1281C9DD8335491BBCBF2DCA0EEF789C8E631E (ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* ___array0, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___value1, const RuntimeMethod* method) { return (( int32_t (*) (ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B*, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D *, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_mBA88963C07F924406E8012B432FC74CD5216B562_gshared)(___array0, ___value1, method); } // System.Void RankView::HandleBtnTabSelectedLogic1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_HandleBtnTabSelectedLogic1_m13EE11A2405741A9BCC67B816A191FF42DE18633 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, int32_t ___btnIndex0, const RuntimeMethod* method); // System.Void RankView::EnterRankListBox() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_EnterRankListBox_m054F6FCE1354DF51F2EFA35B05F46CA3BB885E43 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method); // System.Void RankView/<>c__DisplayClass22_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0__ctor_m6627E56EACFE1BAA1753250D3C2A7AA629850228 (U3CU3Ec__DisplayClass22_0_t7D21B16BAD8C87BD46399CC958BAA9EEA82D831E * __this, const RuntimeMethod* method); // System.Void RankView::HandleBtnTabSelectedLogic(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_HandleBtnTabSelectedLogic_m3A27AB9E7125D6B3D5AE59224BF1F1123B9D411F (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, int32_t ___btnIndex0, 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 BestHTTP.WebSocket.Frames.RawFrameData::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawFrameData__ctor_m24F8057313A20B48C53AD24048D6753B91D57085 (RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___length1, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.VariableSizedBufferPool::Release(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.Frames.RawFrameData::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawFrameData_Dispose_mAF3183886A72E619EB552FE7E3E617A7D55D873E (RawFrameData_t3414CE87384E55234B8CAD70570926AF9AA5088E * __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.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); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m5405FD4F820E573FF613FD64A11BA2A139E9B296 (Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.Dictionary`2 System.Linq.Enumerable::ToDictionary(System.Collections.Generic.IEnumerable`1,System.Func`2,System.Func`2) inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * Enumerable_ToDictionary_TisHTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E_TisString_t_TisString_t_m4C2AD0AB2666298BB3256528FDD01C448BFD9455 (RuntimeObject* ___source0, Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * ___keySelector1, Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * ___elementSelector2, const RuntimeMethod* method) { return (( Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * (*) (RuntimeObject*, Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 *, Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 *, const RuntimeMethod*))Enumerable_ToDictionary_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_mDA6A7F2B6E8A2386EFDE5C9A39390756ED6B6049_gshared)(___source0, ___keySelector1, ___elementSelector2, method); } // System.String BestHTTP.JSON.Json::Encode(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Json_Encode_m068167046898CB3C891C9FA4E8E8CE591CF71973 (RuntimeObject * ___json0, const RuntimeMethod* 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.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E (const RuntimeMethod* method); // System.Void BestHTTP.Forms.HTTPFormBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase__ctor_m4D6A03CACF718F039939460052E10BD7C7FC9023 (HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * __this, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.Extensions.VariableSizedBufferPool::Get(System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF (int64_t ___size0, bool ___canBeLarger1, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString__ctor_mF701223D0F3716183973E4CEF77F5558E23321F0 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, int32_t ___namedBits0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString__ctor_m3873220573E98B131BF69FFBD42E0A63D738BE17 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___padBits1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReasonsMask__ctor_m93A26AF5EBC0852DC70CBF24336846187C5FD427 (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * __this, int32_t ___reasons0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::get_Reasons() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * ReasonsMask_get_Reasons_m845BB4718D44073AA67BC81D665A41B5A9B47E90 (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReasonsMask__ctor_m230215E1F8B2139647C33A90D268BAC543CD71DD (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask::AddReasons(BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.ReasonsMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReasonsMask_AddReasons_m8FA0FC544A4C9EE3ACEC21ED63268B321547909D (ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * __this, ReasonsMask_tAB3EA56E44A9929CDF17BCF65A2E55F0E2C08882 * ___mask0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ReasonFlags::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReasonFlags__ctor_mD8D316FCD5EC39717A550E6E8849A98F016DA409 (ReasonFlags_tBEE809DF2139B187BD1C87E2811259528713A7AF * __this, int32_t ___reasons0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyAgreeRecipientIdentifier_tBA5E98B2A6C72F3799020F0A9D1C465116A7A28A * KeyAgreeRecipientIdentifier_GetInstance_m44055CD839221933702BE316BDF3593DFA5457EB (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientEncryptedKey BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientEncryptedKey::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecipientEncryptedKey_tED14E5C321F7687BA4201D41E15DE457A7D56BE2 * RecipientEncryptedKey_GetInstance_m82B836BBA312A86DB17E4DB68C182FE66DCC0E05 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientEncryptedKey::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecipientEncryptedKey__ctor_m1BF0ACE9AFD674731FF13EF3F7C084F70799B1AE (RecipientEncryptedKey_tED14E5C321F7687BA4201D41E15DE457A7D56BE2 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::GetHashCode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::get_SubjectKeyIdentifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509CertStoreSelector_get_SubjectKeyIdentifier_mD638137540899877C3B07AD6E42B3A17BAEC59F9 (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::get_SerialNumber() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * X509CertStoreSelector_get_SerialNumber_m0A38F99A089C8BB0A6789DD0D02778FA3784FF3A_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::get_Issuer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * X509CertStoreSelector_get_Issuer_m9FD55B6C7E566DAA0BFC9655E8288D6A043B33F7_inline (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::AreEqual(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053 (RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::IssuersMatch(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509CertStoreSelector_IssuersMatch_m40BF6EA39D07123B44A117744D0A48110528BF3B (X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___a0, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Store.X509CertStoreSelector::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertStoreSelector__ctor_m4487660A838C58A82C619928D02A4C44E730A81A (X509CertStoreSelector_tDC9D1189AE7E9E64F71CF541A2D316686E4E2996 * __this, 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.Cms.RecipientIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecipientIdentifier__ctor_mE50D75025594E7E2F7DFA7AA81713D76FFA811C0 (RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1 * __this, IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * ___id0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecipientIdentifier__ctor_m0622884809CB05130B493B339875119CD6F4A1A7 (RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1 * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___id0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecipientIdentifier__ctor_mEFEEB1B873EAB5AE2C687848279F5BD891880922 (RecipientIdentifier_tBC500D2CDE60B57F8CB815C4599D2EE019A2E5C1 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___id0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * IssuerAndSerialNumber_GetInstance_mF4A4D4DB8052366CCFE5E77930352FB0A3725E5B (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecipientInfo__ctor_m861BEACCCC5A23AFFE09CFC83F193A2CFDE3E2C5 (RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___info0, 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.Cms.KeyAgreeRecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC * KeyAgreeRecipientInfo_GetInstance_m8F24C40B9656A7838E4C07B18FB43CFD574FA2F4 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * KeyAgreeRecipientInfo_get_Version_m77AFD3D087BB0D4801528162A5A274CC2D998958_inline (KeyAgreeRecipientInfo_t564061DA87EDB364DF4FBD7CA50B2EB71D8F34EC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientInfo::GetKekInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25 * RecipientInfo_GetKekInfo_m3CB3B1F16668BC5211836B72FA97A25F502C996C (RecipientInfo_tAD4CBFD604399F45BD0D23A4C028E0FC88C19829 * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___o0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * KekRecipientInfo_get_Version_mB22F9D1661D0713875DA6B734762C23578676A79_inline (KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D * PasswordRecipientInfo_GetInstance_mE005CE7C41107DF7A659BC19214935D35F6B132D (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * PasswordRecipientInfo_get_Version_m38572E52D4D5097099186232271A8EFC00895317_inline (PasswordRecipientInfo_t022421B5CF631A5AFE34BECCF930C2EAC00B879D * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0 * KeyTransRecipientInfo_GetInstance_mA0F3ED0F062B51BA7C87BAB3B4DF4DD278798C39 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * KeyTransRecipientInfo_get_Version_m04719AAA32738DF42ED8AF4AEB035F9559538F5A_inline (KeyTransRecipientInfo_t5560A4301685119C4400C494D4B8D2D5BCF538A0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherRecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherRecipientInfo::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OtherRecipientInfo_t4398E1481C08E443D0C18BD7059C9E8A2BB9230C * OtherRecipientInfo_GetInstance_mA53618CC5D0372DC9F403DBD3DAA14C3B0E381C9 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::IsExplicit() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Asn1TaggedObject_IsExplicit_m4866E572BD26FD411219E62A033CB31F483466FB_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.KekRecipientInfo::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KekRecipientInfo_t49DC4E62062A5E6E070BCBE2704D5AE43A4A7A25 * KekRecipientInfo_GetInstance_mCF0E2D8329D3556307FA54D10480FA00CD4530E2 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientID::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecipientID__ctor_m30284CC4BE38EB6ADBE38A88570543213285A349 (RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125 * __this, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsTypedStream__ctor_m53C8B8C5158B167D7BEA5725BC8A4BA4788AD5C3 (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CmsException__ctor_m809D9B85B996E0F6DC9AA0AD774D54178AC5698B (CmsException_tA459F99D1C6C93528CDEC8BBB289A932766EC3DE * __this, String_t* ___msg0, Exception_t * ___e1, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsTypedStream::get_ContentStream() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * CmsTypedStream_get_ContentStream_m36877331B0ED57A72C524D9DB67967AB89DF1B6B_inline (CmsTypedStream_t73EEA14F539B2D9626982E55116A232F30D73A21 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.CmsUtilities::StreamToByteArray(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CmsUtilities_StreamToByteArray_mFDDEB40046BC3F6942E78083DE681464EFBF7701 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStream0, 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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.MacUtilities::DoFinal(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* MacUtilities_DoFinal_m07D2EDE7426AE8B7BB98545CFE3D0CB03393A7D4 (RuntimeObject* ___mac0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientID BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformation::get_RecipientID() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125 * RecipientInformation_get_RecipientID_m65D86AC6EF3EB0177B98DF4501F46EC57E119B09_inline (RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB * __this, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_m221C0FB793E427B85399C0A49997D54179CAE546 (int32_t ___capacity0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8 (RuntimeObject* ___collection0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformation BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientInformationStore::GetFirstRecipient(BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.RecipientID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecipientInformation_tB02D0534E5C0851FB482467BA26A52FAD2F853AB * RecipientInformationStore_GetFirstRecipient_mA40322B0750B0472585AB5D08A75945057B16D78 (RecipientInformationStore_t88C22AFCFF44C9B63A613E9F659466874E59CA0F * __this, RecipientID_t744700C1480DE017B5D0AB81C6A1044A8C400125 * ___selector0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier::.ctor(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecipientKeyIdentifier__ctor_m1BEA6F03B7C990B18EAC38038726CF2031FCD242 (RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyIdentifier0, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___date1, OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB * ___other2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB * OtherKeyAttribute_GetInstance_mDB51BFAE367AD008B941CECEDE34D39F03D8FF64 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492 * RecipientKeyIdentifier_GetInstance_m7EAD1F417D783C8D154363CE864E6749867D8495 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecipientKeyIdentifier__ctor_mE0277623FE69064CA21C835922EF7EF7147174B6 (RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::AddOptional(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_AddOptional_mB97BC076BA9B253F5C10545EE0EE4A839EF34D5A (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequenceNumber__ctor_mBAD5010842B967501D6AE231655C37D1A1E57838 (SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCompression::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsNullCompression__ctor_mA3BE8683E03879ADCF8FB3BD60168B40BCF02604 (TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/HandshakeHashUpdateStream::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandshakeHashUpdateStream__ctor_mD8F70BBDC112EE85EAAEB8EE985265643E7FAE4C (HandshakeHashUpdateStream_tD3B3B444D044EC45B2EB971473974FDC73989932 * __this, RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * ___mOuter0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsNullCipher__ctor_mA10A43962F30E1B449687DC1A690FC7DC8254EF3 (TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3 * __this, RuntimeObject* ___context0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DeferredHash::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredHash__ctor_m5B3AAAB543ADAAFB861FF0793C8053E4D9AAE292 (DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::SetPlaintextLimit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecordStream_SetPlaintextLimit_m51621D157A53043CCE5BC4BA4BA190391F5F695A (RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * __this, int32_t ___plaintextLimit0, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint8(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TlsUtilities_ReadUint8_m18EBCC12EE3DB706396578F590D15BEF82339D38 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___offset1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::CheckType(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecordStream_CheckType_m38845EEC8059609CBE1E1158EE07B624C5C182DC (uint8_t ___type0, uint8_t ___alertDescription1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadVersionRaw(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsUtilities_ReadVersionRaw_m1CDD671439BA7C8617D98C5F9F22128209FB8314 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___offset1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadVersion(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * TlsUtilities_ReadVersion_m8DEF414684575DED74860C54E651BAED78715EDA (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___offset1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsUtilities_ReadUint16_m1E5799E6E15832FAB71BF8BE758A1679A7BACE97 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___offset1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::CheckLength(System.Int32,System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecordStream_CheckLength_m805419E7E98FDA83EAD2EE49E6497989B2D5E565 (int32_t ___length0, int32_t ___limit1, uint8_t ___alertDescription2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadAllOrNothing(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_ReadAllOrNothing_mB318A327D0CC703DB2457253DBC79554294A2CC9 (int32_t ___length0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::DecodeAndVerify(System.Byte,System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RecordStream_DecodeAndVerify_mF0645191B64FDFA7E89C38CF138BF2553A22D8A2 (RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * __this, uint8_t ___type0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, int32_t ___len2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::ProcessRecord(System.Byte,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsProtocol_ProcessRecord_m6BF02DF6A0D9AA05270FD49A99E23BD0F1F9BA50 (TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69 * __this, uint8_t ___protocol0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___off2, int32_t ___len3, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadFully(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_ReadFully_mE5FC834E4FC4A791892231FF5C437BB30CEA8F1D (int32_t ___length0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber::NextValue(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SequenceNumber_NextValue_mA534FD7CC3A45D42778260080B5EC2B62AA75CAE (SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * __this, uint8_t ___alertDescription0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::GetBufferContents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RecordStream_GetBufferContents_mD6002BBC49F0FCE9FDDB5C0D5BC68ABE01835C93 (RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint8(System.Byte,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint8_mF51A9F2BA4D361435E4993CFC5BD46CCCB65E186 (uint8_t ___i0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___offset2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteVersion_m9F96059833D59596B7BA97B51522AE9CECC8036E (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___version0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___offset2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint16(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint16_mC62EE72A6598A7A7761399F9597312CC5E100CF0 (int32_t ___i0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___offset2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::Dispose(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method); // !!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); } // UnityEngine.Shader UnityEngine.Material::get_shader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * Material_get_shader_mEB85A8B8CA57235C464C2CC255E77A4EFF7A6097 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, 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); // UnityEngine.Shader UnityEngine.Shader::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * Shader_Find_m596EC6EBDCA8C9D5D86E2410A319928C1E8E6B5A (String_t* ___name0, const RuntimeMethod* method); // System.Void UnityEngine.Material::.ctor(UnityEngine.Shader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_mD2A3BCD3B4F17F5C6E95F3B34DAF4B497B67127E (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___shader0, 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.Void UnityEngine.Material::SetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method); // System.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.Material::SetColor(System.String,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetColor_m5CAAF4A8D7F839597B4E14588E341462EEB81698 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetInt(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetInt_m15D944E498726C9BB3A60A41DAAA45000F570F87 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method); // System.Void JCUnityLib.UI.RectBorderRadiusSwitch::.ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectBorderRadiusSwitch__ctor_mF2008EEE430B48A6573A3B691265AE4D00857749 (RectBorderRadiusSwitch_t6FC0BBB243A5B02BC89B17702D8CB0606169DD4F * __this, bool ___lt0, bool ___rt1, bool ___rb2, bool ___lb3, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_black() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_black_m67E91EB7017FC74D9AB5ADEF6B6929B7EFC9A982 (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.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.Uri BestHTTP.HTTPRequest::get_CurrentUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HTTPRequest_get_CurrentUri_mF08CB7FC8F25CCCC9128FFE014B19E17B74D8264 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // BestHTTP.SupportedProtocols BestHTTP.HTTPProtocolFactory::GetProtocolFromUri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPProtocolFactory_GetProtocolFromUri_mE8C4F386B2F24694029C80A9ED759F4FF4974F8E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Uri BestHTTP.HTTPRequest::get_Uri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HTTPRequest_get_Uri_mCF0675FA33A1F32DF6728DA439D9D477671EBD76_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Uri BestHTTP.Examples.RedirectLoggerAccessTokenAuthenticator::PrepareUri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * RedirectLoggerAccessTokenAuthenticator_PrepareUri_mCB233A294A41A1B7419A82B1C70EF84DC1348ABA (RedirectLoggerAccessTokenAuthenticator_tBE1D70626AAD920E31B60267952BD99499D81126 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_Uri(System.Uri) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Uri_m893183CA5EA690FB7C4866D9F6DCE8FA20D0FAF5_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, 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.String BestHTTP.SignalRCore.Messages.NegotiationResult::get_AccessToken() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NegotiationResult_get_AccessToken_mD96235D60847D017D4EF9EC354B0FAF473694E42_inline (NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * __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.String System.Uri::get_Query() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Query_m5BFB32AA54D9F40585832BCA7F10B3DE3603E9EF (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::get_Scheme() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Int32 System.Uri::get_Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::get_AbsolutePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mB845A99D0CEB442AAF90B24A95EE7509C34C6306 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.UriBuilder::.ctor(System.String,System.String,System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_m1582DFBD2A71361F6EBA67B55ABECB812C84B508 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, String_t* ___scheme0, String_t* ___host1, int32_t ___port2, String_t* ___path3, String_t* ___extraValue4, 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.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 BestHTTP.Examples.RedirectLoggerAccessTokenAuthenticator::.ctor(BestHTTP.SignalRCore.HubConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RedirectLoggerAccessTokenAuthenticator__ctor_m2E48E27AB3BD4852C1F2F4047053F5A5EEF3E104 (RedirectLoggerAccessTokenAuthenticator_tBE1D70626AAD920E31B60267952BD99499D81126 * __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); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0 (Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.SignalRCore.HubConnection::add_OnConnected(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_add_OnConnected_mE646C6A573754170FCA796FB416B927A6613D1AC (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___value0, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_m2AA53EB59C74F789510F81501EA61954ED2D4988 (Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.SignalRCore.HubConnection::add_OnError(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_add_OnError_mC6C99540F9E510A3D99131591CE2B3BBC6805936 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::add_OnClosed(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_add_OnClosed_mA579126F6DBE400FE478E11A42BF0B8C5774A3FA (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___value0, const RuntimeMethod* method); // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) inline void Func_3__ctor_m85B18B3955CFC54FC628B64D661B48FD6AD54B64 (Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_3__ctor_m835B09DAA0CE411E6169309E1123C1AE953BCC79_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.SignalRCore.HubConnection::add_OnMessage(System.Func`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_add_OnMessage_mD6937915D96F1E105916E9320163856AEE0CD810 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * ___value0, const RuntimeMethod* method); // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) inline void Action_3__ctor_m55B5232DDB3492FE9225EB7399249CE04315DBB9 (Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_3__ctor_m2C9082E7979FF084723BC9078175D8F984DCA7BD_gshared)(__this, ___object0, ___method1, method); } // 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); // System.Void BestHTTP.SignalRCore.HubConnection::StartConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_StartConnect_m19A1847CC52217F06FC24880711E3A3F4E5BEC14 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::StartClose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_StartClose_m240A8EC4903217BAE6093B546165CD8F43993682 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIHelper::DrawArea(UnityEngine.Rect,System.Boolean,System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___area0, bool ___drawHeader1, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action2, const RuntimeMethod* method); // System.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.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); // 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.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.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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ReferenceMultiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ReferenceMultiply_m225CB9FC288353B8489F50DB1987155F9C87DC59 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractECMultiplier__ctor_m898F1EE1A85F4E552860CB418F1D64A0B33C0C01 (AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 * __this, const RuntimeMethod* method); // System.Void RegisterView/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m4FE4F0641DA3E40BEA0F960A164587686371A6C3 (U3CU3Ec__DisplayClass13_0_t32C6496BC7AE1430C05FE489429B09FAE4E1B438 * __this, const RuntimeMethod* method); // System.Void RegisterView::InitPage(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegisterView_InitPage_m796E473F9EC0D75F3929D3B5BE1F50CDBBAF42B6 (RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * __this, bool ___isNext0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 * Component_GetComponent_TisAgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6_m7488B2BAD3DB37C0D0866D1C993DB4CEF8BC43E9 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void RegisterView::InitInputLimit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegisterView_InitInputLimit_mC815712E6357DBDE5169BAB7860ED2CA6F503C47 (RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * __this, const RuntimeMethod* method); // System.Void RegisterView/<>c__DisplayClass15_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0__ctor_m6DAED9FD6F718F4E78770FB1581393A5AC382692 (U3CU3Ec__DisplayClass15_0_t8EB7D058A396BFC3361D885BB235029FE4CBFCDC * __this, const RuntimeMethod* method); // UnityEngine.UI.InputField RegisterView::GetInputField(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * RegisterView_GetInputField_m4AD7485DE23349A151D19DE990BC4B82375392C5 (RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___inputNode0, const RuntimeMethod* method); // UnityEngine.UI.InputField/OnChangeEvent UnityEngine.UI.InputField::get_onValueChanged() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * InputField_get_onValueChanged_mAF7D77CCBED34CF4A46A9E4EA77405D790C58449_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) inline void UnityAction_1__ctor_mBB6FF824ECCAE3C08CD8B015E235BBDC15BCF43F (UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_mDACAB67F7E76FF788C30CA0E51BF3274666F951E_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) inline void UnityEvent_1_AddListener_mC6DDB55AF3B8AC6DBA08F1695CE00DE191603830 (UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0 * __this, UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * ___call0, const RuntimeMethod* method) { (( void (*) (UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0 *, UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 *, const RuntimeMethod*))UnityEvent_1_AddListener_mCB985906426A738046B3F5E3F98FF4049E9DE117_gshared)(__this, ___call0, method); } // System.Int32 CommonConfig::get_serverIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonConfig_get_serverIndex_m074909216A2F4373BFA9443EC0D7F22E4C8B7D46 (const RuntimeMethod* method); // System.Boolean CommonConfig::get_banBindRelateAccount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommonConfig_get_banBindRelateAccount_m0B5D9094B76C7317DD684AF53DCC6FAE312251DB (const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransform::get_anchoredPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_anchoredPosition(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // System.Void RegisterView::GetLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegisterView_GetLocation_mB88CEB51088DE1005767954F864113AE80E0CC2A (RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * __this, const RuntimeMethod* method); // System.Void RegisterView::ChnageCaptcha() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegisterView_ChnageCaptcha_m052A494C008DE0155C2F6BA232F9CA37DD422DE0 (RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * Component_GetComponent_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m1025822CFFC3A3C846267590775A843ED9532924 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // !0 JCUnityLib.Singleton`1::get_Instance() inline CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * Singleton_1_get_Instance_mF44541474BC5DD051198E345F6E9C943FF05074D (const RuntimeMethod* method) { return (( CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * (*) (const RuntimeMethod*))Singleton_1_get_Instance_mD7F54CFD6D60327428D8C7A97E68BE95288A9A52_gshared)(method); } // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mC14E24B188C6C29726CFCBC0E98734C95A1F6F7F (Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mC14E24B188C6C29726CFCBC0E98734C95A1F6F7F_gshared)(__this, ___object0, ___method1, method); } // System.Collections.IEnumerator CaptchaController::GetCaptcha(UnityEngine.UI.Image,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CaptchaController_GetCaptcha_mB29D14E72C49CCCE00A091A32DB797A8185333D3 (CaptchaController_t43D34329B0D2332B81C73361818403490AF27437 * __this, Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___targetRenderImage0, Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___cb1, 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 RegisterView/<>c__DisplayClass20_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0__ctor_m431BAECB9D7D6F72F9BB7E6D2616CD8228074D6C (U3CU3Ec__DisplayClass20_0_t28FFD9EDA278588D247BF2B246F56F80C640910C * __this, const RuntimeMethod* 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.GameObject::GetComponent() inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * GameObject_GetComponent_TisRelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814_mB566C4E186F1E1445C18FC21DDB3B15272919F34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponentInParent() inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * GameObject_GetComponentInParent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_m90625F443F554FEAED998DB6123FE13C183E0A62 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentInParent_TisRuntimeObject_mDA87875B1847A0CF7559CC7DCB6BE79AC7D0E9E8_gshared)(__this, method); } // System.Void JCUnityLib.CanvasUtils::PlusSortOrder(UnityEngine.GameObject,UnityEngine.GameObject,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUtils_PlusSortOrder_m77200A5B48407463FAD393892692EEAEC362C11E (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___src0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___des1, int32_t ___plusValue2, const RuntimeMethod* method); // System.Void RelateValidateView::InitForEmail2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelateValidateView_InitForEmail2_m04306070A33092652F9AB772053C60CAB00A6C13 (RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`3::.ctor(System.Object,System.IntPtr) inline void UnityAction_3__ctor_m2935BC6A1CBA5EAC25A8A386514543D97F68B660 (UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_3__ctor_m6F571E94FB3E5F96CB7BD270FAC2705B9633916C_gshared)(__this, ___object0, ___method1, method); } // System.Void RegisterView/<>c__DisplayClass22_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0__ctor_mD1517D123AC3C8449FD538371C8EF2D03A045FA2 (U3CU3Ec__DisplayClass22_0_t00189800C27B442819FBA3F2F4F66296DDA8A188 * __this, const RuntimeMethod* method); // System.Void RelateValidateView::InitForPhone2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelateValidateView_InitForPhone2_m537B62762E992ABE1972D24ACE78DC597E1A2617 (RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * __this, const RuntimeMethod* method); // System.String UnityEngine.UI.InputField::get_text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Boolean AgreenmentOption::IsAgreementChecked() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AgreenmentOption_IsAgreementChecked_mD6ED7B4AEF68522B617F58F32D5DA160CF61C198 (AgreenmentOption_t432B742374FB1C0EDA1654B663688306A3D77CDF * __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); // !0 JCUnityLib.Singleton`1::get_Instance() inline LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * Singleton_1_get_Instance_mEA24133F067AA33E873E2B7E10DE993B007252D7 (const RuntimeMethod* method) { return (( LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * (*) (const RuntimeMethod*))Singleton_1_get_Instance_mD7F54CFD6D60327428D8C7A97E68BE95288A9A52_gshared)(method); } // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE (Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Collections.IEnumerator LoginController::Register(System.String,System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LoginController_Register_m6B3C3E01B36BEAF57767DFABAB13CD0A9045B2E6 (LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * __this, String_t* ___username0, String_t* ___password1, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback2, const RuntimeMethod* method); // System.Collections.IEnumerator LoginController::Register2(System.String,System.String,System.String,System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LoginController_Register2_mA256AF9C1EBB942E03038A4EF66ABB09CFC3F68A (LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * __this, String_t* ___username0, String_t* ___password1, String_t* ___email2, String_t* ___phone3, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback4, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E * Component_GetComponent_TisToggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E_m544EDB55EC6C249F96B487032ECEB73B848CD844 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Boolean UnityEngine.UI.Toggle::get_isOn() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Toggle_get_isOn_m2B1F3640101A6FCDA6B5AF27924FFD10E3A89A6C_inline (Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E * __this, const RuntimeMethod* method); // System.Collections.IEnumerator LoginController::CompleteUserInfo(System.String,System.String,System.String,System.Int32,System.String,System.String,System.String,System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LoginController_CompleteUserInfo_m50BBAC83FCFA5A446B20B5E871BD5DE335835D0D (LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * __this, String_t* ___username0, String_t* ___password1, String_t* ___nickname2, int32_t ___gender3, String_t* ___birthday4, String_t* ___countryCode5, String_t* ___stateCode6, String_t* ___cityCode7, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback8, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInChildren() inline DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516 * GameObject_GetComponentInChildren_TisDatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516_m991EAEA7DED510BDA6066DA652D4DFD3546BE4A7 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentInChildren_TisRuntimeObject_m2DC5105404F597613BDFC5C8C87CE9931ED3D000_gshared)(__this, method); } // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mF1B9F869B92E0564B028B92505D790CF0F65CCD5 (Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t09C12AA7E5E85A97B5B1F128A642D012DF05E10F *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, 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 System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.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.Void LoginView::FillLoginInput(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoginView_FillLoginInput_mF797E59997D429D5DD4045ACD8978973437D2FDC (LoginView_t531122D31D7F2AA0E4CD5F738A2E343DF29A8D9E * __this, String_t* ___username0, String_t* ___password1, const RuntimeMethod* method); // System.String JC.Unity.Picker.DatePickerGroup::GetSelectDateStr() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DatePickerGroup_GetSelectDateStr_m4B905F0247BD4E57EC2E65AEDB65095D4E72EA43 (DatePickerGroup_t71E7FBA55BB588830802A8486F57942BFFB72516 * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.InputField::set_text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m0830373DB14CA8000087DD745ED3AED5B645D5D8 (Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void GPSTool::GetAddress(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPSTool_GetAddress_mD068B33B06551CD714AD087C776F7915D9786CA1 (Action_1_t0F808BECFC00C2BA783741BFBB1E452E1850A394 * ___callback0, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp01(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C (float ___value0, 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 // System.Void PropScaleAim::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropScaleAim__ctor_m8441C48C3EB0D63CB273395FCDAA9D4D65370432 (PropScaleAim_t30584297774A1FFD48C3EF47311E50E6CB7A9AD4 * __this, int32_t ___baseID0, int32_t ___scaleValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1053DEC5549DB914925131C7762408C1F1415A82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8F82381F971721A95F57B45548E2D9551AF424); s_Il2CppMethodInitialized = true; } { // public PropScaleAim(int baseID, int scaleValue) PropConfig__ctor_mA3418036A483AC6BD2CC6AA3EA45580A54F57FA5(__this, /*hidden argument*/NULL); // this.scaleValue = scaleValue; int32_t L_0 = ___scaleValue1; __this->set_scaleValue_8(L_0); // if (this.scaleValue == 1) { int32_t L_1 = __this->get_scaleValue_8(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001d; } } { // this.inShop = false; ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_inShop_7((bool)0); } IL_001d: { // id = baseID + scaleValue; int32_t L_2 = ___baseID0; int32_t L_3 = ___scaleValue1; ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_id_0(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))); // type = 1; ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_type_1(1); // iconID = 1000; ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_iconID_2(((int32_t)1000)); // name = new string[]{"101000", scaleValue.ToString()}; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteralEF8F82381F971721A95F57B45548E2D9551AF424); (L_5)->SetAt(static_cast(0), (String_t*)_stringLiteralEF8F82381F971721A95F57B45548E2D9551AF424); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; String_t* L_7; L_7 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___scaleValue1), /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(1), (String_t*)L_7); ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_name_3(L_6); // detail = new string[]{"111000", scaleValue.ToString()}; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral1053DEC5549DB914925131C7762408C1F1415A82); (L_9)->SetAt(static_cast(0), (String_t*)_stringLiteral1053DEC5549DB914925131C7762408C1F1415A82); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; String_t* L_11; L_11 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___scaleValue1), /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (String_t*)L_11); ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_detail_4(L_10); // diamond = scaleValue * 20; int32_t L_12 = ___scaleValue1; ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_diamond_6(((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)((int32_t)20)))); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PropScaleShoot::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropScaleShoot__ctor_m80593FE833E33BD107C0915256A7BC0D1281ED69 (PropScaleShoot_tBEEF0F77CC645F39D90570CCE4C9EC466EEC74CE * __this, int32_t ___baseID0, int32_t ___scaleValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24A2EBF51198683EFAF27800B766FC702366E800); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4D48C309A3AF31DF786DF892A6430DD4E5C86EC); s_Il2CppMethodInitialized = true; } { // public PropScaleShoot(int baseID, int scaleValue) PropConfig__ctor_mA3418036A483AC6BD2CC6AA3EA45580A54F57FA5(__this, /*hidden argument*/NULL); // this.scaleValue = scaleValue; int32_t L_0 = ___scaleValue1; __this->set_scaleValue_8(L_0); // if (this.scaleValue == 1) { int32_t L_1 = __this->get_scaleValue_8(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001d; } } { // this.inShop = false; ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_inShop_7((bool)0); } IL_001d: { // id = baseID + scaleValue; int32_t L_2 = ___baseID0; int32_t L_3 = ___scaleValue1; ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_id_0(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))); // type = 2; ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_type_1(2); // iconID = 1001; ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_iconID_2(((int32_t)1001)); // name = new string[]{"101001", scaleValue.ToString()}; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral24A2EBF51198683EFAF27800B766FC702366E800); (L_5)->SetAt(static_cast(0), (String_t*)_stringLiteral24A2EBF51198683EFAF27800B766FC702366E800); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; String_t* L_7; L_7 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___scaleValue1), /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(1), (String_t*)L_7); ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_name_3(L_6); // detail = new string[]{"111001", scaleValue.ToString()}; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteralC4D48C309A3AF31DF786DF892A6430DD4E5C86EC); (L_9)->SetAt(static_cast(0), (String_t*)_stringLiteralC4D48C309A3AF31DF786DF892A6430DD4E5C86EC); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; String_t* L_11; L_11 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___scaleValue1), /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (String_t*)L_11); ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_detail_4(L_10); // diamond = scaleValue * 20; int32_t L_12 = ___scaleValue1; ((PropConfig_t4320FBD8BCFA9DFB6D3AAC213F1D2962A8E99DE6 *)__this)->set_diamond_6(((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)((int32_t)20)))); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: LitJson.PropertyMetadata IL2CPP_EXTERN_C void PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshal_pinvoke(const PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F& unmarshaled, PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshaled_pinvoke& marshaled) { Exception_t* ___Info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Info' of type 'PropertyMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Info_0Exception, NULL); } IL2CPP_EXTERN_C void PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshal_pinvoke_back(const PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshaled_pinvoke& marshaled, PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F& unmarshaled) { Exception_t* ___Info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Info' of type 'PropertyMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Info_0Exception, NULL); } // Conversion method for clean up from marshalling of: LitJson.PropertyMetadata IL2CPP_EXTERN_C void PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshal_pinvoke_cleanup(PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: LitJson.PropertyMetadata IL2CPP_EXTERN_C void PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshal_com(const PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F& unmarshaled, PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshaled_com& marshaled) { Exception_t* ___Info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Info' of type 'PropertyMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Info_0Exception, NULL); } IL2CPP_EXTERN_C void PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshal_com_back(const PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshaled_com& marshaled, PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F& unmarshaled) { Exception_t* ___Info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Info' of type 'PropertyMetadata': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Info_0Exception, NULL); } // Conversion method for clean up from marshalling of: LitJson.PropertyMetadata IL2CPP_EXTERN_C void PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshal_com_cleanup(PropertyMetadata_t82F32770B33750701D575D2F6E092A8F1EA7858F_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean UnityStandardAssets.Cameras.ProtectCameraFromWallClip::get_protecting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtectCameraFromWallClip_get_protecting_m0D765A8440B7565261BD788EB73C1EE4EE3DAD65 (ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97 * __this, const RuntimeMethod* method) { { // public bool protecting { get; private set; } // used for determining if there is an object between the target and the camera bool L_0 = __this->get_U3CprotectingU3Ek__BackingField_9(); return L_0; } } // System.Void UnityStandardAssets.Cameras.ProtectCameraFromWallClip::set_protecting(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtectCameraFromWallClip_set_protecting_m48C0228FFDBCF906769B116CD846C9EE0F7EDDE3 (ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool protecting { get; private set; } // used for determining if there is an object between the target and the camera bool L_0 = ___value0; __this->set_U3CprotectingU3Ek__BackingField_9(L_0); return; } } // System.Void UnityStandardAssets.Cameras.ProtectCameraFromWallClip::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtectCameraFromWallClip_Start_m7B988A51AF1E1399BF7CF2F34436289BD2271260 (ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m4A6F4D4DA173325202560896349A5992857330C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // m_Cam = GetComponentInChildren().transform; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0; L_0 = Component_GetComponentInChildren_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m4A6F4D4DA173325202560896349A5992857330C7(__this, /*hidden argument*/Component_GetComponentInChildren_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m4A6F4D4DA173325202560896349A5992857330C7_RuntimeMethod_var); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); __this->set_m_Cam_11(L_1); // m_Pivot = m_Cam.parent; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2 = __this->get_m_Cam_11(); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_2, /*hidden argument*/NULL); __this->set_m_Pivot_12(L_3); // m_OriginalDist = m_Cam.localPosition.magnitude; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = __this->get_m_Cam_11(); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_4, /*hidden argument*/NULL); V_0 = L_5; float L_6; L_6 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); __this->set_m_OriginalDist_13(L_6); // m_CurrentDist = m_OriginalDist; float L_7 = __this->get_m_OriginalDist_13(); __this->set_m_CurrentDist_15(L_7); // m_RayHitComparer = new RayHitComparer(); RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44 * L_8 = (RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44 *)il2cpp_codegen_object_new(RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44_il2cpp_TypeInfo_var); RayHitComparer__ctor_mE0506654EA6FCFED553243206FF268F188737B00(L_8, /*hidden argument*/NULL); __this->set_m_RayHitComparer_18(L_8); // } return; } } // System.Void UnityStandardAssets.Cameras.ProtectCameraFromWallClip::LateUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtectCameraFromWallClip_LateUpdate_mDEA1282E559819EA00553332A82BEC9BF7393655 (ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* V_1 = NULL; bool V_2 = false; bool V_3 = false; float V_4 = 0.0f; int32_t V_5 = 0; int32_t V_6 = 0; float* G_B22_0 = NULL; float G_B22_1 = 0.0f; float G_B22_2 = 0.0f; ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97 * G_B22_3 = NULL; float* G_B21_0 = NULL; float G_B21_1 = 0.0f; float G_B21_2 = 0.0f; ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97 * G_B21_3 = NULL; float G_B23_0 = 0.0f; float* G_B23_1 = NULL; float G_B23_2 = 0.0f; float G_B23_3 = 0.0f; ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97 * G_B23_4 = NULL; { // float targetDist = m_OriginalDist; float L_0 = __this->get_m_OriginalDist_13(); V_0 = L_0; // m_Ray.origin = m_Pivot.position + m_Pivot.forward*sphereCastRadius; Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * L_1 = __this->get_address_of_m_Ray_16(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2 = __this->get_m_Pivot_12(); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_2, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = __this->get_m_Pivot_12(); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_4, /*hidden argument*/NULL); float L_6 = __this->get_sphereCastRadius_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_5, L_6, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_3, L_7, /*hidden argument*/NULL); Ray_set_origin_m6EDD9381A16F5BD022A7DCBFE63D38C8A3E91B51((Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 *)L_1, L_8, /*hidden argument*/NULL); // m_Ray.direction = -m_Pivot.forward; Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * L_9 = __this->get_address_of_m_Ray_16(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10 = __this->get_m_Pivot_12(); NullCheck(L_10); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_10, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline(L_11, /*hidden argument*/NULL); Ray_set_direction_mDA9E058A81EA8D21BCD222A4729F66071FDDAFE3((Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 *)L_9, L_12, /*hidden argument*/NULL); // var cols = Physics.OverlapSphere(m_Ray.origin, sphereCastRadius); Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * L_13 = __this->get_address_of_m_Ray_16(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Ray_get_origin_m0C1B2BFF99CDF5231AC29AC031C161F55B53C1D0((Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 *)L_13, /*hidden argument*/NULL); float L_15 = __this->get_sphereCastRadius_6(); ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_16; L_16 = Physics_OverlapSphere_mE4A0577DF7C0681DE7FFC4F2A2C1BFB8D402CA0C(L_14, L_15, /*hidden argument*/NULL); V_1 = L_16; // bool initialIntersect = false; V_2 = (bool)0; // bool hitSomething = false; V_3 = (bool)0; // for (int i = 0; i < cols.Length; i++) V_5 = 0; goto IL_00af; } IL_0073: { // if ((!cols[i].isTrigger) && // !(cols[i].attachedRigidbody != null && cols[i].attachedRigidbody.CompareTag(dontClipTag))) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_17 = V_1; int32_t L_18 = V_5; NullCheck(L_17); int32_t L_19 = L_18; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); bool L_21; L_21 = Collider_get_isTrigger_m3A9C990365C94B7125DB5993D782D3D0FE876A60(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00a9; } } { ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_22 = V_1; int32_t L_23 = V_5; NullCheck(L_22); int32_t L_24 = L_23; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_25); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_26; L_26 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_27; L_27 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_26, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_27) { goto IL_00a5; } } { ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_28 = V_1; int32_t L_29 = V_5; NullCheck(L_28); int32_t L_30 = L_29; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_31 = (L_28)->GetAt(static_cast(L_30)); NullCheck(L_31); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_32; L_32 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_31, /*hidden argument*/NULL); String_t* L_33 = __this->get_dontClipTag_10(); NullCheck(L_32); bool L_34; L_34 = Component_CompareTag_m17D74EDCC81A10B18A0A588519F522E8DF1D7879(L_32, L_33, /*hidden argument*/NULL); if (L_34) { goto IL_00a9; } } IL_00a5: { // initialIntersect = true; V_2 = (bool)1; // break; goto IL_00b6; } IL_00a9: { // for (int i = 0; i < cols.Length; i++) int32_t L_35 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00af: { // for (int i = 0; i < cols.Length; i++) int32_t L_36 = V_5; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_37 = V_1; NullCheck(L_37); if ((((int32_t)L_36) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))))) { goto IL_0073; } } IL_00b6: { // if (initialIntersect) bool L_38 = V_2; if (!L_38) { goto IL_0105; } } { // m_Ray.origin += m_Pivot.forward*sphereCastRadius; Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * L_39 = __this->get_address_of_m_Ray_16(); Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * L_40 = L_39; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; L_41 = Ray_get_origin_m0C1B2BFF99CDF5231AC29AC031C161F55B53C1D0((Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 *)L_40, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_42 = __this->get_m_Pivot_12(); NullCheck(L_42); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43; L_43 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_42, /*hidden argument*/NULL); float L_44 = __this->get_sphereCastRadius_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45; L_45 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_43, L_44, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46; L_46 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_41, L_45, /*hidden argument*/NULL); Ray_set_origin_m6EDD9381A16F5BD022A7DCBFE63D38C8A3E91B51((Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 *)L_40, L_46, /*hidden argument*/NULL); // m_Hits = Physics.RaycastAll(m_Ray, m_OriginalDist - sphereCastRadius); Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 L_47 = __this->get_m_Ray_16(); float L_48 = __this->get_m_OriginalDist_13(); float L_49 = __this->get_sphereCastRadius_6(); RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* L_50; L_50 = Physics_RaycastAll_m72947571EFB0EFB34E48340AA2EC0C8030D27C50(L_47, ((float)il2cpp_codegen_subtract((float)L_48, (float)L_49)), /*hidden argument*/NULL); __this->set_m_Hits_17(L_50); // } goto IL_0129; } IL_0105: { // m_Hits = Physics.SphereCastAll(m_Ray, sphereCastRadius, m_OriginalDist + sphereCastRadius); Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 L_51 = __this->get_m_Ray_16(); float L_52 = __this->get_sphereCastRadius_6(); float L_53 = __this->get_m_OriginalDist_13(); float L_54 = __this->get_sphereCastRadius_6(); RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* L_55; L_55 = Physics_SphereCastAll_m237B3FE8A8FFF578B922DD8574AE8628DDA22FA5(L_51, L_52, ((float)il2cpp_codegen_add((float)L_53, (float)L_54)), /*hidden argument*/NULL); __this->set_m_Hits_17(L_55); } IL_0129: { // Array.Sort(m_Hits, m_RayHitComparer); RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* L_56 = __this->get_m_Hits_17(); RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44 * L_57 = __this->get_m_RayHitComparer_18(); Array_Sort_m9FEF5C0ACA74C23E8B3336E14872E4E6FE89B90D((RuntimeArray *)(RuntimeArray *)L_56, L_57, /*hidden argument*/NULL); // float nearest = Mathf.Infinity; V_4 = (std::numeric_limits::infinity()); // for (int i = 0; i < m_Hits.Length; i++) V_6 = 0; goto IL_01fe; } IL_0149: { // if (m_Hits[i].distance < nearest && (!m_Hits[i].collider.isTrigger) && // !(m_Hits[i].collider.attachedRigidbody != null && // m_Hits[i].collider.attachedRigidbody.CompareTag(dontClipTag))) RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* L_58 = __this->get_m_Hits_17(); int32_t L_59 = V_6; NullCheck(L_58); float L_60; L_60 = RaycastHit_get_distance_m85FCA98D7957C3BF1D449CA1B48C116CCD6226FA((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)((L_58)->GetAddressAt(static_cast(L_59))), /*hidden argument*/NULL); float L_61 = V_4; if ((!(((float)L_60) < ((float)L_61)))) { goto IL_01f8; } } { RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* L_62 = __this->get_m_Hits_17(); int32_t L_63 = V_6; NullCheck(L_62); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_64; L_64 = RaycastHit_get_collider_m13A3DE16FBC631E0A1F987E0B22CE70AF8AB539E((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)((L_62)->GetAddressAt(static_cast(L_63))), /*hidden argument*/NULL); NullCheck(L_64); bool L_65; L_65 = Collider_get_isTrigger_m3A9C990365C94B7125DB5993D782D3D0FE876A60(L_64, /*hidden argument*/NULL); if (L_65) { goto IL_01f8; } } { RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* L_66 = __this->get_m_Hits_17(); int32_t L_67 = V_6; NullCheck(L_66); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_68; L_68 = RaycastHit_get_collider_m13A3DE16FBC631E0A1F987E0B22CE70AF8AB539E((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)((L_66)->GetAddressAt(static_cast(L_67))), /*hidden argument*/NULL); NullCheck(L_68); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_69; L_69 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_68, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_70; L_70 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_69, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_70) { goto IL_01be; } } { RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* L_71 = __this->get_m_Hits_17(); int32_t L_72 = V_6; NullCheck(L_71); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_73; L_73 = RaycastHit_get_collider_m13A3DE16FBC631E0A1F987E0B22CE70AF8AB539E((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)((L_71)->GetAddressAt(static_cast(L_72))), /*hidden argument*/NULL); NullCheck(L_73); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_74; L_74 = Collider_get_attachedRigidbody_m101FED12AD292F372F98E94A6D02A5E428AA896A(L_73, /*hidden argument*/NULL); String_t* L_75 = __this->get_dontClipTag_10(); NullCheck(L_74); bool L_76; L_76 = Component_CompareTag_m17D74EDCC81A10B18A0A588519F522E8DF1D7879(L_74, L_75, /*hidden argument*/NULL); if (L_76) { goto IL_01f8; } } IL_01be: { // nearest = m_Hits[i].distance; RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* L_77 = __this->get_m_Hits_17(); int32_t L_78 = V_6; NullCheck(L_77); float L_79; L_79 = RaycastHit_get_distance_m85FCA98D7957C3BF1D449CA1B48C116CCD6226FA((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)((L_77)->GetAddressAt(static_cast(L_78))), /*hidden argument*/NULL); V_4 = L_79; // targetDist = -m_Pivot.InverseTransformPoint(m_Hits[i].point).z; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_80 = __this->get_m_Pivot_12(); RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* L_81 = __this->get_m_Hits_17(); int32_t L_82 = V_6; NullCheck(L_81); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_83; L_83 = RaycastHit_get_point_m32F7282CBB2E13393A33BAD046BDA218E48DD21E((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)((L_81)->GetAddressAt(static_cast(L_82))), /*hidden argument*/NULL); NullCheck(L_80); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_84; L_84 = Transform_InverseTransformPoint_m476ABC8F3F14824D7D82FE2C54CEE5A151A669B8(L_80, L_83, /*hidden argument*/NULL); float L_85 = L_84.get_z_4(); V_0 = ((-L_85)); // hitSomething = true; V_3 = (bool)1; } IL_01f8: { // for (int i = 0; i < m_Hits.Length; i++) int32_t L_86 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); } IL_01fe: { // for (int i = 0; i < m_Hits.Length; i++) int32_t L_87 = V_6; RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* L_88 = __this->get_m_Hits_17(); NullCheck(L_88); if ((((int32_t)L_87) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_88)->max_length)))))) { goto IL_0149; } } { // if (hitSomething) bool L_89 = V_3; if (!L_89) { goto IL_0242; } } { // Debug.DrawRay(m_Ray.origin, -m_Pivot.forward*(targetDist + sphereCastRadius), Color.red); Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * L_90 = __this->get_address_of_m_Ray_16(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_91; L_91 = Ray_get_origin_m0C1B2BFF99CDF5231AC29AC031C161F55B53C1D0((Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 *)L_90, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_92 = __this->get_m_Pivot_12(); NullCheck(L_92); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_93; L_93 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_92, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_94; L_94 = Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline(L_93, /*hidden argument*/NULL); float L_95 = V_0; float L_96 = __this->get_sphereCastRadius_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_97; L_97 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_94, ((float)il2cpp_codegen_add((float)L_95, (float)L_96)), /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_98; L_98 = Color_get_red_m9BD55EBF7A74A515330FA5F7AC7A67C8A8913DD8(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_DrawRay_m918D1131BACEBD7CCEA9D9BFDF3279F6CD56E121(L_91, L_97, L_98, /*hidden argument*/NULL); } IL_0242: { // protecting = hitSomething; bool L_99 = V_3; ProtectCameraFromWallClip_set_protecting_m48C0228FFDBCF906769B116CD846C9EE0F7EDDE3_inline(__this, L_99, /*hidden argument*/NULL); // m_CurrentDist = Mathf.SmoothDamp(m_CurrentDist, targetDist, ref m_MoveVelocity, // m_CurrentDist > targetDist ? clipMoveTime : returnTime); float L_100 = __this->get_m_CurrentDist_15(); float L_101 = V_0; float* L_102 = __this->get_address_of_m_MoveVelocity_14(); float L_103 = __this->get_m_CurrentDist_15(); float L_104 = V_0; G_B21_0 = L_102; G_B21_1 = L_101; G_B21_2 = L_100; G_B21_3 = __this; if ((((float)L_103) > ((float)L_104))) { G_B22_0 = L_102; G_B22_1 = L_101; G_B22_2 = L_100; G_B22_3 = __this; goto IL_0268; } } { float L_105 = __this->get_returnTime_5(); G_B23_0 = L_105; G_B23_1 = G_B21_0; G_B23_2 = G_B21_1; G_B23_3 = G_B21_2; G_B23_4 = G_B21_3; goto IL_026e; } IL_0268: { float L_106 = __this->get_clipMoveTime_4(); G_B23_0 = L_106; G_B23_1 = G_B22_0; G_B23_2 = G_B22_1; G_B23_3 = G_B22_2; G_B23_4 = G_B22_3; } IL_026e: { float L_107; L_107 = Mathf_SmoothDamp_m0B29D964FCB8460976BBE6BF56CBFDDC98EB5652(G_B23_3, G_B23_2, (float*)G_B23_1, G_B23_0, /*hidden argument*/NULL); NullCheck(G_B23_4); G_B23_4->set_m_CurrentDist_15(L_107); // m_CurrentDist = Mathf.Clamp(m_CurrentDist, closestDistance, m_OriginalDist); float L_108 = __this->get_m_CurrentDist_15(); float L_109 = __this->get_closestDistance_8(); float L_110 = __this->get_m_OriginalDist_13(); float L_111; L_111 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_108, L_109, L_110, /*hidden argument*/NULL); __this->set_m_CurrentDist_15(L_111); // m_Cam.localPosition = -Vector3.forward*m_CurrentDist; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_112 = __this->get_m_Cam_11(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_113; L_113 = Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_114; L_114 = Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline(L_113, /*hidden argument*/NULL); float L_115 = __this->get_m_CurrentDist_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_116; L_116 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_114, L_115, /*hidden argument*/NULL); NullCheck(L_112); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_112, L_116, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Cameras.ProtectCameraFromWallClip::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtectCameraFromWallClip__ctor_m475D40249900346AB58EA88AC94CAC77D21D3B0D (ProtectCameraFromWallClip_t553DBB0F93014DEB1E2B3E0D605DEC37C128EA97 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70); s_Il2CppMethodInitialized = true; } { // public float clipMoveTime = 0.05f; // time taken to move when avoiding cliping (low value = fast, which it should be) __this->set_clipMoveTime_4((0.0500000007f)); // public float returnTime = 0.4f; // time taken to move back towards desired position, when not clipping (typically should be a higher value than clipMoveTime) __this->set_returnTime_5((0.400000006f)); // public float sphereCastRadius = 0.1f; // the radius of the sphere used to test for object between camera and target __this->set_sphereCastRadius_6((0.100000001f)); // public float closestDistance = 0.5f; // the closest distance the camera can be from the target __this->set_closestDistance_8((0.5f)); // public string dontClipTag = "Player"; // don't clip against objects with this tag (useful for not clipping against the targeted object) __this->set_dontClipTag_10(_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ProtectedPart::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtectedPart__ctor_m8858A96A1FC7BCCE1377463297BC7AA51C678562 (ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private ProtectedPart(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // header = PkiHeader.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); IL2CPP_RUNTIME_CLASS_INIT(PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6_il2cpp_TypeInfo_var); PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * L_2; L_2 = PkiHeader_GetInstance_mCF83A2D7E6E72A8330C2D2658C5E9C96DB5AF927(L_1, /*hidden argument*/NULL); __this->set_header_2(L_2); // body = PkiBody.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, 1); PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * L_5; L_5 = PkiBody_GetInstance_m505735FA5A5C18C57DC43A19C9DBF808839FE7A3(L_4, /*hidden argument*/NULL); __this->set_body_3(L_5); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ProtectedPart BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ProtectedPart::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E * ProtectedPart_GetInstance_m28282B49151C2E8749C7D78335503F92BAC72DF0 (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*)&ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is ProtectedPart) RuntimeObject * L_0 = ___obj0; if (!((ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E *)IsInstClass((RuntimeObject*)L_0, ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (ProtectedPart)obj; RuntimeObject * L_1 = ___obj0; return ((ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E *)CastclassClass((RuntimeObject*)L_1, ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E_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 ProtectedPart((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E * L_4 = (ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E *)il2cpp_codegen_object_new(ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E_il2cpp_TypeInfo_var); ProtectedPart__ctor_m8858A96A1FC7BCCE1377463297BC7AA51C678562(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("Invalid object: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ProtectedPart_GetInstance_m28282B49151C2E8749C7D78335503F92BAC72DF0_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ProtectedPart::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtectedPart__ctor_m03297C256A13B388A4316E9D64992F6A0CFE771F (ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E * __this, PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * ___header0, PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * ___body1, const RuntimeMethod* method) { { // public ProtectedPart(PkiHeader header, PkiBody body) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.header = header; PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * L_0 = ___header0; __this->set_header_2(L_0); // this.body = body; PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * L_1 = ___body1; __this->set_body_3(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiHeader BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ProtectedPart::get_Header() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * ProtectedPart_get_Header_mF47B31F81E6121288538193D4CCED8A7AFB38D09 (ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E * __this, const RuntimeMethod* method) { { // get { return header; } PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * L_0 = __this->get_header_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.PkiBody BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ProtectedPart::get_Body() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * ProtectedPart_get_Body_m847C381FE0498679FC930F67FDC26748708038FD (ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E * __this, const RuntimeMethod* method) { { // get { return body; } PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * L_0 = __this->get_body_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cmp.ProtectedPart::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ProtectedPart_ToAsn1Object_m702C43EEABBFE666E667EBFE6198366CF0A721C2 (ProtectedPart_t43EE6309BAD9B4FF188276894A5A9E9C76DE031E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSequence(header, body); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; PkiHeader_tAE1B2A862B4D42587FF664ECCF0EDD8C33039EA6 * L_2 = __this->get_header_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; PkiBody_t919280BF2639453570272B2FDEE27AABFB6633AC * L_4 = __this->get_body_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_5 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_5, L_3, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolVersion__ctor_m1E59A2A7E1452D43949F2BE0C5517125F2467131 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, int32_t ___v0, String_t* ___name1, const RuntimeMethod* method) { { // private ProtocolVersion(int v, String name) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.version = v & 0xffff; int32_t L_0 = ___v0; __this->set_version_6(((int32_t)((int32_t)L_0&(int32_t)((int32_t)65535)))); // this.name = name; String_t* L_1 = ___name1; __this->set_name_7(L_1); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::get_FullVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProtocolVersion_get_FullVersion_m4F6235ECFC4A1EF8C6FC028E2E0A275BB9981006 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, const RuntimeMethod* method) { { // get { return version; } int32_t L_0 = __this->get_version_6(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::get_MajorVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProtocolVersion_get_MajorVersion_mCDB5EA5B771D23FAD458103A4E528238B8A311C5 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, const RuntimeMethod* method) { { // get { return version >> 8; } int32_t L_0 = __this->get_version_6(); return ((int32_t)((int32_t)L_0>>(int32_t)8)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::get_MinorVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProtocolVersion_get_MinorVersion_m4650B25C1A6717658D8DDFACB6C25EFF2F8A43C5 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, const RuntimeMethod* method) { { // get { return version & 0xff; } int32_t L_0 = __this->get_version_6(); return ((int32_t)((int32_t)L_0&(int32_t)((int32_t)255))); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::get_IsDtls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtocolVersion_get_IsDtls_m303924D8926713A01DB249AF1B4DED397A13AC7D (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, const RuntimeMethod* method) { { // get { return MajorVersion == 0xFE; } int32_t L_0; L_0 = ProtocolVersion_get_MajorVersion_mCDB5EA5B771D23FAD458103A4E528238B8A311C5(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)((int32_t)254)))? 1 : 0); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::get_IsSsl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtocolVersion_get_IsSsl_m0F595A68E77BC643D69FC18B6F9E5BB8EBADF08D (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return this == SSLv3; } IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_SSLv3_0(); return (bool)((((RuntimeObject*)(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)__this) == ((RuntimeObject*)(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)L_0))? 1 : 0); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::get_IsTls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtocolVersion_get_IsTls_mA38BC05741956B5553558B16849E58C807A5ED92 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, const RuntimeMethod* method) { { // get { return MajorVersion == 0x03; } int32_t L_0; L_0 = ProtocolVersion_get_MajorVersion_mCDB5EA5B771D23FAD458103A4E528238B8A311C5(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::GetEquivalentTLSVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ProtocolVersion_GetEquivalentTLSVersion_m6C864BBEC65CF1AD95340C42822C12238887D799 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!IsDtls) bool L_0; L_0 = ProtocolVersion_get_IsDtls_m303924D8926713A01DB249AF1B4DED397A13AC7D(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // if (this == DTLSv10) IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_1 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_DTLSv10_4(); if ((!(((RuntimeObject*)(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)__this) == ((RuntimeObject*)(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)L_1)))) { goto IL_0018; } } { // return TLSv11; IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_2 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_TLSv11_2(); return L_2; } IL_0018: { // return TLSv12; IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_3 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_TLSv12_3(); return L_3; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::IsEqualOrEarlierVersionOf(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtocolVersion_IsEqualOrEarlierVersionOf_mA6DCE6087D568B23EF6CE3AA61F87A322A592C7D (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___version0, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (MajorVersion != version.MajorVersion) int32_t L_0; L_0 = ProtocolVersion_get_MajorVersion_mCDB5EA5B771D23FAD458103A4E528238B8A311C5(__this, /*hidden argument*/NULL); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_1 = ___version0; NullCheck(L_1); int32_t L_2; L_2 = ProtocolVersion_get_MajorVersion_mCDB5EA5B771D23FAD458103A4E528238B8A311C5(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0010; } } { // return false; return (bool)0; } IL_0010: { // int diffMinorVersion = version.MinorVersion - MinorVersion; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_3 = ___version0; NullCheck(L_3); int32_t L_4; L_4 = ProtocolVersion_get_MinorVersion_m4650B25C1A6717658D8DDFACB6C25EFF2F8A43C5(L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = ProtocolVersion_get_MinorVersion_m4650B25C1A6717658D8DDFACB6C25EFF2F8A43C5(__this, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)); // return IsDtls ? diffMinorVersion <= 0 : diffMinorVersion >= 0; bool L_6; L_6 = ProtocolVersion_get_IsDtls_m303924D8926713A01DB249AF1B4DED397A13AC7D(__this, /*hidden argument*/NULL); if (L_6) { goto IL_002e; } } { int32_t L_7 = V_0; return (bool)((((int32_t)((((int32_t)L_7) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_002e: { int32_t L_8 = V_0; return (bool)((((int32_t)((((int32_t)L_8) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::IsLaterVersionOf(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtocolVersion_IsLaterVersionOf_m972DA1FD7B9FD889DF3159179024ADEF161928A6 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___version0, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (MajorVersion != version.MajorVersion) int32_t L_0; L_0 = ProtocolVersion_get_MajorVersion_mCDB5EA5B771D23FAD458103A4E528238B8A311C5(__this, /*hidden argument*/NULL); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_1 = ___version0; NullCheck(L_1); int32_t L_2; L_2 = ProtocolVersion_get_MajorVersion_mCDB5EA5B771D23FAD458103A4E528238B8A311C5(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0010; } } { // return false; return (bool)0; } IL_0010: { // int diffMinorVersion = version.MinorVersion - MinorVersion; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_3 = ___version0; NullCheck(L_3); int32_t L_4; L_4 = ProtocolVersion_get_MinorVersion_m4650B25C1A6717658D8DDFACB6C25EFF2F8A43C5(L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = ProtocolVersion_get_MinorVersion_m4650B25C1A6717658D8DDFACB6C25EFF2F8A43C5(__this, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)); // return IsDtls ? diffMinorVersion > 0 : diffMinorVersion < 0; bool L_6; L_6 = ProtocolVersion_get_IsDtls_m303924D8926713A01DB249AF1B4DED397A13AC7D(__this, /*hidden argument*/NULL); if (L_6) { goto IL_002b; } } { int32_t L_7 = V_0; return (bool)((((int32_t)L_7) < ((int32_t)0))? 1 : 0); } IL_002b: { int32_t L_8 = V_0; return (bool)((((int32_t)L_8) > ((int32_t)0))? 1 : 0); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtocolVersion_Equals_mFF54F73388F194ABF8A322B3573F51D0954DDD72 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return this == other || (other is ProtocolVersion && Equals((ProtocolVersion)other)); RuntimeObject * L_0 = ___other0; if ((((RuntimeObject*)(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0))) { goto IL_001b; } } { RuntimeObject * L_1 = ___other0; if (!((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)IsInstSealed((RuntimeObject*)L_1, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))) { goto IL_0019; } } { RuntimeObject * L_2 = ___other0; bool L_3; L_3 = ProtocolVersion_Equals_m55E637B40AF820E0B35ABA84E0B40FDA2FE6D211(__this, ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)CastclassSealed((RuntimeObject*)L_2, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_3; } IL_0019: { return (bool)0; } IL_001b: { return (bool)1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtocolVersion_Equals_m55E637B40AF820E0B35ABA84E0B40FDA2FE6D211 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___other0, const RuntimeMethod* method) { { // return other != null && this.version == other.version; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = ___other0; if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->get_version_6(); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_2 = ___other0; NullCheck(L_2); int32_t L_3 = L_2->get_version_6(); return (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProtocolVersion_GetHashCode_mB8256EC26F5DAF6996174CB6AF7D6ABCF64B1FD8 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, const RuntimeMethod* method) { { // return version; int32_t L_0 = __this->get_version_6(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::Get(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ProtocolVersion_Get_mA39DF90029D417EA7037AA786E87BD781392A6EF (int32_t ___major0, int32_t ___minor1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1673637C0DEF01B1D6ED9979CE65DF36B659184D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FB0436DC56071B60C9D5743D510A414902130B9); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___major0; if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_000e; } } { int32_t L_1 = ___major0; if ((((int32_t)L_1) == ((int32_t)((int32_t)254)))) { goto IL_004b; } } { goto IL_0086; } IL_000e: { int32_t L_2 = ___minor1; switch (L_2) { case 0: { goto IL_0026; } case 1: { goto IL_002c; } case 2: { goto IL_0032; } case 3: { goto IL_0038; } } } { goto IL_003e; } IL_0026: { // return SSLv3; IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_3 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_SSLv3_0(); return L_3; } IL_002c: { // return TLSv10; IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_4 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_TLSv10_1(); return L_4; } IL_0032: { // return TLSv11; IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_5 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_TLSv11_2(); return L_5; } IL_0038: { // return TLSv12; IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_6 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_TLSv12_3(); return L_6; } IL_003e: { // return GetUnknownVersion(major, minor, "TLS"); int32_t L_7 = ___major0; int32_t L_8 = ___minor1; IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_9; L_9 = ProtocolVersion_GetUnknownVersion_m90019746DDB655710413B7A444D07B7CD3923217(L_7, L_8, _stringLiteral1673637C0DEF01B1D6ED9979CE65DF36B659184D, /*hidden argument*/NULL); return L_9; } IL_004b: { int32_t L_10 = ___minor1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)253)))) { case 0: { goto IL_0073; } case 1: { goto IL_006b; } case 2: { goto IL_0065; } } } { goto IL_0079; } IL_0065: { // return DTLSv10; IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_11 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_DTLSv10_4(); return L_11; } IL_006b: { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_12 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_12, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ProtocolVersion_Get_mA39DF90029D417EA7037AA786E87BD781392A6EF_RuntimeMethod_var))); } IL_0073: { // return DTLSv12; IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_13 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_DTLSv12_5(); return L_13; } IL_0079: { // return GetUnknownVersion(major, minor, "DTLS"); int32_t L_14 = ___major0; int32_t L_15 = ___minor1; IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_16; L_16 = ProtocolVersion_GetUnknownVersion_m90019746DDB655710413B7A444D07B7CD3923217(L_14, L_15, _stringLiteral6FB0436DC56071B60C9D5743D510A414902130B9, /*hidden argument*/NULL); return L_16; } IL_0086: { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_17 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_17, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ProtocolVersion_Get_mA39DF90029D417EA7037AA786E87BD781392A6EF_RuntimeMethod_var))); } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ProtocolVersion_ToString_m192E855FA77C1FD448CE6C7E9BC41B85FBC064B6 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, const RuntimeMethod* method) { { // return name; String_t* L_0 = __this->get_name_7(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::GetUnknownVersion(System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ProtocolVersion_GetUnknownVersion_m90019746DDB655710413B7A444D07B7CD3923217 (int32_t ___major0, int32_t ___minor1, String_t* ___prefix2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral584A689E1C27E6F41ABF0DF68F86F20B66B65F6F); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { // TlsUtilities.CheckUint8(major); int32_t L_0 = ___major0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_CheckUint8_m16F416D047D0ED56CCE06887A6BADEF2B2B81547(L_0, /*hidden argument*/NULL); // TlsUtilities.CheckUint8(minor); int32_t L_1 = ___minor1; TlsUtilities_CheckUint8_m16F416D047D0ED56CCE06887A6BADEF2B2B81547(L_1, /*hidden argument*/NULL); // int v = (major << 8) | minor; int32_t L_2 = ___major0; int32_t L_3 = ___minor1; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_2<<(int32_t)8))|(int32_t)L_3)); // String hex = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(Convert.ToString(0x10000 | v, 16).Substring(1)); int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_5; L_5 = Convert_ToString_mA60945431DE8F2DFDF3A3E4C76C21703562F2906(((int32_t)((int32_t)((int32_t)65536)|(int32_t)L_4)), ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6; L_6 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_5, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_7; L_7 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_6, /*hidden argument*/NULL); V_1 = L_7; // return new ProtocolVersion(v, prefix + " 0x" + hex); int32_t L_8 = V_0; String_t* L_9 = ___prefix2; String_t* L_10 = V_1; String_t* L_11; L_11 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_9, _stringLiteral584A689E1C27E6F41ABF0DF68F86F20B66B65F6F, L_10, /*hidden argument*/NULL); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_12 = (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)il2cpp_codegen_object_new(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion__ctor_m1E59A2A7E1452D43949F2BE0C5517125F2467131(L_12, L_8, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolVersion__cctor_mC00331F57B233BA5BE30D41E18A52A3A3DA9CF11 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral124BE07E19998B4957454F242E1CF68D34A34093); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2194AD3B681A2346717DC68D2EF7B1124C9AFE2A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B0334127D4DADF2A9384452875F1F961028DF30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40FAA5485B10990EC93F11E454FAFADD3BA7105C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BEC637D9FF260C655C52D22878AC1B136EFACF2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE6794451791F1C7996E29D0513F57A5F734F545); s_Il2CppMethodInitialized = true; } { // public static readonly ProtocolVersion SSLv3 = new ProtocolVersion(0x0300, "SSL 3.0"); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)il2cpp_codegen_object_new(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion__ctor_m1E59A2A7E1452D43949F2BE0C5517125F2467131(L_0, ((int32_t)768), _stringLiteral40FAA5485B10990EC93F11E454FAFADD3BA7105C, /*hidden argument*/NULL); ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->set_SSLv3_0(L_0); // public static readonly ProtocolVersion TLSv10 = new ProtocolVersion(0x0301, "TLS 1.0"); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_1 = (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)il2cpp_codegen_object_new(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion__ctor_m1E59A2A7E1452D43949F2BE0C5517125F2467131(L_1, ((int32_t)769), _stringLiteral2B0334127D4DADF2A9384452875F1F961028DF30, /*hidden argument*/NULL); ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->set_TLSv10_1(L_1); // public static readonly ProtocolVersion TLSv11 = new ProtocolVersion(0x0302, "TLS 1.1"); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_2 = (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)il2cpp_codegen_object_new(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion__ctor_m1E59A2A7E1452D43949F2BE0C5517125F2467131(L_2, ((int32_t)770), _stringLiteralCE6794451791F1C7996E29D0513F57A5F734F545, /*hidden argument*/NULL); ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->set_TLSv11_2(L_2); // public static readonly ProtocolVersion TLSv12 = new ProtocolVersion(0x0303, "TLS 1.2"); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_3 = (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)il2cpp_codegen_object_new(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion__ctor_m1E59A2A7E1452D43949F2BE0C5517125F2467131(L_3, ((int32_t)771), _stringLiteral124BE07E19998B4957454F242E1CF68D34A34093, /*hidden argument*/NULL); ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->set_TLSv12_3(L_3); // public static readonly ProtocolVersion DTLSv10 = new ProtocolVersion(0xFEFF, "DTLS 1.0"); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_4 = (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)il2cpp_codegen_object_new(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion__ctor_m1E59A2A7E1452D43949F2BE0C5517125F2467131(L_4, ((int32_t)65279), _stringLiteral8BEC637D9FF260C655C52D22878AC1B136EFACF2, /*hidden argument*/NULL); ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->set_DTLSv10_4(L_4); // public static readonly ProtocolVersion DTLSv12 = new ProtocolVersion(0xFEFD, "DTLS 1.2"); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_5 = (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)il2cpp_codegen_object_new(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion__ctor_m1E59A2A7E1452D43949F2BE0C5517125F2467131(L_5, ((int32_t)65277), _stringLiteral2194AD3B681A2346717DC68D2EF7B1124C9AFE2A, /*hidden argument*/NULL); ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->set_DTLSv12_5(L_5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma 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.Proxy::get_Address() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * Proxy_get_Address_mFEAC54C53753024C5E55F5F0200AF3CEDA252DB7 (Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * __this, const RuntimeMethod* method) { { // public Uri Address { get; set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_U3CAddressU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.Proxy::set_Address(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Proxy_set_Address_m08235BA6CD9D3117762F38B329D63F53A560F03D (Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { // public Uri Address { get; set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_U3CAddressU3Ek__BackingField_0(L_0); return; } } // BestHTTP.Authentication.Credentials BestHTTP.Proxy::get_Credentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * Proxy_get_Credentials_mE1D30979B19EEACABD966C702E50077AC0E4E8C8 (Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * __this, const RuntimeMethod* method) { { // public Credentials Credentials { get; set; } Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * L_0 = __this->get_U3CCredentialsU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.Proxy::set_Credentials(BestHTTP.Authentication.Credentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Proxy_set_Credentials_mD604B22C2F2D8A4CA687728A08436D2658BC4A7B (Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * __this, Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___value0, const RuntimeMethod* method) { { // public Credentials Credentials { get; set; } Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * L_0 = ___value0; __this->set_U3CCredentialsU3Ek__BackingField_1(L_0); return; } } // System.Void BestHTTP.Proxy::.ctor(System.Uri,BestHTTP.Authentication.Credentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Proxy__ctor_m5E68D31619E9B2B3426B10D5EDC716E9E2AFBC8E (Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___address0, Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___credentials1, const RuntimeMethod* method) { { // internal Proxy(Uri address, Credentials credentials) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.Address = address; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___address0; Proxy_set_Address_m08235BA6CD9D3117762F38B329D63F53A560F03D_inline(__this, L_0, /*hidden argument*/NULL); // this.Credentials = credentials; Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * L_1 = ___credentials1; Proxy_set_Credentials_mD604B22C2F2D8A4CA687728A08436D2658BC4A7B_inline(__this, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PskTlsClient__ctor_m1EB8C93CF130C1A2E8924E884B3FC4FAD9567417 (PskTlsClient_t975FA164C57A6A46B48810EBC1B3FE283CA44BD1 * __this, RuntimeObject* ___pskIdentity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new DefaultTlsCipherFactory(), pskIdentity) DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D * L_0 = (DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D *)il2cpp_codegen_object_new(DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var); DefaultTlsCipherFactory__ctor_m5D638B780C1C0DA09BC8520DE03094C14FECBE79(L_0, /*hidden argument*/NULL); RuntimeObject* L_1 = ___pskIdentity0; PskTlsClient__ctor_m0933B829DA762367AB9BEFB1027B31C6FCEDCE23(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PskTlsClient__ctor_m0933B829DA762367AB9BEFB1027B31C6FCEDCE23 (PskTlsClient_t975FA164C57A6A46B48810EBC1B3FE283CA44BD1 * __this, RuntimeObject* ___cipherFactory0, RuntimeObject* ___pskIdentity1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTlsDHVerifier_t7CFA7549009ED45135C98C36D33D6BB76B3BE4C1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(cipherFactory, new DefaultTlsDHVerifier(), pskIdentity) RuntimeObject* L_0 = ___cipherFactory0; DefaultTlsDHVerifier_t7CFA7549009ED45135C98C36D33D6BB76B3BE4C1 * L_1 = (DefaultTlsDHVerifier_t7CFA7549009ED45135C98C36D33D6BB76B3BE4C1 *)il2cpp_codegen_object_new(DefaultTlsDHVerifier_t7CFA7549009ED45135C98C36D33D6BB76B3BE4C1_il2cpp_TypeInfo_var); DefaultTlsDHVerifier__ctor_mF52164D6444B3E4A5EA88BA0D60AA3F4A52A529F(L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = ___pskIdentity1; PskTlsClient__ctor_m11CB375400B7AA137086DD76DF7159E30391CE42(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsDHVerifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PskTlsClient__ctor_m11CB375400B7AA137086DD76DF7159E30391CE42 (PskTlsClient_t975FA164C57A6A46B48810EBC1B3FE283CA44BD1 * __this, RuntimeObject* ___cipherFactory0, RuntimeObject* ___dhVerifier1, RuntimeObject* ___pskIdentity2, const RuntimeMethod* method) { { // : base(cipherFactory) RuntimeObject* L_0 = ___cipherFactory0; AbstractTlsClient__ctor_m197F9DC93B926784C5F64748B23950FEF2A1C11C(__this, L_0, /*hidden argument*/NULL); // this.mDHVerifier = dhVerifier; RuntimeObject* L_1 = ___dhVerifier1; __this->set_mDHVerifier_9(L_1); // this.mPskIdentity = pskIdentity; RuntimeObject* L_2 = ___pskIdentity2; __this->set_mPskIdentity_10(L_2); // } return; } } // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient::GetCipherSuites() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* PskTlsClient_GetCipherSuites_mF52B9DC7295699151B67B318EBEEE1A1DBCB18AA (PskTlsClient_t975FA164C57A6A46B48810EBC1B3FE283CA44BD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new int[] // { // CipherSuite.TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256, // CipherSuite.TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA, // }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (int32_t)((int32_t)49207)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)((int32_t)49205)); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient::GetKeyExchange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PskTlsClient_GetKeyExchange_m2D61776548C0265EB0A4E937354B114382D6DA16 (PskTlsClient_t975FA164C57A6A46B48810EBC1B3FE283CA44BD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int keyExchangeAlgorithm = TlsUtilities.GetKeyExchangeAlgorithm(mSelectedCipherSuite); int32_t L_0 = ((AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 *)__this)->get_mSelectedCipherSuite_6(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TlsUtilities_GetKeyExchangeAlgorithm_m417DDEA3285B4EEAFB7E3063573C1780AF489C2E(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)13)))) > ((uint32_t)2)))) { goto IL_0018; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)24))))) { goto IL_0020; } } IL_0018: { // return CreatePskKeyExchange(keyExchangeAlgorithm); int32_t L_4 = V_0; RuntimeObject* L_5; L_5 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(61 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient::CreatePskKeyExchange(System.Int32) */, __this, L_4); return L_5; } IL_0020: { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_6 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_6, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PskTlsClient_GetKeyExchange_m2D61776548C0265EB0A4E937354B114382D6DA16_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsAuthentication BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient::GetAuthentication() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PskTlsClient_GetAuthentication_m52297C597AEB2596D8D043E21CCB1C92EE06C266 (PskTlsClient_t975FA164C57A6A46B48810EBC1B3FE283CA44BD1 * __this, const RuntimeMethod* method) { { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_0 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_0, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PskTlsClient_GetAuthentication_m52297C597AEB2596D8D043E21CCB1C92EE06C266_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsClient::CreatePskKeyExchange(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PskTlsClient_CreatePskKeyExchange_m21C2C86D704C33445E418F15A31F0B00570FA7C3 (PskTlsClient_t975FA164C57A6A46B48810EBC1B3FE283CA44BD1 * __this, int32_t ___keyExchange0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new TlsPskKeyExchange(keyExchange, mSupportedSignatureAlgorithms, mPskIdentity, null, mDHVerifier, null, // mNamedCurves, mClientECPointFormats, mServerECPointFormats); int32_t L_0 = ___keyExchange0; RuntimeObject* L_1 = ((AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 *)__this)->get_mSupportedSignatureAlgorithms_2(); RuntimeObject* L_2 = __this->get_mPskIdentity_10(); RuntimeObject* L_3 = __this->get_mDHVerifier_9(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = ((AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 *)__this)->get_mNamedCurves_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ((AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 *)__this)->get_mClientECPointFormats_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ((AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 *)__this)->get_mServerECPointFormats_5(); TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A * L_7 = (TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A *)il2cpp_codegen_object_new(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A_il2cpp_TypeInfo_var); TlsPskKeyExchange__ctor_m1519E0A868F1C67DD4590B9AEE09639B03D813F2(L_7, L_0, L_1, L_2, (RuntimeObject*)NULL, L_3, (DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C *)NULL, L_4, L_5, L_6, /*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.PskTlsServer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentityManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PskTlsServer__ctor_m2075447EE58CF6B72E69067BE729240EB217E318 (PskTlsServer_tD3D78A5163D94A292D5B4ABA6FBDBF8E86A5BEEE * __this, RuntimeObject* ___pskIdentityManager0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new DefaultTlsCipherFactory(), pskIdentityManager) DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D * L_0 = (DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D *)il2cpp_codegen_object_new(DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var); DefaultTlsCipherFactory__ctor_m5D638B780C1C0DA09BC8520DE03094C14FECBE79(L_0, /*hidden argument*/NULL); RuntimeObject* L_1 = ___pskIdentityManager0; PskTlsServer__ctor_m0E055E672033B1AC2524191C4759123FE625AD76(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPskIdentityManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PskTlsServer__ctor_m0E055E672033B1AC2524191C4759123FE625AD76 (PskTlsServer_tD3D78A5163D94A292D5B4ABA6FBDBF8E86A5BEEE * __this, RuntimeObject* ___cipherFactory0, RuntimeObject* ___pskIdentityManager1, const RuntimeMethod* method) { { // : base(cipherFactory) RuntimeObject* L_0 = ___cipherFactory0; AbstractTlsServer__ctor_m31AE20C8EAECA2EAC23DECF802904645B7EE3D17(__this, L_0, /*hidden argument*/NULL); // this.mPskIdentityManager = pskIdentityManager; RuntimeObject* L_1 = ___pskIdentityManager1; __this->set_mPskIdentityManager_18(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEncryptionCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer::GetRsaEncryptionCredentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PskTlsServer_GetRsaEncryptionCredentials_m4DCF2627C7B8A23DCA17CF46AB0A1F46DBA98049 (PskTlsServer_tD3D78A5163D94A292D5B4ABA6FBDBF8E86A5BEEE * __this, const RuntimeMethod* method) { { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_0 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_0, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PskTlsServer_GetRsaEncryptionCredentials_m4DCF2627C7B8A23DCA17CF46AB0A1F46DBA98049_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer::GetDHParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * PskTlsServer_GetDHParameters_m2296FEB1FCF4FA5C29AA6DEE423FFA8DF7F670B8 (PskTlsServer_tD3D78A5163D94A292D5B4ABA6FBDBF8E86A5BEEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return DHStandardGroups.rfc7919_ffdhe2048; IL2CPP_RUNTIME_CLASS_INIT(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_il2cpp_TypeInfo_var); DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * L_0 = ((DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_StaticFields*)il2cpp_codegen_static_fields_for(DHStandardGroups_t357C5A3C5B0909ED9C21E2FB59254EB654697FFF_il2cpp_TypeInfo_var))->get_rfc7919_ffdhe2048_41(); return L_0; } } // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer::GetCipherSuites() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* PskTlsServer_GetCipherSuites_mDC2FBAF04B111285EF834AB010A0C79E75973255 (PskTlsServer_tD3D78A5163D94A292D5B4ABA6FBDBF8E86A5BEEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // return new int[] // { // CipherSuite.TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256, // CipherSuite.TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA, // CipherSuite.TLS_DHE_PSK_WITH_AES_128_CBC_SHA256, // CipherSuite.TLS_DHE_PSK_WITH_AES_128_CBC_SHA // }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer::GetCredentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PskTlsServer_GetCredentials_m3275BCB23695E5A6A8CF44125D776B835D91BEF4 (PskTlsServer_tD3D78A5163D94A292D5B4ABA6FBDBF8E86A5BEEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int keyExchangeAlgorithm = TlsUtilities.GetKeyExchangeAlgorithm(mSelectedCipherSuite); int32_t L_0 = ((AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 *)__this)->get_mSelectedCipherSuite_15(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TlsUtilities_GetKeyExchangeAlgorithm_m417DDEA3285B4EEAFB7E3063573C1780AF489C2E(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)13)))) > ((uint32_t)1)))) { goto IL_001d; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)15)))) { goto IL_001f; } } { int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)24))))) { goto IL_0026; } } IL_001d: { // return null; return (RuntimeObject*)NULL; } IL_001f: { // return GetRsaEncryptionCredentials(); RuntimeObject* L_5; L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(63 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEncryptionCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer::GetRsaEncryptionCredentials() */, __this); return L_5; } IL_0026: { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_6 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_6, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PskTlsServer_GetCredentials_m3275BCB23695E5A6A8CF44125D776B835D91BEF4_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer::GetKeyExchange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PskTlsServer_GetKeyExchange_m5D14D7E54BB677CE8F2050C860367211BE720F61 (PskTlsServer_tD3D78A5163D94A292D5B4ABA6FBDBF8E86A5BEEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int keyExchangeAlgorithm = TlsUtilities.GetKeyExchangeAlgorithm(mSelectedCipherSuite); int32_t L_0 = ((AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 *)__this)->get_mSelectedCipherSuite_15(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TlsUtilities_GetKeyExchangeAlgorithm_m417DDEA3285B4EEAFB7E3063573C1780AF489C2E(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)13)))) > ((uint32_t)2)))) { goto IL_0018; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)24))))) { goto IL_0020; } } IL_0018: { // return CreatePskKeyExchange(keyExchangeAlgorithm); int32_t L_4 = V_0; RuntimeObject* L_5; L_5 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(65 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer::CreatePskKeyExchange(System.Int32) */, __this, L_4); return L_5; } IL_0020: { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_6 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_6, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PskTlsServer_GetKeyExchange_m5D14D7E54BB677CE8F2050C860367211BE720F61_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer::CreatePskKeyExchange(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PskTlsServer_CreatePskKeyExchange_m4999BFBE27FD4414A185C47D9F5B6EE0BD5C0479 (PskTlsServer_tD3D78A5163D94A292D5B4ABA6FBDBF8E86A5BEEE * __this, int32_t ___keyExchange0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new TlsPskKeyExchange(keyExchange, mSupportedSignatureAlgorithms, null, mPskIdentityManager, // null, GetDHParameters(), mNamedCurves, mClientECPointFormats, mServerECPointFormats); int32_t L_0 = ___keyExchange0; RuntimeObject* L_1 = ((AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 *)__this)->get_mSupportedSignatureAlgorithms_9(); RuntimeObject* L_2 = __this->get_mPskIdentityManager_18(); DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * L_3; L_3 = VirtualFuncInvoker0< DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * >::Invoke(64 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.PskTlsServer::GetDHParameters() */, __this); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = ((AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 *)__this)->get_mNamedCurves_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ((AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 *)__this)->get_mClientECPointFormats_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ((AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 *)__this)->get_mServerECPointFormats_13(); TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A * L_7 = (TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A *)il2cpp_codegen_object_new(TlsPskKeyExchange_tAE87193EF8493C86E142915CBC5939F480CF6B3A_il2cpp_TypeInfo_var); TlsPskKeyExchange__ctor_m1519E0A868F1C67DD4590B9AEE09639B03D813F2(L_7, L_0, L_1, (RuntimeObject*)NULL, L_2, (RuntimeObject*)NULL, L_3, L_4, L_5, L_6, /*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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::CreateRawSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * PssSigner_CreateRawSigner_m8E978CE186D0B625FB2E0CD071F1E684CF0288EF (RuntimeObject* ___cipher0, RuntimeObject* ___digest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new PssSigner(cipher, new NullDigest(), digest, digest, digest.GetDigestSize(), null, TrailerImplicit); RuntimeObject* L_0 = ___cipher0; NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82 * L_1 = (NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82 *)il2cpp_codegen_object_new(NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82_il2cpp_TypeInfo_var); NullDigest__ctor_m2CDC49E91B55B309967491BC55BBBCF9E71CC0AB(L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = ___digest1; RuntimeObject* L_3 = ___digest1; RuntimeObject* L_4 = ___digest1; NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_4); PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * L_6 = (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 *)il2cpp_codegen_object_new(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489_il2cpp_TypeInfo_var); PssSigner__ctor_mF0D0FB9E54550F73FC03076E0B6F8409A3B64FE0(L_6, L_0, L_1, L_2, L_3, L_5, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, (uint8_t)((int32_t)188), /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::CreateRawSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * PssSigner_CreateRawSigner_m5A2FB270F6029F4FD55EAB2ED0BEB98E567C0DC1 (RuntimeObject* ___cipher0, RuntimeObject* ___contentDigest1, RuntimeObject* ___mgfDigest2, int32_t ___saltLen3, uint8_t ___trailer4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new PssSigner(cipher, new NullDigest(), contentDigest, mgfDigest, saltLen, null, trailer); RuntimeObject* L_0 = ___cipher0; NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82 * L_1 = (NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82 *)il2cpp_codegen_object_new(NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82_il2cpp_TypeInfo_var); NullDigest__ctor_m2CDC49E91B55B309967491BC55BBBCF9E71CC0AB(L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = ___contentDigest1; RuntimeObject* L_3 = ___mgfDigest2; int32_t L_4 = ___saltLen3; uint8_t L_5 = ___trailer4; PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * L_6 = (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 *)il2cpp_codegen_object_new(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489_il2cpp_TypeInfo_var); PssSigner__ctor_mF0D0FB9E54550F73FC03076E0B6F8409A3B64FE0(L_6, L_0, L_1, L_2, L_3, L_4, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner__ctor_m805347AC9AF5AFAF8F9637474A36D26FA53B1045 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___digest1, 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; } { // : this(cipher, digest, digest.GetDigestSize()) RuntimeObject* L_0 = ___cipher0; RuntimeObject* L_1 = ___digest1; RuntimeObject* L_2 = ___digest1; 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); PssSigner__ctor_m5574D5582F28CA3087CF78A49515D5D7A82AEDF1(__this, L_0, L_1, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner__ctor_m5574D5582F28CA3087CF78A49515D5D7A82AEDF1 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___digest1, int32_t ___saltLen2, const RuntimeMethod* method) { { // : this(cipher, digest, saltLen, TrailerImplicit) RuntimeObject* L_0 = ___cipher0; RuntimeObject* L_1 = ___digest1; int32_t L_2 = ___saltLen2; PssSigner__ctor_m8A71D7E27FBAB28C3E341F73D560BF94807A4B38(__this, L_0, L_1, L_2, (uint8_t)((int32_t)188), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner__ctor_m2C98F54F5CE95C0220D1D84EDFCFD748268D8DEB (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___digest1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt2, const RuntimeMethod* method) { { // : this(cipher, digest, digest, digest, salt.Length, salt, TrailerImplicit) RuntimeObject* L_0 = ___cipher0; RuntimeObject* L_1 = ___digest1; RuntimeObject* L_2 = ___digest1; RuntimeObject* L_3 = ___digest1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___salt2; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___salt2; PssSigner__ctor_mF0D0FB9E54550F73FC03076E0B6F8409A3B64FE0(__this, L_0, L_1, L_2, L_3, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), L_5, (uint8_t)((int32_t)188), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner__ctor_mAD69029BF2DF3B3BAA18A4B8412A9C9CB6BBC83A (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___contentDigest1, RuntimeObject* ___mgfDigest2, int32_t ___saltLen3, const RuntimeMethod* method) { { // : this(cipher, contentDigest, mgfDigest, saltLen, TrailerImplicit) RuntimeObject* L_0 = ___cipher0; RuntimeObject* L_1 = ___contentDigest1; RuntimeObject* L_2 = ___mgfDigest2; int32_t L_3 = ___saltLen3; PssSigner__ctor_m4812906955855356F7A73FE982790C67447FCCE6(__this, L_0, L_1, L_2, L_3, (uint8_t)((int32_t)188), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner__ctor_m4F57A8709BD5AC0A93EB79657F830DCAD1DC9DD4 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___contentDigest1, RuntimeObject* ___mgfDigest2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt3, const RuntimeMethod* method) { { // : this(cipher, contentDigest, contentDigest, mgfDigest, salt.Length, salt, TrailerImplicit) RuntimeObject* L_0 = ___cipher0; RuntimeObject* L_1 = ___contentDigest1; RuntimeObject* L_2 = ___contentDigest1; RuntimeObject* L_3 = ___mgfDigest2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___salt3; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___salt3; PssSigner__ctor_mF0D0FB9E54550F73FC03076E0B6F8409A3B64FE0(__this, L_0, L_1, L_2, L_3, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), L_5, (uint8_t)((int32_t)188), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner__ctor_m8A71D7E27FBAB28C3E341F73D560BF94807A4B38 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___digest1, int32_t ___saltLen2, uint8_t ___trailer3, const RuntimeMethod* method) { { // : this(cipher, digest, digest, saltLen, TrailerImplicit) RuntimeObject* L_0 = ___cipher0; RuntimeObject* L_1 = ___digest1; RuntimeObject* L_2 = ___digest1; int32_t L_3 = ___saltLen2; PssSigner__ctor_m4812906955855356F7A73FE982790C67447FCCE6(__this, L_0, L_1, L_2, L_3, (uint8_t)((int32_t)188), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner__ctor_m4812906955855356F7A73FE982790C67447FCCE6 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___contentDigest1, RuntimeObject* ___mgfDigest2, int32_t ___saltLen3, uint8_t ___trailer4, const RuntimeMethod* method) { { // : this(cipher, contentDigest, contentDigest, mgfDigest, saltLen, null, trailer) RuntimeObject* L_0 = ___cipher0; RuntimeObject* L_1 = ___contentDigest1; RuntimeObject* L_2 = ___contentDigest1; RuntimeObject* L_3 = ___mgfDigest2; int32_t L_4 = ___saltLen3; uint8_t L_5 = ___trailer4; PssSigner__ctor_mF0D0FB9E54550F73FC03076E0B6F8409A3B64FE0(__this, L_0, L_1, L_2, L_3, L_4, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Int32,System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner__ctor_mF0D0FB9E54550F73FC03076E0B6F8409A3B64FE0 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___contentDigest11, RuntimeObject* ___contentDigest22, RuntimeObject* ___mgfDigest3, int32_t ___saltLen4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt5, uint8_t ___trailer6, 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; } { // private PssSigner( // IAsymmetricBlockCipher cipher, // IDigest contentDigest1, // IDigest contentDigest2, // IDigest mgfDigest, // int saltLen, // byte[] salt, // byte trailer) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.cipher = cipher; RuntimeObject* L_0 = ___cipher0; __this->set_cipher_4(L_0); // this.contentDigest1 = contentDigest1; RuntimeObject* L_1 = ___contentDigest11; __this->set_contentDigest1_1(L_1); // this.contentDigest2 = contentDigest2; RuntimeObject* L_2 = ___contentDigest22; __this->set_contentDigest2_2(L_2); // this.mgfDigest = mgfDigest; RuntimeObject* L_3 = ___mgfDigest3; __this->set_mgfDigest_3(L_3); // this.hLen = contentDigest2.GetDigestSize(); RuntimeObject* L_4 = ___contentDigest22; NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_4); __this->set_hLen_6(L_5); // this.mgfhLen = mgfDigest.GetDigestSize(); RuntimeObject* L_6 = ___mgfDigest3; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_6); __this->set_mgfhLen_7(L_7); // this.sLen = saltLen; int32_t L_8 = ___saltLen4; __this->set_sLen_8(L_8); // this.sSet = salt != null; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___salt5; __this->set_sSet_9((bool)((!(((RuntimeObject*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_9) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)); // if (sSet) bool L_10 = __this->get_sSet_9(); if (!L_10) { goto IL_0061; } } { // this.salt = salt; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___salt5; __this->set_salt_11(L_11); // } goto IL_006e; } IL_0061: { // this.salt = new byte[saltLen]; int32_t L_12 = ___saltLen4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_12); __this->set_salt_11(L_13); } IL_006e: { // this.mDash = new byte[8 + saltLen + hLen]; int32_t L_14 = ___saltLen4; int32_t L_15 = __this->get_hLen_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = (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)8, (int32_t)L_14)), (int32_t)L_15))); __this->set_mDash_12(L_16); // this.trailer = trailer; uint8_t L_17 = ___trailer6; __this->set_trailer_14(L_17); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PssSigner_get_AlgorithmName_m99EB7660FA39AE1947E2E02D0014510034EA8452 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F14545E96A97CA6E4BB71607070728BAD81EE42); s_Il2CppMethodInitialized = true; } { // get { return mgfDigest.AlgorithmName + "withRSAandMGF1"; } RuntimeObject* L_0 = __this->get_mgfDigest_3(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::get_AlgorithmName() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_1, _stringLiteral8F14545E96A97CA6E4BB71607070728BAD81EE42, /*hidden argument*/NULL); return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner_Init_mAC51F25F270D4A4FA9266A75368151C095EBE918 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, bool ___forSigning0, RuntimeObject* ___parameters1, 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*)&IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * V_0 = NULL; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * V_1 = NULL; { // if (parameters is ParametersWithRandom) RuntimeObject* L_0 = ___parameters1; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_0, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_0025; } } { // ParametersWithRandom p = (ParametersWithRandom) parameters; RuntimeObject* L_1 = ___parameters1; V_1 = ((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)); // parameters = p.Parameters; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_2 = V_1; NullCheck(L_2); RuntimeObject* L_3; L_3 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(L_2, /*hidden argument*/NULL); ___parameters1 = L_3; // random = p.Random; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_4 = V_1; NullCheck(L_4); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_5; L_5 = ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline(L_4, /*hidden argument*/NULL); __this->set_random_5(L_5); // } goto IL_0033; } IL_0025: { // if (forSigning) bool L_6 = ___forSigning0; if (!L_6) { goto IL_0033; } } { // random = new SecureRandom(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_7 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_7, /*hidden argument*/NULL); __this->set_random_5(L_7); } IL_0033: { // cipher.Init(forSigning, parameters); RuntimeObject* L_8 = __this->get_cipher_4(); bool L_9 = ___forSigning0; RuntimeObject* L_10 = ___parameters1; NullCheck(L_8); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var, L_8, L_9, L_10); // if (parameters is RsaBlindingParameters) RuntimeObject* L_11 = ___parameters1; if (!((RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258 *)IsInstClass((RuntimeObject*)L_11, RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258_il2cpp_TypeInfo_var))) { goto IL_0056; } } { // kParam = ((RsaBlindingParameters) parameters).PublicKey; RuntimeObject* L_12 = ___parameters1; NullCheck(((RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258 *)CastclassClass((RuntimeObject*)L_12, RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258_il2cpp_TypeInfo_var))); RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * L_13; L_13 = RsaBlindingParameters_get_PublicKey_mEF086844608B84EE5D8317E869196DDB5D78CEE5_inline(((RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258 *)CastclassClass((RuntimeObject*)L_12, RsaBlindingParameters_t1407D0FF7C896366BA1F690801D11E71F1154258_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_13; // } goto IL_005d; } IL_0056: { // kParam = (RsaKeyParameters) parameters; RuntimeObject* L_14 = ___parameters1; V_0 = ((RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 *)CastclassClass((RuntimeObject*)L_14, RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var)); } IL_005d: { // emBits = kParam.Modulus.BitLength - 1; RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * L_15 = V_0; NullCheck(L_15); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16; L_16 = RsaKeyParameters_get_Modulus_m8C8BDA5DBD2FF688103C0B23BF5C7C320F31C41C_inline(L_15, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17; L_17 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_16, /*hidden argument*/NULL); __this->set_emBits_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))); // if (emBits < (8 * hLen + 8 * sLen + 9)) int32_t L_18 = __this->get_emBits_10(); int32_t L_19 = __this->get_hLen_6(); int32_t L_20 = __this->get_sLen_8(); if ((((int32_t)L_18) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)L_19)), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)L_20)))), (int32_t)((int32_t)9)))))) { goto IL_0097; } } { // throw new ArgumentException("key too small for specified hash and salt lengths"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral539014BAF1B37D52219CEC200527F62B1221670E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PssSigner_Init_mAC51F25F270D4A4FA9266A75368151C095EBE918_RuntimeMethod_var))); } IL_0097: { // block = new byte[(emBits + 7) / 8]; int32_t L_22 = __this->get_emBits_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)7))/(int32_t)8))); __this->set_block_13(L_23); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::ClearBlock(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner_ClearBlock_m4E97983A50168CCC913E703A80AF25EC7589D43A (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___block0, const RuntimeMethod* method) { { // Array.Clear(block, 0, block.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___block0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___block0; NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner_Update_m6CB695FB99A5D06964172BFB01A758B70151FE0B (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, uint8_t ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // contentDigest1.Update(input); RuntimeObject* L_0 = __this->get_contentDigest1_1(); uint8_t L_1 = ___input0; NullCheck(L_0); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Update(System.Byte) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner_BlockUpdate_m14976328DEFC875915C13F09B32AB8DDDC5BD017 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, 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; } { // contentDigest1.BlockUpdate(input, inOff, length); RuntimeObject* L_0 = __this->get_contentDigest1_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; int32_t L_2 = ___inOff1; int32_t L_3 = ___length2; NullCheck(L_0); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner_Reset_mB567B0C76B59A42DAD24EC689ABDF76DCD5EED5C (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __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; } { // contentDigest1.Reset(); RuntimeObject* L_0 = __this->get_contentDigest1_1(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Reset() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::GenerateSignature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PssSigner_GenerateSignature_mEAF495D8CCB401C4A74B4AD852729A4AD869A62A (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __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*)&IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; { // contentDigest1.DoFinal(mDash, mDash.Length - hLen - sLen); RuntimeObject* L_0 = __this->get_contentDigest1_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_mDash_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_mDash_12(); NullCheck(L_2); int32_t L_3 = __this->get_hLen_6(); int32_t L_4 = __this->get_sLen_8(); NullCheck(L_0); 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_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)L_3)), (int32_t)L_4))); // if (sLen != 0) int32_t L_6 = __this->get_sLen_8(); if (!L_6) { goto IL_0069; } } { // if (!sSet) bool L_7 = __this->get_sSet_9(); if (L_7) { goto IL_0049; } } { // random.NextBytes(salt); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_8 = __this->get_random_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_salt_11(); NullCheck(L_8); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_8, L_9); } IL_0049: { // salt.CopyTo(mDash, mDash.Length - sLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_salt_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_mDash_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_mDash_12(); NullCheck(L_12); int32_t L_13 = __this->get_sLen_8(); NullCheck((RuntimeArray *)(RuntimeArray *)L_10); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_10, (RuntimeArray *)(RuntimeArray *)L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)L_13)), /*hidden argument*/NULL); } IL_0069: { // byte[] h = new byte[hLen]; int32_t L_14 = __this->get_hLen_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_14); V_0 = L_15; // contentDigest2.BlockUpdate(mDash, 0, mDash.Length); RuntimeObject* L_16 = __this->get_contentDigest2_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_mDash_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_mDash_12(); NullCheck(L_18); NullCheck(L_16); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_16, L_17, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))); // contentDigest2.DoFinal(h, 0); RuntimeObject* L_19 = __this->get_contentDigest2_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_0; NullCheck(L_19); int32_t L_21; L_21 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_19, L_20, 0); // block[block.Length - sLen - 1 - hLen - 1] = (byte) (0x01); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get_block_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get_block_13(); NullCheck(L_23); int32_t L_24 = __this->get_sLen_8(); int32_t L_25 = __this->get_hLen_6(); NullCheck(L_22); (L_22)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))), (int32_t)L_24)), (int32_t)1)), (int32_t)L_25)), (int32_t)1))), (uint8_t)1); // salt.CopyTo(block, block.Length - sLen - hLen - 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get_salt_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get_block_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = __this->get_block_13(); NullCheck(L_28); int32_t L_29 = __this->get_sLen_8(); int32_t L_30 = __this->get_hLen_6(); NullCheck((RuntimeArray *)(RuntimeArray *)L_26); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_26, (RuntimeArray *)(RuntimeArray *)L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))), (int32_t)L_29)), (int32_t)L_30)), (int32_t)1)), /*hidden argument*/NULL); // byte[] dbMask = MaskGeneratorFunction1(h, 0, h.Length, block.Length - hLen - 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_0; NullCheck(L_32); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = __this->get_block_13(); NullCheck(L_33); int32_t L_34 = __this->get_hLen_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35; L_35 = PssSigner_MaskGeneratorFunction1_m6CA7B9163F00844050CACABFD72BC44CCDEE3C8F(__this, L_31, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))), (int32_t)L_34)), (int32_t)1)), /*hidden argument*/NULL); V_1 = L_35; // for (int i = 0; i != dbMask.Length; i++) V_2 = 0; goto IL_0121; } IL_0109: { // block[i] ^= dbMask[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = __this->get_block_13(); int32_t L_37 = V_2; NullCheck(L_36); uint8_t* L_38 = ((L_36)->GetAddressAt(static_cast(L_37))); int32_t L_39 = *((uint8_t*)L_38); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_1; int32_t L_41 = V_2; NullCheck(L_40); int32_t L_42 = L_41; uint8_t L_43 = (L_40)->GetAt(static_cast(L_42)); *((int8_t*)L_38) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_39^(int32_t)L_43)))); // for (int i = 0; i != dbMask.Length; i++) int32_t L_44 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_0121: { // for (int i = 0; i != dbMask.Length; i++) int32_t L_45 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = V_1; NullCheck(L_46); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length))))))) { goto IL_0109; } } { // block[0] &= (byte) ((0xff >> ((block.Length * 8) - emBits))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = __this->get_block_13(); NullCheck(L_47); uint8_t* L_48 = ((L_47)->GetAddressAt(static_cast(0))); int32_t L_49 = *((uint8_t*)L_48); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = __this->get_block_13(); NullCheck(L_50); int32_t L_51 = __this->get_emBits_10(); *((int8_t*)L_48) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_49&(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)255)>>(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length))), (int32_t)8)), (int32_t)L_51))&(int32_t)((int32_t)31))))))))))); // h.CopyTo(block, block.Length - hLen - 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = __this->get_block_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = __this->get_block_13(); NullCheck(L_54); int32_t L_55 = __this->get_hLen_6(); NullCheck((RuntimeArray *)(RuntimeArray *)L_52); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_52, (RuntimeArray *)(RuntimeArray *)L_53, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length))), (int32_t)L_55)), (int32_t)1)), /*hidden argument*/NULL); // block[block.Length - 1] = trailer; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = __this->get_block_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = __this->get_block_13(); NullCheck(L_57); uint8_t L_58 = __this->get_trailer_14(); NullCheck(L_56); (L_56)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_57)->max_length))), (int32_t)1))), (uint8_t)L_58); // byte[] b = cipher.ProcessBlock(block, 0, block.Length); RuntimeObject* L_59 = __this->get_cipher_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = __this->get_block_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = __this->get_block_13(); NullCheck(L_61); NullCheck(L_59); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62; L_62 = InterfaceFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Int32) */, IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var, L_59, L_60, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_61)->max_length)))); // ClearBlock(block); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = __this->get_block_13(); PssSigner_ClearBlock_m4E97983A50168CCC913E703A80AF25EC7589D43A(__this, L_63, /*hidden argument*/NULL); // return b; return L_62; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::VerifySignature(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PssSigner_VerifySignature_m7AC581A93A2BBF290A2C09403AE6EFEA79EDD244 (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // contentDigest1.DoFinal(mDash, mDash.Length - hLen - sLen); RuntimeObject* L_0 = __this->get_contentDigest1_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_mDash_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_mDash_12(); NullCheck(L_2); int32_t L_3 = __this->get_hLen_6(); int32_t L_4 = __this->get_sLen_8(); NullCheck(L_0); 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_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)L_3)), (int32_t)L_4))); // byte[] b = cipher.ProcessBlock(signature, 0, signature.Length); RuntimeObject* L_6 = __this->get_cipher_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___signature0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___signature0; NullCheck(L_8); NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = InterfaceFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Int32) */, IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23_il2cpp_TypeInfo_var, L_6, L_7, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))); V_0 = L_9; // b.CopyTo(block, block.Length - b.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_block_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_block_13(); NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; NullCheck(L_13); NullCheck((RuntimeArray *)(RuntimeArray *)L_10); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_10, (RuntimeArray *)(RuntimeArray *)L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))), /*hidden argument*/NULL); // if (block[block.Length - 1] != trailer) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_block_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_block_13(); NullCheck(L_15); NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), (int32_t)1)); uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); uint8_t L_18 = __this->get_trailer_14(); if ((((int32_t)L_17) == ((int32_t)L_18))) { goto IL_0078; } } { // ClearBlock(block); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_block_13(); PssSigner_ClearBlock_m4E97983A50168CCC913E703A80AF25EC7589D43A(__this, L_19, /*hidden argument*/NULL); // return false; return (bool)0; } IL_0078: { // byte[] dbMask = MaskGeneratorFunction1(block, block.Length - hLen - 1, hLen, block.Length - hLen - 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_block_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_block_13(); NullCheck(L_21); int32_t L_22 = __this->get_hLen_6(); int32_t L_23 = __this->get_hLen_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = __this->get_block_13(); NullCheck(L_24); int32_t L_25 = __this->get_hLen_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26; L_26 = PssSigner_MaskGeneratorFunction1_m6CA7B9163F00844050CACABFD72BC44CCDEE3C8F(__this, L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))), (int32_t)L_22)), (int32_t)1)), L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))), (int32_t)L_25)), (int32_t)1)), /*hidden argument*/NULL); V_1 = L_26; // for (int i = 0; i != dbMask.Length; i++) V_2 = 0; goto IL_00c9; } IL_00b1: { // block[i] ^= dbMask[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get_block_13(); int32_t L_28 = V_2; NullCheck(L_27); uint8_t* L_29 = ((L_27)->GetAddressAt(static_cast(L_28))); int32_t L_30 = *((uint8_t*)L_29); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_1; int32_t L_32 = V_2; NullCheck(L_31); int32_t L_33 = L_32; uint8_t L_34 = (L_31)->GetAt(static_cast(L_33)); *((int8_t*)L_29) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_30^(int32_t)L_34)))); // for (int i = 0; i != dbMask.Length; i++) int32_t L_35 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00c9: { // for (int i = 0; i != dbMask.Length; i++) int32_t L_36 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_1; NullCheck(L_37); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length))))))) { goto IL_00b1; } } { // block[0] &= (byte) ((0xff >> ((block.Length * 8) - emBits))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = __this->get_block_13(); NullCheck(L_38); uint8_t* L_39 = ((L_38)->GetAddressAt(static_cast(0))); int32_t L_40 = *((uint8_t*)L_39); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = __this->get_block_13(); NullCheck(L_41); int32_t L_42 = __this->get_emBits_10(); *((int8_t*)L_39) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_40&(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)255)>>(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length))), (int32_t)8)), (int32_t)L_42))&(int32_t)((int32_t)31))))))))))); // for (int i = 0; i != block.Length - hLen - sLen - 2; i++) V_3 = 0; goto IL_011b; } IL_00ff: { // if (block[i] != 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = __this->get_block_13(); int32_t L_44 = V_3; NullCheck(L_43); int32_t L_45 = L_44; uint8_t L_46 = (L_43)->GetAt(static_cast(L_45)); if (!L_46) { goto IL_0117; } } { // ClearBlock(block); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = __this->get_block_13(); PssSigner_ClearBlock_m4E97983A50168CCC913E703A80AF25EC7589D43A(__this, L_47, /*hidden argument*/NULL); // return false; return (bool)0; } IL_0117: { // for (int i = 0; i != block.Length - hLen - sLen - 2; i++) int32_t L_48 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_011b: { // for (int i = 0; i != block.Length - hLen - sLen - 2; i++) int32_t L_49 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = __this->get_block_13(); NullCheck(L_50); int32_t L_51 = __this->get_hLen_6(); int32_t L_52 = __this->get_sLen_8(); if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length))), (int32_t)L_51)), (int32_t)L_52)), (int32_t)2)))))) { goto IL_00ff; } } { // if (block[block.Length - hLen - sLen - 2] != 0x01) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = __this->get_block_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = __this->get_block_13(); NullCheck(L_54); int32_t L_55 = __this->get_hLen_6(); int32_t L_56 = __this->get_sLen_8(); NullCheck(L_53); int32_t L_57 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length))), (int32_t)L_55)), (int32_t)L_56)), (int32_t)2)); uint8_t L_58 = (L_53)->GetAt(static_cast(L_57)); if ((((int32_t)L_58) == ((int32_t)1))) { goto IL_0166; } } { // ClearBlock(block); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_59 = __this->get_block_13(); PssSigner_ClearBlock_m4E97983A50168CCC913E703A80AF25EC7589D43A(__this, L_59, /*hidden argument*/NULL); // return false; return (bool)0; } IL_0166: { // if (sSet) bool L_60 = __this->get_sSet_9(); if (!L_60) { goto IL_0197; } } { // Array.Copy(salt, 0, mDash, mDash.Length - sLen, sLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = __this->get_salt_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = __this->get_mDash_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = __this->get_mDash_12(); NullCheck(L_63); int32_t L_64 = __this->get_sLen_8(); int32_t L_65 = __this->get_sLen_8(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_61, 0, (RuntimeArray *)(RuntimeArray *)L_62, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_63)->max_length))), (int32_t)L_64)), L_65, /*hidden argument*/NULL); // } goto IL_01d5; } IL_0197: { // Array.Copy(block, block.Length - sLen - hLen - 1, mDash, mDash.Length - sLen, sLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = __this->get_block_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = __this->get_block_13(); NullCheck(L_67); int32_t L_68 = __this->get_sLen_8(); int32_t L_69 = __this->get_hLen_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = __this->get_mDash_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = __this->get_mDash_12(); NullCheck(L_71); int32_t L_72 = __this->get_sLen_8(); int32_t L_73 = __this->get_sLen_8(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_66, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length))), (int32_t)L_68)), (int32_t)L_69)), (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_70, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_71)->max_length))), (int32_t)L_72)), L_73, /*hidden argument*/NULL); } IL_01d5: { // contentDigest2.BlockUpdate(mDash, 0, mDash.Length); RuntimeObject* L_74 = __this->get_contentDigest2_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = __this->get_mDash_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76 = __this->get_mDash_12(); NullCheck(L_76); NullCheck(L_74); 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_74, L_75, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_76)->max_length)))); // contentDigest2.DoFinal(mDash, mDash.Length - hLen); RuntimeObject* L_77 = __this->get_contentDigest2_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = __this->get_mDash_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_79 = __this->get_mDash_12(); NullCheck(L_79); int32_t L_80 = __this->get_hLen_6(); NullCheck(L_77); int32_t L_81; L_81 = 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_77, L_78, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_79)->max_length))), (int32_t)L_80))); // for (int i = block.Length - hLen - 1, j = mDash.Length - hLen; j != mDash.Length; i++, j++) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_82 = __this->get_block_13(); NullCheck(L_82); int32_t L_83 = __this->get_hLen_6(); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_82)->max_length))), (int32_t)L_83)), (int32_t)1)); // for (int i = block.Length - hLen - 1, j = mDash.Length - hLen; j != mDash.Length; i++, j++) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_84 = __this->get_mDash_12(); NullCheck(L_84); int32_t L_85 = __this->get_hLen_6(); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_84)->max_length))), (int32_t)L_85)); goto IL_0271; } IL_0236: { // if ((block[i] ^ mDash[j]) != 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86 = __this->get_block_13(); int32_t L_87 = V_4; NullCheck(L_86); int32_t L_88 = L_87; uint8_t L_89 = (L_86)->GetAt(static_cast(L_88)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_90 = __this->get_mDash_12(); int32_t L_91 = V_5; NullCheck(L_90); int32_t L_92 = L_91; uint8_t L_93 = (L_90)->GetAt(static_cast(L_92)); if (!((int32_t)((int32_t)L_89^(int32_t)L_93))) { goto IL_0265; } } { // ClearBlock(mDash); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_94 = __this->get_mDash_12(); PssSigner_ClearBlock_m4E97983A50168CCC913E703A80AF25EC7589D43A(__this, L_94, /*hidden argument*/NULL); // ClearBlock(block); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_95 = __this->get_block_13(); PssSigner_ClearBlock_m4E97983A50168CCC913E703A80AF25EC7589D43A(__this, L_95, /*hidden argument*/NULL); // return false; return (bool)0; } IL_0265: { // for (int i = block.Length - hLen - 1, j = mDash.Length - hLen; j != mDash.Length; i++, j++) int32_t L_96 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); // for (int i = block.Length - hLen - 1, j = mDash.Length - hLen; j != mDash.Length; i++, j++) int32_t L_97 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); } IL_0271: { // for (int i = block.Length - hLen - 1, j = mDash.Length - hLen; j != mDash.Length; i++, j++) int32_t L_98 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_99 = __this->get_mDash_12(); NullCheck(L_99); if ((!(((uint32_t)L_98) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_99)->max_length))))))) { goto IL_0236; } } { // ClearBlock(mDash); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_100 = __this->get_mDash_12(); PssSigner_ClearBlock_m4E97983A50168CCC913E703A80AF25EC7589D43A(__this, L_100, /*hidden argument*/NULL); // ClearBlock(block); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_101 = __this->get_block_13(); PssSigner_ClearBlock_m4E97983A50168CCC913E703A80AF25EC7589D43A(__this, L_101, /*hidden argument*/NULL); // return true; return (bool)1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::ItoOSP(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PssSigner_ItoOSP_mC2C8E0B8FECD9F86D72ECE4C69230F960FEC726E (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, int32_t ___i0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sp1, const RuntimeMethod* method) { { // sp[0] = (byte)((uint) i >> 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sp1; int32_t L_1 = ___i0; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_1>>((int32_t)24)))))); // sp[1] = (byte)((uint) i >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___sp1; int32_t L_3 = ___i0; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_3>>((int32_t)16)))))); // sp[2] = (byte)((uint) i >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___sp1; int32_t L_5 = ___i0; NullCheck(L_4); (L_4)->SetAt(static_cast(2), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_5>>8))))); // sp[3] = (byte)((uint) i >> 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___sp1; int32_t L_7 = ___i0; NullCheck(L_6); (L_6)->SetAt(static_cast(3), (uint8_t)((int32_t)((uint8_t)L_7))); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner::MaskGeneratorFunction1(System.Byte[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PssSigner_MaskGeneratorFunction1_m6CA7B9163F00844050CACABFD72BC44CCDEE3C8F (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Z0, int32_t ___zOff1, int32_t ___zLen2, int32_t ___length3, 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; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; { // byte[] mask = new byte[length]; int32_t L_0 = ___length3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // byte[] hashBuf = new byte[mgfhLen]; int32_t L_2 = __this->get_mgfhLen_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); V_1 = L_3; // byte[] C = new byte[4]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); V_2 = L_4; // int counter = 0; V_3 = 0; // mgfDigest.Reset(); RuntimeObject* L_5 = __this->get_mgfDigest_3(); NullCheck(L_5); InterfaceActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Reset() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_5); goto IL_0071; } IL_002a: { // ItoOSP(counter, C); int32_t L_6 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_2; PssSigner_ItoOSP_mC2C8E0B8FECD9F86D72ECE4C69230F960FEC726E(__this, L_6, L_7, /*hidden argument*/NULL); // mgfDigest.BlockUpdate(Z, zOff, zLen); RuntimeObject* L_8 = __this->get_mgfDigest_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___Z0; int32_t L_10 = ___zOff1; int32_t L_11 = ___zLen2; NullCheck(L_8); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_8, L_9, L_10, L_11); // mgfDigest.BlockUpdate(C, 0, C.Length); RuntimeObject* L_12 = __this->get_mgfDigest_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_2; NullCheck(L_14); NullCheck(L_12); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_12, L_13, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))); // mgfDigest.DoFinal(hashBuf, 0); RuntimeObject* L_15 = __this->get_mgfDigest_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_1; NullCheck(L_15); int32_t L_17; L_17 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_15, L_16, 0); // hashBuf.CopyTo(mask, counter * mgfhLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_0; int32_t L_20 = V_3; int32_t L_21 = __this->get_mgfhLen_7(); NullCheck((RuntimeArray *)(RuntimeArray *)L_18); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_18, (RuntimeArray *)(RuntimeArray *)L_19, ((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL); // ++counter; int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0071: { // while (counter < (length / mgfhLen)) int32_t L_23 = V_3; int32_t L_24 = ___length3; int32_t L_25 = __this->get_mgfhLen_7(); if ((((int32_t)L_23) < ((int32_t)((int32_t)((int32_t)L_24/(int32_t)L_25))))) { goto IL_002a; } } { // if ((counter * mgfhLen) < length) int32_t L_26 = V_3; int32_t L_27 = __this->get_mgfhLen_7(); int32_t L_28 = ___length3; if ((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_26, (int32_t)L_27))) >= ((int32_t)L_28))) { goto IL_00d9; } } { // ItoOSP(counter, C); int32_t L_29 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_2; PssSigner_ItoOSP_mC2C8E0B8FECD9F86D72ECE4C69230F960FEC726E(__this, L_29, L_30, /*hidden argument*/NULL); // mgfDigest.BlockUpdate(Z, zOff, zLen); RuntimeObject* L_31 = __this->get_mgfDigest_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___Z0; int32_t L_33 = ___zOff1; int32_t L_34 = ___zLen2; NullCheck(L_31); 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_31, L_32, L_33, L_34); // mgfDigest.BlockUpdate(C, 0, C.Length); RuntimeObject* L_35 = __this->get_mgfDigest_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_2; NullCheck(L_37); NullCheck(L_35); 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_35, L_36, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))); // mgfDigest.DoFinal(hashBuf, 0); RuntimeObject* L_38 = __this->get_mgfDigest_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_1; NullCheck(L_38); int32_t L_40; L_40 = 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_38, L_39, 0); // Array.Copy(hashBuf, 0, mask, counter * mgfhLen, mask.Length - (counter * mgfhLen)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = V_0; int32_t L_43 = V_3; int32_t L_44 = __this->get_mgfhLen_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = V_0; NullCheck(L_45); int32_t L_46 = V_3; int32_t L_47 = __this->get_mgfhLen_7(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_41, 0, (RuntimeArray *)(RuntimeArray *)L_42, ((int32_t)il2cpp_codegen_multiply((int32_t)L_43, (int32_t)L_44)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_46, (int32_t)L_47)))), /*hidden argument*/NULL); } IL_00d9: { // return mask; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = V_0; return L_48; } } #ifdef __clang__ #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.Mozilla.PublicKeyAndChallenge BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Mozilla.PublicKeyAndChallenge::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED * PublicKeyAndChallenge_GetInstance_m3381EEF900BF7635DB204BE0AA8069EC48D1F1CA (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*)&PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is PublicKeyAndChallenge) RuntimeObject * L_0 = ___obj0; if (!((PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED *)IsInstClass((RuntimeObject*)L_0, PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (PublicKeyAndChallenge) obj; RuntimeObject * L_1 = ___obj0; return ((PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED *)CastclassClass((RuntimeObject*)L_1, PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED_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 PublicKeyAndChallenge((Asn1Sequence) obj); RuntimeObject * L_3 = ___obj0; PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED * L_4 = (PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED *)il2cpp_codegen_object_new(PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED_il2cpp_TypeInfo_var); PublicKeyAndChallenge__ctor_mBFF52484CE97B4A39E644558ED858219A2AAD86F(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException( // "unknown object in 'PublicKeyAndChallenge' factory : " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj) + "."); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF23C07ABD8AFEDAF53328F155396FC155AD5ADED)), L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKeyAndChallenge_GetInstance_m3381EEF900BF7635DB204BE0AA8069EC48D1F1CA_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Mozilla.PublicKeyAndChallenge::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PublicKeyAndChallenge__ctor_mBFF52484CE97B4A39E644558ED858219A2AAD86F (PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // public PublicKeyAndChallenge( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // pkacSeq = seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; __this->set_pkacSeq_2(L_0); // spki = SubjectPublicKeyInfo.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = ___seq0; NullCheck(L_1); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2; L_2 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_1, 0); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_3; L_3 = SubjectPublicKeyInfo_GetInstance_mEACADACCC4E68515FAC8980FA87BB19716BC4471(L_2, /*hidden argument*/NULL); __this->set_spki_3(L_3); // challenge = DerIA5String.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___seq0; NullCheck(L_4); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5; L_5 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_4, 1); DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * L_6; L_6 = DerIA5String_GetInstance_mA84EFDE9C888C9108855B22388CB274141E3D8F5(L_5, /*hidden argument*/NULL); __this->set_challenge_4(L_6); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Mozilla.PublicKeyAndChallenge::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * PublicKeyAndChallenge_ToAsn1Object_mB260A98E660970ACC7B1F7135215C5D44BA36B2D (PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED * __this, const RuntimeMethod* method) { { // return pkacSeq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_pkacSeq_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Mozilla.PublicKeyAndChallenge::get_SubjectPublicKeyInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * PublicKeyAndChallenge_get_SubjectPublicKeyInfo_m81F7DE8028936C33B32AEBC0C4E414D3A5C15918 (PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED * __this, const RuntimeMethod* method) { { // get { return spki; } SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_0 = __this->get_spki_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerIA5String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Mozilla.PublicKeyAndChallenge::get_Challenge() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * PublicKeyAndChallenge_get_Challenge_m3D4BCE5524E06E581A4E59D62054CE52B094FD44 (PublicKeyAndChallenge_t85AA4FB229E5E4E69B1D2F17D3BF7534D03A09ED * __this, const RuntimeMethod* method) { { // get { return challenge; } DerIA5String_t597D7116713543DC810D4DE70B2EEAE1D90B3CE2 * L_0 = __this->get_challenge_4(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PublicKeyFactory__ctor_mB9BE8A1B807210BC2A80B842D74E27E5F70CD0C5 (PublicKeyFactory_tA5A0A1332E55F9A58F0E42B6E96CFF50F0A4A5BB * __this, const RuntimeMethod* method) { { // private PublicKeyFactory() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory::CreateKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * PublicKeyFactory_CreateKey_mFD2B806F64CD6E9AFAC684D93006E15E0903ABE6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyInfoData0, const RuntimeMethod* method) { { // return CreateKey( // SubjectPublicKeyInfo.GetInstance( // Asn1Object.FromByteArray(keyInfoData))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___keyInfoData0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(L_0, /*hidden argument*/NULL); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_2; L_2 = SubjectPublicKeyInfo_GetInstance_mEACADACCC4E68515FAC8980FA87BB19716BC4471(L_1, /*hidden argument*/NULL); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_3; L_3 = PublicKeyFactory_CreateKey_mCDC9554A79A6CD26010C632AFB5E37153A4DEFFB(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory::CreateKey(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * PublicKeyFactory_CreateKey_m04834841BFAC83635A7958FB8B65D6F657B882C2 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, const RuntimeMethod* method) { { // return CreateKey( // SubjectPublicKeyInfo.GetInstance( // Asn1Object.FromStream(inStr))); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___inStr0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1Object_FromStream_m4BDFDC6ECEE5F8CBAC16ACEA0D2D4786C81C4A43(L_0, /*hidden argument*/NULL); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_2; L_2 = SubjectPublicKeyInfo_GetInstance_mEACADACCC4E68515FAC8980FA87BB19716BC4471(L_1, /*hidden argument*/NULL); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_3; L_3 = PublicKeyFactory_CreateKey_mCDC9554A79A6CD26010C632AFB5E37153A4DEFFB(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory::CreateKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * PublicKeyFactory_CreateKey_mCDC9554A79A6CD26010C632AFB5E37153A4DEFFB (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___keyInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral355344670054DB070754011D8D2527E319681DF0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9A60DAF92C3EDA5CB6CB6E661BA58F19E737431); s_Il2CppMethodInitialized = true; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_1 = NULL; RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 * V_2 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_3 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_4 = NULL; DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * V_5 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_6 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_7 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_8 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_9 = NULL; DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * V_10 = NULL; DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75 * V_11 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_12 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_13 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_14 = NULL; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * V_15 = NULL; ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * V_16 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_17 = NULL; DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * V_18 = NULL; DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * V_19 = NULL; X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * V_20 = NULL; X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * V_21 = NULL; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * V_22 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_23 = NULL; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * V_24 = NULL; Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * V_25 = NULL; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * V_26 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_27 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_28 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_29 = NULL; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * V_30 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_31 = NULL; int32_t V_32 = 0; int32_t V_33 = 0; Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * V_34 = NULL; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * V_35 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_36 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_37 = NULL; int32_t V_38 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * G_B21_0 = NULL; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * G_B20_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B60_0 = NULL; String_t* G_B60_1 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B59_0 = NULL; String_t* G_B59_1 = NULL; String_t* G_B61_0 = NULL; String_t* G_B61_1 = NULL; { // AlgorithmIdentifier algID = keyInfo.AlgorithmID; SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_0 = ___keyInfo0; NullCheck(L_0); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_1; L_1 = SubjectPublicKeyInfo_get_AlgorithmID_mC6D1FC4034C33A9CE53D197B4704A328D8E6AF52_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // DerObjectIdentifier algOid = algID.Algorithm; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = V_0; NullCheck(L_2); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3; L_3 = VirtualFuncInvoker0< DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Algorithm() */, L_2); V_1 = L_3; // if (algOid.Equals(PkcsObjectIdentifiers.RsaEncryption) // || algOid.Equals(X509ObjectIdentifiers.IdEARsa) // || algOid.Equals(PkcsObjectIdentifiers.IdRsassaPss) // || algOid.Equals(PkcsObjectIdentifiers.IdRsaesOaep)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_RsaEncryption_2(); NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); if (L_6) { goto IL_0042; } } { DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8 = ((X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_StaticFields*)il2cpp_codegen_static_fields_for(X509ObjectIdentifiers_t8A3E8CAA85BE8F2C985E2FC172DB832859F34543_il2cpp_TypeInfo_var))->get_IdEARsa_13(); NullCheck(L_7); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_7, L_8); if (L_9) { goto IL_0042; } } { DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdRsassaPss_11(); NullCheck(L_10); bool L_12; L_12 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_10, L_11); if (L_12) { goto IL_0042; } } { DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_14 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdRsaesOaep_8(); NullCheck(L_13); bool L_15; L_15 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_13, L_14); if (!L_15) { goto IL_0061; } } IL_0042: { // RsaPublicKeyStructure pubKey = RsaPublicKeyStructure.GetInstance( // keyInfo.GetPublicKey()); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_16 = ___keyInfo0; NullCheck(L_16); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_17; L_17 = SubjectPublicKeyInfo_GetPublicKey_m19105F6EC35D04EE32EBE7EDDDF86CDAC07EFD65(L_16, /*hidden argument*/NULL); RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 * L_18; L_18 = RsaPublicKeyStructure_GetInstance_m2F7D70AA61519CDDF0A82C70027E8434E5C2D797(L_17, /*hidden argument*/NULL); V_2 = L_18; // return new RsaKeyParameters(false, pubKey.Modulus, pubKey.PublicExponent); RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 * L_19 = V_2; NullCheck(L_19); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_20; L_20 = RsaPublicKeyStructure_get_Modulus_m782264EF56CBDD91267CAA5DD3585F71C6FF0DBD_inline(L_19, /*hidden argument*/NULL); RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 * L_21 = V_2; NullCheck(L_21); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22; L_22 = RsaPublicKeyStructure_get_PublicExponent_mE2EF65E2DBB1A8A34BC8CD1438627D429865967E_inline(L_21, /*hidden argument*/NULL); RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * L_23 = (RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 *)il2cpp_codegen_object_new(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var); RsaKeyParameters__ctor_m34764C2C540696F151C2502BECBBEA734F70F45E(L_23, (bool)0, L_20, L_22, /*hidden argument*/NULL); return L_23; } IL_0061: { // else if (algOid.Equals(X9ObjectIdentifiers.DHPublicNumber)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_25 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_DHPublicNumber_56(); NullCheck(L_24); bool L_26; L_26 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_24, L_25); if (!L_26) { goto IL_014a; } } { // Asn1Sequence seq = Asn1Sequence.GetInstance(algID.Parameters.ToAsn1Object()); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_27 = V_0; NullCheck(L_27); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_28; L_28 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, L_27); NullCheck(L_28); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_29; L_29 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_28); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_30; L_30 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_29, /*hidden argument*/NULL); V_3 = L_30; // DHPublicKey dhPublicKey = DHPublicKey.GetInstance(keyInfo.GetPublicKey()); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_31 = ___keyInfo0; NullCheck(L_31); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_32; L_32 = SubjectPublicKeyInfo_GetPublicKey_m19105F6EC35D04EE32EBE7EDDDF86CDAC07EFD65(L_31, /*hidden argument*/NULL); DHPublicKey_t1D61081BFF841A3C987A1AAA0D423201B873D080 * L_33; L_33 = DHPublicKey_GetInstance_m2D4CB9838174B22585D4DA980099A35DE2DF7920(L_32, /*hidden argument*/NULL); // BigInteger y = dhPublicKey.Y.Value; NullCheck(L_33); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_34; L_34 = DHPublicKey_get_Y_m16C57007CC6885F42050E6CEAB826EB7860E8624_inline(L_33, /*hidden argument*/NULL); NullCheck(L_34); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_35; L_35 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_34, /*hidden argument*/NULL); V_4 = L_35; // if (IsPkcsDHParam(seq)) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_36 = V_3; bool L_37; L_37 = PublicKeyFactory_IsPkcsDHParam_mCAE152AF61AE4F10E7C1EB9C101D796CA1FACB2E(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00ab; } } { // return ReadPkcsDHParam(algOid, y, seq); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_38 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39 = V_4; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_40 = V_3; DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * L_41; L_41 = PublicKeyFactory_ReadPkcsDHParam_m1E7B7B5430DA1274E939F2147016A1B4742DA2E8(L_38, L_39, L_40, /*hidden argument*/NULL); return L_41; } IL_00ab: { // DHDomainParameters dhParams = DHDomainParameters.GetInstance(seq); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_42 = V_3; DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * L_43; L_43 = DHDomainParameters_GetInstance_m43B881BF2A72D866EE690929864789BA6FFBA1F3(L_42, /*hidden argument*/NULL); V_5 = L_43; // BigInteger p = dhParams.P.Value; DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * L_44 = V_5; NullCheck(L_44); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_45; L_45 = DHDomainParameters_get_P_mF6CA5555C9EDEE96447B60A542F4E4C84D2A5F8D_inline(L_44, /*hidden argument*/NULL); NullCheck(L_45); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_46; L_46 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_45, /*hidden argument*/NULL); V_6 = L_46; // BigInteger g = dhParams.G.Value; DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * L_47 = V_5; NullCheck(L_47); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_48; L_48 = DHDomainParameters_get_G_m6018BF09681C05B46072E2C7775A778852BE68CF_inline(L_47, /*hidden argument*/NULL); NullCheck(L_48); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_49; L_49 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_48, /*hidden argument*/NULL); V_7 = L_49; // BigInteger q = dhParams.Q.Value; DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * L_50 = V_5; NullCheck(L_50); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_51; L_51 = DHDomainParameters_get_Q_m93EDCB7747E2CE9078D7C9E8980B9DD5685FB03B_inline(L_50, /*hidden argument*/NULL); NullCheck(L_51); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_52; L_52 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_51, /*hidden argument*/NULL); V_8 = L_52; // BigInteger j = null; V_9 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL; // if (dhParams.J != null) DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * L_53 = V_5; NullCheck(L_53); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_54; L_54 = DHDomainParameters_get_J_m18D93C33968845B1946A460BB2EEC47BEE616037_inline(L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_00f7; } } { // j = dhParams.J.Value; DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * L_55 = V_5; NullCheck(L_55); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_56; L_56 = DHDomainParameters_get_J_m18D93C33968845B1946A460BB2EEC47BEE616037_inline(L_55, /*hidden argument*/NULL); NullCheck(L_56); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_57; L_57 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_56, /*hidden argument*/NULL); V_9 = L_57; } IL_00f7: { // DHValidationParameters validation = null; V_10 = (DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B *)NULL; // DHValidationParms dhValidationParms = dhParams.ValidationParms; DHDomainParameters_tBBB9F9F50A026F6CDC95B59F342B4F6EAA1EEAEF * L_58 = V_5; NullCheck(L_58); DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75 * L_59; L_59 = DHDomainParameters_get_ValidationParms_m1F213342A0432140CFC623B7FC3105A78D06A28F_inline(L_58, /*hidden argument*/NULL); V_11 = L_59; // if (dhValidationParms != null) DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75 * L_60 = V_11; if (!L_60) { goto IL_0133; } } { // byte[] seed = dhValidationParms.Seed.GetBytes(); DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75 * L_61 = V_11; NullCheck(L_61); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_62; L_62 = DHValidationParms_get_Seed_m3172205E8D9877F0CB35098C503B58FBE77EF47F_inline(L_61, /*hidden argument*/NULL); NullCheck(L_62); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63; L_63 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetBytes() */, L_62); V_12 = L_63; // BigInteger pgenCounter = dhValidationParms.PgenCounter.Value; DHValidationParms_t1424D6AB9CFC4EA94817CA4EC44A1D44384C6B75 * L_64 = V_11; NullCheck(L_64); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_65; L_65 = DHValidationParms_get_PgenCounter_m128ED687A10132E93F3370FA71291AF73F2211B8_inline(L_64, /*hidden argument*/NULL); NullCheck(L_65); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_66; L_66 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_65, /*hidden argument*/NULL); V_13 = L_66; // validation = new DHValidationParameters(seed, pgenCounter.IntValue); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = V_12; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_68 = V_13; NullCheck(L_68); int32_t L_69; L_69 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_68, /*hidden argument*/NULL); DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * L_70 = (DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B *)il2cpp_codegen_object_new(DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B_il2cpp_TypeInfo_var); DHValidationParameters__ctor_m518144D00765FE92A453A3D7CFA26799B92CCC2B(L_70, L_67, L_69, /*hidden argument*/NULL); V_10 = L_70; } IL_0133: { // return new DHPublicKeyParameters(y, new DHParameters(p, g, q, j, validation)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_71 = V_4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_72 = V_6; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_73 = V_7; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_74 = V_8; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_75 = V_9; DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * L_76 = V_10; DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * L_77 = (DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C *)il2cpp_codegen_object_new(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C_il2cpp_TypeInfo_var); DHParameters__ctor_mD6805BBC915B5F31996F9B76A7B7E4866EDFE4FB(L_77, L_72, L_73, L_74, L_75, L_76, /*hidden argument*/NULL); DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * L_78 = (DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 *)il2cpp_codegen_object_new(DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862_il2cpp_TypeInfo_var); DHPublicKeyParameters__ctor_m8F461BEDA6C12C2CED69D85A4C67380875FAE570(L_78, L_71, L_77, /*hidden argument*/NULL); return L_78; } IL_014a: { // else if (algOid.Equals(PkcsObjectIdentifiers.DhKeyAgreement)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_79 = V_1; IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_80 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_DhKeyAgreement_19(); NullCheck(L_79); bool L_81; L_81 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_79, L_80); if (!L_81) { goto IL_0186; } } { // Asn1Sequence seq = Asn1Sequence.GetInstance(algID.Parameters.ToAsn1Object()); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_82 = V_0; NullCheck(L_82); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_83; L_83 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, L_82); NullCheck(L_83); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_84; L_84 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_83); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_85; L_85 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_84, /*hidden argument*/NULL); V_14 = L_85; // DerInteger derY = (DerInteger) keyInfo.GetPublicKey(); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_86 = ___keyInfo0; NullCheck(L_86); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_87; L_87 = SubjectPublicKeyInfo_GetPublicKey_m19105F6EC35D04EE32EBE7EDDDF86CDAC07EFD65(L_86, /*hidden argument*/NULL); V_15 = ((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_87, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var)); // return ReadPkcsDHParam(algOid, derY.Value, seq); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_88 = V_1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_89 = V_15; NullCheck(L_89); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_90; L_90 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_89, /*hidden argument*/NULL); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_91 = V_14; DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * L_92; L_92 = PublicKeyFactory_ReadPkcsDHParam_m1E7B7B5430DA1274E939F2147016A1B4742DA2E8(L_88, L_90, L_91, /*hidden argument*/NULL); return L_92; } IL_0186: { // else if (algOid.Equals(OiwObjectIdentifiers.ElGamalAlgorithm)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_93 = V_1; IL2CPP_RUNTIME_CLASS_INIT(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_94 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_ElGamalAlgorithm_11(); NullCheck(L_93); bool L_95; L_95 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_93, L_94); if (!L_95) { goto IL_01d3; } } { // ElGamalParameter para = new ElGamalParameter( // Asn1Sequence.GetInstance(algID.Parameters.ToAsn1Object())); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_96 = V_0; NullCheck(L_96); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_97; L_97 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, L_96); NullCheck(L_97); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_98; L_98 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_97); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_99; L_99 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_98, /*hidden argument*/NULL); ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * L_100 = (ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 *)il2cpp_codegen_object_new(ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951_il2cpp_TypeInfo_var); ElGamalParameter__ctor_m500655F9FC35DFDAF08A6C00EB1645C3BA686FC9(L_100, L_99, /*hidden argument*/NULL); V_16 = L_100; // DerInteger derY = (DerInteger) keyInfo.GetPublicKey(); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_101 = ___keyInfo0; NullCheck(L_101); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_102; L_102 = SubjectPublicKeyInfo_GetPublicKey_m19105F6EC35D04EE32EBE7EDDDF86CDAC07EFD65(L_101, /*hidden argument*/NULL); // return new ElGamalPublicKeyParameters( // derY.Value, // new ElGamalParameters(para.P, para.G)); NullCheck(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_102, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_103; L_103 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_102, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * L_104 = V_16; NullCheck(L_104); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_105; L_105 = ElGamalParameter_get_P_mF4EC58504D1759C90BD6E910983204B59FE35144(L_104, /*hidden argument*/NULL); ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * L_106 = V_16; NullCheck(L_106); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_107; L_107 = ElGamalParameter_get_G_m3D9A9D582051BE2EC5D9C2C873E65814CAA6C202(L_106, /*hidden argument*/NULL); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_108 = (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 *)il2cpp_codegen_object_new(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13_il2cpp_TypeInfo_var); ElGamalParameters__ctor_m725EDBEAD671FC838F1572DB113C98517399E640(L_108, L_105, L_107, /*hidden argument*/NULL); ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * L_109 = (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 *)il2cpp_codegen_object_new(ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var); ElGamalPublicKeyParameters__ctor_m4FC638ADD35FCA7BD5C9386A4EE96E0E615C6D88(L_109, L_103, L_108, /*hidden argument*/NULL); return L_109; } IL_01d3: { // else if (algOid.Equals(X9ObjectIdentifiers.IdDsa) // || algOid.Equals(OiwObjectIdentifiers.DsaWithSha1)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_110 = V_1; IL2CPP_RUNTIME_CLASS_INIT(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_111 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_IdDsa_49(); NullCheck(L_110); bool L_112; L_112 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_110, L_111); if (L_112) { goto IL_01ed; } } { DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_113 = V_1; IL2CPP_RUNTIME_CLASS_INIT(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_114 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_DsaWithSha1_9(); NullCheck(L_113); bool L_115; L_115 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_113, L_114); if (!L_115) { goto IL_023e; } } IL_01ed: { // DerInteger derY = (DerInteger) keyInfo.GetPublicKey(); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_116 = ___keyInfo0; NullCheck(L_116); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_117; L_117 = SubjectPublicKeyInfo_GetPublicKey_m19105F6EC35D04EE32EBE7EDDDF86CDAC07EFD65(L_116, /*hidden argument*/NULL); // Asn1Encodable ae = algID.Parameters; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_118 = V_0; NullCheck(L_118); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_119; L_119 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, L_118); V_17 = L_119; // DsaParameters parameters = null; V_18 = (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 *)NULL; // if (ae != null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_120 = V_17; G_B20_0 = ((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_117, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var)); if (!L_120) { G_B21_0 = ((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_117, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var)); goto IL_0231; } } { // DsaParameter para = DsaParameter.GetInstance(ae.ToAsn1Object()); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_121 = V_17; NullCheck(L_121); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_122; L_122 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_121); DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * L_123; L_123 = DsaParameter_GetInstance_mF7EB5E6B75DE4830FE0FE7E4F46AEFCCE612BB75(L_122, /*hidden argument*/NULL); V_19 = L_123; // parameters = new DsaParameters(para.P, para.Q, para.G); DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * L_124 = V_19; NullCheck(L_124); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_125; L_125 = DsaParameter_get_P_m92612853A6D4746AAA3A9B80AECC98A1FD37B73B(L_124, /*hidden argument*/NULL); DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * L_126 = V_19; NullCheck(L_126); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_127; L_127 = DsaParameter_get_Q_m0FD9A1267D13AA0FA42462704FB6DA621EB68A6F(L_126, /*hidden argument*/NULL); DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * L_128 = V_19; NullCheck(L_128); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_129; L_129 = DsaParameter_get_G_m27CA6D1786E31A7EB40005FAFC8473E9D9974185(L_128, /*hidden argument*/NULL); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_130 = (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 *)il2cpp_codegen_object_new(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245_il2cpp_TypeInfo_var); DsaParameters__ctor_mB40A39F4AC7671FCFF7BE58CB45685393819E31E(L_130, L_125, L_127, L_129, /*hidden argument*/NULL); V_18 = L_130; G_B21_0 = G_B20_0; } IL_0231: { // return new DsaPublicKeyParameters(derY.Value, parameters); NullCheck(G_B21_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_131; L_131 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(G_B21_0, /*hidden argument*/NULL); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_132 = V_18; DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * L_133 = (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)il2cpp_codegen_object_new(DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var); DsaPublicKeyParameters__ctor_mCE26A1766E3B5A728500CE48CEFB95E8ACBF00BF(L_133, L_131, L_132, /*hidden argument*/NULL); return L_133; } IL_023e: { // else if (algOid.Equals(X9ObjectIdentifiers.IdECPublicKey)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_134 = V_1; IL2CPP_RUNTIME_CLASS_INIT(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_135 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_IdECPublicKey_13(); NullCheck(L_134); bool L_136; L_136 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_134, L_135); if (!L_136) { goto IL_030e; } } { // X962Parameters para = new X962Parameters(algID.Parameters.ToAsn1Object()); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_137 = V_0; NullCheck(L_137); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_138; L_138 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, L_137); NullCheck(L_138); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_139; L_139 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_138); X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * L_140 = (X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 *)il2cpp_codegen_object_new(X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4_il2cpp_TypeInfo_var); X962Parameters__ctor_mBC048A62BC3210E60C257A731E2884B14EAD33A0(L_140, L_139, /*hidden argument*/NULL); V_20 = L_140; // if (para.IsNamedCurve) X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * L_141 = V_20; NullCheck(L_141); bool L_142; L_142 = X962Parameters_get_IsNamedCurve_mDA51FA776C5A2D7CC5E79DDECD05B09541777AC2(L_141, /*hidden argument*/NULL); if (!L_142) { goto IL_027e; } } { // x9 = ECKeyPairGenerator.FindECCurveByOid((DerObjectIdentifier)para.Parameters); X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * L_143 = V_20; NullCheck(L_143); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_144; L_144 = X962Parameters_get_Parameters_m53F3B85361AF69D1687CA8BC4F665F9ECA5E1A1F_inline(L_143, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_145; L_145 = ECKeyPairGenerator_FindECCurveByOid_m0F93C75F94C755AC07BB30FA436A263E7FB615AD(((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_144, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_21 = L_145; // } goto IL_0291; } IL_027e: { // x9 = new X9ECParameters((Asn1Sequence)para.Parameters); X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * L_146 = V_20; NullCheck(L_146); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_147; L_147 = X962Parameters_get_Parameters_m53F3B85361AF69D1687CA8BC4F665F9ECA5E1A1F_inline(L_146, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_148 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_m1BFE3A055B96908B6FB3DDFBE623F4F26C9B4D1B(L_148, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_147, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_21 = L_148; } IL_0291: { // Asn1OctetString key = new DerOctetString(keyInfo.PublicKeyData.GetBytes()); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_149 = ___keyInfo0; NullCheck(L_149); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_150; L_150 = SubjectPublicKeyInfo_get_PublicKeyData_mE74361F41A82225A09A9A4B95E37C6F5C337D7A4_inline(L_149, /*hidden argument*/NULL); NullCheck(L_150); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_151; L_151 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetBytes() */, L_150); DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_152 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_152, L_151, /*hidden argument*/NULL); V_22 = L_152; // X9ECPoint derQ = new X9ECPoint(x9.Curve, key); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_153 = V_21; NullCheck(L_153); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_154; L_154 = X9ECParameters_get_Curve_m1BC4F848F8E72563287A1FA9395C9E3ECD2FCD23_inline(L_153, /*hidden argument*/NULL); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_155 = V_22; X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * L_156 = (X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 *)il2cpp_codegen_object_new(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71_il2cpp_TypeInfo_var); X9ECPoint__ctor_m7820177D023F11B8B4312A923BCDD5B7218CD1AE(L_156, L_154, L_155, /*hidden argument*/NULL); // ECPoint q = derQ.Point; NullCheck(L_156); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_157; L_157 = X9ECPoint_get_Point_mCCB3B52E0B2A6160E36C9582B39E2117C3E572DE(L_156, /*hidden argument*/NULL); V_23 = L_157; // if (para.IsNamedCurve) X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * L_158 = V_20; NullCheck(L_158); bool L_159; L_159 = X962Parameters_get_IsNamedCurve_mDA51FA776C5A2D7CC5E79DDECD05B09541777AC2(L_158, /*hidden argument*/NULL); if (!L_159) { goto IL_02da; } } { // return new ECPublicKeyParameters("EC", q, (DerObjectIdentifier)para.Parameters); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_160 = V_23; X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * L_161 = V_20; NullCheck(L_161); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_162; L_162 = X962Parameters_get_Parameters_m53F3B85361AF69D1687CA8BC4F665F9ECA5E1A1F_inline(L_161, /*hidden argument*/NULL); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_163 = (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)il2cpp_codegen_object_new(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); ECPublicKeyParameters__ctor_m65D62EFBCCC50A4D1ED99FFED8ABB3B79F6EAAE6(L_163, _stringLiteralC9A60DAF92C3EDA5CB6CB6E661BA58F19E737431, L_160, ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_162, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_163; } IL_02da: { // ECDomainParameters dParams = new ECDomainParameters(x9.Curve, x9.G, x9.N, x9.H, x9.GetSeed()); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_164 = V_21; NullCheck(L_164); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_165; L_165 = X9ECParameters_get_Curve_m1BC4F848F8E72563287A1FA9395C9E3ECD2FCD23_inline(L_164, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_166 = V_21; NullCheck(L_166); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_167; L_167 = X9ECParameters_get_G_m3E5E2F14805084623F3ABD4B9A98CDB8A72D2C71(L_166, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_168 = V_21; NullCheck(L_168); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_169; L_169 = X9ECParameters_get_N_mA5FBAFD92C027D5B545F8CBD8D9C77A01B950EAA_inline(L_168, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_170 = V_21; NullCheck(L_170); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_171; L_171 = X9ECParameters_get_H_m14081C62E77B14A1088C1A3494E8BCB77BB0564C_inline(L_170, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_172 = V_21; NullCheck(L_172); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_173; L_173 = X9ECParameters_GetSeed_mBF568758D960F3414ED0AF05FA4C66DFE46ED05C_inline(L_172, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_174 = (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC *)il2cpp_codegen_object_new(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC_il2cpp_TypeInfo_var); ECDomainParameters__ctor_m215ED4F7FB06CDD0F9AC3C670B20B1B75E03B47B(L_174, L_165, L_167, L_169, L_171, L_173, /*hidden argument*/NULL); V_24 = L_174; // return new ECPublicKeyParameters(q, dParams); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_175 = V_23; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_176 = V_24; ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_177 = (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)il2cpp_codegen_object_new(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); ECPublicKeyParameters__ctor_m48C5771CEB9C073FA70D828B80140DE028691A1A(L_177, L_175, L_176, /*hidden argument*/NULL); return L_177; } IL_030e: { // else if (algOid.Equals(CryptoProObjectIdentifiers.GostR3410x2001)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_178 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_179 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001_6(); NullCheck(L_178); bool L_180; L_180 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_178, L_179); if (!L_180) { goto IL_03ec; } } { // Gost3410PublicKeyAlgParameters gostParams = new Gost3410PublicKeyAlgParameters( // (Asn1Sequence) algID.Parameters); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_181 = V_0; NullCheck(L_181); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_182; L_182 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, L_181); Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * L_183 = (Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 *)il2cpp_codegen_object_new(Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67_il2cpp_TypeInfo_var); Gost3410PublicKeyAlgParameters__ctor_m5E5283AB18CAF4BC773508E765581952574789EA(L_183, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_182, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_25 = L_183; } IL_0330: try {// begin try (depth: 1) // key = (Asn1OctetString) keyInfo.GetPublicKey(); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_184 = ___keyInfo0; NullCheck(L_184); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_185; L_185 = SubjectPublicKeyInfo_GetPublicKey_m19105F6EC35D04EE32EBE7EDDDF86CDAC07EFD65(L_184, /*hidden argument*/NULL); V_26 = ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_185, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var)); // } goto IL_034b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_033f; } throw e; } CATCH_033f: {// begin catch(System.IO.IOException) // catch (IOException) // throw new ArgumentException("invalid info structure in GOST3410 public key"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_186 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_186, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral361420FA64A571DA7B9B960639F81DF095FB6A82)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_186, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKeyFactory_CreateKey_mCDC9554A79A6CD26010C632AFB5E37153A4DEFFB_RuntimeMethod_var))); }// end catch (depth: 1) IL_034b: { // byte[] keyEnc = key.GetOctets(); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_187 = V_26; NullCheck(L_187); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_188; L_188 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_187); V_27 = L_188; // byte[] x = new byte[32]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_189 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); V_28 = L_189; // byte[] y = new byte[32]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_190 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); V_29 = L_190; // for (int i = 0; i != y.Length; i++) V_32 = 0; goto IL_037e; } IL_036b: { // x[i] = keyEnc[32 - 1 - i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_191 = V_28; int32_t L_192 = V_32; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_193 = V_27; int32_t L_194 = V_32; NullCheck(L_193); int32_t L_195 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)31), (int32_t)L_194)); uint8_t L_196 = (L_193)->GetAt(static_cast(L_195)); NullCheck(L_191); (L_191)->SetAt(static_cast(L_192), (uint8_t)L_196); // for (int i = 0; i != y.Length; i++) int32_t L_197 = V_32; V_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_197, (int32_t)1)); } IL_037e: { // for (int i = 0; i != y.Length; i++) int32_t L_198 = V_32; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_199 = V_29; NullCheck(L_199); if ((!(((uint32_t)L_198) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_199)->max_length))))))) { goto IL_036b; } } { // for (int i = 0; i != x.Length; i++) V_33 = 0; goto IL_039e; } IL_038b: { // y[i] = keyEnc[64 - 1 - i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_200 = V_29; int32_t L_201 = V_33; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_202 = V_27; int32_t L_203 = V_33; NullCheck(L_202); int32_t L_204 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)63), (int32_t)L_203)); uint8_t L_205 = (L_202)->GetAt(static_cast(L_204)); NullCheck(L_200); (L_200)->SetAt(static_cast(L_201), (uint8_t)L_205); // for (int i = 0; i != x.Length; i++) int32_t L_206 = V_33; V_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)1)); } IL_039e: { // for (int i = 0; i != x.Length; i++) int32_t L_207 = V_33; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_208 = V_28; NullCheck(L_208); if ((!(((uint32_t)L_207) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_208)->max_length))))))) { goto IL_038b; } } { // ECDomainParameters ecP = ECGost3410NamedCurves.GetByOid(gostParams.PublicKeyParamSet); Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * L_209 = V_25; NullCheck(L_209); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_210; L_210 = Gost3410PublicKeyAlgParameters_get_PublicKeyParamSet_mA97D2D346D9B1CEDC982EE1A8AD8C8DDC868B8F7_inline(L_209, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ECGost3410NamedCurves_t4AA12FC8DA3BCA4D0706627D12DA4407598330D4_il2cpp_TypeInfo_var); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_211; L_211 = ECGost3410NamedCurves_GetByOid_m411DD06A206A4A2A14F6CD0657665E19623D579B(L_210, /*hidden argument*/NULL); V_30 = L_211; // if (ecP == null) ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_212 = V_30; if (L_212) { goto IL_03ba; } } { // return null; return (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A *)NULL; } IL_03ba: { // ECPoint q = ecP.Curve.CreatePoint(new BigInteger(1, x), new BigInteger(1, y)); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_213 = V_30; NullCheck(L_213); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_214; L_214 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_213, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_215 = V_28; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_216 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_216, 1, L_215, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_217 = V_29; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_218 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_218, 1, L_217, /*hidden argument*/NULL); NullCheck(L_214); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_219; L_219 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, L_214, L_216, L_218); V_31 = L_219; // return new ECPublicKeyParameters("ECGOST3410", q, gostParams.PublicKeyParamSet); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_220 = V_31; Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * L_221 = V_25; NullCheck(L_221); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_222; L_222 = Gost3410PublicKeyAlgParameters_get_PublicKeyParamSet_mA97D2D346D9B1CEDC982EE1A8AD8C8DDC868B8F7_inline(L_221, /*hidden argument*/NULL); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_223 = (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)il2cpp_codegen_object_new(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); ECPublicKeyParameters__ctor_m65D62EFBCCC50A4D1ED99FFED8ABB3B79F6EAAE6(L_223, _stringLiteral355344670054DB070754011D8D2527E319681DF0, L_220, L_222, /*hidden argument*/NULL); return L_223; } IL_03ec: { // else if (algOid.Equals(CryptoProObjectIdentifiers.GostR3410x94)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_224 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_225 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x94_5(); NullCheck(L_224); bool L_226; L_226 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_224, L_225); if (!L_226) { goto IL_0473; } } { // Gost3410PublicKeyAlgParameters algParams = new Gost3410PublicKeyAlgParameters( // (Asn1Sequence) algID.Parameters); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_227 = V_0; NullCheck(L_227); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_228; L_228 = VirtualFuncInvoker0< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::get_Parameters() */, L_227); Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * L_229 = (Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 *)il2cpp_codegen_object_new(Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67_il2cpp_TypeInfo_var); Gost3410PublicKeyAlgParameters__ctor_m5E5283AB18CAF4BC773508E765581952574789EA(L_229, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_228, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_34 = L_229; } IL_040b: try {// begin try (depth: 1) // derY = (DerOctetString) keyInfo.GetPublicKey(); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_230 = ___keyInfo0; NullCheck(L_230); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_231; L_231 = SubjectPublicKeyInfo_GetPublicKey_m19105F6EC35D04EE32EBE7EDDDF86CDAC07EFD65(L_230, /*hidden argument*/NULL); V_35 = ((DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)CastclassClass((RuntimeObject*)L_231, DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var)); // } goto IL_0426; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_041a; } throw e; } CATCH_041a: {// begin catch(System.IO.IOException) // catch (IOException) // throw new ArgumentException("invalid info structure in GOST3410 public key"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_232 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_232, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral361420FA64A571DA7B9B960639F81DF095FB6A82)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_232, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKeyFactory_CreateKey_mCDC9554A79A6CD26010C632AFB5E37153A4DEFFB_RuntimeMethod_var))); }// end catch (depth: 1) IL_0426: { // byte[] keyEnc = derY.GetOctets(); DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_233 = V_35; NullCheck(L_233); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_234; L_234 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_233); V_36 = L_234; // byte[] keyBytes = new byte[keyEnc.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_235 = V_36; NullCheck(L_235); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_236 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_235)->max_length)))); V_37 = L_236; // for (int i = 0; i != keyEnc.Length; i++) V_38 = 0; goto IL_0456; } IL_043f: { // keyBytes[i] = keyEnc[keyEnc.Length - 1 - i]; // was little endian ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_237 = V_37; int32_t L_238 = V_38; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_239 = V_36; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_240 = V_36; NullCheck(L_240); int32_t L_241 = V_38; NullCheck(L_239); int32_t L_242 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_240)->max_length))), (int32_t)1)), (int32_t)L_241)); uint8_t L_243 = (L_239)->GetAt(static_cast(L_242)); NullCheck(L_237); (L_237)->SetAt(static_cast(L_238), (uint8_t)L_243); // for (int i = 0; i != keyEnc.Length; i++) int32_t L_244 = V_38; V_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_244, (int32_t)1)); } IL_0456: { // for (int i = 0; i != keyEnc.Length; i++) int32_t L_245 = V_38; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_246 = V_36; NullCheck(L_246); if ((!(((uint32_t)L_245) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_246)->max_length))))))) { goto IL_043f; } } { // BigInteger y = new BigInteger(1, keyBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_247 = V_37; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_248 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_248, 1, L_247, /*hidden argument*/NULL); // return new Gost3410PublicKeyParameters(y, algParams.PublicKeyParamSet); Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * L_249 = V_34; NullCheck(L_249); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_250; L_250 = Gost3410PublicKeyAlgParameters_get_PublicKeyParamSet_mA97D2D346D9B1CEDC982EE1A8AD8C8DDC868B8F7_inline(L_249, /*hidden argument*/NULL); Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0 * L_251 = (Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0 *)il2cpp_codegen_object_new(Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0_il2cpp_TypeInfo_var); Gost3410PublicKeyParameters__ctor_m1F8FCA2AF218DED38D435619E0624F579AA0751F(L_251, L_248, L_250, /*hidden argument*/NULL); return L_251; } IL_0473: { // else if (algOid.Equals(EdECObjectIdentifiers.id_X25519)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_252 = V_1; IL2CPP_RUNTIME_CLASS_INIT(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_253 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_X25519_1(); NullCheck(L_252); bool L_254; L_254 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_252, L_253); if (!L_254) { goto IL_0492; } } { // return new X25519PublicKeyParameters(GetRawKey(keyInfo, X25519PublicKeyParameters.KeySize), 0); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_255 = ___keyInfo0; IL2CPP_RUNTIME_CLASS_INIT(X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_il2cpp_TypeInfo_var); int32_t L_256 = ((X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_StaticFields*)il2cpp_codegen_static_fields_for(X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_257; L_257 = PublicKeyFactory_GetRawKey_m8997CB39F087511C3816A989828087603BC12F50(L_255, L_256, /*hidden argument*/NULL); X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C * L_258 = (X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C *)il2cpp_codegen_object_new(X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_il2cpp_TypeInfo_var); X25519PublicKeyParameters__ctor_m0938D4B292EE795AAC207EB2EC8A8E88CACDB08B(L_258, L_257, 0, /*hidden argument*/NULL); return L_258; } IL_0492: { // else if (algOid.Equals(EdECObjectIdentifiers.id_X448)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_259 = V_1; IL2CPP_RUNTIME_CLASS_INIT(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_260 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_X448_2(); NullCheck(L_259); bool L_261; L_261 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_259, L_260); if (!L_261) { goto IL_04b1; } } { // return new X448PublicKeyParameters(GetRawKey(keyInfo, X448PublicKeyParameters.KeySize), 0); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_262 = ___keyInfo0; IL2CPP_RUNTIME_CLASS_INIT(X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_il2cpp_TypeInfo_var); int32_t L_263 = ((X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_StaticFields*)il2cpp_codegen_static_fields_for(X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_264; L_264 = PublicKeyFactory_GetRawKey_m8997CB39F087511C3816A989828087603BC12F50(L_262, L_263, /*hidden argument*/NULL); X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B * L_265 = (X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B *)il2cpp_codegen_object_new(X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_il2cpp_TypeInfo_var); X448PublicKeyParameters__ctor_m678AE9C8F350F61C7936E55EF6B6706AA3039791(L_265, L_264, 0, /*hidden argument*/NULL); return L_265; } IL_04b1: { // else if (algOid.Equals(EdECObjectIdentifiers.id_Ed25519)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_266 = V_1; IL2CPP_RUNTIME_CLASS_INIT(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_267 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_Ed25519_3(); NullCheck(L_266); bool L_268; L_268 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_266, L_267); if (!L_268) { goto IL_04d0; } } { // return new Ed25519PublicKeyParameters(GetRawKey(keyInfo, Ed25519PublicKeyParameters.KeySize), 0); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_269 = ___keyInfo0; IL2CPP_RUNTIME_CLASS_INIT(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); int32_t L_270 = ((Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields*)il2cpp_codegen_static_fields_for(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_271; L_271 = PublicKeyFactory_GetRawKey_m8997CB39F087511C3816A989828087603BC12F50(L_269, L_270, /*hidden argument*/NULL); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_272 = (Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA *)il2cpp_codegen_object_new(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); Ed25519PublicKeyParameters__ctor_mB817DD2BEF4EC59E4031F67113911410DA28A558(L_272, L_271, 0, /*hidden argument*/NULL); return L_272; } IL_04d0: { // else if (algOid.Equals(EdECObjectIdentifiers.id_Ed448)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_273 = V_1; IL2CPP_RUNTIME_CLASS_INIT(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_274 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_Ed448_4(); NullCheck(L_273); bool L_275; L_275 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_273, L_274); if (!L_275) { goto IL_04ef; } } { // return new Ed448PublicKeyParameters(GetRawKey(keyInfo, Ed448PublicKeyParameters.KeySize), 0); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_276 = ___keyInfo0; IL2CPP_RUNTIME_CLASS_INIT(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); int32_t L_277 = ((Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields*)il2cpp_codegen_static_fields_for(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var))->get_KeySize_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_278; L_278 = PublicKeyFactory_GetRawKey_m8997CB39F087511C3816A989828087603BC12F50(L_276, L_277, /*hidden argument*/NULL); Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_279 = (Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA *)il2cpp_codegen_object_new(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); Ed448PublicKeyParameters__ctor_m569D065B6D384A45435BE9BB30BCD90B4BE00440(L_279, L_278, 0, /*hidden argument*/NULL); return L_279; } IL_04ef: { // throw new SecurityUtilityException("algorithm identifier in public key not recognised: " + algOid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_280 = V_1; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_281 = L_280; G_B59_0 = L_281; G_B59_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4D848BE2B98C2A05F036800D815043400CB8FF9)); if (L_281) { G_B60_0 = L_281; G_B60_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4D848BE2B98C2A05F036800D815043400CB8FF9)); goto IL_04fc; } } { G_B61_0 = ((String_t*)(NULL)); G_B61_1 = G_B59_1; goto IL_0501; } IL_04fc: { NullCheck(G_B60_0); String_t* L_282; L_282 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B60_0); G_B61_0 = L_282; G_B61_1 = G_B60_1; } IL_0501: { String_t* L_283; L_283 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B61_1, G_B61_0, /*hidden argument*/NULL); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_284 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_284, L_283, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_284, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKeyFactory_CreateKey_mCDC9554A79A6CD26010C632AFB5E37153A4DEFFB_RuntimeMethod_var))); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory::GetRawKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PublicKeyFactory_GetRawKey_m8997CB39F087511C3816A989828087603BC12F50 (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___keyInfo0, int32_t ___expectedSize1, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] result = keyInfo.PublicKeyData.GetOctets(); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_0 = ___keyInfo0; NullCheck(L_0); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_1; L_1 = SubjectPublicKeyInfo_get_PublicKeyData_mE74361F41A82225A09A9A4B95E37C6F5C337D7A4_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(11 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetOctets() */, L_1); V_0 = L_2; // if (expectedSize != result.Length) int32_t L_3 = ___expectedSize1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_4); if ((((int32_t)L_3) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_001d; } } { // throw new SecurityUtilityException("public key encoding has incorrect length"); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_5 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEFB5184ABBA185B98A5D13F3CD9B01B459207BBA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKeyFactory_GetRawKey_m8997CB39F087511C3816A989828087603BC12F50_RuntimeMethod_var))); } IL_001d: { // return result; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; return L_6; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory::IsPkcsDHParam(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PublicKeyFactory_IsPkcsDHParam_mCAE152AF61AE4F10E7C1EB9C101D796CA1FACB2E (Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * V_0 = NULL; { // if (seq.Count == 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_000b; } } { // return true; return (bool)1; } IL_000b: { // if (seq.Count > 3) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_2); if ((((int32_t)L_3) <= ((int32_t)3))) { goto IL_0016; } } { // return false; return (bool)0; } IL_0016: { // DerInteger l = DerInteger.GetInstance(seq[2]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___seq0; NullCheck(L_4); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5; L_5 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_4, 2); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_6; L_6 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_5, /*hidden argument*/NULL); // DerInteger p = DerInteger.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = ___seq0; NullCheck(L_7); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_7, 0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_9; L_9 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_8, /*hidden argument*/NULL); V_0 = L_9; // return l.Value.CompareTo(BigInteger.ValueOf(p.Value.BitLength)) <= 0; NullCheck(L_6); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_6, /*hidden argument*/NULL); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_11 = V_0; NullCheck(L_11); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12; L_12 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13; L_13 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14; L_14 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)L_13)), /*hidden argument*/NULL); NullCheck(L_10); int32_t L_15; L_15 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_10, L_14, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_15) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory::ReadPkcsDHParam(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * PublicKeyFactory_ReadPkcsDHParam_m1E7B7B5430DA1274E939F2147016A1B4742DA2E8 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algOid0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y1, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHParameter_t139F790CA854BF8027539E802DB902D7192357A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; int32_t V_2 = 0; DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * V_3 = NULL; int32_t G_B3_0 = 0; { // DHParameter para = new DHParameter(seq); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq2; DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 * L_1 = (DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 *)il2cpp_codegen_object_new(DHParameter_t139F790CA854BF8027539E802DB902D7192357A3_il2cpp_TypeInfo_var); DHParameter__ctor_m39B1CDB6FD7042D608D51B15C1BD8379837BEC9E(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // BigInteger lVal = para.L; DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 * L_2 = V_0; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = DHParameter_get_L_m010F8E85CC9FA4EA3AC5EDFB8AEACEF0BB546D03(L_2, /*hidden argument*/NULL); V_1 = L_3; // int l = lVal == null ? 0 : lVal.IntValue; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_1; if (!L_4) { goto IL_0019; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; NullCheck(L_5); int32_t L_6; L_6 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_5, /*hidden argument*/NULL); G_B3_0 = L_6; goto IL_001a; } IL_0019: { G_B3_0 = 0; } IL_001a: { V_2 = G_B3_0; // DHParameters dhParams = new DHParameters(para.P, para.G, null, l); DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 * L_7 = V_0; NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = DHParameter_get_P_m24B745FF79129424B5A7553209C85526E7D0BD94(L_7, /*hidden argument*/NULL); DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 * L_9 = V_0; NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = DHParameter_get_G_m893934EF73D1BD467B3BA0590902548CE26D0BCD(L_9, /*hidden argument*/NULL); int32_t L_11 = V_2; DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * L_12 = (DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C *)il2cpp_codegen_object_new(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C_il2cpp_TypeInfo_var); DHParameters__ctor_m9AE678741B2D2B9057D7E28A5538006E70E00109(L_12, L_8, L_10, (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL, L_11, /*hidden argument*/NULL); V_3 = L_12; // return new DHPublicKeyParameters(y, dhParams, algOid); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = ___y1; DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * L_14 = V_3; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_15 = ___algOid0; DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * L_16 = (DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 *)il2cpp_codegen_object_new(DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862_il2cpp_TypeInfo_var); DHPublicKeyParameters__ctor_mF7AF6DCEE50441B0FE545BFC2A423A2399D8B15B(L_16, L_13, L_14, L_15, /*hidden argument*/NULL); return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.PushbackStream::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PushbackStream__ctor_m674D2E70EC7DE31E475524BD81E45C968C07832D (PushbackStream_t2B71EF4BF1CD52E337B350FC74E73A2A7F563DAE * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method) { { // private int buf = -1; __this->set_buf_6((-1)); // : base(s) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___s0; FilterStream__ctor_mABD9C5C4D90ECA6D53111063AAA81181A2E11449(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.PushbackStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PushbackStream_ReadByte_m3E2324DB5355707CAB11D714BF4E9582937EB842 (PushbackStream_t2B71EF4BF1CD52E337B350FC74E73A2A7F563DAE * __this, const RuntimeMethod* method) { { // if (buf != -1) int32_t L_0 = __this->get_buf_6(); if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_0017; } } { // int tmp = buf; int32_t L_1 = __this->get_buf_6(); // buf = -1; __this->set_buf_6((-1)); // return tmp; return L_1; } IL_0017: { // return base.ReadByte(); int32_t L_2; L_2 = FilterStream_ReadByte_mAD30D782B42E17E08BFAF59E4AAD35C79D7556B1(__this, /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.PushbackStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PushbackStream_Read_mDFCC6DD36EF548518C71FA21C9F3F20C0B2DFE5C (PushbackStream_t2B71EF4BF1CD52E337B350FC74E73A2A7F563DAE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // if (buf != -1 && count > 0) int32_t L_0 = __this->get_buf_6(); if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_0020; } } { int32_t L_1 = ___count2; if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0020; } } { // buffer[offset] = (byte) buf; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = __this->get_buf_6(); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)((int32_t)((uint8_t)L_4))); // buf = -1; __this->set_buf_6((-1)); // return 1; return 1; } IL_0020: { // return base.Read(buffer, offset, count); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___buffer0; int32_t L_6 = ___offset1; int32_t L_7 = ___count2; int32_t L_8; L_8 = FilterStream_Read_m6F250EE31C84572FCE8DE1216D2A9D161F35C343(__this, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.PushbackStream::Unread(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PushbackStream_Unread_m1B688E75101AB8897FA25487B1C6B6D23892F7F0 (PushbackStream_t2B71EF4BF1CD52E337B350FC74E73A2A7F563DAE * __this, int32_t ___b0, const RuntimeMethod* method) { { // if (buf != -1) int32_t L_0 = __this->get_buf_6(); if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_0014; } } { // throw new InvalidOperationException("Can only push back one byte"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49C6017983A91ED484B4288C29E9C6671943A721)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PushbackStream_Unread_m1B688E75101AB8897FA25487B1C6B6D23892F7F0_RuntimeMethod_var))); } IL_0014: { // buf = b & 0xFF; int32_t L_2 = ___b0; __this->set_buf_6(((int32_t)((int32_t)L_2&(int32_t)((int32_t)255)))); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88 * QCStatement_GetInstance_mE4EBF1278752FB855444538648C9EECFC0C049A7 (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*)&QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is QCStatement) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88 *)IsInstClass((RuntimeObject*)L_1, QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (QCStatement) obj; RuntimeObject * L_2 = ___obj0; return ((QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88 *)CastclassClass((RuntimeObject*)L_2, QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new QCStatement(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_4 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5; L_5 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_4, /*hidden argument*/NULL); QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88 * L_6 = (QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88 *)il2cpp_codegen_object_new(QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88_il2cpp_TypeInfo_var); QCStatement__ctor_m0893FBE41A2F5B674C40BC549C65E4DD5EB75244(L_6, L_5, /*hidden argument*/NULL); return L_6; } IL_0026: { // throw new ArgumentException("unknown object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_7 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E7631B4192CAE94CE4A9AC72080E6F7ADFD793C)), L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QCStatement_GetInstance_mE4EBF1278752FB855444538648C9EECFC0C049A7_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QCStatement__ctor_m0893FBE41A2F5B674C40BC549C65E4DD5EB75244 (QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private QCStatement( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // qcStatementId = DerObjectIdentifier.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2; L_2 = DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF(L_1, /*hidden argument*/NULL); __this->set_qcStatementId_2(L_2); // if (seq.Count > 1) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_3); if ((((int32_t)L_4) <= ((int32_t)1))) { goto IL_002e; } } { // qcStatementInfo = seq[1]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = ___seq0; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6; L_6 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, 1); __this->set_qcStatementInfo_3(L_6); } IL_002e: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QCStatement__ctor_mEEB8C50CECB7CAC6B9F8F5E886FA37BE3081FED9 (QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___qcStatementId0, const RuntimeMethod* method) { { // public QCStatement( // DerObjectIdentifier qcStatementId) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.qcStatementId = qcStatementId; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___qcStatementId0; __this->set_qcStatementId_2(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QCStatement__ctor_m22038511E0FFF19B7479E97228117796CB77A666 (QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___qcStatementId0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___qcStatementInfo1, const RuntimeMethod* method) { { // public QCStatement( // DerObjectIdentifier qcStatementId, // Asn1Encodable qcStatementInfo) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.qcStatementId = qcStatementId; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___qcStatementId0; __this->set_qcStatementId_2(L_0); // this.qcStatementInfo = qcStatementInfo; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = ___qcStatementInfo1; __this->set_qcStatementInfo_3(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement::get_StatementId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * QCStatement_get_StatementId_mC7C80F7EF367E2EDCCA8BFA2FDA3175363C7A9EF (QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88 * __this, const RuntimeMethod* method) { { // get { return qcStatementId; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_qcStatementId_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement::get_StatementInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * QCStatement_get_StatementInfo_mBF83BEFBAAFD4E76C4EA0929242507A8A55B6CC0 (QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88 * __this, const RuntimeMethod* method) { { // get { return qcStatementInfo; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_qcStatementInfo_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * QCStatement_ToAsn1Object_m03077DDC7EDE9DE29B156D733E8557779EB10662 (QCStatement_t1697115DBF684A75E5B0683EA53AFED04BD7BF88 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector seq = new Asn1EncodableVector(qcStatementId); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = __this->get_qcStatementId_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_3, L_1, /*hidden argument*/NULL); V_0 = L_3; // if (qcStatementInfo != null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4 = __this->get_qcStatementInfo_3(); if (!L_4) { goto IL_0032; } } { // seq.Add(qcStatementInfo); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_5 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = L_6; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8 = __this->get_qcStatementInfo_3(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); NullCheck(L_5); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_5, L_7, /*hidden argument*/NULL); } IL_0032: { // return new DerSequence(seq); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_10 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_10, L_9, /*hidden argument*/NULL); return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean UnityStandardAssets.ImageEffects.Quads::HasMeshes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Quads_HasMeshes_m4BC0E7A503FDD62C1B6AFD11BF42C48C44D4ABF3 (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*)&Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* V_0 = NULL; int32_t V_1 = 0; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * V_2 = NULL; { // if (meshes == null) IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_0 = ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->get_meshes_0(); if (L_0) { goto IL_0009; } } { // return false; return (bool)0; } IL_0009: { // foreach (Mesh m in meshes) IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_1 = ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->get_meshes_0(); V_0 = L_1; V_1 = 0; goto IL_0026; } IL_0013: { // foreach (Mesh m in meshes) MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; // if (null == m) Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0022; } } { // return false; return (bool)0; } IL_0022: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0026: { // foreach (Mesh m in meshes) int32_t L_9 = V_1; MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_10 = V_0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0013; } } { // return true; return (bool)1; } } // System.Void UnityStandardAssets.ImageEffects.Quads::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quads_Cleanup_mD8D12694A940EB6155B22BE54FDF1A5048E97FBE (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*)&Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (meshes == null) IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_0 = ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->get_meshes_0(); if (L_0) { goto IL_0008; } } { // return; return; } IL_0008: { // for (int i = 0; i < meshes.Length; i++) V_0 = 0; goto IL_0033; } IL_000c: { // if (null != meshes[i]) IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_1 = ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->get_meshes_0(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_4 = (L_1)->GetAt(static_cast(L_3)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002f; } } { // Object.DestroyImmediate (meshes[i]); IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_6 = ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->get_meshes_0(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_9 = (L_6)->GetAt(static_cast(L_8)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_9, /*hidden argument*/NULL); // meshes[i] = null; MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_10 = ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->get_meshes_0(); int32_t L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, NULL); (L_10)->SetAt(static_cast(L_11), (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)NULL); } IL_002f: { // for (int i = 0; i < meshes.Length; i++) int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0033: { // for (int i = 0; i < meshes.Length; i++) int32_t L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_14 = ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->get_meshes_0(); NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_000c; } } { // meshes = null; IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->set_meshes_0((MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8*)NULL); // } return; } } // UnityEngine.Mesh[] UnityStandardAssets.ImageEffects.Quads::GetMeshes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* Quads_GetMeshes_mE0C1253983124C6022E99BF9C690AB87E12834B2 (int32_t ___totalWidth0, int32_t ___totalHeight1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { // if (HasMeshes () && (currentQuads == (totalWidth * totalHeight))) { IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); bool L_0; L_0 = Quads_HasMeshes_m4BC0E7A503FDD62C1B6AFD11BF42C48C44D4ABF3(/*hidden argument*/NULL); if (!L_0) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); int32_t L_1 = ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->get_currentQuads_1(); int32_t L_2 = ___totalWidth0; int32_t L_3 = ___totalHeight1; if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))))) { goto IL_0017; } } { // return meshes; IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_4 = ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->get_meshes_0(); return L_4; } IL_0017: { // int maxQuads = 65000 / 6; V_0 = ((int32_t)10833); // int totalQuads = totalWidth * totalHeight; int32_t L_5 = ___totalWidth0; int32_t L_6 = ___totalHeight1; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)L_6)); // currentQuads = totalQuads; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->set_currentQuads_1(L_7); // int meshCount = Mathf.CeilToInt ((1.0f * totalQuads) / (1.0f * maxQuads)); int32_t L_8 = V_1; int32_t L_9 = V_0; int32_t L_10; L_10 = Mathf_CeilToInt_m3A3E7C0F6A3CF731411BB90F264F989D8311CC6F(((float)((float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_8))))/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_9)))))), /*hidden argument*/NULL); // meshes = new Mesh [meshCount]; MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_11 = (MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8*)(MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8*)SZArrayNew(MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8_il2cpp_TypeInfo_var, (uint32_t)L_10); ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->set_meshes_0(L_11); // int i = 0; V_2 = 0; // int index = 0; V_3 = 0; // for (i = 0; i < totalQuads; i += maxQuads) V_2 = 0; goto IL_007a; } IL_004f: { // int quads = Mathf.FloorToInt (Mathf.Clamp ((totalQuads-i), 0, maxQuads)); int32_t L_12 = V_1; int32_t L_13 = V_2; int32_t L_14 = V_0; int32_t L_15; L_15 = Mathf_Clamp_mAD0781EB7470594CD4482DD64A0D739E4E539C3C(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), 0, L_14, /*hidden argument*/NULL); int32_t L_16; L_16 = Mathf_FloorToInt_m9164D538D17B8C3C8A6C4E4FA95032F757D9091E(((float)((float)L_15)), /*hidden argument*/NULL); V_4 = L_16; // meshes[index] = GetMesh (quads, i, totalWidth, totalHeight); IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_17 = ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->get_meshes_0(); int32_t L_18 = V_3; int32_t L_19 = V_4; int32_t L_20 = V_2; int32_t L_21 = ___totalWidth0; int32_t L_22 = ___totalHeight1; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_23; L_23 = Quads_GetMesh_m389C16D7D2D2163D185AFF636C94B799C16DFC19(L_19, L_20, L_21, L_22, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_23); (L_17)->SetAt(static_cast(L_18), (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)L_23); // index++; int32_t L_24 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); // for (i = 0; i < totalQuads; i += maxQuads) int32_t L_25 = V_2; int32_t L_26 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); } IL_007a: { // for (i = 0; i < totalQuads; i += maxQuads) int32_t L_27 = V_2; int32_t L_28 = V_1; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_004f; } } { // return meshes; IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_29 = ((Quads_t685086360831ABD1284FD0E7B088C95075647825_StaticFields*)il2cpp_codegen_static_fields_for(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var))->get_meshes_0(); return L_29; } } // UnityEngine.Mesh UnityStandardAssets.ImageEffects.Quads::GetMesh(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * Quads_GetMesh_m389C16D7D2D2163D185AFF636C94B799C16DFC19 (int32_t ___triCount0, int32_t ___triOffset1, int32_t ___totalWidth2, int32_t ___totalHeight3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * V_0 = NULL; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* V_1 = NULL; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* V_2 = NULL; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* V_3 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; float V_8 = 0.0f; float V_9 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_10; memset((&V_10), 0, sizeof(V_10)); { // var mesh = new Mesh (); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_0 = (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)il2cpp_codegen_object_new(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var); Mesh__ctor_mA3D8570373462201AD7B8C9586A7F9412E49C2F6(L_0, /*hidden argument*/NULL); V_0 = L_0; // mesh.hideFlags = HideFlags.DontSave; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_1 = V_0; NullCheck(L_1); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_1, ((int32_t)52), /*hidden argument*/NULL); // var verts = new Vector3[triCount * 4]; int32_t L_2 = ___triCount0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_3 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)4))); V_1 = L_3; // var uvs = new Vector2[triCount * 4]; int32_t L_4 = ___triCount0; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_5 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)SZArrayNew(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)4))); V_2 = L_5; // var uvs2 = new Vector2[triCount * 4]; int32_t L_6 = ___triCount0; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_7 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)SZArrayNew(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)4))); V_3 = L_7; // var tris = new int[triCount * 6]; int32_t L_8 = ___triCount0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)6))); V_4 = L_9; // for (int i = 0; i < triCount; i++) V_5 = 0; goto IL_01ac; } IL_003b: { // int i4 = i * 4; int32_t L_10 = V_5; V_6 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)4)); // int i6 = i * 6; int32_t L_11 = V_5; V_7 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)6)); // int vertexWithOffset = triOffset + i; int32_t L_12 = ___triOffset1; int32_t L_13 = V_5; // float x = Mathf.Floor (vertexWithOffset % totalWidth) / totalWidth; int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); int32_t L_15 = ___totalWidth2; float L_16; L_16 = floorf(((float)((float)((int32_t)((int32_t)L_14%(int32_t)L_15))))); int32_t L_17 = ___totalWidth2; V_8 = ((float)((float)L_16/(float)((float)((float)L_17)))); // float y = Mathf.Floor (vertexWithOffset / totalWidth) / totalHeight; int32_t L_18 = ___totalWidth2; float L_19; L_19 = floorf(((float)((float)((int32_t)((int32_t)L_14/(int32_t)L_18))))); int32_t L_20 = ___totalHeight3; V_9 = ((float)((float)L_19/(float)((float)((float)L_20)))); // Vector3 position = new Vector3 (x * 2 - 1, y * 2 - 1, 1.0f); float L_21 = V_8; float L_22 = V_9; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_10), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_21, (float)(2.0f))), (float)(1.0f))), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_22, (float)(2.0f))), (float)(1.0f))), (1.0f), /*hidden argument*/NULL); // verts[i4 + 0] = position; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_23 = V_1; int32_t L_24 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = V_10; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_25); // verts[i4 + 1] = position; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_26 = V_1; int32_t L_27 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28 = V_10; NullCheck(L_26); (L_26)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_28); // verts[i4 + 2] = position; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_29 = V_1; int32_t L_30 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = V_10; NullCheck(L_29); (L_29)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)2))), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_31); // verts[i4 + 3] = position; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_32 = V_1; int32_t L_33 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34 = V_10; NullCheck(L_32); (L_32)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)3))), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_34); // uvs[i4 + 0] = new Vector2 (0.0f, 0.0f); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_35 = V_2; int32_t L_36 = V_6; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_37; memset((&L_37), 0, sizeof(L_37)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_37), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_35); (L_35)->SetAt(static_cast(L_36), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_37); // uvs[i4 + 1] = new Vector2 (1.0f, 0.0f); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_38 = V_2; int32_t L_39 = V_6; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_40; memset((&L_40), 0, sizeof(L_40)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_40), (1.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_38); (L_38)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1))), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_40); // uvs[i4 + 2] = new Vector2 (0.0f, 1.0f); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_41 = V_2; int32_t L_42 = V_6; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_43; memset((&L_43), 0, sizeof(L_43)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_43), (0.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_41); (L_41)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)2))), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_43); // uvs[i4 + 3] = new Vector2 (1.0f, 1.0f); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_44 = V_2; int32_t L_45 = V_6; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_46; memset((&L_46), 0, sizeof(L_46)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_46), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_44); (L_44)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)3))), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_46); // uvs2[i4 + 0] = new Vector2 (x, y); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_47 = V_3; int32_t L_48 = V_6; float L_49 = V_8; float L_50 = V_9; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_51; memset((&L_51), 0, sizeof(L_51)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_51), L_49, L_50, /*hidden argument*/NULL); NullCheck(L_47); (L_47)->SetAt(static_cast(L_48), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_51); // uvs2[i4 + 1] = new Vector2 (x, y); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_52 = V_3; int32_t L_53 = V_6; float L_54 = V_8; float L_55 = V_9; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_56; memset((&L_56), 0, sizeof(L_56)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_56), L_54, L_55, /*hidden argument*/NULL); NullCheck(L_52); (L_52)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_56); // uvs2[i4 + 2] = new Vector2 (x, y); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_57 = V_3; int32_t L_58 = V_6; float L_59 = V_8; float L_60 = V_9; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_61; memset((&L_61), 0, sizeof(L_61)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_61), L_59, L_60, /*hidden argument*/NULL); NullCheck(L_57); (L_57)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)2))), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_61); // uvs2[i4 + 3] = new Vector2 (x, y); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_62 = V_3; int32_t L_63 = V_6; float L_64 = V_8; float L_65 = V_9; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_66; memset((&L_66), 0, sizeof(L_66)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_66), L_64, L_65, /*hidden argument*/NULL); NullCheck(L_62); (L_62)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)3))), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_66); // tris[i6 + 0] = i4 + 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_67 = V_4; int32_t L_68 = V_7; int32_t L_69 = V_6; NullCheck(L_67); (L_67)->SetAt(static_cast(L_68), (int32_t)L_69); // tris[i6 + 1] = i4 + 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_70 = V_4; int32_t L_71 = V_7; int32_t L_72 = V_6; NullCheck(L_70); (L_70)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1))); // tris[i6 + 2] = i4 + 2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_73 = V_4; int32_t L_74 = V_7; int32_t L_75 = V_6; NullCheck(L_73); (L_73)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)2))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)2))); // tris[i6 + 3] = i4 + 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_76 = V_4; int32_t L_77 = V_7; int32_t L_78 = V_6; NullCheck(L_76); (L_76)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)3))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1))); // tris[i6 + 4] = i4 + 2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_79 = V_4; int32_t L_80 = V_7; int32_t L_81 = V_6; NullCheck(L_79); (L_79)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)4))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)2))); // tris[i6 + 5] = i4 + 3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_82 = V_4; int32_t L_83 = V_7; int32_t L_84 = V_6; NullCheck(L_82); (L_82)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)5))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)3))); // for (int i = 0; i < triCount; i++) int32_t L_85 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); } IL_01ac: { // for (int i = 0; i < triCount; i++) int32_t L_86 = V_5; int32_t L_87 = ___triCount0; if ((((int32_t)L_86) < ((int32_t)L_87))) { goto IL_003b; } } { // mesh.vertices = verts; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_88 = V_0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_89 = V_1; NullCheck(L_88); Mesh_set_vertices_m38F0908D0FDFE484BE19E94BE9D6176667469AAD(L_88, L_89, /*hidden argument*/NULL); // mesh.triangles = tris; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_90 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_91 = V_4; NullCheck(L_90); Mesh_set_triangles_mF1D92E67523CD5FDC66A4378FC4AD8D4AD0D5FEC(L_90, L_91, /*hidden argument*/NULL); // mesh.uv = uvs; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_92 = V_0; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_93 = V_2; NullCheck(L_92); Mesh_set_uv_mF6FED6DDACBAE3EAF28BFBF257A0D5356FCF3AAC(L_92, L_93, /*hidden argument*/NULL); // mesh.uv2 = uvs2; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_94 = V_0; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_95 = V_3; NullCheck(L_94); Mesh_set_uv2_mE60F42676D5CD294524617262BABEB81B9FB8F22(L_94, L_95, /*hidden argument*/NULL); // return mesh; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_96 = V_0; return L_96; } } // System.Void UnityStandardAssets.ImageEffects.Quads::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quads__ctor_m0F21717E48723759E99AA626D14C571F65C14880 (Quads_t685086360831ABD1284FD0E7B088C95075647825 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void UnityStandardAssets.ImageEffects.Quads::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quads__cctor_m63271B518EF4D21A7DA56D8AC00BF587E24C33BC (const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 * RC2CbcParameter_GetInstance_m97C6D46CF40DF2DD0717EAE4446E0BA9FBBCD72F (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*)&RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is Asn1Sequence) RuntimeObject * L_0 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0014; } } { // return new RC2CbcParameter((Asn1Sequence) obj); RuntimeObject * L_1 = ___obj0; RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 * L_2 = (RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 *)il2cpp_codegen_object_new(RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4_il2cpp_TypeInfo_var); RC2CbcParameter__ctor_mD0F61CC79B3C7F3D804F90FA125E3164A8A0F5CA(L_2, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_1, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } IL_0014: { // throw new ArgumentException("Unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27002B9BE41A625217AB81BE1906E31855175FDD)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2CbcParameter_GetInstance_m97C6D46CF40DF2DD0717EAE4446E0BA9FBBCD72F_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CbcParameter__ctor_mB489C0C7E7C3244987812F3535A179B4FCA54238 (RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public RC2CbcParameter( // byte[] iv) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.iv = new DerOctetString(iv); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___iv0; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_1 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_1, L_0, /*hidden argument*/NULL); __this->set_iv_3(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter::.ctor(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CbcParameter__ctor_mDAEDF2D0589AB5C00A639E419F4D22E58DE2C682 (RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 * __this, int32_t ___parameterVersion0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___iv1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public RC2CbcParameter( // int parameterVersion, // byte[] iv) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.version = new DerInteger(parameterVersion); int32_t L_0 = ___parameterVersion0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_1, L_0, /*hidden argument*/NULL); __this->set_version_2(L_1); // this.iv = new DerOctetString(iv); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___iv1; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_3 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_3, L_2, /*hidden argument*/NULL); __this->set_iv_3(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CbcParameter__ctor_mD0F61CC79B3C7F3D804F90FA125E3164A8A0F5CA (RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private RC2CbcParameter( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count == 1) 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 ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0022; } } { // iv = (Asn1OctetString)seq[0]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3; L_3 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_2, 0); __this->set_iv_3(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_3, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); // } return; } IL_0022: { // version = (DerInteger)seq[0]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___seq0; NullCheck(L_4); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5; L_5 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_4, 0); __this->set_version_2(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_5, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))); // iv = (Asn1OctetString)seq[1]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, 1); __this->set_iv_3(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_7, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter::get_RC2ParameterVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RC2CbcParameter_get_RC2ParameterVersion_mA0298AFA0C1AC8D613616FFCF5235C2674FAB9D5 (RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 * __this, const RuntimeMethod* method) { { // return version == null ? null : version.Value; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_version_2(); if (!L_0) { goto IL_0014; } } { DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = __this->get_version_2(); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter::GetIV() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RC2CbcParameter_GetIV_mA4BC1FFEAC5DB0B5ABF785DA3EBA900EBE69DF6A (RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 * __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(iv.GetOctets()); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = __this->get_iv_3(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * RC2CbcParameter_ToAsn1Object_mC5BB8A99E34CB375C2AC5C1EA84B12A912A71C19 (RC2CbcParameter_t1629811CA7C5F4B71FD6CB1A121833EE3B3EE7D4 * __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); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // if (version != null) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = __this->get_version_2(); if (!L_2) { goto IL_0028; } } { // v.Add(version); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_4; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_6 = __this->get_version_2(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); NullCheck(L_3); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_3, L_5, /*hidden argument*/NULL); } IL_0028: { // v.Add(iv); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_7 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_8 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = L_8; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_10 = __this->get_iv_3(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_10); NullCheck(L_7); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_7, L_9, /*hidden argument*/NULL); // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_11 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_12 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_12, L_11, /*hidden argument*/NULL); 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.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::GenerateWorkingKey(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* RC2Engine_GenerateWorkingKey_mA5F89B392A09BE3D1D09DF71F2398D19D7158DFB (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___bits1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; int32_t V_2 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { // int[] xKey = new int[128]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); V_1 = L_0; // for (int i = 0; i != key.Length; i++) V_4 = 0; goto IL_0024; } IL_0010: { // xKey[i] = key[i] & 0xff; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = V_1; int32_t L_2 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___key0; int32_t L_4 = V_4; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)255)))); // for (int i = 0; i != key.Length; i++) int32_t L_7 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0024: { // for (int i = 0; i != key.Length; i++) int32_t L_8 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___key0; NullCheck(L_9); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))))) { goto IL_0010; } } { // int len = key.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___key0; NullCheck(L_10); V_2 = ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))); // if (len < 128) int32_t L_11 = V_2; if ((((int32_t)L_11) >= ((int32_t)((int32_t)128)))) { goto IL_006e; } } { // int index = 0; V_5 = 0; // x = xKey[len - 1]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = V_1; int32_t L_13 = V_2; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); int32_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_0 = L_15; } IL_0040: { // x = piTable[(x + xKey[index++]) & 255] & 0xff; IL2CPP_RUNTIME_CLASS_INIT(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ((RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_StaticFields*)il2cpp_codegen_static_fields_for(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var))->get_piTable_0(); int32_t L_17 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = V_1; int32_t L_19 = V_5; int32_t L_20 = L_19; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); NullCheck(L_18); int32_t L_21 = L_20; int32_t L_22 = (L_18)->GetAt(static_cast(L_21)); NullCheck(L_16); int32_t L_23 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_22))&(int32_t)((int32_t)255))); uint8_t L_24 = (L_16)->GetAt(static_cast(L_23)); V_0 = ((int32_t)((int32_t)L_24&(int32_t)((int32_t)255))); // xKey[len++] = x; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_25 = V_1; int32_t L_26 = V_2; int32_t L_27 = L_26; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); int32_t L_28 = V_0; NullCheck(L_25); (L_25)->SetAt(static_cast(L_27), (int32_t)L_28); // while (len < 128); int32_t L_29 = V_2; if ((((int32_t)L_29) < ((int32_t)((int32_t)128)))) { goto IL_0040; } } IL_006e: { // len = (bits + 7) >> 3; int32_t L_30 = ___bits1; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)7))>>(int32_t)3)); // x = piTable[xKey[128 - len] & (255 >> (7 & -bits))] & 0xff; IL2CPP_RUNTIME_CLASS_INIT(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ((RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_StaticFields*)il2cpp_codegen_static_fields_for(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var))->get_piTable_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_32 = V_1; int32_t L_33 = V_2; NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)128), (int32_t)L_33)); int32_t L_35 = (L_32)->GetAt(static_cast(L_34)); int32_t L_36 = ___bits1; NullCheck(L_31); int32_t L_37 = ((int32_t)((int32_t)L_35&(int32_t)((int32_t)((int32_t)((int32_t)255)>>(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)7&(int32_t)((-L_36))))&(int32_t)((int32_t)31))))))); uint8_t L_38 = (L_31)->GetAt(static_cast(L_37)); V_0 = ((int32_t)((int32_t)L_38&(int32_t)((int32_t)255))); // xKey[128 - len] = x; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = V_1; int32_t L_40 = V_2; int32_t L_41 = V_0; NullCheck(L_39); (L_39)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)128), (int32_t)L_40))), (int32_t)L_41); // for (int i = 128 - len - 1; i >= 0; i--) int32_t L_42 = V_2; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)128), (int32_t)L_42)), (int32_t)1)); goto IL_00cf; } IL_00af: { // x = piTable[x ^ xKey[i + len]] & 0xff; IL2CPP_RUNTIME_CLASS_INIT(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = ((RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_StaticFields*)il2cpp_codegen_static_fields_for(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var))->get_piTable_0(); int32_t L_44 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_45 = V_1; int32_t L_46 = V_6; int32_t L_47 = V_2; NullCheck(L_45); int32_t L_48 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_47)); int32_t L_49 = (L_45)->GetAt(static_cast(L_48)); NullCheck(L_43); int32_t L_50 = ((int32_t)((int32_t)L_44^(int32_t)L_49)); uint8_t L_51 = (L_43)->GetAt(static_cast(L_50)); V_0 = ((int32_t)((int32_t)L_51&(int32_t)((int32_t)255))); // xKey[i] = x; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_52 = V_1; int32_t L_53 = V_6; int32_t L_54 = V_0; NullCheck(L_52); (L_52)->SetAt(static_cast(L_53), (int32_t)L_54); // for (int i = 128 - len - 1; i >= 0; i--) int32_t L_55 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)1)); } IL_00cf: { // for (int i = 128 - len - 1; i >= 0; i--) int32_t L_56 = V_6; if ((((int32_t)L_56) >= ((int32_t)0))) { goto IL_00af; } } { // int[] newKey = new int[64]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_57 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); V_3 = L_57; // for (int i = 0; i != newKey.Length; i++) V_7 = 0; goto IL_00fc; } IL_00e1: { // newKey[i] = (xKey[2 * i] + (xKey[2 * i + 1] << 8)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_58 = V_3; int32_t L_59 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = V_1; int32_t L_61 = V_7; NullCheck(L_60); int32_t L_62 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_61)); int32_t L_63 = (L_60)->GetAt(static_cast(L_62)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_64 = V_1; int32_t L_65 = V_7; NullCheck(L_64); int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_65)), (int32_t)1)); int32_t L_67 = (L_64)->GetAt(static_cast(L_66)); NullCheck(L_58); (L_58)->SetAt(static_cast(L_59), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)((int32_t)((int32_t)L_67<<(int32_t)8))))); // for (int i = 0; i != newKey.Length; i++) int32_t L_68 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_00fc: { // for (int i = 0; i != newKey.Length; i++) int32_t L_69 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_70 = V_3; NullCheck(L_70); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length))))))) { goto IL_00e1; } } { // return newKey; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_71 = V_3; return L_71; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Engine_Init_m9898DC6B9E10523B491E884564AFD70DA4062B90 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // this.encrypting = forEncryption; bool L_0 = ___forEncryption0; __this->set_encrypting_3(L_0); // if (parameters is RC2Parameters) RuntimeObject* L_1 = ___parameters1; if (!((RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD *)IsInstClass((RuntimeObject*)L_1, RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD_il2cpp_TypeInfo_var))) { goto IL_002f; } } { // RC2Parameters param = (RC2Parameters) parameters; RuntimeObject* L_2 = ___parameters1; V_0 = ((RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD *)CastclassClass((RuntimeObject*)L_2, RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD_il2cpp_TypeInfo_var)); // workingKey = GenerateWorkingKey(param.GetKey(), param.EffectiveKeyBits); RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(L_3, /*hidden argument*/NULL); RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = RC2Parameters_get_EffectiveKeyBits_m77CA4208DCB0B7D1EC87ACC93A26FF11A0116A1C_inline(L_5, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7; L_7 = RC2Engine_GenerateWorkingKey_mA5F89B392A09BE3D1D09DF71F2398D19D7158DFB(__this, L_4, L_6, /*hidden argument*/NULL); __this->set_workingKey_2(L_7); // } return; } IL_002f: { // else if (parameters is KeyParameter) RuntimeObject* L_8 = ___parameters1; if (!((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_8, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_0056; } } { // KeyParameter param = (KeyParameter) parameters; RuntimeObject* L_9 = ___parameters1; // byte[] key = param.GetKey(); NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_9, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_9, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_10; // workingKey = GenerateWorkingKey(key, key.Length * 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; NullCheck(L_12); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13; L_13 = RC2Engine_GenerateWorkingKey_mA5F89B392A09BE3D1D09DF71F2398D19D7158DFB(__this, L_11, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)8)), /*hidden argument*/NULL); __this->set_workingKey_2(L_13); // } return; } IL_0056: { // throw new ArgumentException("invalid parameter passed to RC2 init - " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_14 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_15; L_15 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_14, /*hidden argument*/NULL); String_t* L_16; L_16 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral790AD59E6474F50CCB2314B67DBEDC0EB478862A)), L_15, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_17 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2Engine_Init_m9898DC6B9E10523B491E884564AFD70DA4062B90_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Engine_Reset_m064404305538EFD699AFDEB6A470FD6B850C9078 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, const RuntimeMethod* method) { { // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RC2Engine_get_AlgorithmName_m3B30723BFEE7FB3BB30A61AEA8F43E4AD4933E93 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE134CE3B47F0CA2291ABAA4D77503AC1B87A4F4B); s_Il2CppMethodInitialized = true; } { // get { return "RC2"; } return _stringLiteralE134CE3B47F0CA2291ABAA4D77503AC1B87A4F4B; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RC2Engine_get_IsPartialBlockOkay_mAC9914ADD5E9DE6670BB0E7A44D892E1D6E9AA5E (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC2Engine_GetBlockSize_m062DC440D3118B2BC5CD3C9461985519AB6EC0C1 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, const RuntimeMethod* method) { { // return BLOCK_SIZE; return 8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC2Engine_ProcessBlock_m5799128117E4DEEF0DB688CF33C6B2CB8D846214 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } { // if (workingKey == null) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_workingKey_2(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("RC2 engine not initialised"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB4D45F97D1579C33DE8E414C713E11054C99C32)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2Engine_ProcessBlock_m5799128117E4DEEF0DB688CF33C6B2CB8D846214_RuntimeMethod_var))); } IL_0013: { // Check.DataLength(input, inOff, BLOCK_SIZE, "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_2, L_3, 8, _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, BLOCK_SIZE, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output2; int32_t L_5 = ___outOff3; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_4, L_5, 8, _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // if (encrypting) bool L_6 = __this->get_encrypting_3(); if (!L_6) { goto IL_0043; } } { // EncryptBlock(input, inOff, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input0; int32_t L_8 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___output2; int32_t L_10 = ___outOff3; RC2Engine_EncryptBlock_mCD281650A18FE5208F44FA0D15F78E2429289D27(__this, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); // } goto IL_004e; } IL_0043: { // DecryptBlock(input, inOff, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___input0; int32_t L_12 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___output2; int32_t L_14 = ___outOff3; RC2Engine_DecryptBlock_mFF16CFCD5678BAA7D81578B1C72DD4478FAAED88(__this, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); } IL_004e: { // return BLOCK_SIZE; return 8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::RotateWordLeft(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) { { // x &= 0xffff; int32_t L_0 = ___x0; ___x0 = ((int32_t)((int32_t)L_0&(int32_t)((int32_t)65535))); // return (x << y) | (x >> (16 - y)); int32_t L_1 = ___x0; int32_t L_2 = ___y1; int32_t L_3 = ___x0; int32_t L_4 = ___y1; return ((int32_t)((int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((int32_t)L_3>>(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)16), (int32_t)L_4))&(int32_t)((int32_t)31))))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Engine_EncryptBlock_mCD281650A18FE5208F44FA0D15F78E2429289D27 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { // x76 = ((input[inOff + 7] & 0xff) << 8) + (input[inOff + 6] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)7)); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___input0; int32_t L_5 = ___inOff1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)6)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)255)))<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)255))))); // x54 = ((input[inOff + 5] & 0xff) << 8) + (input[inOff + 4] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)5)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___input0; int32_t L_13 = ___inOff1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)4)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)255)))<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255))))); // x32 = ((input[inOff + 3] & 0xff) << 8) + (input[inOff + 2] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___input0; int32_t L_17 = ___inOff1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___input0; int32_t L_21 = ___inOff1; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)2)); uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)255)))<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)255))))); // x10 = ((input[inOff + 1] & 0xff) << 8) + (input[inOff + 0] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___input0; int32_t L_25 = ___inOff1; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); uint8_t L_27 = (L_24)->GetAt(static_cast(L_26)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___input0; int32_t L_29 = ___inOff1; NullCheck(L_28); int32_t L_30 = L_29; uint8_t L_31 = (L_28)->GetAt(static_cast(L_30)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_27&(int32_t)((int32_t)255)))<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_31&(int32_t)((int32_t)255))))); // for (int i = 0; i <= 16; i += 4) V_4 = 0; goto IL_00e7; } IL_006b: { // x10 = RotateWordLeft(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1); int32_t L_32 = V_3; int32_t L_33 = V_2; int32_t L_34 = V_0; int32_t L_35 = V_1; int32_t L_36 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = __this->get_workingKey_2(); int32_t L_38 = V_4; NullCheck(L_37); int32_t L_39 = L_38; int32_t L_40 = (L_37)->GetAt(static_cast(L_39)); int32_t L_41; L_41 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)((int32_t)((int32_t)L_33&(int32_t)((~L_34)))))), (int32_t)((int32_t)((int32_t)L_35&(int32_t)L_36)))), (int32_t)L_40)), 1, /*hidden argument*/NULL); V_3 = L_41; // x32 = RotateWordLeft(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2); int32_t L_42 = V_2; int32_t L_43 = V_1; int32_t L_44 = V_3; int32_t L_45 = V_0; int32_t L_46 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_47 = __this->get_workingKey_2(); int32_t L_48 = V_4; NullCheck(L_47); int32_t L_49 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); int32_t L_50 = (L_47)->GetAt(static_cast(L_49)); int32_t L_51; L_51 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)((int32_t)((int32_t)L_43&(int32_t)((~L_44)))))), (int32_t)((int32_t)((int32_t)L_45&(int32_t)L_46)))), (int32_t)L_50)), 2, /*hidden argument*/NULL); V_2 = L_51; // x54 = RotateWordLeft(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3); int32_t L_52 = V_1; int32_t L_53 = V_0; int32_t L_54 = V_2; int32_t L_55 = V_3; int32_t L_56 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_57 = __this->get_workingKey_2(); int32_t L_58 = V_4; NullCheck(L_57); int32_t L_59 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)2)); int32_t L_60 = (L_57)->GetAt(static_cast(L_59)); int32_t L_61; L_61 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)((int32_t)((int32_t)L_53&(int32_t)((~L_54)))))), (int32_t)((int32_t)((int32_t)L_55&(int32_t)L_56)))), (int32_t)L_60)), 3, /*hidden argument*/NULL); V_1 = L_61; // x76 = RotateWordLeft(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5); int32_t L_62 = V_0; int32_t L_63 = V_3; int32_t L_64 = V_1; int32_t L_65 = V_2; int32_t L_66 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_67 = __this->get_workingKey_2(); int32_t L_68 = V_4; NullCheck(L_67); int32_t L_69 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)3)); int32_t L_70 = (L_67)->GetAt(static_cast(L_69)); int32_t L_71; L_71 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)((int32_t)((int32_t)L_63&(int32_t)((~L_64)))))), (int32_t)((int32_t)((int32_t)L_65&(int32_t)L_66)))), (int32_t)L_70)), 5, /*hidden argument*/NULL); V_0 = L_71; // for (int i = 0; i <= 16; i += 4) int32_t L_72 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)4)); } IL_00e7: { // for (int i = 0; i <= 16; i += 4) int32_t L_73 = V_4; if ((((int32_t)L_73) <= ((int32_t)((int32_t)16)))) { goto IL_006b; } } { // x10 += workingKey[x76 & 63]; int32_t L_74 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_75 = __this->get_workingKey_2(); int32_t L_76 = V_0; NullCheck(L_75); int32_t L_77 = ((int32_t)((int32_t)L_76&(int32_t)((int32_t)63))); int32_t L_78 = (L_75)->GetAt(static_cast(L_77)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)L_78)); // x32 += workingKey[x10 & 63]; int32_t L_79 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_80 = __this->get_workingKey_2(); int32_t L_81 = V_3; NullCheck(L_80); int32_t L_82 = ((int32_t)((int32_t)L_81&(int32_t)((int32_t)63))); int32_t L_83 = (L_80)->GetAt(static_cast(L_82)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_83)); // x54 += workingKey[x32 & 63]; int32_t L_84 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_85 = __this->get_workingKey_2(); int32_t L_86 = V_2; NullCheck(L_85); int32_t L_87 = ((int32_t)((int32_t)L_86&(int32_t)((int32_t)63))); int32_t L_88 = (L_85)->GetAt(static_cast(L_87)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)L_88)); // x76 += workingKey[x54 & 63]; int32_t L_89 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_90 = __this->get_workingKey_2(); int32_t L_91 = V_1; NullCheck(L_90); int32_t L_92 = ((int32_t)((int32_t)L_91&(int32_t)((int32_t)63))); int32_t L_93 = (L_90)->GetAt(static_cast(L_92)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)L_93)); // for (int i = 20; i <= 40; i += 4) V_5 = ((int32_t)20); goto IL_01aa; } IL_012e: { // x10 = RotateWordLeft(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1); int32_t L_94 = V_3; int32_t L_95 = V_2; int32_t L_96 = V_0; int32_t L_97 = V_1; int32_t L_98 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_99 = __this->get_workingKey_2(); int32_t L_100 = V_5; NullCheck(L_99); int32_t L_101 = L_100; int32_t L_102 = (L_99)->GetAt(static_cast(L_101)); int32_t L_103; L_103 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)((int32_t)((int32_t)L_95&(int32_t)((~L_96)))))), (int32_t)((int32_t)((int32_t)L_97&(int32_t)L_98)))), (int32_t)L_102)), 1, /*hidden argument*/NULL); V_3 = L_103; // x32 = RotateWordLeft(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2); int32_t L_104 = V_2; int32_t L_105 = V_1; int32_t L_106 = V_3; int32_t L_107 = V_0; int32_t L_108 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_109 = __this->get_workingKey_2(); int32_t L_110 = V_5; NullCheck(L_109); int32_t L_111 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1)); int32_t L_112 = (L_109)->GetAt(static_cast(L_111)); int32_t L_113; L_113 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)((int32_t)((int32_t)L_105&(int32_t)((~L_106)))))), (int32_t)((int32_t)((int32_t)L_107&(int32_t)L_108)))), (int32_t)L_112)), 2, /*hidden argument*/NULL); V_2 = L_113; // x54 = RotateWordLeft(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3); int32_t L_114 = V_1; int32_t L_115 = V_0; int32_t L_116 = V_2; int32_t L_117 = V_3; int32_t L_118 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_119 = __this->get_workingKey_2(); int32_t L_120 = V_5; NullCheck(L_119); int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)2)); int32_t L_122 = (L_119)->GetAt(static_cast(L_121)); int32_t L_123; L_123 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)((int32_t)((int32_t)L_115&(int32_t)((~L_116)))))), (int32_t)((int32_t)((int32_t)L_117&(int32_t)L_118)))), (int32_t)L_122)), 3, /*hidden argument*/NULL); V_1 = L_123; // x76 = RotateWordLeft(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5); int32_t L_124 = V_0; int32_t L_125 = V_3; int32_t L_126 = V_1; int32_t L_127 = V_2; int32_t L_128 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_129 = __this->get_workingKey_2(); int32_t L_130 = V_5; NullCheck(L_129); int32_t L_131 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)3)); int32_t L_132 = (L_129)->GetAt(static_cast(L_131)); int32_t L_133; L_133 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)((int32_t)((int32_t)L_125&(int32_t)((~L_126)))))), (int32_t)((int32_t)((int32_t)L_127&(int32_t)L_128)))), (int32_t)L_132)), 5, /*hidden argument*/NULL); V_0 = L_133; // for (int i = 20; i <= 40; i += 4) int32_t L_134 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)4)); } IL_01aa: { // for (int i = 20; i <= 40; i += 4) int32_t L_135 = V_5; if ((((int32_t)L_135) <= ((int32_t)((int32_t)40)))) { goto IL_012e; } } { // x10 += workingKey[x76 & 63]; int32_t L_136 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_137 = __this->get_workingKey_2(); int32_t L_138 = V_0; NullCheck(L_137); int32_t L_139 = ((int32_t)((int32_t)L_138&(int32_t)((int32_t)63))); int32_t L_140 = (L_137)->GetAt(static_cast(L_139)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)L_140)); // x32 += workingKey[x10 & 63]; int32_t L_141 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_142 = __this->get_workingKey_2(); int32_t L_143 = V_3; NullCheck(L_142); int32_t L_144 = ((int32_t)((int32_t)L_143&(int32_t)((int32_t)63))); int32_t L_145 = (L_142)->GetAt(static_cast(L_144)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)L_145)); // x54 += workingKey[x32 & 63]; int32_t L_146 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_147 = __this->get_workingKey_2(); int32_t L_148 = V_2; NullCheck(L_147); int32_t L_149 = ((int32_t)((int32_t)L_148&(int32_t)((int32_t)63))); int32_t L_150 = (L_147)->GetAt(static_cast(L_149)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)L_150)); // x76 += workingKey[x54 & 63]; int32_t L_151 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_152 = __this->get_workingKey_2(); int32_t L_153 = V_1; NullCheck(L_152); int32_t L_154 = ((int32_t)((int32_t)L_153&(int32_t)((int32_t)63))); int32_t L_155 = (L_152)->GetAt(static_cast(L_154)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)L_155)); // for (int i = 44; i < 64; i += 4) V_6 = ((int32_t)44); goto IL_026d; } IL_01f1: { // x10 = RotateWordLeft(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1); int32_t L_156 = V_3; int32_t L_157 = V_2; int32_t L_158 = V_0; int32_t L_159 = V_1; int32_t L_160 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_161 = __this->get_workingKey_2(); int32_t L_162 = V_6; NullCheck(L_161); int32_t L_163 = L_162; int32_t L_164 = (L_161)->GetAt(static_cast(L_163)); int32_t L_165; L_165 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)((int32_t)((int32_t)L_157&(int32_t)((~L_158)))))), (int32_t)((int32_t)((int32_t)L_159&(int32_t)L_160)))), (int32_t)L_164)), 1, /*hidden argument*/NULL); V_3 = L_165; // x32 = RotateWordLeft(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2); int32_t L_166 = V_2; int32_t L_167 = V_1; int32_t L_168 = V_3; int32_t L_169 = V_0; int32_t L_170 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_171 = __this->get_workingKey_2(); int32_t L_172 = V_6; NullCheck(L_171); int32_t L_173 = ((int32_t)il2cpp_codegen_add((int32_t)L_172, (int32_t)1)); int32_t L_174 = (L_171)->GetAt(static_cast(L_173)); int32_t L_175; L_175 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_166, (int32_t)((int32_t)((int32_t)L_167&(int32_t)((~L_168)))))), (int32_t)((int32_t)((int32_t)L_169&(int32_t)L_170)))), (int32_t)L_174)), 2, /*hidden argument*/NULL); V_2 = L_175; // x54 = RotateWordLeft(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3); int32_t L_176 = V_1; int32_t L_177 = V_0; int32_t L_178 = V_2; int32_t L_179 = V_3; int32_t L_180 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_181 = __this->get_workingKey_2(); int32_t L_182 = V_6; NullCheck(L_181); int32_t L_183 = ((int32_t)il2cpp_codegen_add((int32_t)L_182, (int32_t)2)); int32_t L_184 = (L_181)->GetAt(static_cast(L_183)); int32_t L_185; L_185 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)((int32_t)((int32_t)L_177&(int32_t)((~L_178)))))), (int32_t)((int32_t)((int32_t)L_179&(int32_t)L_180)))), (int32_t)L_184)), 3, /*hidden argument*/NULL); V_1 = L_185; // x76 = RotateWordLeft(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5); int32_t L_186 = V_0; int32_t L_187 = V_3; int32_t L_188 = V_1; int32_t L_189 = V_2; int32_t L_190 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_191 = __this->get_workingKey_2(); int32_t L_192 = V_6; NullCheck(L_191); int32_t L_193 = ((int32_t)il2cpp_codegen_add((int32_t)L_192, (int32_t)3)); int32_t L_194 = (L_191)->GetAt(static_cast(L_193)); int32_t L_195; L_195 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_186, (int32_t)((int32_t)((int32_t)L_187&(int32_t)((~L_188)))))), (int32_t)((int32_t)((int32_t)L_189&(int32_t)L_190)))), (int32_t)L_194)), 5, /*hidden argument*/NULL); V_0 = L_195; // for (int i = 44; i < 64; i += 4) int32_t L_196 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_196, (int32_t)4)); } IL_026d: { // for (int i = 44; i < 64; i += 4) int32_t L_197 = V_6; if ((((int32_t)L_197) < ((int32_t)((int32_t)64)))) { goto IL_01f1; } } { // outBytes[outOff + 0] = (byte)x10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_198 = ___outBytes2; int32_t L_199 = ___outOff3; int32_t L_200 = V_3; NullCheck(L_198); (L_198)->SetAt(static_cast(L_199), (uint8_t)((int32_t)((uint8_t)L_200))); // outBytes[outOff + 1] = (byte)(x10 >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_201 = ___outBytes2; int32_t L_202 = ___outOff3; int32_t L_203 = V_3; NullCheck(L_201); (L_201)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)1))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_203>>(int32_t)8))))); // outBytes[outOff + 2] = (byte)x32; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_204 = ___outBytes2; int32_t L_205 = ___outOff3; int32_t L_206 = V_2; NullCheck(L_204); (L_204)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_205, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)L_206))); // outBytes[outOff + 3] = (byte)(x32 >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_207 = ___outBytes2; int32_t L_208 = ___outOff3; int32_t L_209 = V_2; NullCheck(L_207); (L_207)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_208, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_209>>(int32_t)8))))); // outBytes[outOff + 4] = (byte)x54; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_210 = ___outBytes2; int32_t L_211 = ___outOff3; int32_t L_212 = V_1; NullCheck(L_210); (L_210)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_211, (int32_t)4))), (uint8_t)((int32_t)((uint8_t)L_212))); // outBytes[outOff + 5] = (byte)(x54 >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_213 = ___outBytes2; int32_t L_214 = ___outOff3; int32_t L_215 = V_1; NullCheck(L_213); (L_213)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_214, (int32_t)5))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_215>>(int32_t)8))))); // outBytes[outOff + 6] = (byte)x76; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_216 = ___outBytes2; int32_t L_217 = ___outOff3; int32_t L_218 = V_0; NullCheck(L_216); (L_216)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_217, (int32_t)6))), (uint8_t)((int32_t)((uint8_t)L_218))); // outBytes[outOff + 7] = (byte)(x76 >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_219 = ___outBytes2; int32_t L_220 = ___outOff3; int32_t L_221 = V_0; NullCheck(L_219); (L_219)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_220, (int32_t)7))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_221>>(int32_t)8))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Engine_DecryptBlock_mFF16CFCD5678BAA7D81578B1C72DD4478FAAED88 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { // x76 = ((input[inOff + 7] & 0xff) << 8) + (input[inOff + 6] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)7)); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___input0; int32_t L_5 = ___inOff1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)6)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)255)))<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)255))))); // x54 = ((input[inOff + 5] & 0xff) << 8) + (input[inOff + 4] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)5)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___input0; int32_t L_13 = ___inOff1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)4)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)255)))<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255))))); // x32 = ((input[inOff + 3] & 0xff) << 8) + (input[inOff + 2] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___input0; int32_t L_17 = ___inOff1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___input0; int32_t L_21 = ___inOff1; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)2)); uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)255)))<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)255))))); // x10 = ((input[inOff + 1] & 0xff) << 8) + (input[inOff + 0] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___input0; int32_t L_25 = ___inOff1; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); uint8_t L_27 = (L_24)->GetAt(static_cast(L_26)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___input0; int32_t L_29 = ___inOff1; NullCheck(L_28); int32_t L_30 = L_29; uint8_t L_31 = (L_28)->GetAt(static_cast(L_30)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_27&(int32_t)((int32_t)255)))<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_31&(int32_t)((int32_t)255))))); // for (int i = 60; i >= 44; i -= 4) V_4 = ((int32_t)60); goto IL_00ef; } IL_006f: { // x76 = RotateWordLeft(x76, 11) - ((x10 & ~x54) + (x32 & x54) + workingKey[i+3]); int32_t L_32 = V_0; int32_t L_33; L_33 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, L_32, ((int32_t)11), /*hidden argument*/NULL); int32_t L_34 = V_3; int32_t L_35 = V_1; int32_t L_36 = V_2; int32_t L_37 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = __this->get_workingKey_2(); int32_t L_39 = V_4; NullCheck(L_38); int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)3)); int32_t L_41 = (L_38)->GetAt(static_cast(L_40)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_34&(int32_t)((~L_35)))), (int32_t)((int32_t)((int32_t)L_36&(int32_t)L_37)))), (int32_t)L_41)))); // x54 = RotateWordLeft(x54, 13) - ((x76 & ~x32) + (x10 & x32) + workingKey[i+2]); int32_t L_42 = V_1; int32_t L_43; L_43 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, L_42, ((int32_t)13), /*hidden argument*/NULL); int32_t L_44 = V_0; int32_t L_45 = V_2; int32_t L_46 = V_3; int32_t L_47 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_48 = __this->get_workingKey_2(); int32_t L_49 = V_4; NullCheck(L_48); int32_t L_50 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)2)); int32_t L_51 = (L_48)->GetAt(static_cast(L_50)); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_44&(int32_t)((~L_45)))), (int32_t)((int32_t)((int32_t)L_46&(int32_t)L_47)))), (int32_t)L_51)))); // x32 = RotateWordLeft(x32, 14) - ((x54 & ~x10) + (x76 & x10) + workingKey[i+1]); int32_t L_52 = V_2; int32_t L_53; L_53 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, L_52, ((int32_t)14), /*hidden argument*/NULL); int32_t L_54 = V_1; int32_t L_55 = V_3; int32_t L_56 = V_0; int32_t L_57 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_58 = __this->get_workingKey_2(); int32_t L_59 = V_4; NullCheck(L_58); int32_t L_60 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); int32_t L_61 = (L_58)->GetAt(static_cast(L_60)); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_54&(int32_t)((~L_55)))), (int32_t)((int32_t)((int32_t)L_56&(int32_t)L_57)))), (int32_t)L_61)))); // x10 = RotateWordLeft(x10, 15) - ((x32 & ~x76) + (x54 & x76) + workingKey[i ]); int32_t L_62 = V_3; int32_t L_63; L_63 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, L_62, ((int32_t)15), /*hidden argument*/NULL); int32_t L_64 = V_2; int32_t L_65 = V_0; int32_t L_66 = V_1; int32_t L_67 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_68 = __this->get_workingKey_2(); int32_t L_69 = V_4; NullCheck(L_68); int32_t L_70 = L_69; int32_t L_71 = (L_68)->GetAt(static_cast(L_70)); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_64&(int32_t)((~L_65)))), (int32_t)((int32_t)((int32_t)L_66&(int32_t)L_67)))), (int32_t)L_71)))); // for (int i = 60; i >= 44; i -= 4) int32_t L_72 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)4)); } IL_00ef: { // for (int i = 60; i >= 44; i -= 4) int32_t L_73 = V_4; if ((((int32_t)L_73) >= ((int32_t)((int32_t)44)))) { goto IL_006f; } } { // x76 -= workingKey[x54 & 63]; int32_t L_74 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_75 = __this->get_workingKey_2(); int32_t L_76 = V_1; NullCheck(L_75); int32_t L_77 = ((int32_t)((int32_t)L_76&(int32_t)((int32_t)63))); int32_t L_78 = (L_75)->GetAt(static_cast(L_77)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)L_78)); // x54 -= workingKey[x32 & 63]; int32_t L_79 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_80 = __this->get_workingKey_2(); int32_t L_81 = V_2; NullCheck(L_80); int32_t L_82 = ((int32_t)((int32_t)L_81&(int32_t)((int32_t)63))); int32_t L_83 = (L_80)->GetAt(static_cast(L_82)); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)L_83)); // x32 -= workingKey[x10 & 63]; int32_t L_84 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_85 = __this->get_workingKey_2(); int32_t L_86 = V_3; NullCheck(L_85); int32_t L_87 = ((int32_t)((int32_t)L_86&(int32_t)((int32_t)63))); int32_t L_88 = (L_85)->GetAt(static_cast(L_87)); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_84, (int32_t)L_88)); // x10 -= workingKey[x76 & 63]; int32_t L_89 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_90 = __this->get_workingKey_2(); int32_t L_91 = V_0; NullCheck(L_90); int32_t L_92 = ((int32_t)((int32_t)L_91&(int32_t)((int32_t)63))); int32_t L_93 = (L_90)->GetAt(static_cast(L_92)); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)L_93)); // for (int i = 40; i >= 20; i -= 4) V_5 = ((int32_t)40); goto IL_01b9; } IL_0139: { // x76 = RotateWordLeft(x76, 11) - ((x10 & ~x54) + (x32 & x54) + workingKey[i+3]); int32_t L_94 = V_0; int32_t L_95; L_95 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, L_94, ((int32_t)11), /*hidden argument*/NULL); int32_t L_96 = V_3; int32_t L_97 = V_1; int32_t L_98 = V_2; int32_t L_99 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_100 = __this->get_workingKey_2(); int32_t L_101 = V_5; NullCheck(L_100); int32_t L_102 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)3)); int32_t L_103 = (L_100)->GetAt(static_cast(L_102)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_96&(int32_t)((~L_97)))), (int32_t)((int32_t)((int32_t)L_98&(int32_t)L_99)))), (int32_t)L_103)))); // x54 = RotateWordLeft(x54, 13) - ((x76 & ~x32) + (x10 & x32) + workingKey[i+2]); int32_t L_104 = V_1; int32_t L_105; L_105 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, L_104, ((int32_t)13), /*hidden argument*/NULL); int32_t L_106 = V_0; int32_t L_107 = V_2; int32_t L_108 = V_3; int32_t L_109 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_110 = __this->get_workingKey_2(); int32_t L_111 = V_5; NullCheck(L_110); int32_t L_112 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)2)); int32_t L_113 = (L_110)->GetAt(static_cast(L_112)); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_106&(int32_t)((~L_107)))), (int32_t)((int32_t)((int32_t)L_108&(int32_t)L_109)))), (int32_t)L_113)))); // x32 = RotateWordLeft(x32, 14) - ((x54 & ~x10) + (x76 & x10) + workingKey[i+1]); int32_t L_114 = V_2; int32_t L_115; L_115 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, L_114, ((int32_t)14), /*hidden argument*/NULL); int32_t L_116 = V_1; int32_t L_117 = V_3; int32_t L_118 = V_0; int32_t L_119 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_120 = __this->get_workingKey_2(); int32_t L_121 = V_5; NullCheck(L_120); int32_t L_122 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1)); int32_t L_123 = (L_120)->GetAt(static_cast(L_122)); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_115, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_116&(int32_t)((~L_117)))), (int32_t)((int32_t)((int32_t)L_118&(int32_t)L_119)))), (int32_t)L_123)))); // x10 = RotateWordLeft(x10, 15) - ((x32 & ~x76) + (x54 & x76) + workingKey[i ]); int32_t L_124 = V_3; int32_t L_125; L_125 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, L_124, ((int32_t)15), /*hidden argument*/NULL); int32_t L_126 = V_2; int32_t L_127 = V_0; int32_t L_128 = V_1; int32_t L_129 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_130 = __this->get_workingKey_2(); int32_t L_131 = V_5; NullCheck(L_130); int32_t L_132 = L_131; int32_t L_133 = (L_130)->GetAt(static_cast(L_132)); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_125, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_126&(int32_t)((~L_127)))), (int32_t)((int32_t)((int32_t)L_128&(int32_t)L_129)))), (int32_t)L_133)))); // for (int i = 40; i >= 20; i -= 4) int32_t L_134 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_134, (int32_t)4)); } IL_01b9: { // for (int i = 40; i >= 20; i -= 4) int32_t L_135 = V_5; if ((((int32_t)L_135) >= ((int32_t)((int32_t)20)))) { goto IL_0139; } } { // x76 -= workingKey[x54 & 63]; int32_t L_136 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_137 = __this->get_workingKey_2(); int32_t L_138 = V_1; NullCheck(L_137); int32_t L_139 = ((int32_t)((int32_t)L_138&(int32_t)((int32_t)63))); int32_t L_140 = (L_137)->GetAt(static_cast(L_139)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)L_140)); // x54 -= workingKey[x32 & 63]; int32_t L_141 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_142 = __this->get_workingKey_2(); int32_t L_143 = V_2; NullCheck(L_142); int32_t L_144 = ((int32_t)((int32_t)L_143&(int32_t)((int32_t)63))); int32_t L_145 = (L_142)->GetAt(static_cast(L_144)); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_141, (int32_t)L_145)); // x32 -= workingKey[x10 & 63]; int32_t L_146 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_147 = __this->get_workingKey_2(); int32_t L_148 = V_3; NullCheck(L_147); int32_t L_149 = ((int32_t)((int32_t)L_148&(int32_t)((int32_t)63))); int32_t L_150 = (L_147)->GetAt(static_cast(L_149)); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)L_150)); // x10 -= workingKey[x76 & 63]; int32_t L_151 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_152 = __this->get_workingKey_2(); int32_t L_153 = V_0; NullCheck(L_152); int32_t L_154 = ((int32_t)((int32_t)L_153&(int32_t)((int32_t)63))); int32_t L_155 = (L_152)->GetAt(static_cast(L_154)); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_151, (int32_t)L_155)); // for (int i = 16; i >= 0; i -= 4) V_6 = ((int32_t)16); goto IL_0283; } IL_0203: { // x76 = RotateWordLeft(x76, 11) - ((x10 & ~x54) + (x32 & x54) + workingKey[i+3]); int32_t L_156 = V_0; int32_t L_157; L_157 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, L_156, ((int32_t)11), /*hidden argument*/NULL); int32_t L_158 = V_3; int32_t L_159 = V_1; int32_t L_160 = V_2; int32_t L_161 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_162 = __this->get_workingKey_2(); int32_t L_163 = V_6; NullCheck(L_162); int32_t L_164 = ((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)3)); int32_t L_165 = (L_162)->GetAt(static_cast(L_164)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_157, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_158&(int32_t)((~L_159)))), (int32_t)((int32_t)((int32_t)L_160&(int32_t)L_161)))), (int32_t)L_165)))); // x54 = RotateWordLeft(x54, 13) - ((x76 & ~x32) + (x10 & x32) + workingKey[i+2]); int32_t L_166 = V_1; int32_t L_167; L_167 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, L_166, ((int32_t)13), /*hidden argument*/NULL); int32_t L_168 = V_0; int32_t L_169 = V_2; int32_t L_170 = V_3; int32_t L_171 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_172 = __this->get_workingKey_2(); int32_t L_173 = V_6; NullCheck(L_172); int32_t L_174 = ((int32_t)il2cpp_codegen_add((int32_t)L_173, (int32_t)2)); int32_t L_175 = (L_172)->GetAt(static_cast(L_174)); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_167, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_168&(int32_t)((~L_169)))), (int32_t)((int32_t)((int32_t)L_170&(int32_t)L_171)))), (int32_t)L_175)))); // x32 = RotateWordLeft(x32, 14) - ((x54 & ~x10) + (x76 & x10) + workingKey[i+1]); int32_t L_176 = V_2; int32_t L_177; L_177 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, L_176, ((int32_t)14), /*hidden argument*/NULL); int32_t L_178 = V_1; int32_t L_179 = V_3; int32_t L_180 = V_0; int32_t L_181 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_182 = __this->get_workingKey_2(); int32_t L_183 = V_6; NullCheck(L_182); int32_t L_184 = ((int32_t)il2cpp_codegen_add((int32_t)L_183, (int32_t)1)); int32_t L_185 = (L_182)->GetAt(static_cast(L_184)); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_177, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_178&(int32_t)((~L_179)))), (int32_t)((int32_t)((int32_t)L_180&(int32_t)L_181)))), (int32_t)L_185)))); // x10 = RotateWordLeft(x10, 15) - ((x32 & ~x76) + (x54 & x76) + workingKey[i ]); int32_t L_186 = V_3; int32_t L_187; L_187 = RC2Engine_RotateWordLeft_m78121B542AFD640ABE79172472FC3BA0426E2F64(__this, L_186, ((int32_t)15), /*hidden argument*/NULL); int32_t L_188 = V_2; int32_t L_189 = V_0; int32_t L_190 = V_1; int32_t L_191 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_192 = __this->get_workingKey_2(); int32_t L_193 = V_6; NullCheck(L_192); int32_t L_194 = L_193; int32_t L_195 = (L_192)->GetAt(static_cast(L_194)); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_187, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_188&(int32_t)((~L_189)))), (int32_t)((int32_t)((int32_t)L_190&(int32_t)L_191)))), (int32_t)L_195)))); // for (int i = 16; i >= 0; i -= 4) int32_t L_196 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_196, (int32_t)4)); } IL_0283: { // for (int i = 16; i >= 0; i -= 4) int32_t L_197 = V_6; if ((((int32_t)L_197) >= ((int32_t)0))) { goto IL_0203; } } { // outBytes[outOff + 0] = (byte)x10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_198 = ___outBytes2; int32_t L_199 = ___outOff3; int32_t L_200 = V_3; NullCheck(L_198); (L_198)->SetAt(static_cast(L_199), (uint8_t)((int32_t)((uint8_t)L_200))); // outBytes[outOff + 1] = (byte)(x10 >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_201 = ___outBytes2; int32_t L_202 = ___outOff3; int32_t L_203 = V_3; NullCheck(L_201); (L_201)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)1))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_203>>(int32_t)8))))); // outBytes[outOff + 2] = (byte)x32; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_204 = ___outBytes2; int32_t L_205 = ___outOff3; int32_t L_206 = V_2; NullCheck(L_204); (L_204)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_205, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)L_206))); // outBytes[outOff + 3] = (byte)(x32 >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_207 = ___outBytes2; int32_t L_208 = ___outOff3; int32_t L_209 = V_2; NullCheck(L_207); (L_207)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_208, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_209>>(int32_t)8))))); // outBytes[outOff + 4] = (byte)x54; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_210 = ___outBytes2; int32_t L_211 = ___outOff3; int32_t L_212 = V_1; NullCheck(L_210); (L_210)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_211, (int32_t)4))), (uint8_t)((int32_t)((uint8_t)L_212))); // outBytes[outOff + 5] = (byte)(x54 >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_213 = ___outBytes2; int32_t L_214 = ___outOff3; int32_t L_215 = V_1; NullCheck(L_213); (L_213)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_214, (int32_t)5))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_215>>(int32_t)8))))); // outBytes[outOff + 6] = (byte)x76; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_216 = ___outBytes2; int32_t L_217 = ___outOff3; int32_t L_218 = V_0; NullCheck(L_216); (L_216)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_217, (int32_t)6))), (uint8_t)((int32_t)((uint8_t)L_218))); // outBytes[outOff + 7] = (byte)(x76 >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_219 = ___outBytes2; int32_t L_220 = ___outOff3; int32_t L_221 = V_0; NullCheck(L_219); (L_219)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_220, (int32_t)7))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_221>>(int32_t)8))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Engine__ctor_mDD5B89570988D7CD287F015D47C1ADA3F8324679 (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2Engine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Engine__cctor_mA65754498041D2329AB4843C93EDA18068673358 (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*)&RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly byte[] piTable = // { // (byte)0xd9, (byte)0x78, (byte)0xf9, (byte)0xc4, (byte)0x19, (byte)0xdd, (byte)0xb5, (byte)0xed, // (byte)0x28, (byte)0xe9, (byte)0xfd, (byte)0x79, (byte)0x4a, (byte)0xa0, (byte)0xd8, (byte)0x9d, // (byte)0xc6, (byte)0x7e, (byte)0x37, (byte)0x83, (byte)0x2b, (byte)0x76, (byte)0x53, (byte)0x8e, // (byte)0x62, (byte)0x4c, (byte)0x64, (byte)0x88, (byte)0x44, (byte)0x8b, (byte)0xfb, (byte)0xa2, // (byte)0x17, (byte)0x9a, (byte)0x59, (byte)0xf5, (byte)0x87, (byte)0xb3, (byte)0x4f, (byte)0x13, // (byte)0x61, (byte)0x45, (byte)0x6d, (byte)0x8d, (byte)0x9, (byte)0x81, (byte)0x7d, (byte)0x32, // (byte)0xbd, (byte)0x8f, (byte)0x40, (byte)0xeb, (byte)0x86, (byte)0xb7, (byte)0x7b, (byte)0xb, // (byte)0xf0, (byte)0x95, (byte)0x21, (byte)0x22, (byte)0x5c, (byte)0x6b, (byte)0x4e, (byte)0x82, // (byte)0x54, (byte)0xd6, (byte)0x65, (byte)0x93, (byte)0xce, (byte)0x60, (byte)0xb2, (byte)0x1c, // (byte)0x73, (byte)0x56, (byte)0xc0, (byte)0x14, (byte)0xa7, (byte)0x8c, (byte)0xf1, (byte)0xdc, // (byte)0x12, (byte)0x75, (byte)0xca, (byte)0x1f, (byte)0x3b, (byte)0xbe, (byte)0xe4, (byte)0xd1, // (byte)0x42, (byte)0x3d, (byte)0xd4, (byte)0x30, (byte)0xa3, (byte)0x3c, (byte)0xb6, (byte)0x26, // (byte)0x6f, (byte)0xbf, (byte)0xe, (byte)0xda, (byte)0x46, (byte)0x69, (byte)0x7, (byte)0x57, // (byte)0x27, (byte)0xf2, (byte)0x1d, (byte)0x9b, (byte)0xbc, (byte)0x94, (byte)0x43, (byte)0x3, // (byte)0xf8, (byte)0x11, (byte)0xc7, (byte)0xf6, (byte)0x90, (byte)0xef, (byte)0x3e, (byte)0xe7, // (byte)0x6, (byte)0xc3, (byte)0xd5, (byte)0x2f, (byte)0xc8, (byte)0x66, (byte)0x1e, (byte)0xd7, // (byte)0x8, (byte)0xe8, (byte)0xea, (byte)0xde, (byte)0x80, (byte)0x52, (byte)0xee, (byte)0xf7, // (byte)0x84, (byte)0xaa, (byte)0x72, (byte)0xac, (byte)0x35, (byte)0x4d, (byte)0x6a, (byte)0x2a, // (byte)0x96, (byte)0x1a, (byte)0xd2, (byte)0x71, (byte)0x5a, (byte)0x15, (byte)0x49, (byte)0x74, // (byte)0x4b, (byte)0x9f, (byte)0xd0, (byte)0x5e, (byte)0x4, (byte)0x18, (byte)0xa4, (byte)0xec, // (byte)0xc2, (byte)0xe0, (byte)0x41, (byte)0x6e, (byte)0xf, (byte)0x51, (byte)0xcb, (byte)0xcc, // (byte)0x24, (byte)0x91, (byte)0xaf, (byte)0x50, (byte)0xa1, (byte)0xf4, (byte)0x70, (byte)0x39, // (byte)0x99, (byte)0x7c, (byte)0x3a, (byte)0x85, (byte)0x23, (byte)0xb8, (byte)0xb4, (byte)0x7a, // (byte)0xfc, (byte)0x2, (byte)0x36, (byte)0x5b, (byte)0x25, (byte)0x55, (byte)0x97, (byte)0x31, // (byte)0x2d, (byte)0x5d, (byte)0xfa, (byte)0x98, (byte)0xe3, (byte)0x8a, (byte)0x92, (byte)0xae, // (byte)0x5, (byte)0xdf, (byte)0x29, (byte)0x10, (byte)0x67, (byte)0x6c, (byte)0xba, (byte)0xc9, // (byte)0xd3, (byte)0x0, (byte)0xe6, (byte)0xcf, (byte)0xe1, (byte)0x9e, (byte)0xa8, (byte)0x2c, // (byte)0x63, (byte)0x16, (byte)0x1, (byte)0x3f, (byte)0x58, (byte)0xe2, (byte)0x89, (byte)0xa9, // (byte)0xd, (byte)0x38, (byte)0x34, (byte)0x1b, (byte)0xab, (byte)0x33, (byte)0xff, (byte)0xb0, // (byte)0xbb, (byte)0x48, (byte)0xc, (byte)0x5f, (byte)0xb9, (byte)0xb1, (byte)0xcd, (byte)0x2e, // (byte)0xc5, (byte)0xf3, (byte)0xdb, (byte)0x47, (byte)0xe5, (byte)0xa5, (byte)0x9c, (byte)0x77, // (byte)0xa, (byte)0xa6, (byte)0x20, (byte)0x68, (byte)0xfe, (byte)0x7f, (byte)0xc1, (byte)0xad // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_StaticFields*)il2cpp_codegen_static_fields_for(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var))->set_piTable_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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC2Parameters::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Parameters__ctor_m52CE68D0864CFD5749CD77B91B546293FD6C1725 (RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B2_0 = NULL; RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * G_B2_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B1_0 = NULL; RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * G_B1_1 = NULL; int32_t G_B3_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_1 = NULL; RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * G_B3_2 = NULL; { // : this(key, (key.Length > 128) ? 1024 : (key.Length * 8)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___key0; NullCheck(L_1); G_B1_0 = L_0; G_B1_1 = __this; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))) > ((int32_t)((int32_t)128)))) { G_B2_0 = L_0; G_B2_1 = __this; goto IL_0013; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___key0; NullCheck(L_2); G_B3_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)8)); G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0018; } IL_0013: { G_B3_0 = ((int32_t)1024); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0018: { NullCheck(G_B3_2); RC2Parameters__ctor_mDB7F4949C149334660DD8A277428AD2E0CEDD371(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC2Parameters::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Parameters__ctor_mBE1506F2BC447303BC4E4420CB46066070F1E4CD (RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___keyOff1, int32_t ___keyLen2, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B2_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B2_2 = NULL; RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * G_B2_3 = NULL; int32_t G_B1_0 = 0; int32_t G_B1_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B1_2 = NULL; RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * G_B1_3 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; int32_t G_B3_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B3_3 = NULL; RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * G_B3_4 = NULL; { // : this(key, keyOff, keyLen, (keyLen > 128) ? 1024 : (keyLen * 8)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; int32_t L_1 = ___keyOff1; int32_t L_2 = ___keyLen2; int32_t L_3 = ___keyLen2; G_B1_0 = L_2; G_B1_1 = L_1; G_B1_2 = L_0; G_B1_3 = __this; if ((((int32_t)L_3) > ((int32_t)((int32_t)128)))) { G_B2_0 = L_2; G_B2_1 = L_1; G_B2_2 = L_0; G_B2_3 = __this; goto IL_0011; } } { int32_t L_4 = ___keyLen2; G_B3_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)8)); G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; goto IL_0016; } IL_0011: { G_B3_0 = ((int32_t)1024); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; } IL_0016: { NullCheck(G_B3_4); RC2Parameters__ctor_mD50E7A8042ACB5D03CC5C6F8A66CBFF5B494B60B(G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC2Parameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Parameters__ctor_mDB7F4949C149334660DD8A277428AD2E0CEDD371 (RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___bits1, const RuntimeMethod* method) { { // : base(key) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; KeyParameter__ctor_m96EBA1A3EB3F4981F3C14E96086C7083DDE16E67(__this, L_0, /*hidden argument*/NULL); // this.bits = bits; int32_t L_1 = ___bits1; __this->set_bits_1(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC2Parameters::.ctor(System.Byte[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2Parameters__ctor_mD50E7A8042ACB5D03CC5C6F8A66CBFF5B494B60B (RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___keyOff1, int32_t ___keyLen2, int32_t ___bits3, const RuntimeMethod* method) { { // : base(key, keyOff, keyLen) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; int32_t L_1 = ___keyOff1; int32_t L_2 = ___keyLen2; KeyParameter__ctor_mA7E94BCEFAFE6F84602F24F9752CB2117CA7B8BF(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // this.bits = bits; int32_t L_3 = ___bits3; __this->set_bits_1(L_3); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC2Parameters::get_EffectiveKeyBits() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC2Parameters_get_EffectiveKeyBits_m77CA4208DCB0B7D1EC87ACC93A26FF11A0116A1C (RC2Parameters_tFA4A3CE6864FE9E592CA5E7858AAE06E4B8CACAD * __this, const RuntimeMethod* method) { { // get { return bits; } int32_t L_0 = __this->get_bits_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2WrapEngine_Init_m1A77A68CFC77D78335D85000EF24A4F7E6253962 (RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 * __this, bool ___forWrapping0, RuntimeObject* ___parameters1, 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*)&CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * V_0 = NULL; { // this.forWrapping = forWrapping; bool L_0 = ___forWrapping0; __this->set_forWrapping_4(L_0); // this.engine = new CbcBlockCipher(new RC2Engine()); RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 * L_1 = (RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67 *)il2cpp_codegen_object_new(RC2Engine_t4DC541261BE510C25C2159D5520F348567E1EB67_il2cpp_TypeInfo_var); RC2Engine__ctor_mDD5B89570988D7CD287F015D47C1ADA3F8324679(L_1, /*hidden argument*/NULL); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_2 = (CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 *)il2cpp_codegen_object_new(CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30_il2cpp_TypeInfo_var); CbcBlockCipher__ctor_m567F935ED6ADC603D0165394F5C7911380DA774D(L_2, L_1, /*hidden argument*/NULL); __this->set_engine_0(L_2); // if (parameters is ParametersWithRandom) RuntimeObject* L_3 = ___parameters1; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_3, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_003c; } } { // ParametersWithRandom pWithR = (ParametersWithRandom)parameters; RuntimeObject* L_4 = ___parameters1; V_0 = ((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_4, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)); // sr = pWithR.Random; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_5 = V_0; NullCheck(L_5); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_6; L_6 = ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline(L_5, /*hidden argument*/NULL); __this->set_sr_5(L_6); // parameters = pWithR.Parameters; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_7 = V_0; NullCheck(L_7); RuntimeObject* L_8; L_8 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(L_7, /*hidden argument*/NULL); ___parameters1 = L_8; // } goto IL_0047; } IL_003c: { // sr = new SecureRandom(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_9 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_9, /*hidden argument*/NULL); __this->set_sr_5(L_9); } IL_0047: { // if (parameters is ParametersWithIV) RuntimeObject* L_10 = ___parameters1; if (!((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)IsInstClass((RuntimeObject*)L_10, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var))) { goto IL_00a1; } } { // if (!forWrapping) bool L_11 = ___forWrapping0; if (L_11) { goto IL_005d; } } { // throw new ArgumentException("You should not supply an IV for unwrapping"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B8599FC60C1CB6E010C304BEDAB3F1C9F2613A0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2WrapEngine_Init_m1A77A68CFC77D78335D85000EF24A4F7E6253962_RuntimeMethod_var))); } IL_005d: { // this.paramPlusIV = (ParametersWithIV)parameters; RuntimeObject* L_13 = ___parameters1; __this->set_paramPlusIV_2(((ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)CastclassClass((RuntimeObject*)L_13, ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var))); // this.iv = this.paramPlusIV.GetIV(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_14 = __this->get_paramPlusIV_2(); NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = ParametersWithIV_GetIV_m17D0EF646E07A2B81A17450A3342DEBB7C42603B(L_14, /*hidden argument*/NULL); __this->set_iv_3(L_15); // this.parameters = this.paramPlusIV.Parameters; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_16 = __this->get_paramPlusIV_2(); NullCheck(L_16); RuntimeObject* L_17; L_17 = ParametersWithIV_get_Parameters_m2B5701D391CF607292513A855051EEF3D8E705E8_inline(L_16, /*hidden argument*/NULL); __this->set_parameters_1(L_17); // if (this.iv.Length != 8) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_iv_3(); NullCheck(L_18); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))) == ((int32_t)8))) { goto IL_00e4; } } { // throw new ArgumentException("IV is not 8 octets"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB38BD6540168B3F80FC1E0ED60F43650A552E50)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2WrapEngine_Init_m1A77A68CFC77D78335D85000EF24A4F7E6253962_RuntimeMethod_var))); } IL_00a1: { // this.parameters = parameters; RuntimeObject* L_20 = ___parameters1; __this->set_parameters_1(L_20); // if (this.forWrapping) bool L_21 = __this->get_forWrapping_4(); if (!L_21) { goto IL_00e4; } } { // this.iv = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); __this->set_iv_3(L_22); // sr.NextBytes(iv); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_23 = __this->get_sr_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = __this->get_iv_3(); NullCheck(L_23); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_23, L_24); // this.paramPlusIV = new ParametersWithIV(this.parameters, this.iv); RuntimeObject* L_25 = __this->get_parameters_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get_iv_3(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_27 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_27, L_25, L_26, /*hidden argument*/NULL); __this->set_paramPlusIV_2(L_27); } IL_00e4: { // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RC2WrapEngine_get_AlgorithmName_mD041B9A21E848E2A44C859BDD0E68A9F191DE7E4 (RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE134CE3B47F0CA2291ABAA4D77503AC1B87A4F4B); s_Il2CppMethodInitialized = true; } { // get { return "RC2"; } return _stringLiteralE134CE3B47F0CA2291ABAA4D77503AC1B87A4F4B; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::Wrap(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RC2WrapEngine_Wrap_m8B12FF8FBE19DE5D649858D239CDF0A2830A6EA4 (RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, 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*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; int32_t V_6 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_7 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_8 = NULL; ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; { // if (!forWrapping) bool L_0 = __this->get_forWrapping_4(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Not initialized for wrapping"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2D94F054CFFA4959E5BFD39650F74A8C73B2C92)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2WrapEngine_Wrap_m8B12FF8FBE19DE5D649858D239CDF0A2830A6EA4_RuntimeMethod_var))); } IL_0013: { // int len = length + 1; int32_t L_2 = ___length2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); // if ((len % 8) != 0) int32_t L_3 = V_0; if (!((int32_t)((int32_t)L_3%(int32_t)8))) { goto IL_0024; } } { // len += 8 - (len % 8); int32_t L_4 = V_0; int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)((int32_t)((int32_t)L_5%(int32_t)8)))))); } IL_0024: { // byte [] keyToBeWrapped = new byte[len]; int32_t L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); V_1 = L_7; // keyToBeWrapped[0] = (byte)length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; int32_t L_9 = ___length2; NullCheck(L_8); (L_8)->SetAt(static_cast(0), (uint8_t)((int32_t)((uint8_t)L_9))); // Array.Copy(input, inOff, keyToBeWrapped, 1, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___input0; int32_t L_11 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; int32_t L_13 = ___length2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_10, L_11, (RuntimeArray *)(RuntimeArray *)L_12, 1, L_13, /*hidden argument*/NULL); // byte[] pad = new byte[keyToBeWrapped.Length - length - 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; NullCheck(L_14); int32_t L_15 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))), (int32_t)L_15)), (int32_t)1))); V_2 = L_16; // if (pad.Length > 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; NullCheck(L_17); if (!(((RuntimeArray*)L_17)->max_length)) { goto IL_0065; } } { // sr.NextBytes(pad); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_18 = __this->get_sr_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_2; NullCheck(L_18); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_18, L_19); // Array.Copy(pad, 0, keyToBeWrapped, length + 1, pad.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_1; int32_t L_22 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_2; NullCheck(L_23); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_20, 0, (RuntimeArray *)(RuntimeArray *)L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)), ((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))), /*hidden argument*/NULL); } IL_0065: { // byte[] CKS = CalculateCmsKeyChecksum(keyToBeWrapped); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25; L_25 = RC2WrapEngine_CalculateCmsKeyChecksum_m4AE1318771DDD2A8C0CA8E7C8EC19E7BAEADB62E(__this, L_24, /*hidden argument*/NULL); V_3 = L_25; // byte[] WKCKS = new byte[keyToBeWrapped.Length + CKS.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_1; NullCheck(L_26); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_3; NullCheck(L_27); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = (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_26)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))))); V_4 = L_28; // Array.Copy(keyToBeWrapped, 0, WKCKS, 0, keyToBeWrapped.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_1; NullCheck(L_31); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_29, 0, (RuntimeArray *)(RuntimeArray *)L_30, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))), /*hidden argument*/NULL); // Array.Copy(CKS, 0, WKCKS, keyToBeWrapped.Length, CKS.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_1; NullCheck(L_34); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_3; NullCheck(L_35); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_32, 0, (RuntimeArray *)(RuntimeArray *)L_33, ((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))), ((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))), /*hidden argument*/NULL); // byte [] TEMP1 = new byte[WKCKS.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_4; NullCheck(L_36); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))); V_5 = L_37; // Array.Copy(WKCKS, 0, TEMP1, 0, WKCKS.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_4; NullCheck(L_40); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_38, 0, (RuntimeArray *)(RuntimeArray *)L_39, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length))), /*hidden argument*/NULL); // int noOfBlocks = WKCKS.Length / engine.GetBlockSize(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = V_4; NullCheck(L_41); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_42 = __this->get_engine_0(); NullCheck(L_42); int32_t L_43; L_43 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_42, /*hidden argument*/NULL); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))/(int32_t)L_43)); // int extraBytes = WKCKS.Length % engine.GetBlockSize(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = V_4; NullCheck(L_44); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_45 = __this->get_engine_0(); NullCheck(L_45); int32_t L_46; L_46 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_45, /*hidden argument*/NULL); // if (extraBytes != 0) if (!((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))%(int32_t)L_46))) { goto IL_00e0; } } { // throw new InvalidOperationException("Not multiple of block length"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_47 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_47, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7BC5720D92831EEF195351553329E90EA1D7B6D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2WrapEngine_Wrap_m8B12FF8FBE19DE5D649858D239CDF0A2830A6EA4_RuntimeMethod_var))); } IL_00e0: { // engine.Init(true, paramPlusIV); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_48 = __this->get_engine_0(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_49 = __this->get_paramPlusIV_2(); NullCheck(L_48); CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB(L_48, (bool)1, L_49, /*hidden argument*/NULL); // for (int i = 0; i < noOfBlocks; i++) V_10 = 0; goto IL_0121; } IL_00f7: { // int currentBytePos = i * engine.GetBlockSize(); int32_t L_50 = V_10; CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_51 = __this->get_engine_0(); NullCheck(L_51); int32_t L_52; L_52 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_51, /*hidden argument*/NULL); V_11 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_50, (int32_t)L_52)); // engine.ProcessBlock(TEMP1, currentBytePos, TEMP1, currentBytePos); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_53 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_5; int32_t L_55 = V_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = V_5; int32_t L_57 = V_11; NullCheck(L_53); int32_t L_58; L_58 = CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8(L_53, L_54, L_55, L_56, L_57, /*hidden argument*/NULL); // for (int i = 0; i < noOfBlocks; i++) int32_t L_59 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0121: { // for (int i = 0; i < noOfBlocks; i++) int32_t L_60 = V_10; int32_t L_61 = V_6; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_00f7; } } { // byte[] TEMP2 = new byte[this.iv.Length + TEMP1.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = __this->get_iv_3(); NullCheck(L_62); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = V_5; NullCheck(L_63); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = (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_62)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_63)->max_length)))))); V_7 = L_64; // Array.Copy(this.iv, 0, TEMP2, 0, this.iv.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = __this->get_iv_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = __this->get_iv_3(); NullCheck(L_67); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_65, 0, (RuntimeArray *)(RuntimeArray *)L_66, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length))), /*hidden argument*/NULL); // Array.Copy(TEMP1, 0, TEMP2, this.iv.Length, TEMP1.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = __this->get_iv_3(); NullCheck(L_70); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = V_5; NullCheck(L_71); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_68, 0, (RuntimeArray *)(RuntimeArray *)L_69, ((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length))), ((int32_t)((int32_t)(((RuntimeArray*)L_71)->max_length))), /*hidden argument*/NULL); // byte[] TEMP3 = new byte[TEMP2.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = V_7; NullCheck(L_72); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_72)->max_length)))); V_8 = L_73; // for (int i = 0; i < TEMP2.Length; i++) V_12 = 0; goto IL_018f; } IL_0178: { // TEMP3[i] = TEMP2[TEMP2.Length - (i + 1)]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = V_8; int32_t L_75 = V_12; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = V_7; NullCheck(L_77); int32_t L_78 = V_12; NullCheck(L_76); int32_t L_79 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_77)->max_length))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)))); uint8_t L_80 = (L_76)->GetAt(static_cast(L_79)); NullCheck(L_74); (L_74)->SetAt(static_cast(L_75), (uint8_t)L_80); // for (int i = 0; i < TEMP2.Length; i++) int32_t L_81 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_018f: { // for (int i = 0; i < TEMP2.Length; i++) int32_t L_82 = V_12; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = V_7; NullCheck(L_83); if ((((int32_t)L_82) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_83)->max_length)))))) { goto IL_0178; } } { // ParametersWithIV param2 = new ParametersWithIV(this.parameters, IV2); RuntimeObject* L_84 = __this->get_parameters_1(); IL2CPP_RUNTIME_CLASS_INIT(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_85 = ((RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_StaticFields*)il2cpp_codegen_static_fields_for(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_il2cpp_TypeInfo_var))->get_IV2_6(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_86 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_86, L_84, L_85, /*hidden argument*/NULL); V_9 = L_86; // this.engine.Init(true, param2); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_87 = __this->get_engine_0(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_88 = V_9; NullCheck(L_87); CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB(L_87, (bool)1, L_88, /*hidden argument*/NULL); // for (int i = 0; i < noOfBlocks + 1; i++) V_13 = 0; goto IL_01e6; } IL_01bc: { // int currentBytePos = i * engine.GetBlockSize(); int32_t L_89 = V_13; CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_90 = __this->get_engine_0(); NullCheck(L_90); int32_t L_91; L_91 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_90, /*hidden argument*/NULL); V_14 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_89, (int32_t)L_91)); // engine.ProcessBlock(TEMP3, currentBytePos, TEMP3, currentBytePos); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_92 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_93 = V_8; int32_t L_94 = V_14; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_95 = V_8; int32_t L_96 = V_14; NullCheck(L_92); int32_t L_97; L_97 = CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8(L_92, L_93, L_94, L_95, L_96, /*hidden argument*/NULL); // for (int i = 0; i < noOfBlocks + 1; i++) int32_t L_98 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); } IL_01e6: { // for (int i = 0; i < noOfBlocks + 1; i++) int32_t L_99 = V_13; int32_t L_100 = V_6; if ((((int32_t)L_99) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1))))) { goto IL_01bc; } } { // return TEMP3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_101 = V_8; return L_101; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::Unwrap(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RC2WrapEngine_Unwrap_m0897C366573E541F6F2566001FC918DA874312E0 (RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, 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*)&ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; { // if (forWrapping) bool L_0 = __this->get_forWrapping_4(); if (!L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Not set for unwrapping"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CB44EA744A3060D01211672D5FF225D29CC2B31)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2WrapEngine_Unwrap_m0897C366573E541F6F2566001FC918DA874312E0_RuntimeMethod_var))); } IL_0013: { // if (input == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; if (L_2) { goto IL_0021; } } { // throw new InvalidCipherTextException("Null pointer as ciphertext"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_3 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC4153577DC6301E1F6FFF8598C112823A34E145)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2WrapEngine_Unwrap_m0897C366573E541F6F2566001FC918DA874312E0_RuntimeMethod_var))); } IL_0021: { // if (length % engine.GetBlockSize() != 0) int32_t L_4 = ___length2; CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_5 = __this->get_engine_0(); NullCheck(L_5); int32_t L_6; L_6 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_5, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_4%(int32_t)L_6))) { goto IL_0054; } } { // throw new InvalidCipherTextException("Ciphertext not multiple of " // + engine.GetBlockSize()); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_7 = __this->get_engine_0(); NullCheck(L_7); int32_t L_8; L_8 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_7, /*hidden argument*/NULL); V_8 = L_8; String_t* L_9; L_9 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_8), /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0920A6AABBEFA13D4437110676BB9315863FF7ED)), L_9, /*hidden argument*/NULL); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_11 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2WrapEngine_Unwrap_m0897C366573E541F6F2566001FC918DA874312E0_RuntimeMethod_var))); } IL_0054: { // ParametersWithIV param2 = new ParametersWithIV(this.parameters, IV2); RuntimeObject* L_12 = __this->get_parameters_1(); IL2CPP_RUNTIME_CLASS_INIT(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ((RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_StaticFields*)il2cpp_codegen_static_fields_for(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_il2cpp_TypeInfo_var))->get_IV2_6(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_14 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_14, L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; // this.engine.Init(false, param2); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_15 = __this->get_engine_0(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_16 = V_0; NullCheck(L_15); CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB(L_15, (bool)0, L_16, /*hidden argument*/NULL); // byte [] TEMP3 = new byte[length]; int32_t L_17 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_17); V_1 = L_18; // Array.Copy(input, inOff, TEMP3, 0, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___input0; int32_t L_20 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_1; int32_t L_22 = ___length2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_19, L_20, (RuntimeArray *)(RuntimeArray *)L_21, 0, L_22, /*hidden argument*/NULL); // for (int i = 0; i < (TEMP3.Length / engine.GetBlockSize()); i++) V_9 = 0; goto IL_00b0; } IL_0088: { // int currentBytePos = i * engine.GetBlockSize(); int32_t L_23 = V_9; CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_24 = __this->get_engine_0(); NullCheck(L_24); int32_t L_25; L_25 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_24, /*hidden argument*/NULL); V_10 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)L_25)); // engine.ProcessBlock(TEMP3, currentBytePos, TEMP3, currentBytePos); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_26 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_1; int32_t L_28 = V_10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_1; int32_t L_30 = V_10; NullCheck(L_26); int32_t L_31; L_31 = CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8(L_26, L_27, L_28, L_29, L_30, /*hidden argument*/NULL); // for (int i = 0; i < (TEMP3.Length / engine.GetBlockSize()); i++) int32_t L_32 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00b0: { // for (int i = 0; i < (TEMP3.Length / engine.GetBlockSize()); i++) int32_t L_33 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_1; NullCheck(L_34); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_35 = __this->get_engine_0(); NullCheck(L_35); int32_t L_36; L_36 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_35, /*hidden argument*/NULL); if ((((int32_t)L_33) < ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))/(int32_t)L_36))))) { goto IL_0088; } } { // byte[] TEMP2 = new byte[TEMP3.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_1; NullCheck(L_37); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))); V_2 = L_38; // for (int i = 0; i < TEMP3.Length; i++) V_11 = 0; goto IL_00e5; } IL_00d1: { // TEMP2[i] = TEMP3[TEMP3.Length - (i + 1)]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_2; int32_t L_40 = V_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = V_1; NullCheck(L_42); int32_t L_43 = V_11; NullCheck(L_41); int32_t L_44 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)))); uint8_t L_45 = (L_41)->GetAt(static_cast(L_44)); NullCheck(L_39); (L_39)->SetAt(static_cast(L_40), (uint8_t)L_45); // for (int i = 0; i < TEMP3.Length; i++) int32_t L_46 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00e5: { // for (int i = 0; i < TEMP3.Length; i++) int32_t L_47 = V_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = V_1; NullCheck(L_48); if ((((int32_t)L_47) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))) { goto IL_00d1; } } { // this.iv = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); __this->set_iv_3(L_49); // byte[] TEMP1 = new byte[TEMP2.Length - 8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = V_2; NullCheck(L_50); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length))), (int32_t)8))); V_3 = L_51; // Array.Copy(TEMP2, 0, this.iv, 0, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = __this->get_iv_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_52, 0, (RuntimeArray *)(RuntimeArray *)L_53, 0, 8, /*hidden argument*/NULL); // Array.Copy(TEMP2, 8, TEMP1, 0, TEMP2.Length - 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = V_2; NullCheck(L_56); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_54, 8, (RuntimeArray *)(RuntimeArray *)L_55, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_56)->max_length))), (int32_t)8)), /*hidden argument*/NULL); // this.paramPlusIV = new ParametersWithIV(this.parameters, this.iv); RuntimeObject* L_57 = __this->get_parameters_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = __this->get_iv_3(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_59 = (ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 *)il2cpp_codegen_object_new(ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0_il2cpp_TypeInfo_var); ParametersWithIV__ctor_mA22FB4E80EEE2091E9551DA8DCB33BD7549103F1(L_59, L_57, L_58, /*hidden argument*/NULL); __this->set_paramPlusIV_2(L_59); // this.engine.Init(false, this.paramPlusIV); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_60 = __this->get_engine_0(); ParametersWithIV_tD5AFAE97C3F7DA4A08BC278F9AC969DA957E87A0 * L_61 = __this->get_paramPlusIV_2(); NullCheck(L_60); CbcBlockCipher_Init_m02414897EDA97A225DB661584BCD3CCD132BD3CB(L_60, (bool)0, L_61, /*hidden argument*/NULL); // byte[] LCEKPADICV = new byte[TEMP1.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = V_3; NullCheck(L_62); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_62)->max_length)))); V_4 = L_63; // Array.Copy(TEMP1, 0, LCEKPADICV, 0, TEMP1.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = V_3; NullCheck(L_66); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_64, 0, (RuntimeArray *)(RuntimeArray *)L_65, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length))), /*hidden argument*/NULL); // for (int i = 0; i < (LCEKPADICV.Length / engine.GetBlockSize()); i++) V_12 = 0; goto IL_018f; } IL_0165: { // int currentBytePos = i * engine.GetBlockSize(); int32_t L_67 = V_12; CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_68 = __this->get_engine_0(); NullCheck(L_68); int32_t L_69; L_69 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_68, /*hidden argument*/NULL); V_13 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_67, (int32_t)L_69)); // engine.ProcessBlock(LCEKPADICV, currentBytePos, LCEKPADICV, currentBytePos); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_70 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = V_4; int32_t L_72 = V_13; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = V_4; int32_t L_74 = V_13; NullCheck(L_70); int32_t L_75; L_75 = CbcBlockCipher_ProcessBlock_m780496B003C64ECE7C09F51A8F67F9798F1463F8(L_70, L_71, L_72, L_73, L_74, /*hidden argument*/NULL); // for (int i = 0; i < (LCEKPADICV.Length / engine.GetBlockSize()); i++) int32_t L_76 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_018f: { // for (int i = 0; i < (LCEKPADICV.Length / engine.GetBlockSize()); i++) int32_t L_77 = V_12; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = V_4; NullCheck(L_78); CbcBlockCipher_t73BF0C94789ABAC579754F488B134CB6C9E19D30 * L_79 = __this->get_engine_0(); NullCheck(L_79); int32_t L_80; L_80 = CbcBlockCipher_GetBlockSize_m9C9A7F47110AC192DC2FD00A9E48DBE9ACBE9BD5(L_79, /*hidden argument*/NULL); if ((((int32_t)L_77) < ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_78)->max_length)))/(int32_t)L_80))))) { goto IL_0165; } } { // byte[] result = new byte[LCEKPADICV.Length - 8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_81 = V_4; NullCheck(L_81); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_82 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_81)->max_length))), (int32_t)8))); V_5 = L_82; // byte[] CKStoBeVerified = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); V_6 = L_83; // Array.Copy(LCEKPADICV, 0, result, 0, LCEKPADICV.Length - 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_84 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_85 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86 = V_4; NullCheck(L_86); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_84, 0, (RuntimeArray *)(RuntimeArray *)L_85, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_86)->max_length))), (int32_t)8)), /*hidden argument*/NULL); // Array.Copy(LCEKPADICV, LCEKPADICV.Length - 8, CKStoBeVerified, 0, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_87 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_88 = V_4; NullCheck(L_88); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89 = V_6; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_87, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_88)->max_length))), (int32_t)8)), (RuntimeArray *)(RuntimeArray *)L_89, 0, 8, /*hidden argument*/NULL); // if (!CheckCmsKeyChecksum(result, CKStoBeVerified)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_90 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_91 = V_6; bool L_92; L_92 = RC2WrapEngine_CheckCmsKeyChecksum_m1C88435FE45E6E8817D6C89D844E3A69601955A1(__this, L_90, L_91, /*hidden argument*/NULL); if (L_92) { goto IL_01f1; } } { // throw new InvalidCipherTextException( // "Checksum inside ciphertext is corrupted"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_93 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_93, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10B049D9030EED71568DBA6470C98D793E1C4E3F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_93, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2WrapEngine_Unwrap_m0897C366573E541F6F2566001FC918DA874312E0_RuntimeMethod_var))); } IL_01f1: { // if ((result.Length - ((result[0] & 0xff) + 1)) > 7) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_94 = V_5; NullCheck(L_94); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_95 = V_5; NullCheck(L_95); int32_t L_96 = 0; uint8_t L_97 = (L_95)->GetAt(static_cast(L_96)); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_94)->max_length))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_97&(int32_t)((int32_t)255))), (int32_t)1))))) <= ((int32_t)7))) { goto IL_0234; } } { // throw new InvalidCipherTextException( // "too many pad bytes (" + (result.Length - ((result[0] & 0xff) + 1)) + ")"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_98 = V_5; NullCheck(L_98); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_99 = V_5; NullCheck(L_99); int32_t L_100 = 0; uint8_t L_101 = (L_99)->GetAt(static_cast(L_100)); V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_98)->max_length))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_101&(int32_t)((int32_t)255))), (int32_t)1)))); String_t* L_102; L_102 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_8), /*hidden argument*/NULL); String_t* L_103; L_103 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBDCBBCBD8F5E0EB099A3A1B0ECDDB8743EBCA8A8)), L_102, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D)), /*hidden argument*/NULL); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_104 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_104, L_103, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_104, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC2WrapEngine_Unwrap_m0897C366573E541F6F2566001FC918DA874312E0_RuntimeMethod_var))); } IL_0234: { // byte[] CEK = new byte[result[0]]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_105 = V_5; NullCheck(L_105); int32_t L_106 = 0; uint8_t L_107 = (L_105)->GetAt(static_cast(L_106)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_108 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_107); V_7 = L_108; // Array.Copy(result, 1, CEK, 0, CEK.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_109 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_110 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_111 = V_7; NullCheck(L_111); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_109, 1, (RuntimeArray *)(RuntimeArray *)L_110, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_111)->max_length))), /*hidden argument*/NULL); // return CEK; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_112 = V_7; return L_112; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::CalculateCmsKeyChecksum(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RC2WrapEngine_CalculateCmsKeyChecksum_m4AE1318771DDD2A8C0CA8E7C8EC19E7BAEADB62E (RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, 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; { // sha1.BlockUpdate(key, 0, key.Length); RuntimeObject* L_0 = __this->get_sha1_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___key0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___key0; 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)))); // sha1.DoFinal(digest, 0); RuntimeObject* L_3 = __this->get_sha1_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_digest_8(); 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); // byte[] result = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_6; // Array.Copy(digest, 0, result, 0, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_digest_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_7, 0, (RuntimeArray *)(RuntimeArray *)L_8, 0, 8, /*hidden argument*/NULL); // return result; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; return L_9; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::CheckCmsKeyChecksum(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RC2WrapEngine_CheckCmsKeyChecksum_m1C88435FE45E6E8817D6C89D844E3A69601955A1 (RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___checksum1, 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.ConstantTimeAreEqual(CalculateCmsKeyChecksum(key), checksum); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = RC2WrapEngine_CalculateCmsKeyChecksum_m4AE1318771DDD2A8C0CA8E7C8EC19E7BAEADB62E(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___checksum1; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_3; L_3 = Arrays_ConstantTimeAreEqual_mA8B0D8A56AE0903D0723D146FD1777A01E2014E4(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2WrapEngine__ctor_m24695B4327C5DBDCEAA11F86861F5F1D234F52A5 (RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511 * __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*)&Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IDigest sha1 = new Sha1Digest(); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_0 = (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)il2cpp_codegen_object_new(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648(L_0, /*hidden argument*/NULL); __this->set_sha1_7(L_0); // byte[] digest = new byte[20]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); __this->set_digest_8(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC2WrapEngine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2WrapEngine__cctor_m709A4B1F1791FBFBC072A4F664B8E1035D57A9A3 (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*)&RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly byte[] IV2 = // { // (byte) 0x4a, (byte) 0xdd, (byte) 0xa2, // (byte) 0x2c, (byte) 0x79, (byte) 0xe8, // (byte) 0x21, (byte) 0x05 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_StaticFields*)il2cpp_codegen_static_fields_for(RC2WrapEngine_t099F1E255CE1D206822A2ACF2C07FC059E89E511_il2cpp_TypeInfo_var))->set_IV2_6(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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4Engine_Init_mFD03ADC91D20BCC5990C4132C7D429D4A90630BF (RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (parameters is KeyParameter) RuntimeObject* L_0 = ___parameters1; if (!((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // workingKey = ((KeyParameter)parameters).GetKey(); RuntimeObject* L_1 = ___parameters1; NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_1, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_1, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_workingKey_4(L_2); // SetKey(workingKey); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_workingKey_4(); RC4Engine_SetKey_mDB3D57E9BD0D4C0884F2978D3248E6C098830464(__this, L_3, /*hidden argument*/NULL); // return; return; } IL_0026: { // throw new ArgumentException("invalid parameter passed to RC4 init - " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_4 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral18BB83580C7D91DDE15B424F080336CF198BF399)), L_5, /*hidden argument*/NULL); 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, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC4Engine_Init_mFD03ADC91D20BCC5990C4132C7D429D4A90630BF_RuntimeMethod_var))); } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RC4Engine_get_AlgorithmName_m09294094CF2D899C2FFD3C4309F23F3B9C4D9319 (RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B61056CE34B3597E690DEF082DF2AB2F399A4E8); s_Il2CppMethodInitialized = true; } { // get { return "RC4"; } return _stringLiteral3B61056CE34B3597E690DEF082DF2AB2F399A4E8; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::ReturnByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RC4Engine_ReturnByte_mE9031BF8EC1A6B12DE65C0E51CD19B572AF25C50 (RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD * __this, uint8_t ___input0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; { // x = (x + 1) & 0xff; int32_t L_0 = __this->get_x_2(); __this->set_x_2(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))&(int32_t)((int32_t)255)))); // y = (engineState[x] + y) & 0xff; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_engineState_1(); int32_t L_2 = __this->get_x_2(); NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); int32_t L_5 = __this->get_y_3(); __this->set_y_3(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))&(int32_t)((int32_t)255)))); // byte tmp = engineState[x]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_engineState_1(); int32_t L_7 = __this->get_x_2(); NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); V_0 = L_9; // engineState[x] = engineState[y]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_engineState_1(); int32_t L_11 = __this->get_x_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_engineState_1(); int32_t L_13 = __this->get_y_3(); NullCheck(L_12); int32_t L_14 = L_13; uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (uint8_t)L_15); // engineState[y] = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_engineState_1(); int32_t L_17 = __this->get_y_3(); uint8_t L_18 = V_0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (uint8_t)L_18); // return (byte)(input ^ engineState[(engineState[x] + engineState[y]) & 0xff]); uint8_t L_19 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_engineState_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_engineState_1(); int32_t L_22 = __this->get_x_2(); NullCheck(L_21); int32_t L_23 = L_22; uint8_t L_24 = (L_21)->GetAt(static_cast(L_23)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = __this->get_engineState_1(); int32_t L_26 = __this->get_y_3(); NullCheck(L_25); int32_t L_27 = L_26; uint8_t L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_20); int32_t L_29 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_28))&(int32_t)((int32_t)255))); uint8_t L_30 = (L_20)->GetAt(static_cast(L_29)); return (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_19^(int32_t)L_30)))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4Engine_ProcessBytes_m6B3CF7B28605DF2F61B6945C50C234048C112387 (RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output3, int32_t ___outOff4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t V_1 = 0x0; { // Check.DataLength(input, inOff, length, "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; int32_t L_2 = ___length2; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_0, L_1, L_2, _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, length, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___output3; int32_t L_4 = ___outOff4; int32_t L_5 = ___length2; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_3, L_4, L_5, _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // for (int i = 0; i < length ; i++) V_0 = 0; goto IL_00c7; } IL_0023: { // x = (x + 1) & 0xff; int32_t L_6 = __this->get_x_2(); __this->set_x_2(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))&(int32_t)((int32_t)255)))); // y = (engineState[x] + y) & 0xff; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_engineState_1(); int32_t L_8 = __this->get_x_2(); NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); int32_t L_11 = __this->get_y_3(); __this->set_y_3(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11))&(int32_t)((int32_t)255)))); // byte tmp = engineState[x]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_engineState_1(); int32_t L_13 = __this->get_x_2(); NullCheck(L_12); int32_t L_14 = L_13; uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_1 = L_15; // engineState[x] = engineState[y]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_engineState_1(); int32_t L_17 = __this->get_x_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_engineState_1(); int32_t L_19 = __this->get_y_3(); NullCheck(L_18); int32_t L_20 = L_19; uint8_t L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (uint8_t)L_21); // engineState[y] = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get_engineState_1(); int32_t L_23 = __this->get_y_3(); uint8_t L_24 = V_1; NullCheck(L_22); (L_22)->SetAt(static_cast(L_23), (uint8_t)L_24); // output[i+outOff] = (byte)(input[i + inOff] // ^ engineState[(engineState[x] + engineState[y]) & 0xff]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___output3; int32_t L_26 = V_0; int32_t L_27 = ___outOff4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___input0; int32_t L_29 = V_0; int32_t L_30 = ___inOff1; NullCheck(L_28); int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)); uint8_t L_32 = (L_28)->GetAt(static_cast(L_31)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = __this->get_engineState_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = __this->get_engineState_1(); int32_t L_35 = __this->get_x_2(); NullCheck(L_34); int32_t L_36 = L_35; uint8_t L_37 = (L_34)->GetAt(static_cast(L_36)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = __this->get_engineState_1(); int32_t L_39 = __this->get_y_3(); NullCheck(L_38); int32_t L_40 = L_39; uint8_t L_41 = (L_38)->GetAt(static_cast(L_40)); NullCheck(L_33); int32_t L_42 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_41))&(int32_t)((int32_t)255))); uint8_t L_43 = (L_33)->GetAt(static_cast(L_42)); NullCheck(L_25); (L_25)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_32^(int32_t)L_43))))); // for (int i = 0; i < length ; i++) int32_t L_44 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_00c7: { // for (int i = 0; i < length ; i++) int32_t L_45 = V_0; int32_t L_46 = ___length2; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_0023; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4Engine_Reset_m433C5792F0DBCC36B7701B6853620D1565DB9C87 (RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD * __this, const RuntimeMethod* method) { { // SetKey(workingKey); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_workingKey_4(); RC4Engine_SetKey_mDB3D57E9BD0D4C0884F2978D3248E6C098830464(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::SetKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4Engine_SetKey_mDB3D57E9BD0D4C0884F2978D3248E6C098830464 (RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyBytes0, 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*)&RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; { // workingKey = keyBytes; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___keyBytes0; __this->set_workingKey_4(L_0); // x = 0; __this->set_x_2(0); // y = 0; __this->set_y_3(0); // if (engineState == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_engineState_1(); if (L_1) { goto IL_002d; } } { // engineState = new byte[STATE_LENGTH]; IL2CPP_RUNTIME_CLASS_INIT(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var); int32_t L_2 = ((RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_StaticFields*)il2cpp_codegen_static_fields_for(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var))->get_STATE_LENGTH_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); __this->set_engineState_1(L_3); } IL_002d: { // for (int i=0; i < STATE_LENGTH; i++) V_2 = 0; goto IL_003f; } IL_0031: { // engineState[i] = (byte)i; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_engineState_1(); int32_t L_5 = V_2; int32_t L_6 = V_2; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (uint8_t)((int32_t)((uint8_t)L_6))); // for (int i=0; i < STATE_LENGTH; i++) int32_t L_7 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_003f: { // for (int i=0; i < STATE_LENGTH; i++) int32_t L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var); int32_t L_9 = ((RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_StaticFields*)il2cpp_codegen_static_fields_for(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var))->get_STATE_LENGTH_0(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0031; } } { // int i1 = 0; V_0 = 0; // int i2 = 0; V_1 = 0; // for (int i=0; i < STATE_LENGTH; i++) V_3 = 0; goto IL_009a; } IL_004f: { // i2 = ((keyBytes[i1] & 0xff) + engineState[i] + i2) & 0xff; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___keyBytes0; int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_engineState_1(); int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = L_15; uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); int32_t L_18 = V_1; V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_13&(int32_t)((int32_t)255))), (int32_t)L_17)), (int32_t)L_18))&(int32_t)((int32_t)255))); // byte tmp = engineState[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_engineState_1(); int32_t L_20 = V_3; NullCheck(L_19); int32_t L_21 = L_20; uint8_t L_22 = (L_19)->GetAt(static_cast(L_21)); V_4 = L_22; // engineState[i] = engineState[i2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get_engineState_1(); int32_t L_24 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = __this->get_engineState_1(); int32_t L_26 = V_1; NullCheck(L_25); int32_t L_27 = L_26; uint8_t L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (uint8_t)L_28); // engineState[i2] = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = __this->get_engineState_1(); int32_t L_30 = V_1; uint8_t L_31 = V_4; NullCheck(L_29); (L_29)->SetAt(static_cast(L_30), (uint8_t)L_31); // i1 = (i1+1) % keyBytes.Length; int32_t L_32 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = ___keyBytes0; NullCheck(L_33); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))))); // for (int i=0; i < STATE_LENGTH; i++) int32_t L_34 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_009a: { // for (int i=0; i < STATE_LENGTH; i++) int32_t L_35 = V_3; IL2CPP_RUNTIME_CLASS_INIT(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var); int32_t L_36 = ((RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_StaticFields*)il2cpp_codegen_static_fields_for(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var))->get_STATE_LENGTH_0(); if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_004f; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4Engine__ctor_mC89F538A9DE5523E0CDE48DD6195557853E5D363 (RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC4Engine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC4Engine__cctor_m802F7520660111F15D2528CF1BCE492C94001945 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly static int STATE_LENGTH = 256; ((RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_StaticFields*)il2cpp_codegen_static_fields_for(RC4Engine_tB33AC12562BB1EDF2A2EAB3147819ACFF7851BDD_il2cpp_TypeInfo_var))->set_STATE_LENGTH_0(((int32_t)256)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC532Engine__ctor_m72A9301B228341740FAD3A1054A94BFAD52D34FC (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, const RuntimeMethod* method) { { // public RC532Engine() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // _noRounds = 12; // the default __this->set__noRounds_0(((int32_t)12)); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RC532Engine_get_AlgorithmName_m19E3D8B0670E115665415389BB32A084698D16F8 (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71B3CD3397671C8E3618F011BF170FAC9F499980); s_Il2CppMethodInitialized = true; } { // get { return "RC5-32"; } return _stringLiteral71B3CD3397671C8E3618F011BF170FAC9F499980; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RC532Engine_get_IsPartialBlockOkay_m5D2B7642E02954F87940CABC6C286F447CAF2BE0 (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC532Engine_GetBlockSize_m79869CC162F29F7C707ED76FB3D15CAACA8B079D (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, const RuntimeMethod* method) { { // return 2 * 4; return 8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC532Engine_Init_mCD59131F5862043CEED9B008A6A77C540A27D520 (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875 * V_0 = NULL; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_1 = NULL; { // if (typeof(RC5Parameters).IsInstanceOfType(parameters)) RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); RuntimeObject* L_2 = ___parameters1; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_1, L_2); if (!L_3) { goto IL_0033; } } { // RC5Parameters p = (RC5Parameters)parameters; RuntimeObject* L_4 = ___parameters1; V_0 = ((RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875 *)CastclassClass((RuntimeObject*)L_4, RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875_il2cpp_TypeInfo_var)); // _noRounds = p.Rounds; RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875 * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = RC5Parameters_get_Rounds_m8D4D6EA34EF4825645EA982B97F1A4D44C542282_inline(L_5, /*hidden argument*/NULL); __this->set__noRounds_0(L_6); // SetKey(p.GetKey()); RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875 * L_7 = V_0; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(L_7, /*hidden argument*/NULL); RC532Engine_SetKey_mB3882E37797D9A5433DFD1ABF39AE652CF071CE1(__this, L_8, /*hidden argument*/NULL); // } goto IL_0070; } IL_0033: { // else if (typeof(KeyParameter).IsInstanceOfType(parameters)) RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_9, /*hidden argument*/NULL); RuntimeObject* L_11 = ___parameters1; NullCheck(L_10); bool L_12; L_12 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_10, L_11); if (!L_12) { goto IL_005a; } } { // KeyParameter p = (KeyParameter)parameters; RuntimeObject* L_13 = ___parameters1; V_1 = ((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_13, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)); // SetKey(p.GetKey()); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_14 = V_1; NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(L_14, /*hidden argument*/NULL); RC532Engine_SetKey_mB3882E37797D9A5433DFD1ABF39AE652CF071CE1(__this, L_15, /*hidden argument*/NULL); // } goto IL_0070; } IL_005a: { // throw new ArgumentException("invalid parameter passed to RC532 init - " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_16 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_17; L_17 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_16, /*hidden argument*/NULL); String_t* L_18; L_18 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF1820699B4345D86F4AB2612A13D00EBC4B47BB1)), L_17, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC532Engine_Init_mCD59131F5862043CEED9B008A6A77C540A27D520_RuntimeMethod_var))); } IL_0070: { // this.forEncryption = forEncryption; bool L_20 = ___forEncryption0; __this->set_forEncryption_4(L_20); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC532Engine_ProcessBlock_m189A753DD70F1531AB563EFBC9DD7EEB598998A5 (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { { // return (forEncryption) // ? EncryptBlock(input, inOff, output, outOff) // : DecryptBlock(input, inOff, output, outOff); bool L_0 = __this->get_forEncryption_4(); if (L_0) { goto IL_0014; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; int32_t L_2 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___output2; int32_t L_4 = ___outOff3; int32_t L_5; L_5 = RC532Engine_DecryptBlock_mAECF94A3802448B35BB3C12CF5B7D2246567541D(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0014: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; int32_t L_7 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___output2; int32_t L_9 = ___outOff3; int32_t L_10; L_10 = RC532Engine_EncryptBlock_m91F13EF9B61C5D462DC815A6DCA3436B2676B175(__this, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC532Engine_Reset_mE5E61B571CF3A77295933D2A6CCB3F49A3B4316D (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::SetKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC532Engine_SetKey_mB3882E37797D9A5433DFD1ABF39AE652CF071CE1 (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; { // int[] L = new int[(key.Length + (4 - 1)) / 4]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; NullCheck(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)3))/(int32_t)4))); V_0 = L_1; // for (int i = 0; i != key.Length; i++) V_6 = 0; goto IL_003a; } IL_0012: { // L[i / 4] += (key[i] & 0xff) << (8 * (i % 4)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = V_0; int32_t L_3 = V_6; NullCheck(L_2); int32_t* L_4 = ((L_2)->GetAddressAt(static_cast(((int32_t)((int32_t)L_3/(int32_t)4))))); int32_t L_5 = *((int32_t*)L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___key0; int32_t L_7 = V_6; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); int32_t L_10 = V_6; *((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)((int32_t)L_10%(int32_t)4))))&(int32_t)((int32_t)31))))))); // for (int i = 0; i != key.Length; i++) int32_t L_11 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003a: { // for (int i = 0; i != key.Length; i++) int32_t L_12 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___key0; NullCheck(L_13); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))))) { goto IL_0012; } } { // _S = new int[2*(_noRounds + 1)]; int32_t L_14 = __this->get__noRounds_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))))); __this->set__S_1(L_15); // _S[0] = P32; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = __this->get__S_1(); IL2CPP_RUNTIME_CLASS_INIT(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var); int32_t L_17 = ((RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_StaticFields*)il2cpp_codegen_static_fields_for(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var))->get_P32_2(); NullCheck(L_16); (L_16)->SetAt(static_cast(0), (int32_t)L_17); // for (int i=1; i < _S.Length; i++) V_7 = 1; goto IL_0088; } IL_0068: { // _S[i] = (_S[i-1] + Q32); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = __this->get__S_1(); int32_t L_19 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = __this->get__S_1(); int32_t L_21 = V_7; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)); int32_t L_23 = (L_20)->GetAt(static_cast(L_22)); IL2CPP_RUNTIME_CLASS_INIT(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var); int32_t L_24 = ((RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_StaticFields*)il2cpp_codegen_static_fields_for(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var))->get_Q32_3(); NullCheck(L_18); (L_18)->SetAt(static_cast(L_19), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))); // for (int i=1; i < _S.Length; i++) int32_t L_25 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0088: { // for (int i=1; i < _S.Length; i++) int32_t L_26 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = __this->get__S_1(); NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))))) { goto IL_0068; } } { // if (L.Length > _S.Length) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = V_0; NullCheck(L_28); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = __this->get__S_1(); NullCheck(L_29); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))) { goto IL_00a9; } } { // iter = 3 * L.Length; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = V_0; NullCheck(L_30); V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length))))); // } goto IL_00b4; } IL_00a9: { // iter = 3 * _S.Length; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = __this->get__S_1(); NullCheck(L_31); V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))))); } IL_00b4: { // int A = 0, B = 0; V_2 = 0; // int A = 0, B = 0; V_3 = 0; // int ii = 0, jj = 0; V_4 = 0; // int ii = 0, jj = 0; V_5 = 0; // for (int k = 0; k < iter; k++) V_8 = 0; goto IL_0120; } IL_00c3: { // A = _S[ii] = RotateLeft(_S[ii] + A + B, 3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_32 = __this->get__S_1(); int32_t L_33 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_34 = __this->get__S_1(); int32_t L_35 = V_4; NullCheck(L_34); int32_t L_36 = L_35; int32_t L_37 = (L_34)->GetAt(static_cast(L_36)); int32_t L_38 = V_2; int32_t L_39 = V_3; int32_t L_40; L_40 = RC532Engine_RotateLeft_m06B50221D91EB59206EC01E908176BE5CA0F9505(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38)), (int32_t)L_39)), 3, /*hidden argument*/NULL); int32_t L_41 = L_40; V_9 = L_41; NullCheck(L_32); (L_32)->SetAt(static_cast(L_33), (int32_t)L_41); int32_t L_42 = V_9; V_2 = L_42; // B = L[jj] = RotateLeft( L[jj] + A + B, A+B); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = V_0; int32_t L_44 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_45 = V_0; int32_t L_46 = V_5; NullCheck(L_45); int32_t L_47 = L_46; int32_t L_48 = (L_45)->GetAt(static_cast(L_47)); int32_t L_49 = V_2; int32_t L_50 = V_3; int32_t L_51 = V_2; int32_t L_52 = V_3; int32_t L_53; L_53 = RC532Engine_RotateLeft_m06B50221D91EB59206EC01E908176BE5CA0F9505(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_49)), (int32_t)L_50)), ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_52)), /*hidden argument*/NULL); int32_t L_54 = L_53; V_9 = L_54; NullCheck(L_43); (L_43)->SetAt(static_cast(L_44), (int32_t)L_54); int32_t L_55 = V_9; V_3 = L_55; // ii = (ii+1) % _S.Length; int32_t L_56 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_57 = __this->get__S_1(); NullCheck(L_57); V_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1))%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_57)->max_length))))); // jj = (jj+1) % L.Length; int32_t L_58 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_59 = V_0; NullCheck(L_59); V_5 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1))%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_59)->max_length))))); // for (int k = 0; k < iter; k++) int32_t L_60 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_0120: { // for (int k = 0; k < iter; k++) int32_t L_61 = V_8; int32_t L_62 = V_1; if ((((int32_t)L_61) < ((int32_t)L_62))) { goto IL_00c3; } } { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC532Engine_EncryptBlock_m91F13EF9B61C5D462DC815A6DCA3436B2676B175 (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // int A = BytesToWord(input, inOff) + _S[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; int32_t L_2; L_2 = RC532Engine_BytesToWord_m4A66C850D4E0812E55A7B99C6638D27AE373E53E(__this, L_0, L_1, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = __this->get__S_1(); NullCheck(L_3); int32_t L_4 = 0; int32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_5)); // int B = BytesToWord(input, inOff + 4) + _S[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; int32_t L_7 = ___inOff1; int32_t L_8; L_8 = RC532Engine_BytesToWord_m4A66C850D4E0812E55A7B99C6638D27AE373E53E(__this, L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)4)), /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = __this->get__S_1(); NullCheck(L_9); int32_t L_10 = 1; int32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_11)); // for (int i = 1; i <= _noRounds; i++) V_2 = 1; goto IL_005c; } IL_002a: { // A = RotateLeft(A ^ B, B) + _S[2*i]; int32_t L_12 = V_0; int32_t L_13 = V_1; int32_t L_14 = V_1; int32_t L_15; L_15 = RC532Engine_RotateLeft_m06B50221D91EB59206EC01E908176BE5CA0F9505(__this, ((int32_t)((int32_t)L_12^(int32_t)L_13)), L_14, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = __this->get__S_1(); int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_17)); int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_19)); // B = RotateLeft(B ^ A, A) + _S[2*i+1]; int32_t L_20 = V_1; int32_t L_21 = V_0; int32_t L_22 = V_0; int32_t L_23; L_23 = RC532Engine_RotateLeft_m06B50221D91EB59206EC01E908176BE5CA0F9505(__this, ((int32_t)((int32_t)L_20^(int32_t)L_21)), L_22, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = __this->get__S_1(); int32_t L_25 = V_2; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_25)), (int32_t)1)); int32_t L_27 = (L_24)->GetAt(static_cast(L_26)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_27)); // for (int i = 1; i <= _noRounds; i++) int32_t L_28 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_005c: { // for (int i = 1; i <= _noRounds; i++) int32_t L_29 = V_2; int32_t L_30 = __this->get__noRounds_0(); if ((((int32_t)L_29) <= ((int32_t)L_30))) { goto IL_002a; } } { // WordToBytes(A, outBytes, outOff); int32_t L_31 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___outBytes2; int32_t L_33 = ___outOff3; RC532Engine_WordToBytes_m0545DE2D728DE2B60E66780E6CF69BCD8717F2DE(__this, L_31, L_32, L_33, /*hidden argument*/NULL); // WordToBytes(B, outBytes, outOff + 4); int32_t L_34 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = ___outBytes2; int32_t L_36 = ___outOff3; RC532Engine_WordToBytes_m0545DE2D728DE2B60E66780E6CF69BCD8717F2DE(__this, L_34, L_35, ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)4)), /*hidden argument*/NULL); // return 2 * 4; return 8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC532Engine_DecryptBlock_mAECF94A3802448B35BB3C12CF5B7D2246567541D (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // int A = BytesToWord(input, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; int32_t L_2; L_2 = RC532Engine_BytesToWord_m4A66C850D4E0812E55A7B99C6638D27AE373E53E(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // int B = BytesToWord(input, inOff + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input0; int32_t L_4 = ___inOff1; int32_t L_5; L_5 = RC532Engine_BytesToWord_m4A66C850D4E0812E55A7B99C6638D27AE373E53E(__this, L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); V_1 = L_5; // for (int i = _noRounds; i >= 1; i--) int32_t L_6 = __this->get__noRounds_0(); V_2 = L_6; goto IL_004f; } IL_001d: { // B = RotateRight(B - _S[2*i+1], A) ^ A; int32_t L_7 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = __this->get__S_1(); int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_9)), (int32_t)1)); int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); int32_t L_12 = V_0; int32_t L_13; L_13 = RC532Engine_RotateRight_m770A3F289F6E48BEA136D99D3C48B41B0198F656(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_11)), L_12, /*hidden argument*/NULL); int32_t L_14 = V_0; V_1 = ((int32_t)((int32_t)L_13^(int32_t)L_14)); // A = RotateRight(A - _S[2*i], B) ^ B; int32_t L_15 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = __this->get__S_1(); int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_17)); int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); int32_t L_20 = V_1; int32_t L_21; L_21 = RC532Engine_RotateRight_m770A3F289F6E48BEA136D99D3C48B41B0198F656(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_19)), L_20, /*hidden argument*/NULL); int32_t L_22 = V_1; V_0 = ((int32_t)((int32_t)L_21^(int32_t)L_22)); // for (int i = _noRounds; i >= 1; i--) int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_004f: { // for (int i = _noRounds; i >= 1; i--) int32_t L_24 = V_2; if ((((int32_t)L_24) >= ((int32_t)1))) { goto IL_001d; } } { // WordToBytes(A - _S[0], outBytes, outOff); int32_t L_25 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = __this->get__S_1(); NullCheck(L_26); int32_t L_27 = 0; int32_t L_28 = (L_26)->GetAt(static_cast(L_27)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___outBytes2; int32_t L_30 = ___outOff3; RC532Engine_WordToBytes_m0545DE2D728DE2B60E66780E6CF69BCD8717F2DE(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_28)), L_29, L_30, /*hidden argument*/NULL); // WordToBytes(B - _S[1], outBytes, outOff + 4); int32_t L_31 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_32 = __this->get__S_1(); NullCheck(L_32); int32_t L_33 = 1; int32_t L_34 = (L_32)->GetAt(static_cast(L_33)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = ___outBytes2; int32_t L_36 = ___outOff3; RC532Engine_WordToBytes_m0545DE2D728DE2B60E66780E6CF69BCD8717F2DE(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_34)), L_35, ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)4)), /*hidden argument*/NULL); // return 2 * 4; return 8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::RotateLeft(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC532Engine_RotateLeft_m06B50221D91EB59206EC01E908176BE5CA0F9505 (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) { { // return ((int) ( (uint) (x << (y & (32-1))) | // ((uint) x >> (32 - (y & (32-1)))) ) // ); int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___x0; int32_t L_3 = ___y1; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_2>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31)))))&(int32_t)((int32_t)31))))))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::RotateRight(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC532Engine_RotateRight_m770A3F289F6E48BEA136D99D3C48B41B0198F656 (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) { { // return ((int) ( ((uint) x >> (y & (32-1))) | // (uint) (x << (32 - (y & (32-1)))) ) // ); int32_t L_0 = ___x0; int32_t L_1 = ___y1; int32_t L_2 = ___x0; int32_t L_3 = ___y1; return ((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>((int32_t)((int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31)))))&(int32_t)((int32_t)31))))))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::BytesToWord(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC532Engine_BytesToWord_m4A66C850D4E0812E55A7B99C6638D27AE373E53E (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcOff1, const RuntimeMethod* method) { { // return (src[srcOff] & 0xff) | ((src[srcOff + 1] & 0xff) << 8) // | ((src[srcOff + 2] & 0xff) << 16) | ((src[srcOff + 3] & 0xff) << 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___src0; int32_t L_1 = ___srcOff1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___src0; int32_t L_5 = ___srcOff1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___src0; int32_t L_9 = ___srcOff1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___src0; int32_t L_13 = ___srcOff1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)255)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)255)))<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)24))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::WordToBytes(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC532Engine_WordToBytes_m0545DE2D728DE2B60E66780E6CF69BCD8717F2DE (RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC * __this, int32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst1, int32_t ___dstOff2, const RuntimeMethod* method) { { // dst[dstOff] = (byte)word; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___dst1; int32_t L_1 = ___dstOff2; int32_t L_2 = ___word0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)((int32_t)((uint8_t)L_2))); // dst[dstOff + 1] = (byte)(word >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___dst1; int32_t L_4 = ___dstOff2; int32_t L_5 = ___word0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_5>>(int32_t)8))))); // dst[dstOff + 2] = (byte)(word >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___dst1; int32_t L_7 = ___dstOff2; int32_t L_8 = ___word0; NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_8>>(int32_t)((int32_t)16)))))); // dst[dstOff + 3] = (byte)(word >> 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___dst1; int32_t L_10 = ___dstOff2; int32_t L_11 = ___word0; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_11>>(int32_t)((int32_t)24)))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC532Engine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC532Engine__cctor_mCBA18D22507FA3BA3F45D430599BD37EFF9009CD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly int P32 = unchecked((int) 0xb7e15163); ((RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_StaticFields*)il2cpp_codegen_static_fields_for(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var))->set_P32_2(((int32_t)-1209970333)); // private static readonly int Q32 = unchecked((int) 0x9e3779b9); ((RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_StaticFields*)il2cpp_codegen_static_fields_for(RC532Engine_t8BD93EC9385155A9025C3BDF42206EB8931E41CC_il2cpp_TypeInfo_var))->set_Q32_3(((int32_t)-1640531527)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC564Engine__ctor_m755E88C175DD00F5CAAD6827947A793E555A8E40 (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, const RuntimeMethod* method) { { // public RC564Engine() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // _noRounds = 12; __this->set__noRounds_2(((int32_t)12)); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RC564Engine_get_AlgorithmName_mF5D3D01576D6A69192C9FD8880E6314AE96D5B6D (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF338F025E15E63B321EE7885AFA62E2EBDA019DD); s_Il2CppMethodInitialized = true; } { // get { return "RC5-64"; } return _stringLiteralF338F025E15E63B321EE7885AFA62E2EBDA019DD; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RC564Engine_get_IsPartialBlockOkay_m3C4B6C6E94173C0CB69687C238F955FCC345EB2D (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC564Engine_GetBlockSize_m4FC5F7A42CF734DC20A843A0A761A9B8B063C22B (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return 2 * bytesPerWord; IL2CPP_RUNTIME_CLASS_INIT(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); int32_t L_0 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); return ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_0)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC564Engine_Init_m49F257EABA4F632BAA8015B3A5FF03D8C1EDDD25 (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875 * V_0 = NULL; { // if (!(typeof(RC5Parameters).IsInstanceOfType(parameters))) RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); RuntimeObject* L_2 = ___parameters1; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_1, L_2); if (L_3) { goto IL_0028; } } { // throw new ArgumentException("invalid parameter passed to RC564 init - " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_4 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral92121EA1B3368BA74DACC650CFB6E85B47E49439)), L_5, /*hidden argument*/NULL); 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, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC564Engine_Init_m49F257EABA4F632BAA8015B3A5FF03D8C1EDDD25_RuntimeMethod_var))); } IL_0028: { // RC5Parameters p = (RC5Parameters)parameters; RuntimeObject* L_8 = ___parameters1; V_0 = ((RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875 *)CastclassClass((RuntimeObject*)L_8, RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875_il2cpp_TypeInfo_var)); // this.forEncryption = forEncryption; bool L_9 = ___forEncryption0; __this->set_forEncryption_6(L_9); // _noRounds = p.Rounds; RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875 * L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = RC5Parameters_get_Rounds_m8D4D6EA34EF4825645EA982B97F1A4D44C542282_inline(L_10, /*hidden argument*/NULL); __this->set__noRounds_2(L_11); // SetKey(p.GetKey()); RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875 * L_12 = V_0; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(L_12, /*hidden argument*/NULL); RC564Engine_SetKey_mE8D6E56E8F8AE2A4B4F5425D33AF35F1C4FAA36E(__this, L_13, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC564Engine_ProcessBlock_m3AA13314F39F916C046ED5241D4C6CDBEB107722 (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { { // return (forEncryption) ? EncryptBlock(input, inOff, output, outOff) // : DecryptBlock(input, inOff, output, outOff); bool L_0 = __this->get_forEncryption_6(); if (L_0) { goto IL_0014; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; int32_t L_2 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___output2; int32_t L_4 = ___outOff3; int32_t L_5; L_5 = RC564Engine_DecryptBlock_m1DCAAE895912C0DE3E82189E6D1B30469EB0BCF6(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0014: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; int32_t L_7 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___output2; int32_t L_9 = ___outOff3; int32_t L_10; L_10 = RC564Engine_EncryptBlock_mAE8E8224C3409C3695D4C4099D3F0CC96CE0A513(__this, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC564Engine_Reset_m60C4F897644B396177231F0ECCF4F3CAE46AAE77 (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::SetKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC564Engine_SetKey_mE8D6E56E8F8AE2A4B4F5425D33AF35F1C4FAA36E (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* V_0 = NULL; int32_t V_1 = 0; int64_t V_2 = 0; int64_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int64_t V_9 = 0; { // long[] L = new long[(key.Length + (bytesPerWord - 1)) / bytesPerWord]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; NullCheck(L_0); IL2CPP_RUNTIME_CLASS_INIT(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); int32_t L_1 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); int32_t L_2 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_3 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))))/(int32_t)L_2))); V_0 = L_3; // for (int i = 0; i != key.Length; i++) V_6 = 0; goto IL_004d; } IL_001c: { // L[i / bytesPerWord] += (long)(key[i] & 0xff) << (8 * (i % bytesPerWord)); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_4 = V_0; int32_t L_5 = V_6; IL2CPP_RUNTIME_CLASS_INIT(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); int32_t L_6 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); NullCheck(L_4); int64_t* L_7 = ((L_4)->GetAddressAt(static_cast(((int32_t)((int32_t)L_5/(int32_t)L_6))))); int64_t L_8 = *((int64_t*)L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___key0; int32_t L_10 = V_6; NullCheck(L_9); int32_t L_11 = L_10; uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); int32_t L_13 = V_6; int32_t L_14 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); *((int64_t*)L_7) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)255)))))<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)((int32_t)L_13%(int32_t)L_14))))&(int32_t)((int32_t)63))))))); // for (int i = 0; i != key.Length; i++) int32_t L_15 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004d: { // for (int i = 0; i != key.Length; i++) int32_t L_16 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___key0; NullCheck(L_17); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))))) { goto IL_001c; } } { // _S = new long[2*(_noRounds + 1)]; int32_t L_18 = __this->get__noRounds_2(); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_19 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))))); __this->set__S_3(L_19); // _S[0] = P64; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_20 = __this->get__S_3(); IL2CPP_RUNTIME_CLASS_INIT(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); int64_t L_21 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_P64_4(); NullCheck(L_20); (L_20)->SetAt(static_cast(0), (int64_t)L_21); // for (int i=1; i < _S.Length; i++) V_7 = 1; goto IL_009b; } IL_007b: { // _S[i] = (_S[i-1] + Q64); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_22 = __this->get__S_3(); int32_t L_23 = V_7; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_24 = __this->get__S_3(); int32_t L_25 = V_7; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); int64_t L_27 = (L_24)->GetAt(static_cast(L_26)); IL2CPP_RUNTIME_CLASS_INIT(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); int64_t L_28 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_Q64_5(); NullCheck(L_22); (L_22)->SetAt(static_cast(L_23), (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_27, (int64_t)L_28))); // for (int i=1; i < _S.Length; i++) int32_t L_29 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_009b: { // for (int i=1; i < _S.Length; i++) int32_t L_30 = V_7; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_31 = __this->get__S_3(); NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))) { goto IL_007b; } } { // if (L.Length > _S.Length) Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_32 = V_0; NullCheck(L_32); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_33 = __this->get__S_3(); NullCheck(L_33); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))) { goto IL_00bc; } } { // iter = 3 * L.Length; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_34 = V_0; NullCheck(L_34); V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))))); // } goto IL_00c7; } IL_00bc: { // iter = 3 * _S.Length; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_35 = __this->get__S_3(); NullCheck(L_35); V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))))); } IL_00c7: { // long A = 0, B = 0; V_2 = ((int64_t)((int64_t)0)); // long A = 0, B = 0; V_3 = ((int64_t)((int64_t)0)); // int ii = 0, jj = 0; V_4 = 0; // int ii = 0, jj = 0; V_5 = 0; // for (int k = 0; k < iter; k++) V_8 = 0; goto IL_0136; } IL_00d8: { // A = _S[ii] = RotateLeft(_S[ii] + A + B, 3); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_36 = __this->get__S_3(); int32_t L_37 = V_4; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_38 = __this->get__S_3(); int32_t L_39 = V_4; NullCheck(L_38); int32_t L_40 = L_39; int64_t L_41 = (L_38)->GetAt(static_cast(L_40)); int64_t L_42 = V_2; int64_t L_43 = V_3; int64_t L_44; L_44 = RC564Engine_RotateLeft_m5AB91531650EAEC86E8CD56CF539B7FE07CEF197(__this, ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_41, (int64_t)L_42)), (int64_t)L_43)), ((int64_t)((int64_t)3)), /*hidden argument*/NULL); int64_t L_45 = L_44; V_9 = L_45; NullCheck(L_36); (L_36)->SetAt(static_cast(L_37), (int64_t)L_45); int64_t L_46 = V_9; V_2 = L_46; // B = L[jj] = RotateLeft( L[jj] + A + B, A+B); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_47 = V_0; int32_t L_48 = V_5; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_49 = V_0; int32_t L_50 = V_5; NullCheck(L_49); int32_t L_51 = L_50; int64_t L_52 = (L_49)->GetAt(static_cast(L_51)); int64_t L_53 = V_2; int64_t L_54 = V_3; int64_t L_55 = V_2; int64_t L_56 = V_3; int64_t L_57; L_57 = RC564Engine_RotateLeft_m5AB91531650EAEC86E8CD56CF539B7FE07CEF197(__this, ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_52, (int64_t)L_53)), (int64_t)L_54)), ((int64_t)il2cpp_codegen_add((int64_t)L_55, (int64_t)L_56)), /*hidden argument*/NULL); int64_t L_58 = L_57; V_9 = L_58; NullCheck(L_47); (L_47)->SetAt(static_cast(L_48), (int64_t)L_58); int64_t L_59 = V_9; V_3 = L_59; // ii = (ii+1) % _S.Length; int32_t L_60 = V_4; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_61 = __this->get__S_3(); NullCheck(L_61); V_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1))%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_61)->max_length))))); // jj = (jj+1) % L.Length; int32_t L_62 = V_5; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_63 = V_0; NullCheck(L_63); V_5 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1))%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_63)->max_length))))); // for (int k = 0; k < iter; k++) int32_t L_64 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_0136: { // for (int k = 0; k < iter; k++) int32_t L_65 = V_8; int32_t L_66 = V_1; if ((((int32_t)L_65) < ((int32_t)L_66))) { goto IL_00d8; } } { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC564Engine_EncryptBlock_mAE8E8224C3409C3695D4C4099D3F0CC96CE0A513 (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; int32_t V_2 = 0; { // long A = BytesToWord(input, inOff) + _S[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; int64_t L_2; L_2 = RC564Engine_BytesToWord_m2CE7754DD2B34477090D62AB6AEED6D19418979E(__this, L_0, L_1, /*hidden argument*/NULL); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_3 = __this->get__S_3(); NullCheck(L_3); int32_t L_4 = 0; int64_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)L_5)); // long B = BytesToWord(input, inOff + bytesPerWord) + _S[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; int32_t L_7 = ___inOff1; IL2CPP_RUNTIME_CLASS_INIT(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); int32_t L_8 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); int64_t L_9; L_9 = RC564Engine_BytesToWord_m2CE7754DD2B34477090D62AB6AEED6D19418979E(__this, L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), /*hidden argument*/NULL); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_10 = __this->get__S_3(); NullCheck(L_10); int32_t L_11 = 1; int64_t L_12 = (L_10)->GetAt(static_cast(L_11)); V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_9, (int64_t)L_12)); // for (int i = 1; i <= _noRounds; i++) V_2 = 1; goto IL_0060; } IL_002e: { // A = RotateLeft(A ^ B, B) + _S[2*i]; int64_t L_13 = V_0; int64_t L_14 = V_1; int64_t L_15 = V_1; int64_t L_16; L_16 = RC564Engine_RotateLeft_m5AB91531650EAEC86E8CD56CF539B7FE07CEF197(__this, ((int64_t)((int64_t)L_13^(int64_t)L_14)), L_15, /*hidden argument*/NULL); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_17 = __this->get__S_3(); int32_t L_18 = V_2; NullCheck(L_17); int32_t L_19 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_18)); int64_t L_20 = (L_17)->GetAt(static_cast(L_19)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_16, (int64_t)L_20)); // B = RotateLeft(B ^ A, A) + _S[2*i+1]; int64_t L_21 = V_1; int64_t L_22 = V_0; int64_t L_23 = V_0; int64_t L_24; L_24 = RC564Engine_RotateLeft_m5AB91531650EAEC86E8CD56CF539B7FE07CEF197(__this, ((int64_t)((int64_t)L_21^(int64_t)L_22)), L_23, /*hidden argument*/NULL); Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_25 = __this->get__S_3(); int32_t L_26 = V_2; NullCheck(L_25); int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_26)), (int32_t)1)); int64_t L_28 = (L_25)->GetAt(static_cast(L_27)); V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_24, (int64_t)L_28)); // for (int i = 1; i <= _noRounds; i++) int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0060: { // for (int i = 1; i <= _noRounds; i++) int32_t L_30 = V_2; int32_t L_31 = __this->get__noRounds_2(); if ((((int32_t)L_30) <= ((int32_t)L_31))) { goto IL_002e; } } { // WordToBytes(A, outBytes, outOff); int64_t L_32 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = ___outBytes2; int32_t L_34 = ___outOff3; RC564Engine_WordToBytes_m9F1CE5A04CDFB546B4DB697493B9A6348513025E(__this, L_32, L_33, L_34, /*hidden argument*/NULL); // WordToBytes(B, outBytes, outOff + bytesPerWord); int64_t L_35 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___outBytes2; int32_t L_37 = ___outOff3; IL2CPP_RUNTIME_CLASS_INIT(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); int32_t L_38 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); RC564Engine_WordToBytes_m9F1CE5A04CDFB546B4DB697493B9A6348513025E(__this, L_35, L_36, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38)), /*hidden argument*/NULL); // return 2 * bytesPerWord; int32_t L_39 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); return ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_39)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC564Engine_DecryptBlock_m1DCAAE895912C0DE3E82189E6D1B30469EB0BCF6 (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; int32_t V_2 = 0; { // long A = BytesToWord(input, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; int64_t L_2; L_2 = RC564Engine_BytesToWord_m2CE7754DD2B34477090D62AB6AEED6D19418979E(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // long B = BytesToWord(input, inOff + bytesPerWord); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input0; int32_t L_4 = ___inOff1; IL2CPP_RUNTIME_CLASS_INIT(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); int32_t L_5 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); int64_t L_6; L_6 = RC564Engine_BytesToWord_m2CE7754DD2B34477090D62AB6AEED6D19418979E(__this, L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); V_1 = L_6; // for (int i = _noRounds; i >= 1; i--) int32_t L_7 = __this->get__noRounds_2(); V_2 = L_7; goto IL_0053; } IL_0021: { // B = RotateRight(B - _S[2*i+1], A) ^ A; int64_t L_8 = V_1; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_9 = __this->get__S_3(); int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_10)), (int32_t)1)); int64_t L_12 = (L_9)->GetAt(static_cast(L_11)); int64_t L_13 = V_0; int64_t L_14; L_14 = RC564Engine_RotateRight_m7BCB624BE70023464FC4E7E5F9BA2CEF7A5DC26D(__this, ((int64_t)il2cpp_codegen_subtract((int64_t)L_8, (int64_t)L_12)), L_13, /*hidden argument*/NULL); int64_t L_15 = V_0; V_1 = ((int64_t)((int64_t)L_14^(int64_t)L_15)); // A = RotateRight(A - _S[2*i], B) ^ B; int64_t L_16 = V_0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_17 = __this->get__S_3(); int32_t L_18 = V_2; NullCheck(L_17); int32_t L_19 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_18)); int64_t L_20 = (L_17)->GetAt(static_cast(L_19)); int64_t L_21 = V_1; int64_t L_22; L_22 = RC564Engine_RotateRight_m7BCB624BE70023464FC4E7E5F9BA2CEF7A5DC26D(__this, ((int64_t)il2cpp_codegen_subtract((int64_t)L_16, (int64_t)L_20)), L_21, /*hidden argument*/NULL); int64_t L_23 = V_1; V_0 = ((int64_t)((int64_t)L_22^(int64_t)L_23)); // for (int i = _noRounds; i >= 1; i--) int32_t L_24 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); } IL_0053: { // for (int i = _noRounds; i >= 1; i--) int32_t L_25 = V_2; if ((((int32_t)L_25) >= ((int32_t)1))) { goto IL_0021; } } { // WordToBytes(A - _S[0], outBytes, outOff); int64_t L_26 = V_0; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_27 = __this->get__S_3(); NullCheck(L_27); int32_t L_28 = 0; int64_t L_29 = (L_27)->GetAt(static_cast(L_28)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ___outBytes2; int32_t L_31 = ___outOff3; RC564Engine_WordToBytes_m9F1CE5A04CDFB546B4DB697493B9A6348513025E(__this, ((int64_t)il2cpp_codegen_subtract((int64_t)L_26, (int64_t)L_29)), L_30, L_31, /*hidden argument*/NULL); // WordToBytes(B - _S[1], outBytes, outOff + bytesPerWord); int64_t L_32 = V_1; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_33 = __this->get__S_3(); NullCheck(L_33); int32_t L_34 = 1; int64_t L_35 = (L_33)->GetAt(static_cast(L_34)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___outBytes2; int32_t L_37 = ___outOff3; IL2CPP_RUNTIME_CLASS_INIT(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); int32_t L_38 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); RC564Engine_WordToBytes_m9F1CE5A04CDFB546B4DB697493B9A6348513025E(__this, ((int64_t)il2cpp_codegen_subtract((int64_t)L_32, (int64_t)L_35)), L_36, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38)), /*hidden argument*/NULL); // return 2 * bytesPerWord; int32_t L_39 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); return ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_39)); } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::RotateLeft(System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t RC564Engine_RotateLeft_m5AB91531650EAEC86E8CD56CF539B7FE07CEF197 (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, int64_t ___x0, int64_t ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ((long) ( (ulong) (x << (int) (y & (wordSize-1))) | // ((ulong) x >> (int) (wordSize - (y & (wordSize-1))))) // ); int64_t L_0 = ___x0; int64_t L_1 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); int32_t L_2 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_wordSize_0(); int64_t L_3 = ___x0; int32_t L_4 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_wordSize_0(); int64_t L_5 = ___y1; int32_t L_6 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_wordSize_0(); return ((int64_t)((int64_t)((int64_t)((int64_t)L_0<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_1&(int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))))))&(int32_t)((int32_t)63)))))|(int64_t)((int64_t)((uint64_t)L_3>>((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((int64_t)L_4)), (int64_t)((int64_t)((int64_t)L_5&(int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))))))))))&(int32_t)((int32_t)63))))))); } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::RotateRight(System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t RC564Engine_RotateRight_m7BCB624BE70023464FC4E7E5F9BA2CEF7A5DC26D (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, int64_t ___x0, int64_t ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ((long) ( ((ulong) x >> (int) (y & (wordSize-1))) | // (ulong) (x << (int) (wordSize - (y & (wordSize-1))))) // ); int64_t L_0 = ___x0; int64_t L_1 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); int32_t L_2 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_wordSize_0(); int64_t L_3 = ___x0; int32_t L_4 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_wordSize_0(); int64_t L_5 = ___y1; int32_t L_6 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_wordSize_0(); return ((int64_t)((int64_t)((int64_t)((uint64_t)L_0>>((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)((int64_t)L_1&(int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))))))&(int32_t)((int32_t)63)))))|(int64_t)((int64_t)((int64_t)L_3<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((int64_t)L_4)), (int64_t)((int64_t)((int64_t)L_5&(int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))))))))))&(int32_t)((int32_t)63))))))); } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::BytesToWord(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t RC564Engine_BytesToWord_m2CE7754DD2B34477090D62AB6AEED6D19418979E (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcOff1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; { // long word = 0; V_0 = ((int64_t)((int64_t)0)); // for (int i = bytesPerWord - 1; i >= 0; i--) IL2CPP_RUNTIME_CLASS_INIT(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); int32_t L_0 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); goto IL_0022; } IL_000d: { // word = (word << 8) + (src[i + srcOff] & 0xff); int64_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___src0; int32_t L_3 = V_1; int32_t L_4 = ___srcOff1; NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); uint8_t L_6 = (L_2)->GetAt(static_cast(L_5)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_1<<(int32_t)8)), (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)255))))))); // for (int i = bytesPerWord - 1; i >= 0; i--) int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } IL_0022: { // for (int i = bytesPerWord - 1; i >= 0; i--) int32_t L_8 = V_1; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_000d; } } { // return word; int64_t L_9 = V_0; return L_9; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::WordToBytes(System.Int64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC564Engine_WordToBytes_m9F1CE5A04CDFB546B4DB697493B9A6348513025E (RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960 * __this, int64_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst1, int32_t ___dstOff2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < bytesPerWord; i++) V_0 = 0; goto IL_0014; } IL_0004: { // dst[i + dstOff] = (byte)word; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___dst1; int32_t L_1 = V_0; int32_t L_2 = ___dstOff2; int64_t L_3 = ___word0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))), (uint8_t)((int32_t)((uint8_t)L_3))); // word = (long) ((ulong) word >> 8); int64_t L_4 = ___word0; ___word0 = ((int64_t)((uint64_t)L_4>>8)); // for (int i = 0; i < bytesPerWord; i++) int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0014: { // for (int i = 0; i < bytesPerWord; i++) int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); int32_t L_7 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC564Engine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC564Engine__cctor_m9A831D109738BE58135F3CD70DF4A15531E3AD4A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly int wordSize = 64; ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->set_wordSize_0(((int32_t)64)); // private static readonly int bytesPerWord = wordSize / 8; int32_t L_0 = ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->get_wordSize_0(); ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->set_bytesPerWord_1(((int32_t)((int32_t)L_0/(int32_t)8))); // private static readonly long P64 = unchecked( (long) 0xb7e151628aed2a6bL); ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->set_P64_4(((int64_t)-5196783011329398165LL)); // private static readonly long Q64 = unchecked( (long) 0x9e3779b97f4a7c15L); ((RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_StaticFields*)il2cpp_codegen_static_fields_for(RC564Engine_t3CC710C8E91259E7C73167F8F5A5BE26D5AAB960_il2cpp_TypeInfo_var))->set_Q64_5(((int64_t)-7046029254386353131LL)); 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.Parameters.RC5Parameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC5Parameters__ctor_mC42A7624DDEE52C092B17B7B9B120FB3E9EE3638 (RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, int32_t ___rounds1, const RuntimeMethod* method) { { // : base(key) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; KeyParameter__ctor_m96EBA1A3EB3F4981F3C14E96086C7083DDE16E67(__this, L_0, /*hidden argument*/NULL); // if (key.Length > 255) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___key0; NullCheck(L_1); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))) <= ((int32_t)((int32_t)255)))) { goto IL_001c; } } { // throw new ArgumentException("RC5 key length can be no greater than 255"); 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_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEE82CD05DFB04E4DB6C49F5F441EAC1BAF8A8549)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC5Parameters__ctor_mC42A7624DDEE52C092B17B7B9B120FB3E9EE3638_RuntimeMethod_var))); } IL_001c: { // this.rounds = rounds; int32_t L_3 = ___rounds1; __this->set_rounds_1(L_3); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RC5Parameters::get_Rounds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC5Parameters_get_Rounds_m8D4D6EA34EF4825645EA982B97F1A4D44C542282 (RC5Parameters_tB7646BBD68B10F81813889086837194EF43A1875 * __this, const RuntimeMethod* method) { { // get { return rounds; } int32_t L_0 = __this->get_rounds_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC6Engine__ctor_m29E246EF5206EDC9D4CE0F44E26BC7F519D4163F (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, const RuntimeMethod* method) { { // public RC6Engine() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RC6Engine_get_AlgorithmName_m0CF556E2A586186526EF3CD8A01681C3ED99DCA3 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EDA0355A6B53D3D4A549589177E809E514C650D); s_Il2CppMethodInitialized = true; } { // get { return "RC6"; } return _stringLiteral3EDA0355A6B53D3D4A549589177E809E514C650D; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RC6Engine_get_IsPartialBlockOkay_m003E43EA588A07ABA8F129DD6BC6838099B2F827 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC6Engine_GetBlockSize_mC88C4B9D43CE4D5BFB54666DC799C538258592A7 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return 4 * bytesPerWord; IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_0 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); return ((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_0)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC6Engine_Init_m084FFEE7B82E54CBF5262520DE0E4B20E791C6CE (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_0 = NULL; { // if (!(parameters is KeyParameter)) RuntimeObject* L_0 = ___parameters1; if (((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_001e; } } { // throw new ArgumentException("invalid parameter passed to RC6 init - " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_1 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC9DC797F30B7F53D5E1DEF446818F7904897A4C)), L_2, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC6Engine_Init_m084FFEE7B82E54CBF5262520DE0E4B20E791C6CE_RuntimeMethod_var))); } IL_001e: { // this.forEncryption = forEncryption; bool L_5 = ___forEncryption0; __this->set_forEncryption_7(L_5); // KeyParameter p = (KeyParameter)parameters; RuntimeObject* L_6 = ___parameters1; V_0 = ((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_6, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)); // SetKey(p.GetKey()); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_7 = V_0; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(L_7, /*hidden argument*/NULL); RC6Engine_SetKey_m2319A3490267A9C67976D2DDFBE64D470567640A(__this, L_8, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC6Engine_ProcessBlock_m0FF4CB11C772613511DBC627FB9B285ABE29C6FD (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int blockSize = GetBlockSize(); int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::GetBlockSize() */, __this); V_0 = L_0; // if (_S == null) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get__S_3(); if (L_1) { goto IL_001a; } } { // throw new InvalidOperationException("RC6 engine not initialised"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3755AF5CDA549392DC97D710674394BA3F06F442)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RC6Engine_ProcessBlock_m0FF4CB11C772613511DBC627FB9B285ABE29C6FD_RuntimeMethod_var))); } IL_001a: { // Check.DataLength(input, inOff, blockSize, "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input0; int32_t L_4 = ___inOff1; int32_t L_5 = V_0; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_3, L_4, L_5, _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, blockSize, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___output2; int32_t L_7 = ___outOff3; int32_t L_8 = V_0; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_6, L_7, L_8, _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // return (forEncryption) // ? EncryptBlock(input, inOff, output, outOff) // : DecryptBlock(input, inOff, output, outOff); bool L_9 = __this->get_forEncryption_7(); if (L_9) { goto IL_0049; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___input0; int32_t L_11 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___output2; int32_t L_13 = ___outOff3; int32_t L_14; L_14 = RC6Engine_DecryptBlock_m00B3CE2865C7A533A8F4CC57037895D6A3ACC465(__this, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_0049: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___input0; int32_t L_16 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___output2; int32_t L_18 = ___outOff3; int32_t L_19; L_19 = RC6Engine_EncryptBlock_mBB9BF6A7228E0CBAE036FA7E97EA9AEC29779EA2(__this, L_15, L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC6Engine_Reset_m850D3355F460EAFAACB81DE5F992229CC57C1222 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::SetKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC6Engine_SetKey_m2319A3490267A9C67976D2DDFBE64D470567640A (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; { // int c = (key.Length + (bytesPerWord - 1)) / bytesPerWord; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; NullCheck(L_0); IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_1 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); int32_t L_2 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); // if (c == 0) // int[] L = new int[(key.Length + bytesPerWord - 1) / bytesPerWord]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___key0; NullCheck(L_3); int32_t L_4 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); int32_t L_5 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (int32_t)L_4)), (int32_t)1))/(int32_t)L_5))); V_0 = L_6; // for (int i = key.Length - 1; i >= 0; i--) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___key0; NullCheck(L_7); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)1)); goto IL_0059; } IL_0032: { // L[i / bytesPerWord] = (L[i / bytesPerWord] << 8) + (key[i] & 0xff); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_0; int32_t L_9 = V_6; IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_10 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = V_0; int32_t L_12 = V_6; int32_t L_13 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); NullCheck(L_11); int32_t L_14 = ((int32_t)((int32_t)L_12/(int32_t)L_13)); int32_t L_15 = (L_11)->GetAt(static_cast(L_14)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___key0; int32_t L_17 = V_6; NullCheck(L_16); int32_t L_18 = L_17; uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_8); (L_8)->SetAt(static_cast(((int32_t)((int32_t)L_9/(int32_t)L_10))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_15<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)255)))))); // for (int i = key.Length - 1; i >= 0; i--) int32_t L_20 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); } IL_0059: { // for (int i = key.Length - 1; i >= 0; i--) int32_t L_21 = V_6; if ((((int32_t)L_21) >= ((int32_t)0))) { goto IL_0032; } } { // _S = new int[2+2*_noRounds+2]; IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_22 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get__noRounds_2(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_22)))), (int32_t)2))); __this->set__S_3(L_23); // _S[0] = P32; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = __this->get__S_3(); int32_t L_25 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_P32_4(); NullCheck(L_24); (L_24)->SetAt(static_cast(0), (int32_t)L_25); // for (int i=1; i < _S.Length; i++) V_7 = 1; goto IL_00a6; } IL_0086: { // _S[i] = (_S[i-1] + Q32); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = __this->get__S_3(); int32_t L_27 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = __this->get__S_3(); int32_t L_29 = V_7; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); int32_t L_31 = (L_28)->GetAt(static_cast(L_30)); IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_32 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_Q32_5(); NullCheck(L_26); (L_26)->SetAt(static_cast(L_27), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32))); // for (int i=1; i < _S.Length; i++) int32_t L_33 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00a6: { // for (int i=1; i < _S.Length; i++) int32_t L_34 = V_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_35 = __this->get__S_3(); NullCheck(L_35); if ((((int32_t)L_34) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))) { goto IL_0086; } } { // if (L.Length > _S.Length) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = V_0; NullCheck(L_36); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = __this->get__S_3(); NullCheck(L_37); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))))) { goto IL_00c7; } } { // iter = 3 * L.Length; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = V_0; NullCheck(L_38); V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length))))); // } goto IL_00d2; } IL_00c7: { // iter = 3 * _S.Length; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = __this->get__S_3(); NullCheck(L_39); V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length))))); } IL_00d2: { // int A = 0; V_2 = 0; // int B = 0; V_3 = 0; // int ii = 0, jj = 0; V_4 = 0; // int ii = 0, jj = 0; V_5 = 0; // for (int k = 0; k < iter; k++) V_8 = 0; goto IL_013e; } IL_00e1: { // A = _S[ii] = RotateLeft(_S[ii] + A + B, 3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_40 = __this->get__S_3(); int32_t L_41 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = __this->get__S_3(); int32_t L_43 = V_4; NullCheck(L_42); int32_t L_44 = L_43; int32_t L_45 = (L_42)->GetAt(static_cast(L_44)); int32_t L_46 = V_2; int32_t L_47 = V_3; int32_t L_48; L_48 = RC6Engine_RotateLeft_m1F3B097FD650FE7A6467A3FDC828B473A8BAFE5A(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46)), (int32_t)L_47)), 3, /*hidden argument*/NULL); int32_t L_49 = L_48; V_9 = L_49; NullCheck(L_40); (L_40)->SetAt(static_cast(L_41), (int32_t)L_49); int32_t L_50 = V_9; V_2 = L_50; // B = L[jj] = RotateLeft( L[jj] + A + B, A+B); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_51 = V_0; int32_t L_52 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_53 = V_0; int32_t L_54 = V_5; NullCheck(L_53); int32_t L_55 = L_54; int32_t L_56 = (L_53)->GetAt(static_cast(L_55)); int32_t L_57 = V_2; int32_t L_58 = V_3; int32_t L_59 = V_2; int32_t L_60 = V_3; int32_t L_61; L_61 = RC6Engine_RotateLeft_m1F3B097FD650FE7A6467A3FDC828B473A8BAFE5A(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)L_57)), (int32_t)L_58)), ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_60)), /*hidden argument*/NULL); int32_t L_62 = L_61; V_9 = L_62; NullCheck(L_51); (L_51)->SetAt(static_cast(L_52), (int32_t)L_62); int32_t L_63 = V_9; V_3 = L_63; // ii = (ii+1) % _S.Length; int32_t L_64 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_65 = __this->get__S_3(); NullCheck(L_65); V_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1))%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_65)->max_length))))); // jj = (jj+1) % L.Length; int32_t L_66 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_67 = V_0; NullCheck(L_67); V_5 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1))%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length))))); // for (int k = 0; k < iter; k++) int32_t L_68 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_013e: { // for (int k = 0; k < iter; k++) int32_t L_69 = V_8; int32_t L_70 = V_1; if ((((int32_t)L_69) < ((int32_t)L_70))) { goto IL_00e1; } } { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC6Engine_EncryptBlock_mBB9BF6A7228E0CBAE036FA7E97EA9AEC29779EA2 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { // int A = BytesToWord(input, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; int32_t L_2; L_2 = RC6Engine_BytesToWord_m402DEAE287053F5A236158F8A58DB8A7FA675F10(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // int B = BytesToWord(input, inOff + bytesPerWord); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input0; int32_t L_4 = ___inOff1; IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_5 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); int32_t L_6; L_6 = RC6Engine_BytesToWord_m402DEAE287053F5A236158F8A58DB8A7FA675F10(__this, L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); V_1 = L_6; // int C = BytesToWord(input, inOff + bytesPerWord*2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input0; int32_t L_8 = ___inOff1; int32_t L_9 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); int32_t L_10; L_10 = RC6Engine_BytesToWord_m402DEAE287053F5A236158F8A58DB8A7FA675F10(__this, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2)))), /*hidden argument*/NULL); V_2 = L_10; // int D = BytesToWord(input, inOff + bytesPerWord*3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___input0; int32_t L_12 = ___inOff1; int32_t L_13 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); int32_t L_14; L_14 = RC6Engine_BytesToWord_m402DEAE287053F5A236158F8A58DB8A7FA675F10(__this, L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)3)))), /*hidden argument*/NULL); V_3 = L_14; // B += _S[0]; int32_t L_15 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = __this->get__S_3(); NullCheck(L_16); int32_t L_17 = 0; int32_t L_18 = (L_16)->GetAt(static_cast(L_17)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_18)); // D += _S[1]; int32_t L_19 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = __this->get__S_3(); NullCheck(L_20); int32_t L_21 = 1; int32_t L_22 = (L_20)->GetAt(static_cast(L_21)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_22)); // for (int i = 1; i <= _noRounds; i++) V_4 = 1; goto IL_00cd; } IL_0055: { // int t = 0,u = 0; V_5 = 0; // int t = 0,u = 0; V_6 = 0; // t = B*(2*B+1); int32_t L_23 = V_1; int32_t L_24 = V_1; V_5 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_24)), (int32_t)1)))); // t = RotateLeft(t,5); int32_t L_25 = V_5; int32_t L_26; L_26 = RC6Engine_RotateLeft_m1F3B097FD650FE7A6467A3FDC828B473A8BAFE5A(__this, L_25, 5, /*hidden argument*/NULL); V_5 = L_26; // u = D*(2*D+1); int32_t L_27 = V_3; int32_t L_28 = V_3; V_6 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_28)), (int32_t)1)))); // u = RotateLeft(u,5); int32_t L_29 = V_6; int32_t L_30; L_30 = RC6Engine_RotateLeft_m1F3B097FD650FE7A6467A3FDC828B473A8BAFE5A(__this, L_29, 5, /*hidden argument*/NULL); V_6 = L_30; // A ^= t; int32_t L_31 = V_0; int32_t L_32 = V_5; V_0 = ((int32_t)((int32_t)L_31^(int32_t)L_32)); // A = RotateLeft(A,u); int32_t L_33 = V_0; int32_t L_34 = V_6; int32_t L_35; L_35 = RC6Engine_RotateLeft_m1F3B097FD650FE7A6467A3FDC828B473A8BAFE5A(__this, L_33, L_34, /*hidden argument*/NULL); V_0 = L_35; // A += _S[2*i]; int32_t L_36 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = __this->get__S_3(); int32_t L_38 = V_4; NullCheck(L_37); int32_t L_39 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_38)); int32_t L_40 = (L_37)->GetAt(static_cast(L_39)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_40)); // C ^= u; int32_t L_41 = V_2; int32_t L_42 = V_6; V_2 = ((int32_t)((int32_t)L_41^(int32_t)L_42)); // C = RotateLeft(C,t); int32_t L_43 = V_2; int32_t L_44 = V_5; int32_t L_45; L_45 = RC6Engine_RotateLeft_m1F3B097FD650FE7A6467A3FDC828B473A8BAFE5A(__this, L_43, L_44, /*hidden argument*/NULL); V_2 = L_45; // C += _S[2*i+1]; int32_t L_46 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_47 = __this->get__S_3(); int32_t L_48 = V_4; NullCheck(L_47); int32_t L_49 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_48)), (int32_t)1)); int32_t L_50 = (L_47)->GetAt(static_cast(L_49)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_50)); // int temp = A; int32_t L_51 = V_0; // A = B; int32_t L_52 = V_1; V_0 = L_52; // B = C; int32_t L_53 = V_2; V_1 = L_53; // C = D; int32_t L_54 = V_3; V_2 = L_54; // D = temp; V_3 = L_51; // for (int i = 1; i <= _noRounds; i++) int32_t L_55 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_00cd: { // for (int i = 1; i <= _noRounds; i++) int32_t L_56 = V_4; IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_57 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get__noRounds_2(); if ((((int32_t)L_56) <= ((int32_t)L_57))) { goto IL_0055; } } { // A += _S[2*_noRounds+2]; int32_t L_58 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_59 = __this->get__S_3(); IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_60 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get__noRounds_2(); NullCheck(L_59); int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_60)), (int32_t)2)); int32_t L_62 = (L_59)->GetAt(static_cast(L_61)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_62)); // C += _S[2*_noRounds+3]; int32_t L_63 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_64 = __this->get__S_3(); int32_t L_65 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get__noRounds_2(); NullCheck(L_64); int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_65)), (int32_t)3)); int32_t L_67 = (L_64)->GetAt(static_cast(L_66)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_67)); // WordToBytes(A, outBytes, outOff); int32_t L_68 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = ___outBytes2; int32_t L_70 = ___outOff3; RC6Engine_WordToBytes_m6BC4D2302E88C58BA5F7F906E9F1A115E7F81BA9(__this, L_68, L_69, L_70, /*hidden argument*/NULL); // WordToBytes(B, outBytes, outOff + bytesPerWord); int32_t L_71 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = ___outBytes2; int32_t L_73 = ___outOff3; int32_t L_74 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); RC6Engine_WordToBytes_m6BC4D2302E88C58BA5F7F906E9F1A115E7F81BA9(__this, L_71, L_72, ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)L_74)), /*hidden argument*/NULL); // WordToBytes(C, outBytes, outOff + bytesPerWord*2); int32_t L_75 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76 = ___outBytes2; int32_t L_77 = ___outOff3; int32_t L_78 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); RC6Engine_WordToBytes_m6BC4D2302E88C58BA5F7F906E9F1A115E7F81BA9(__this, L_75, L_76, ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_78, (int32_t)2)))), /*hidden argument*/NULL); // WordToBytes(D, outBytes, outOff + bytesPerWord*3); int32_t L_79 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = ___outBytes2; int32_t L_81 = ___outOff3; int32_t L_82 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); RC6Engine_WordToBytes_m6BC4D2302E88C58BA5F7F906E9F1A115E7F81BA9(__this, L_79, L_80, ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_82, (int32_t)3)))), /*hidden argument*/NULL); // return 4 * bytesPerWord; int32_t L_83 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); return ((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_83)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC6Engine_DecryptBlock_m00B3CE2865C7A533A8F4CC57037895D6A3ACC465 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { // int A = BytesToWord(input, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; int32_t L_2; L_2 = RC6Engine_BytesToWord_m402DEAE287053F5A236158F8A58DB8A7FA675F10(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // int B = BytesToWord(input, inOff + bytesPerWord); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input0; int32_t L_4 = ___inOff1; IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_5 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); int32_t L_6; L_6 = RC6Engine_BytesToWord_m402DEAE287053F5A236158F8A58DB8A7FA675F10(__this, L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); V_1 = L_6; // int C = BytesToWord(input, inOff + bytesPerWord*2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input0; int32_t L_8 = ___inOff1; int32_t L_9 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); int32_t L_10; L_10 = RC6Engine_BytesToWord_m402DEAE287053F5A236158F8A58DB8A7FA675F10(__this, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2)))), /*hidden argument*/NULL); V_2 = L_10; // int D = BytesToWord(input, inOff + bytesPerWord*3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___input0; int32_t L_12 = ___inOff1; int32_t L_13 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); int32_t L_14; L_14 = RC6Engine_BytesToWord_m402DEAE287053F5A236158F8A58DB8A7FA675F10(__this, L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)3)))), /*hidden argument*/NULL); V_3 = L_14; // C -= _S[2*_noRounds+3]; int32_t L_15 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = __this->get__S_3(); int32_t L_17 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get__noRounds_2(); NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_17)), (int32_t)3)); int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_19)); // A -= _S[2*_noRounds+2]; int32_t L_20 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = __this->get__S_3(); int32_t L_22 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get__noRounds_2(); NullCheck(L_21); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_22)), (int32_t)2)); int32_t L_24 = (L_21)->GetAt(static_cast(L_23)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_24)); // for (int i = _noRounds; i >= 1; i--) int32_t L_25 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get__noRounds_2(); V_4 = L_25; goto IL_00ec; } IL_006c: { // int t=0,u = 0; V_5 = 0; // int t=0,u = 0; V_6 = 0; // int temp = D; int32_t L_26 = V_3; // D = C; int32_t L_27 = V_2; V_3 = L_27; // C = B; int32_t L_28 = V_1; V_2 = L_28; // B = A; int32_t L_29 = V_0; V_1 = L_29; // A = temp; V_0 = L_26; // t = B*(2*B+1); int32_t L_30 = V_1; int32_t L_31 = V_1; V_5 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_31)), (int32_t)1)))); // t = RotateLeft(t, LGW); int32_t L_32 = V_5; IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_33 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_LGW_6(); int32_t L_34; L_34 = RC6Engine_RotateLeft_m1F3B097FD650FE7A6467A3FDC828B473A8BAFE5A(__this, L_32, L_33, /*hidden argument*/NULL); V_5 = L_34; // u = D*(2*D+1); int32_t L_35 = V_3; int32_t L_36 = V_3; V_6 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_35, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_36)), (int32_t)1)))); // u = RotateLeft(u, LGW); int32_t L_37 = V_6; int32_t L_38 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_LGW_6(); int32_t L_39; L_39 = RC6Engine_RotateLeft_m1F3B097FD650FE7A6467A3FDC828B473A8BAFE5A(__this, L_37, L_38, /*hidden argument*/NULL); V_6 = L_39; // C -= _S[2*i+1]; int32_t L_40 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_41 = __this->get__S_3(); int32_t L_42 = V_4; NullCheck(L_41); int32_t L_43 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_42)), (int32_t)1)); int32_t L_44 = (L_41)->GetAt(static_cast(L_43)); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_44)); // C = RotateRight(C,t); int32_t L_45 = V_2; int32_t L_46 = V_5; int32_t L_47; L_47 = RC6Engine_RotateRight_m475F7D08B60A5085C19F088D1011A63F6160F2C6(__this, L_45, L_46, /*hidden argument*/NULL); V_2 = L_47; // C ^= u; int32_t L_48 = V_2; int32_t L_49 = V_6; V_2 = ((int32_t)((int32_t)L_48^(int32_t)L_49)); // A -= _S[2*i]; int32_t L_50 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_51 = __this->get__S_3(); int32_t L_52 = V_4; NullCheck(L_51); int32_t L_53 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_52)); int32_t L_54 = (L_51)->GetAt(static_cast(L_53)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)L_54)); // A = RotateRight(A,u); int32_t L_55 = V_0; int32_t L_56 = V_6; int32_t L_57; L_57 = RC6Engine_RotateRight_m475F7D08B60A5085C19F088D1011A63F6160F2C6(__this, L_55, L_56, /*hidden argument*/NULL); V_0 = L_57; // A ^= t; int32_t L_58 = V_0; int32_t L_59 = V_5; V_0 = ((int32_t)((int32_t)L_58^(int32_t)L_59)); // for (int i = _noRounds; i >= 1; i--) int32_t L_60 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)1)); } IL_00ec: { // for (int i = _noRounds; i >= 1; i--) int32_t L_61 = V_4; if ((((int32_t)L_61) >= ((int32_t)1))) { goto IL_006c; } } { // D -= _S[1]; int32_t L_62 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_63 = __this->get__S_3(); NullCheck(L_63); int32_t L_64 = 1; int32_t L_65 = (L_63)->GetAt(static_cast(L_64)); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_65)); // B -= _S[0]; int32_t L_66 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_67 = __this->get__S_3(); NullCheck(L_67); int32_t L_68 = 0; int32_t L_69 = (L_67)->GetAt(static_cast(L_68)); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_69)); // WordToBytes(A, outBytes, outOff); int32_t L_70 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = ___outBytes2; int32_t L_72 = ___outOff3; RC6Engine_WordToBytes_m6BC4D2302E88C58BA5F7F906E9F1A115E7F81BA9(__this, L_70, L_71, L_72, /*hidden argument*/NULL); // WordToBytes(B, outBytes, outOff + bytesPerWord); int32_t L_73 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = ___outBytes2; int32_t L_75 = ___outOff3; IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_76 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); RC6Engine_WordToBytes_m6BC4D2302E88C58BA5F7F906E9F1A115E7F81BA9(__this, L_73, L_74, ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), /*hidden argument*/NULL); // WordToBytes(C, outBytes, outOff + bytesPerWord*2); int32_t L_77 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = ___outBytes2; int32_t L_79 = ___outOff3; int32_t L_80 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); RC6Engine_WordToBytes_m6BC4D2302E88C58BA5F7F906E9F1A115E7F81BA9(__this, L_77, L_78, ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_80, (int32_t)2)))), /*hidden argument*/NULL); // WordToBytes(D, outBytes, outOff + bytesPerWord*3); int32_t L_81 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_82 = ___outBytes2; int32_t L_83 = ___outOff3; int32_t L_84 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); RC6Engine_WordToBytes_m6BC4D2302E88C58BA5F7F906E9F1A115E7F81BA9(__this, L_81, L_82, ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_84, (int32_t)3)))), /*hidden argument*/NULL); // return 4 * bytesPerWord; int32_t L_85 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); return ((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_85)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::RotateLeft(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC6Engine_RotateLeft_m1F3B097FD650FE7A6467A3FDC828B473A8BAFE5A (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ((int)((uint)(x << (y & (wordSize-1))) // | ((uint) x >> (wordSize - (y & (wordSize-1)))))); int32_t L_0 = ___x0; int32_t L_1 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_2 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_wordSize_0(); int32_t L_3 = ___x0; int32_t L_4 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_wordSize_0(); int32_t L_5 = ___y1; int32_t L_6 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_wordSize_0(); return ((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((uint32_t)L_3>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))))))&(int32_t)((int32_t)31))))))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::RotateRight(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC6Engine_RotateRight_m475F7D08B60A5085C19F088D1011A63F6160F2C6 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ((int)(((uint) x >> (y & (wordSize-1))) // | (uint)(x << (wordSize - (y & (wordSize-1)))))); int32_t L_0 = ___x0; int32_t L_1 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_2 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_wordSize_0(); int32_t L_3 = ___x0; int32_t L_4 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_wordSize_0(); int32_t L_5 = ___y1; int32_t L_6 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_wordSize_0(); return ((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>((int32_t)((int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))))))&(int32_t)((int32_t)31))))))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::BytesToWord(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RC6Engine_BytesToWord_m402DEAE287053F5A236158F8A58DB8A7FA675F10 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcOff1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int word = 0; V_0 = 0; // for (int i = bytesPerWord - 1; i >= 0; i--) IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_0 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); goto IL_0020; } IL_000c: { // word = (word << 8) + (src[i + srcOff] & 0xff); int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___src0; int32_t L_3 = V_1; int32_t L_4 = ___srcOff1; NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); uint8_t L_6 = (L_2)->GetAt(static_cast(L_5)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_1<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)255))))); // for (int i = bytesPerWord - 1; i >= 0; i--) int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } IL_0020: { // for (int i = bytesPerWord - 1; i >= 0; i--) int32_t L_8 = V_1; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_000c; } } { // return word; int32_t L_9 = V_0; return L_9; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::WordToBytes(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC6Engine_WordToBytes_m6BC4D2302E88C58BA5F7F906E9F1A115E7F81BA9 (RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA * __this, int32_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst1, int32_t ___dstOff2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < bytesPerWord; i++) V_0 = 0; goto IL_0014; } IL_0004: { // dst[i + dstOff] = (byte)word; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___dst1; int32_t L_1 = V_0; int32_t L_2 = ___dstOff2; int32_t L_3 = ___word0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))), (uint8_t)((int32_t)((uint8_t)L_3))); // word = (int) ((uint) word >> 8); int32_t L_4 = ___word0; ___word0 = ((int32_t)((uint32_t)L_4>>8)); // for (int i = 0; i < bytesPerWord; i++) int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0014: { // for (int i = 0; i < bytesPerWord; i++) int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); int32_t L_7 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_bytesPerWord_1(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RC6Engine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC6Engine__cctor_m34CCE4FA8A17959AC8F91CBDBD8B2BAD092FC2E1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly int wordSize = 32; ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->set_wordSize_0(((int32_t)32)); // private static readonly int bytesPerWord = wordSize / 8; int32_t L_0 = ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->get_wordSize_0(); ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->set_bytesPerWord_1(((int32_t)((int32_t)L_0/(int32_t)8))); // private static readonly int _noRounds = 20; ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->set__noRounds_2(((int32_t)20)); // private static readonly int P32 = unchecked((int) 0xb7e15163); ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->set_P32_4(((int32_t)-1209970333)); // private static readonly int Q32 = unchecked((int) 0x9e3779b9); ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->set_Q32_5(((int32_t)-1640531527)); // private static readonly int LGW = 5; // log2(32) ((RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_StaticFields*)il2cpp_codegen_static_fields_for(RC6Engine_t4F7777802A2172ACEADFC449A1DD34B1401638CA_il2cpp_TypeInfo_var))->set_LGW_6(5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Rabbit::ChangeColorByType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_ChangeColorByType_m2A90DF0A8E73723CF744D5653D53E6F8C25C7EEC (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m44198B22C7A844DA16DC406E8A09CEA18B2D8BF3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // colorType = type; int32_t L_0 = ___type0; __this->set_colorType_9(L_0); // GetComponentInChildren().material = materials[type - 1]; SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496 * L_1; L_1 = Component_GetComponentInChildren_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m44198B22C7A844DA16DC406E8A09CEA18B2D8BF3(__this, /*hidden argument*/Component_GetComponentInChildren_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m44198B22C7A844DA16DC406E8A09CEA18B2D8BF3_RuntimeMethod_var); MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_2 = __this->get_materials_8(); int32_t L_3 = ___type0; NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_1); Renderer_set_material_m8DED7F4F7AF38755C3D7DAFDD613BBE1AAB941BA(L_1, L_5, /*hidden argument*/NULL); // } return; } } // RabbitSyncData Rabbit::get_inputSyncData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * Rabbit_get_inputSyncData_m0EB06FF692CCB6D63B06649C25219A9B83F604EE (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // return _inputSyncData; RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_0 = __this->get__inputSyncData_14(); return L_0; } } // System.Void Rabbit::set_inputSyncData(RabbitSyncData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_set_inputSyncData_m8769C5C93685BB2FCD6D2666CA89D2BCFA78955C (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * ___value0, const RuntimeMethod* method) { { // _inputSyncData = value; RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_0 = ___value0; __this->set__inputSyncData_14(L_0); // uid = value.id; RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_1 = ___value0; NullCheck(L_1); int32_t L_2 = L_1->get_id_0(); __this->set_uid_11(L_2); // syncRotation.x = value.rx; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_3 = __this->get_address_of_syncRotation_15(); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_4 = ___value0; NullCheck(L_4); float L_5 = L_4->get_rx_1(); L_3->set_x_0(L_5); // syncRotation.y = value.ry; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_6 = __this->get_address_of_syncRotation_15(); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_7 = ___value0; NullCheck(L_7); float L_8 = L_7->get_ry_2(); L_6->set_y_1(L_8); // syncRotation.z = value.rz; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_9 = __this->get_address_of_syncRotation_15(); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_10 = ___value0; NullCheck(L_10); float L_11 = L_10->get_rz_3(); L_9->set_z_2(L_11); // syncRotation.w = value.rw; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * L_12 = __this->get_address_of_syncRotation_15(); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_13 = ___value0; NullCheck(L_13); float L_14 = L_13->get_rw_4(); L_12->set_w_3(L_14); // syncPosition.x = value.px; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_15 = __this->get_address_of_syncPosition_16(); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_16 = ___value0; NullCheck(L_16); float L_17 = L_16->get_px_5(); L_15->set_x_2(L_17); // syncPosition.y = value.py; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_18 = __this->get_address_of_syncPosition_16(); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_19 = ___value0; NullCheck(L_19); float L_20 = L_19->get_py_6(); L_18->set_y_3(L_20); // syncPosition.z = value.pz; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_21 = __this->get_address_of_syncPosition_16(); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_22 = ___value0; NullCheck(L_22); float L_23 = L_22->get_pz_7(); L_21->set_z_4(L_23); // } return; } } // System.Void Rabbit::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_Awake_m3AC8BA451F9AB20B83F4AC08D3F5512000323517 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D_mA2CC32F8856EDBAB680106748E78635646821969_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_mEB498E1E05ECE05CF007D68E3C83DABA9E7CC819_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mA6C0054BD904F5E3A72F4752D84CE4209931E2D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB53503E9A58317AB2CE1DE1AC0BCD13ED1BDF2D5); s_Il2CppMethodInitialized = true; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_0 = NULL; { // rabbitSet.Add(this); IL2CPP_RUNTIME_CLASS_INIT(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var); HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * L_0 = ((Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_StaticFields*)il2cpp_codegen_static_fields_for(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var))->get_rabbitSet_10(); NullCheck(L_0); bool L_1; L_1 = HashSet_1_Add_mA6C0054BD904F5E3A72F4752D84CE4209931E2D7(L_0, __this, /*hidden argument*/HashSet_1_Add_mA6C0054BD904F5E3A72F4752D84CE4209931E2D7_RuntimeMethod_var); // ap = GetComponent(); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_2; L_2 = Component_GetComponent_TisAnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D_mA2CC32F8856EDBAB680106748E78635646821969(__this, /*hidden argument*/Component_GetComponent_TisAnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D_mA2CC32F8856EDBAB680106748E78635646821969_RuntimeMethod_var); __this->set_ap_5(L_2); // agent = GetComponent(); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_3; L_3 = Component_GetComponent_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_mEB498E1E05ECE05CF007D68E3C83DABA9E7CC819(__this, /*hidden argument*/Component_GetComponent_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_mEB498E1E05ECE05CF007D68E3C83DABA9E7CC819_RuntimeMethod_var); __this->set_agent_6(L_3); // if (isMirror) { bool L_4 = __this->get_isMirror_12(); if (!L_4) { goto IL_0037; } } { // Destroy(agent); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_5 = __this->get_agent_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_5, /*hidden argument*/NULL); } IL_0037: { // if (GameMgr.ins) { IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_6 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_006c; } } { // GameObject stoneObstacle = GameMgr.ins.transform.Find("StoneObstacle").gameObject; IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_8 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_8, /*hidden argument*/NULL); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_9, _stringLiteralB53503E9A58317AB2CE1DE1AC0BCD13ED1BDF2D5, /*hidden argument*/NULL); NullCheck(L_10); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11; L_11 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_10, /*hidden argument*/NULL); V_0 = L_11; // if (!stoneObstacle.activeSelf) stoneObstacle.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_006c; } } { // if (!stoneObstacle.activeSelf) stoneObstacle.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = V_0; NullCheck(L_14); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_14, (bool)1, /*hidden argument*/NULL); } IL_006c: { // } return; } } // System.Void Rabbit::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_Start_mEF158C65537F9489B66F2C31460E2A5CC839A552 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // ap.speed = Random.value * 0.2f + 0.8f; AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); float L_1; L_1 = Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872(/*hidden argument*/NULL); NullCheck(L_0); L_0->set_speed_4(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.200000003f))), (float)(0.800000012f)))); // playAniForIdle(); Rabbit_playAniForIdle_mB2A1C0012B5FF5735C4F14A82B0A6862E475F48B(__this, /*hidden argument*/NULL); // InitAutoStrategy(); Rabbit_InitAutoStrategy_m8925B3EB6A33143C259A75ECB6C0D173EAAC0BD8(__this, /*hidden argument*/NULL); // } return; } } // System.Void Rabbit::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_OnDestroy_mBC3FFFDCA8830C7829863ED876BC3E851DD0B4C6 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_m2B607839BA3240F8E952475A4727887B2DF706EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // rabbitSet.Remove(this); IL2CPP_RUNTIME_CLASS_INIT(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var); HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * L_0 = ((Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_StaticFields*)il2cpp_codegen_static_fields_for(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var))->get_rabbitSet_10(); NullCheck(L_0); bool L_1; L_1 = HashSet_1_Remove_m2B607839BA3240F8E952475A4727887B2DF706EB(L_0, __this, /*hidden argument*/HashSet_1_Remove_m2B607839BA3240F8E952475A4727887B2DF706EB_RuntimeMethod_var); // } return; } } // System.Void Rabbit::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_Update_mF02AC83411FD840BAEDA0080B5655D09C5383A1E (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __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*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18F6A8E4A13F00E519894B9AC6B76138FAC81BA2); s_Il2CppMethodInitialized = true; } { // if (isMirror) { bool L_0 = __this->get_isMirror_12(); if (!L_0) { goto IL_0160; } } { // if (inputSyncData == null) return; RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_1; L_1 = Rabbit_get_inputSyncData_m0EB06FF692CCB6D63B06649C25219A9B83F604EE_inline(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { // if (inputSyncData == null) return; return; } IL_0014: { // if (!hasUpdateBySyncData) { bool L_2 = __this->get_hasUpdateBySyncData_17(); if (L_2) { goto IL_0047; } } { // transform.position = syncPosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = __this->get_syncPosition_16(); NullCheck(L_3); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_3, L_4, /*hidden argument*/NULL); // transform.rotation = syncRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6 = __this->get_syncRotation_15(); NullCheck(L_5); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_5, L_6, /*hidden argument*/NULL); // hasUpdateBySyncData = true; __this->set_hasUpdateBySyncData_17((bool)1); // } else { goto IL_009f; } IL_0047: { // transform.position = Vector3.Lerp(transform.position, syncPosition, Time.deltaTime * 15); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_8, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = __this->get_syncPosition_16(); float L_11; L_11 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Vector3_Lerp_m8E095584FFA10CF1D3EABCD04F4C83FB82EC5524_inline(L_9, L_10, ((float)il2cpp_codegen_multiply((float)L_11, (float)(15.0f))), /*hidden argument*/NULL); NullCheck(L_7); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_7, L_12, /*hidden argument*/NULL); // transform.rotation = Quaternion.Lerp(transform.rotation, syncRotation, Time.deltaTime * 15); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_14); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_15; L_15 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_14, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_16 = __this->get_syncRotation_15(); float L_17; L_17 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18; L_18 = Quaternion_Lerp_mBFA4C4D2574C8140AA840273D3E6565D66F6F261(L_15, L_16, ((float)il2cpp_codegen_multiply((float)L_17, (float)(15.0f))), /*hidden argument*/NULL); NullCheck(L_13); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_13, L_18, /*hidden argument*/NULL); } IL_009f: { // if (colorType != inputSyncData.ct) { int32_t L_19 = __this->get_colorType_9(); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_20; L_20 = Rabbit_get_inputSyncData_m0EB06FF692CCB6D63B06649C25219A9B83F604EE_inline(__this, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_21 = L_20->get_ct_9(); if ((((int32_t)L_19) == ((int32_t)L_21))) { goto IL_00c3; } } { // ChangeColorByType(inputSyncData.ct); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_22; L_22 = Rabbit_get_inputSyncData_m0EB06FF692CCB6D63B06649C25219A9B83F604EE_inline(__this, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23 = L_22->get_ct_9(); Rabbit_ChangeColorByType_m2A90DF0A8E73723CF744D5653D53E6F8C25C7EEC(__this, L_23, /*hidden argument*/NULL); } IL_00c3: { // if (inputSyncData.ai != curAnimIndex) { RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_24; L_24 = Rabbit_get_inputSyncData_m0EB06FF692CCB6D63B06649C25219A9B83F604EE_inline(__this, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = L_24->get_ai_8(); int32_t L_26 = __this->get_curAnimIndex_34(); if ((((int32_t)L_25) == ((int32_t)L_26))) { goto IL_0121; } } { // curAnimIndex = inputSyncData.ai; RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_27; L_27 = Rabbit_get_inputSyncData_m0EB06FF692CCB6D63B06649C25219A9B83F604EE_inline(__this, /*hidden argument*/NULL); NullCheck(L_27); int32_t L_28 = L_27->get_ai_8(); __this->set_curAnimIndex_34(L_28); // if (IsAniForIdle()) { bool L_29; L_29 = Rabbit_IsAniForIdle_m0FD968387EF6C1D7784517540DDBD11781E7443D(__this, /*hidden argument*/NULL); if (!L_29) { goto IL_0103; } } { // ap.play(curAnimIndex, WrapMode.Loop); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_30 = __this->get_ap_5(); int32_t L_31 = __this->get_curAnimIndex_34(); NullCheck(L_30); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_30, L_31, 2, /*hidden argument*/NULL); // } else if (isAniJump()) { goto IL_0121; } IL_0103: { // } else if (isAniJump()) { bool L_32; L_32 = Rabbit_isAniJump_m17A80D8A8B88AF74E21DB06B7CAF0B99B0E670B4(__this, /*hidden argument*/NULL); if (!L_32) { goto IL_0113; } } { // playAniJump(); Rabbit_playAniJump_m427A5C5400DA5CCE43CB56E5AD8C5C58AA5167E4(__this, /*hidden argument*/NULL); // } else if (isAniDie()) { goto IL_0121; } IL_0113: { // } else if (isAniDie()) { bool L_33; L_33 = Rabbit_isAniDie_m375259BEA62E378724494C6EBEA13B9E9D0AF0AC(__this, /*hidden argument*/NULL); if (!L_33) { goto IL_0121; } } { // playAniDie(); Rabbit_playAniDie_m7E8B9934AA8D32598D6716F7EA7FE6C80A4F2884(__this, /*hidden argument*/NULL); } IL_0121: { // if (inputSyncData.ii != injuredID) { RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_34; L_34 = Rabbit_get_inputSyncData_m0EB06FF692CCB6D63B06649C25219A9B83F604EE_inline(__this, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_35 = L_34->get_ii_10(); int32_t L_36 = __this->get_injuredID_21(); if ((((int32_t)L_35) == ((int32_t)L_36))) { goto IL_015f; } } { // injuredID = inputSyncData.ii; RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_37; L_37 = Rabbit_get_inputSyncData_m0EB06FF692CCB6D63B06649C25219A9B83F604EE_inline(__this, /*hidden argument*/NULL); NullCheck(L_37); int32_t L_38 = L_37->get_ii_10(); __this->set_injuredID_21(L_38); // AudioMgr.ins.PlayAnimalEffect("rabbit_injured", AudioMgr.GetAudioSource(this.gameObject)); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_39 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_40; L_40 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_41; L_41 = AudioMgr_GetAudioSource_m95F117594154AC0E3082545053633814AC03265F(L_40, /*hidden argument*/NULL); NullCheck(L_39); AudioMgr_PlayAnimalEffect_m868C5178CAB612E24222E2B9F563CB0EAB1A4EB9(L_39, _stringLiteral18F6A8E4A13F00E519894B9AC6B76138FAC81BA2, L_41, /*hidden argument*/NULL); } IL_015f: { // return; return; } IL_0160: { // if (GlobalData.pkMatchType == PKMatchType.OnlinePK) { IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); int32_t L_42 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_pkMatchType_0(); if ((!(((uint32_t)L_42) == ((uint32_t)2)))) { goto IL_0187; } } { // if (outputSyncData == null) outputSyncData = new RabbitSyncData(); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_43 = __this->get_outputSyncData_13(); if (L_43) { goto IL_017b; } } { // if (outputSyncData == null) outputSyncData = new RabbitSyncData(); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_44 = (RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 *)il2cpp_codegen_object_new(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80_il2cpp_TypeInfo_var); RabbitSyncData__ctor_mF3176228FD1C98DC763A96ED35A4B2D0CBFCF57D(L_44, /*hidden argument*/NULL); __this->set_outputSyncData_13(L_44); } IL_017b: { // outputSyncData.SetData(this); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_45 = __this->get_outputSyncData_13(); NullCheck(L_45); RabbitSyncData_SetData_m721D781A406E59AC36DC09A284689D1BB8D31ECF(L_45, __this, /*hidden argument*/NULL); } IL_0187: { // if (HasCloseToDestination()) { bool L_46; L_46 = Rabbit_HasCloseToDestination_m2E307BF6A047BB1E4D95C8E04A1267EB443D43DF(__this, /*hidden argument*/NULL); if (!L_46) { goto IL_0197; } } { // OnReachDestination(); Rabbit_OnReachDestination_m238EDEECDCA7600ED6A89760FF0FF9C20DAEE4A6(__this, /*hidden argument*/NULL); // } else { goto IL_019d; } IL_0197: { // OnMovingToDestination(); Rabbit_OnMovingToDestination_mE3C9C58DD8C5DD2F6E0A14CAC83CACF693FDC020(__this, /*hidden argument*/NULL); } IL_019d: { // UpdateAction(); Rabbit_UpdateAction_m9746686FFD9D07F737D585D91FC6478A49CBBEE0(__this, /*hidden argument*/NULL); // UpdateActionTime(); Rabbit_UpdateActionTime_mE522BF1413C63C6E0BD883922902B9F90DFC8DFD(__this, /*hidden argument*/NULL); // UpdateAutoStrategy(); Rabbit_UpdateAutoStrategy_m7D8B6AFDB1DB58FAFB5CCB4CB4B97A5719CEF1D4(__this, /*hidden argument*/NULL); // } return; } } // System.Void Rabbit::OnHit(Arrow,UnityEngine.Vector3,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_OnHit_mA609F6FE60A618EB6CD47052203A05250B8BF1A3 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___hitPoint1, String_t* ___partName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } { // arrow.Head().position = hitPoint + arrow.transform.forward * 0.1f; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_0 = ___arrow0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Arrow_Head_m0B04E8E5BCECF6693A2480674F9E8A57D6F3CD9D(L_0, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___hitPoint1; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_3 = ___arrow0; 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_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_4, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_5, (0.100000001f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2, L_6, /*hidden argument*/NULL); NullCheck(L_1); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_1, L_7, /*hidden argument*/NULL); // arrow.Hit(); Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_8 = ___arrow0; NullCheck(L_8); Arrow_Hit_mA3F0062DD2EA390E347370BF91B818767178724A(L_8, /*hidden argument*/NULL); // if (isMirror) { bool L_9 = __this->get_isMirror_12(); if (!L_9) { goto IL_0051; } } { // onHitData = uid.ToString() + "," + partName; int32_t* L_10 = __this->get_address_of_uid_11(); String_t* L_11; L_11 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_10, /*hidden argument*/NULL); String_t* L_12 = ___partName2; String_t* L_13; L_13 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_11, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, L_12, /*hidden argument*/NULL); __this->set_onHitData_19(L_13); // return; return; } IL_0051: { // OnHitLogic(arrow, partName); Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_14 = ___arrow0; String_t* L_15 = ___partName2; Rabbit_OnHitLogic_mB440FE47FFA18CC1FF9050C8B6736E590E00319A(__this, L_14, L_15, /*hidden argument*/NULL); // } return; } } // System.Void Rabbit::OnHitLogic(Arrow,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_OnHitLogic_mB440FE47FFA18CC1FF9050C8B6736E590E00319A (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, String_t* ___partName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_mE1893FFB3965F3DA39977325B195FF6F8DB9E3DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51A98F24922F0CBDE1B2064D81AAC1A4049FF02D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75E98C78538157035E0D0E268C0A2C76D23211BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DD8D6FCBA1E38E53530F55F7B9061E65C123321); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF96E3A0D6AADAA04585B6E04091A8E6C88772044); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * G_B9_0 = NULL; Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * G_B8_0 = NULL; { // int hurtValue = 0; V_0 = 0; // if (partName == "Leg" || partName == "Ear") hurtValue = 1; String_t* L_0 = ___partName1; bool L_1; L_1 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, _stringLiteral51A98F24922F0CBDE1B2064D81AAC1A4049FF02D, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { String_t* L_2 = ___partName1; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralF96E3A0D6AADAA04585B6E04091A8E6C88772044, /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } IL_001c: { // if (partName == "Leg" || partName == "Ear") hurtValue = 1; V_0 = 1; goto IL_0040; } IL_0020: { // else if (partName == "Body") hurtValue = 2; String_t* L_4 = ___partName1; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral75E98C78538157035E0D0E268C0A2C76D23211BA, /*hidden argument*/NULL); if (!L_5) { goto IL_0031; } } { // else if (partName == "Body") hurtValue = 2; V_0 = 2; goto IL_0040; } IL_0031: { // else if (partName == "Head") hurtValue = 3; String_t* L_6 = ___partName1; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral8DD8D6FCBA1E38E53530F55F7B9061E65C123321, /*hidden argument*/NULL); if (!L_7) { goto IL_0040; } } { // else if (partName == "Head") hurtValue = 3; V_0 = 3; } IL_0040: { // hp -= hurtValue; int32_t L_8 = __this->get_hp_7(); int32_t L_9 = V_0; __this->set_hp_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))); // GameEventCenter.ins.onTargetAnimalHurt?.Invoke(this, hurtValue); GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * L_10; L_10 = GameEventCenter_get_ins_mCD62A907C8D59054C6EAE08FC950A452D344C6E3(/*hidden argument*/NULL); NullCheck(L_10); Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * L_11 = L_10->get_onTargetAnimalHurt_5(); Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * L_12 = L_11; G_B8_0 = L_12; if (L_12) { G_B9_0 = L_12; goto IL_005e; } } { goto IL_0065; } IL_005e: { int32_t L_13 = V_0; NullCheck(G_B9_0); Action_2_Invoke_mE1893FFB3965F3DA39977325B195FF6F8DB9E3DA(G_B9_0, __this, L_13, /*hidden argument*/Action_2_Invoke_mE1893FFB3965F3DA39977325B195FF6F8DB9E3DA_RuntimeMethod_var); } IL_0065: { // if (hp <= 0) { int32_t L_14 = __this->get_hp_7(); if ((((int32_t)L_14) > ((int32_t)0))) { goto IL_0076; } } { // Die(arrow); Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_15 = ___arrow0; Rabbit_Die_m48EF6B921229723D4CE337DDE23E1C2A6CEDBB32(__this, L_15, /*hidden argument*/NULL); // } else { return; } IL_0076: { // Hurt(); Rabbit_Hurt_m903E10A3D270EAB0BC92B609E6C5F64AAEB57A13(__this, /*hidden argument*/NULL); // } return; } } // System.Void Rabbit::Die(Arrow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_Die_m48EF6B921229723D4CE337DDE23E1C2A6CEDBB32 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m3286BD257305EEBCD41558DFFAA5E2E84787B144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rabbit_U3CDieU3Eb__27_0_mD58CBB430CAD71D840B241D1D15E8001986EBF03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18F6A8E4A13F00E519894B9AC6B76138FAC81BA2); s_Il2CppMethodInitialized = true; } Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * G_B7_0 = NULL; Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * G_B6_0 = NULL; { // if (dead) return; bool L_0 = __this->get_dead_23(); if (!L_0) { goto IL_0009; } } { // if (dead) return; return; } IL_0009: { // if (arrow != null) { Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_1 = ___arrow0; 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_0036; } } { // arrow.onDoNextShoot += delegate() { // Destroy(this.gameObject); // }; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_3 = ___arrow0; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_4 = L_3; NullCheck(L_4); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_5 = L_4->get_onDoNextShoot_17(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_6 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_6, __this, (intptr_t)((intptr_t)Rabbit_U3CDieU3Eb__27_0_mD58CBB430CAD71D840B241D1D15E8001986EBF03_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_7; L_7 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_onDoNextShoot_17(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_7, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // } else { goto IL_003d; } IL_0036: { // onDoNextShootWillDestroy = true; __this->set_onDoNextShootWillDestroy_20((bool)1); } IL_003d: { // dead = true; __this->set_dead_23((bool)1); // this.agent.enabled = false; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_8 = __this->get_agent_6(); NullCheck(L_8); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_8, (bool)0, /*hidden argument*/NULL); // PuaseAutoStrategy(); Rabbit_PuaseAutoStrategy_mCEB1F4A4C3CFD0EE3E941CF04A782D47A3BCEC19(__this, /*hidden argument*/NULL); // onDie?.Invoke(this); Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * L_9 = __this->get_onDie_36(); Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * L_10 = L_9; G_B6_0 = L_10; if (L_10) { G_B7_0 = L_10; goto IL_0062; } } { goto IL_0068; } IL_0062: { NullCheck(G_B7_0); Action_1_Invoke_m3286BD257305EEBCD41558DFFAA5E2E84787B144(G_B7_0, __this, /*hidden argument*/Action_1_Invoke_m3286BD257305EEBCD41558DFFAA5E2E84787B144_RuntimeMethod_var); } IL_0068: { // AudioMgr.ins.PlayAnimalEffect("rabbit_injured", AudioMgr.GetAudioSource(this.gameObject)); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_11 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12; L_12 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_13; L_13 = AudioMgr_GetAudioSource_m95F117594154AC0E3082545053633814AC03265F(L_12, /*hidden argument*/NULL); NullCheck(L_11); AudioMgr_PlayAnimalEffect_m868C5178CAB612E24222E2B9F563CB0EAB1A4EB9(L_11, _stringLiteral18F6A8E4A13F00E519894B9AC6B76138FAC81BA2, L_13, /*hidden argument*/NULL); // injuredID++; int32_t L_14 = __this->get_injuredID_21(); __this->set_injuredID_21(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); // } return; } } // System.Void Rabbit::Hurt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_Hurt_m903E10A3D270EAB0BC92B609E6C5F64AAEB57A13 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __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*)&_stringLiteral18F6A8E4A13F00E519894B9AC6B76138FAC81BA2); s_Il2CppMethodInitialized = true; } { // RunAwayFromHunter(); Rabbit_RunAwayFromHunter_mBDCF001D7ABE6A1A5472A5547DA00C81A14B8EC7(__this, /*hidden argument*/NULL); // addHurtFlag(); Rabbit_addHurtFlag_m6CFF65E8409D41CF455B43F5087F885EF8C34BBC(__this, /*hidden argument*/NULL); // PuaseAutoStrategy(); Rabbit_PuaseAutoStrategy_mCEB1F4A4C3CFD0EE3E941CF04A782D47A3BCEC19(__this, /*hidden argument*/NULL); // AudioMgr.ins.PlayAnimalEffect("rabbit_injured", AudioMgr.GetAudioSource(this.gameObject)); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_2; L_2 = AudioMgr_GetAudioSource_m95F117594154AC0E3082545053633814AC03265F(L_1, /*hidden argument*/NULL); NullCheck(L_0); AudioMgr_PlayAnimalEffect_m868C5178CAB612E24222E2B9F563CB0EAB1A4EB9(L_0, _stringLiteral18F6A8E4A13F00E519894B9AC6B76138FAC81BA2, L_2, /*hidden argument*/NULL); // injuredID++; int32_t L_3 = __this->get_injuredID_21(); __this->set_injuredID_21(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); // } return; } } // System.Void Rabbit::addHurtFlag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_addHurtFlag_m6CFF65E8409D41CF455B43F5087F885EF8C34BBC (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72682C7A8425470699E11CA5040CFC8EB94864D6); s_Il2CppMethodInitialized = true; } { // hurtFlag.Lock(); CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * L_0 = __this->get_hurtFlag_22(); NullCheck(L_0); CountLock_Lock_mA99EAF42060BC4FABD2267E34B4FDA6911935EB1(L_0, /*hidden argument*/NULL); // Invoke("clearOneHurtFlag", 5); MonoBehaviour_Invoke_m4AAB759653B1C6FB0653527F4DDC72D1E9162CC4(__this, _stringLiteral72682C7A8425470699E11CA5040CFC8EB94864D6, (5.0f), /*hidden argument*/NULL); // } return; } } // System.Void Rabbit::clearOneHurtFlag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_clearOneHurtFlag_m20150FFDD9D9F379592CEBA397587DB3AB4C017F (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // hurtFlag.Unlock(); CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * L_0 = __this->get_hurtFlag_22(); NullCheck(L_0); CountLock_Unlock_mAF7293226DAF3F914D86C0DFF5FB869749A59904(L_0, /*hidden argument*/NULL); // if (hurtFlag.IsReleased()) { CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * L_1 = __this->get_hurtFlag_22(); NullCheck(L_1); bool L_2; L_2 = CountLock_IsReleased_mA21452458832DBCC262EBD9C6C2834E463D62AF6(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } { // onHurtFlagTimeout(); Rabbit_onHurtFlagTimeout_m0381C57AA823EA47415ED5149EDFDCCB006967B0(__this, /*hidden argument*/NULL); } IL_001e: { // } return; } } // System.Void Rabbit::onHurtFlagTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_onHurtFlagTimeout_m0381C57AA823EA47415ED5149EDFDCCB006967B0 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // if (!dead) ResumeAutoStrategy(); bool L_0 = __this->get_dead_23(); if (L_0) { goto IL_000e; } } { // if (!dead) ResumeAutoStrategy(); Rabbit_ResumeAutoStrategy_m90AC3E7A0CDAC99E68880515D7FFE6D1759DA445(__this, /*hidden argument*/NULL); } IL_000e: { // } return; } } // System.Boolean Rabbit::get_moving() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rabbit_get_moving_mE54CAF6D68B1CA854E17ADE8EEF7319C0FAD7D07 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // return _moving; bool L_0 = __this->get__moving_24(); return L_0; } } // System.Void Rabbit::set_moving(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_set_moving_mB7DCA5C700281EBFA8C993993B45222085E11556 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, bool ___value0, const RuntimeMethod* method) { { // if (_moving && !value) { bool L_0 = __this->get__moving_24(); if (!L_0) { goto IL_0016; } } { bool L_1 = ___value0; if (L_1) { goto IL_0016; } } { // movingTime = 0; __this->set_movingTime_25((0.0f)); } IL_0016: { // if (!_moving && value) stayingTime = 0; bool L_2 = __this->get__moving_24(); bool L_3 = ___value0; if (!((int32_t)((int32_t)((((int32_t)L_2) == ((int32_t)0))? 1 : 0)&(int32_t)L_3))) { goto IL_002e; } } { // if (!_moving && value) stayingTime = 0; __this->set_stayingTime_26((0.0f)); } IL_002e: { // _moving = value; bool L_4 = ___value0; __this->set__moving_24(L_4); // } return; } } // System.Void Rabbit::SetDestination(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_SetDestination_m6312D27B7AA21D07B3D4065DCF85C1928830B5BE (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, const RuntimeMethod* method) { { // moving = true; Rabbit_set_moving_mB7DCA5C700281EBFA8C993993B45222085E11556(__this, (bool)1, /*hidden argument*/NULL); // this.agent.destination = pos; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_0 = __this->get_agent_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___pos0; NullCheck(L_0); NavMeshAgent_set_destination_m0EC1C668AD85AC1B26AABF54337D7D0849F760E7(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void Rabbit::OnMovingToDestination() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_OnMovingToDestination_mE3C9C58DD8C5DD2F6E0A14CAC83CACF693FDC020 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // if (!moving) return; bool L_0; L_0 = Rabbit_get_moving_mE54CAF6D68B1CA854E17ADE8EEF7319C0FAD7D07_inline(__this, /*hidden argument*/NULL); // if (!moving) return; return; } } // System.Void Rabbit::OnReachDestination() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_OnReachDestination_m238EDEECDCA7600ED6A89760FF0FF9C20DAEE4A6 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // if (!moving) return; bool L_0; L_0 = Rabbit_get_moving_mE54CAF6D68B1CA854E17ADE8EEF7319C0FAD7D07_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!moving) return; return; } IL_0009: { // moving = false; Rabbit_set_moving_mB7DCA5C700281EBFA8C993993B45222085E11556(__this, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Boolean Rabbit::HasCloseToDestination() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rabbit_HasCloseToDestination_m2E307BF6A047BB1E4D95C8E04A1267EB443D43DF (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!moving) return true; bool L_0; L_0 = Rabbit_get_moving_mE54CAF6D68B1CA854E17ADE8EEF7319C0FAD7D07_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { // if (!moving) return true; return (bool)1; } IL_000a: { // if (Vector3.Distance(this.agent.nextPosition, this.agent.destination) < 0.15f) { NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_1 = __this->get_agent_6(); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = NavMeshAgent_get_nextPosition_m0402CBC5B44EFD58FBEEF19D10EF7DBC82CF1FB3(L_1, /*hidden argument*/NULL); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_3 = __this->get_agent_6(); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = NavMeshAgent_get_destination_m0FDF371CBF97028F28416675134875122F13AD2F(L_3, /*hidden argument*/NULL); float L_5; L_5 = Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677(L_2, L_4, /*hidden argument*/NULL); if ((!(((float)L_5) < ((float)(0.150000006f))))) { goto IL_002e; } } { // return true; return (bool)1; } IL_002e: { // if (movingTime > 0.1f && this.agent.velocity.magnitude < 0.05f) { float L_6 = __this->get_movingTime_25(); if ((!(((float)L_6) > ((float)(0.100000001f))))) { goto IL_0057; } } { NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_7 = __this->get_agent_6(); NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = NavMeshAgent_get_velocity_mA6F25F6B38D5092BBE6DECD77F8FDB93D5C515C9(L_7, /*hidden argument*/NULL); V_0 = L_8; float L_9; L_9 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); if ((!(((float)L_9) < ((float)(0.0500000007f))))) { goto IL_0057; } } { // return true; return (bool)1; } IL_0057: { // return false; return (bool)0; } } // System.Void Rabbit::UpdateAction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_UpdateAction_m9746686FFD9D07F737D585D91FC6478A49CBBEE0 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // if (dead) { bool L_0 = __this->get_dead_23(); if (!L_0) { goto IL_0017; } } { // if (!isAniDie()) playAniDie(); bool L_1; L_1 = Rabbit_isAniDie_m375259BEA62E378724494C6EBEA13B9E9D0AF0AC(__this, /*hidden argument*/NULL); if (L_1) { goto IL_003c; } } { // if (!isAniDie()) playAniDie(); Rabbit_playAniDie_m7E8B9934AA8D32598D6716F7EA7FE6C80A4F2884(__this, /*hidden argument*/NULL); // } else if (moving) { return; } IL_0017: { // } else if (moving) { bool L_2; L_2 = Rabbit_get_moving_mE54CAF6D68B1CA854E17ADE8EEF7319C0FAD7D07_inline(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_002e; } } { // if (!isAniJump()) playAniJump(); bool L_3; L_3 = Rabbit_isAniJump_m17A80D8A8B88AF74E21DB06B7CAF0B99B0E670B4(__this, /*hidden argument*/NULL); if (L_3) { goto IL_003c; } } { // if (!isAniJump()) playAniJump(); Rabbit_playAniJump_m427A5C5400DA5CCE43CB56E5AD8C5C58AA5167E4(__this, /*hidden argument*/NULL); // } else { return; } IL_002e: { // if (!IsAniForIdle()) { bool L_4; L_4 = Rabbit_IsAniForIdle_m0FD968387EF6C1D7784517540DDBD11781E7443D(__this, /*hidden argument*/NULL); if (L_4) { goto IL_003c; } } { // playAniForIdle(); Rabbit_playAniForIdle_mB2A1C0012B5FF5735C4F14A82B0A6862E475F48B(__this, /*hidden argument*/NULL); } IL_003c: { // } return; } } // System.Void Rabbit::UpdateActionTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_UpdateActionTime_mE522BF1413C63C6E0BD883922902B9F90DFC8DFD (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // if (moving) { bool L_0; L_0 = Rabbit_get_moving_mE54CAF6D68B1CA854E17ADE8EEF7319C0FAD7D07_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001b; } } { // movingTime += Time.deltaTime; float L_1 = __this->get_movingTime_25(); float L_2; L_2 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_movingTime_25(((float)il2cpp_codegen_add((float)L_1, (float)L_2))); // } else { return; } IL_001b: { // stayingTime += Time.deltaTime; float L_3 = __this->get_stayingTime_26(); float L_4; L_4 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_stayingTime_26(((float)il2cpp_codegen_add((float)L_3, (float)L_4))); // } return; } } // System.Void Rabbit::UpdateAutoStrategy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_UpdateAutoStrategy_m7D8B6AFDB1DB58FAFB5CCB4CB4B97A5719CEF1D4 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // if (!autoStrategy) return; bool L_0 = __this->get_autoStrategy_31(); if (L_0) { goto IL_0009; } } { // if (!autoStrategy) return; return; } IL_0009: { // if (stayingTime > willStayTime) { float L_1 = __this->get_stayingTime_26(); float L_2 = __this->get_willStayTime_27(); if ((!(((float)L_1) > ((float)L_2)))) { goto IL_002a; } } { // autoMoving = true; __this->set_autoMoving_29((bool)1); // RandomMove(); Rabbit_RandomMove_m119BED7D6CD041E90D1762D6D38340BBAECECB8E(__this, /*hidden argument*/NULL); // RandomWillStayTime(); Rabbit_RandomWillStayTime_mEBD395D8D30AA5E853C703C6E3CD356AA6819AA4(__this, /*hidden argument*/NULL); } IL_002a: { // if (autoMoving) { bool L_3 = __this->get_autoMoving_29(); if (!L_3) { goto IL_006b; } } { // if (!moving) { bool L_4; L_4 = Rabbit_get_moving_mE54CAF6D68B1CA854E17ADE8EEF7319C0FAD7D07_inline(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0059; } } { // Stay(); Rabbit_Stay_m3DD9EAEABF18DD23E3F3AF2881342B2940AEDCBD(__this, /*hidden argument*/NULL); // RandomWillMoveTime(); Rabbit_RandomWillMoveTime_mEBA1B9C394844B17B904DB4C00326A3CA2668752(__this, /*hidden argument*/NULL); // autoMoving = false; __this->set_autoMoving_29((bool)0); // autoMovingTime = 0; __this->set_autoMovingTime_30((0.0f)); // } else { return; } IL_0059: { // autoMovingTime += Time.deltaTime; float L_5 = __this->get_autoMovingTime_30(); float L_6; L_6 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_autoMovingTime_30(((float)il2cpp_codegen_add((float)L_5, (float)L_6))); } IL_006b: { // } return; } } // System.Void Rabbit::InitAutoStrategy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_InitAutoStrategy_m8925B3EB6A33143C259A75ECB6C0D173EAAC0BD8 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // autoStrategy = true; __this->set_autoStrategy_31((bool)1); // this.willStayTime = 3 + Random.value * 4; float L_0; L_0 = Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872(/*hidden argument*/NULL); __this->set_willStayTime_27(((float)il2cpp_codegen_add((float)(3.0f), (float)((float)il2cpp_codegen_multiply((float)L_0, (float)(4.0f)))))); // RandomWillMoveTime(); Rabbit_RandomWillMoveTime_mEBA1B9C394844B17B904DB4C00326A3CA2668752(__this, /*hidden argument*/NULL); // } return; } } // System.Void Rabbit::PuaseAutoStrategy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_PuaseAutoStrategy_mCEB1F4A4C3CFD0EE3E941CF04A782D47A3BCEC19 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // this.autoStrategy = false; __this->set_autoStrategy_31((bool)0); // } return; } } // System.Void Rabbit::ResumeAutoStrategy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_ResumeAutoStrategy_m90AC3E7A0CDAC99E68880515D7FFE6D1759DA445 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // this.autoStrategy = true; __this->set_autoStrategy_31((bool)1); // RandomWillStayTime(); Rabbit_RandomWillStayTime_mEBD395D8D30AA5E853C703C6E3CD356AA6819AA4(__this, /*hidden argument*/NULL); // RandomWillMoveTime(); Rabbit_RandomWillMoveTime_mEBA1B9C394844B17B904DB4C00326A3CA2668752(__this, /*hidden argument*/NULL); // this.autoMoving = false; __this->set_autoMoving_29((bool)0); // this.autoMovingTime = 0; __this->set_autoMovingTime_30((0.0f)); // } return; } } // System.Void Rabbit::RandomWillStayTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_RandomWillStayTime_mEBD395D8D30AA5E853C703C6E3CD356AA6819AA4 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // this.willStayTime = Random.value * 2 + 10; float L_0; L_0 = Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872(/*hidden argument*/NULL); __this->set_willStayTime_27(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_0, (float)(2.0f))), (float)(10.0f)))); // } return; } } // System.Void Rabbit::RandomWillMoveTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_RandomWillMoveTime_mEBA1B9C394844B17B904DB4C00326A3CA2668752 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // this.willMoveTime = Random.value * 2 + 3; float L_0; L_0 = Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872(/*hidden argument*/NULL); __this->set_willMoveTime_28(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_0, (float)(2.0f))), (float)(3.0f)))); // } return; } } // System.Void Rabbit::RunAwayFromHunter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_RunAwayFromHunter_mBDCF001D7ABE6A1A5472A5547DA00C81A14B8EC7 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // Vector3 backVec = GetPointerHunterToMe(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = TargetAnimal_GetPointerHunterToMe_m43A4292275DE86F9EC8818ECDAA8155A49652563(__this, /*hidden argument*/NULL); V_0 = L_0; // SetDestination(transform.position + backVec.normalized * 5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_3, (5.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2, L_4, /*hidden argument*/NULL); Rabbit_SetDestination_m6312D27B7AA21D07B3D4065DCF85C1928830B5BE(__this, L_5, /*hidden argument*/NULL); // } return; } } // System.Void Rabbit::RandomMove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_RandomMove_m119BED7D6CD041E90D1762D6D38340BBAECECB8E (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); { // Vector3 standardPointer = animalsBaseT.forward; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = TargetAnimal_get_animalsBaseT_mE5467EA9ADE65B1ACF1422C90B1DEAEEF0CF0BC7(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_0, /*hidden argument*/NULL); V_0 = L_1; // Vector3 pointerWithLen = standardPointer.normalized * (baseDistance + Random.value * baseDistanceMoveRange); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); float L_3 = __this->get_baseDistance_32(); float L_4; L_4 = Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872(/*hidden argument*/NULL); float L_5 = __this->get_baseDistanceMoveRange_33(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_2, ((float)il2cpp_codegen_add((float)L_3, (float)((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)))), /*hidden argument*/NULL); V_1 = L_6; // pointerWithLen = Quaternion.AngleAxis(Random.Range(-14f, 14f), Vector3.up) * pointerWithLen; float L_7; L_7 = Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2((-14.0f), (14.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_9; L_9 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(L_7, L_8, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; // Vector3 newPos = animalsBaseT.position + pointerWithLen; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = TargetAnimal_get_animalsBaseT_mE5467EA9ADE65B1ACF1422C90B1DEAEEF0CF0BC7(__this, /*hidden argument*/NULL); NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_12, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; // SetDestination(newPos); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = V_2; Rabbit_SetDestination_m6312D27B7AA21D07B3D4065DCF85C1928830B5BE(__this, L_16, /*hidden argument*/NULL); // } return; } } // System.Void Rabbit::Stay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_Stay_m3DD9EAEABF18DD23E3F3AF2881342B2940AEDCBD (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // if (moving) { bool L_0; L_0 = Rabbit_get_moving_mE54CAF6D68B1CA854E17ADE8EEF7319C0FAD7D07_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0024; } } { // this.agent.destination = this.agent.nextPosition; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_1 = __this->get_agent_6(); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_2 = __this->get_agent_6(); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = NavMeshAgent_get_nextPosition_m0402CBC5B44EFD58FBEEF19D10EF7DBC82CF1FB3(L_2, /*hidden argument*/NULL); NullCheck(L_1); NavMeshAgent_set_destination_m0EC1C668AD85AC1B26AABF54337D7D0849F760E7(L_1, L_3, /*hidden argument*/NULL); // OnReachDestination(); Rabbit_OnReachDestination_m238EDEECDCA7600ED6A89760FF0FF9C20DAEE4A6(__this, /*hidden argument*/NULL); } IL_0024: { // } return; } } // System.Void Rabbit::playAniEat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_playAniEat_m0DC34F0EEBE73C50807E5ED94C776A139AB1F265 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // ap.play(curAnimIndex = 0, WrapMode.Loop); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); int32_t L_1 = 0; V_0 = L_1; __this->set_curAnimIndex_34(L_1); int32_t L_2 = V_0; NullCheck(L_0); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_0, L_2, 2, /*hidden argument*/NULL); // } return; } } // System.Boolean Rabbit::isAniEat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rabbit_isAniEat_m9CBE1AEEF6FA42A40F19188FECE02651BC8B3C22 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // return curAnimIndex == 0; int32_t L_0 = __this->get_curAnimIndex_34(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Void Rabbit::playAniDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_playAniDie_m7E8B9934AA8D32598D6716F7EA7FE6C80A4F2884 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // ap.play(curAnimIndex = 2, WrapMode.Once); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); int32_t L_1 = 2; V_0 = L_1; __this->set_curAnimIndex_34(L_1); int32_t L_2 = V_0; NullCheck(L_0); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_0, L_2, 1, /*hidden argument*/NULL); // } return; } } // System.Boolean Rabbit::isAniDie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rabbit_isAniDie_m375259BEA62E378724494C6EBEA13B9E9D0AF0AC (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // return curAnimIndex == 2; int32_t L_0 = __this->get_curAnimIndex_34(); return (bool)((((int32_t)L_0) == ((int32_t)2))? 1 : 0); } } // System.Void Rabbit::playAniJump() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_playAniJump_m427A5C5400DA5CCE43CB56E5AD8C5C58AA5167E4 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // ap.play(curAnimIndex = 7, WrapMode.Loop); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_0 = __this->get_ap_5(); int32_t L_1 = 7; V_0 = L_1; __this->set_curAnimIndex_34(L_1); int32_t L_2 = V_0; NullCheck(L_0); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_0, L_2, 2, /*hidden argument*/NULL); // } return; } } // System.Boolean Rabbit::isAniJump() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rabbit_isAniJump_m17A80D8A8B88AF74E21DB06B7CAF0B99B0E670B4 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // return curAnimIndex == 7; int32_t L_0 = __this->get_curAnimIndex_34(); return (bool)((((int32_t)L_0) == ((int32_t)7))? 1 : 0); } } // System.Boolean Rabbit::IsAniForIdle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rabbit_IsAniForIdle_m0FD968387EF6C1D7784517540DDBD11781E7443D (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // return curAnimIndex == 0 || curAnimIndex == 4 || curAnimIndex == 5 || curAnimIndex == 6; int32_t L_0 = __this->get_curAnimIndex_34(); if (!L_0) { goto IL_0024; } } { int32_t L_1 = __this->get_curAnimIndex_34(); if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_0024; } } { int32_t L_2 = __this->get_curAnimIndex_34(); if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_0024; } } { int32_t L_3 = __this->get_curAnimIndex_34(); return (bool)((((int32_t)L_3) == ((int32_t)6))? 1 : 0); } IL_0024: { return (bool)1; } } // System.Void Rabbit::playAniForIdle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_playAniForIdle_mB2A1C0012B5FF5735C4F14A82B0A6862E475F48B (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // curAnimIndex = idleIndexes[Random.Range(0, idleIndexes.Length)]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_idleIndexes_35(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_idleIndexes_35(); NullCheck(L_1); int32_t L_2; L_2 = Random_Range_m4B3A0037ACA057F33C94508F908546B9317D996A(0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); NullCheck(L_0); int32_t L_3 = L_2; int32_t L_4 = (L_0)->GetAt(static_cast(L_3)); __this->set_curAnimIndex_34(L_4); // ap.play(curAnimIndex, WrapMode.Loop); AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_5 = __this->get_ap_5(); int32_t L_6 = __this->get_curAnimIndex_34(); NullCheck(L_5); AnimationPlayer_play_m77B586C6E076A4709C2B906795580E84F3FE46F4(L_5, L_6, 2, /*hidden argument*/NULL); // } return; } } // System.Int32 Rabbit::GetOnlineID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rabbit_GetOnlineID_m0064DE7A9F85BF495BF0F74FF02A05D461B0B1DC (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { { // return uid; int32_t L_0 = __this->get_uid_11(); return L_0; } } // System.Void Rabbit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit__ctor_m71B9F79CDB6EB8B5B6070621E3ECCE51DBD36E91 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // [System.NonSerialized] public int hp = 1; __this->set_hp_7(1); // [System.NonSerialized] public int colorType = -1; __this->set_colorType_9((-1)); // JCUnityLib.CountLock hurtFlag = new JCUnityLib.CountLock(); CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * L_0 = (CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 *)il2cpp_codegen_object_new(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1_il2cpp_TypeInfo_var); CountLock__ctor_mAC3534893A608BA48678EB809D45990DFD7E28C5(L_0, /*hidden argument*/NULL); __this->set_hurtFlag_22(L_0); // bool autoStrategy = true; __this->set_autoStrategy_31((bool)1); // [System.NonSerialized] public float baseDistance = 10; __this->set_baseDistance_32((10.0f)); // [System.NonSerialized] public float baseDistanceMoveRange = 3; __this->set_baseDistanceMoveRange_33((3.0f)); // [System.NonSerialized] public int curAnimIndex = -1; __this->set_curAnimIndex_34((-1)); // int[] idleIndexes = {0, 4, 5, 6}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); __this->set_idleIndexes_35(L_2); TargetAnimal__ctor_m79849190AD1B15ECC1D5A486410B8F065AC64324(__this, /*hidden argument*/NULL); return; } } // System.Void Rabbit::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit__cctor_m2542B9E27B3FB6F995823D5C1E4565B1143714EA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_mAC8E5BC91F643BE3F6B0F98E8249F32E69D3790B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static HashSet rabbitSet = new HashSet(); HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * L_0 = (HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 *)il2cpp_codegen_object_new(HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423_il2cpp_TypeInfo_var); HashSet_1__ctor_mAC8E5BC91F643BE3F6B0F98E8249F32E69D3790B(L_0, /*hidden argument*/HashSet_1__ctor_mAC8E5BC91F643BE3F6B0F98E8249F32E69D3790B_RuntimeMethod_var); ((Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_StaticFields*)il2cpp_codegen_static_fields_for(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var))->set_rabbitSet_10(L_0); return; } } // System.Void Rabbit::b__27_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_U3CDieU3Eb__27_0_mD58CBB430CAD71D840B241D1D15E8001986EBF03 (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __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 RabbitHuntGameMode::.ctor(GameMgr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode__ctor_mF7CC5620F58B384321F081F3A56785744A2E11E2 (RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8 * __this, GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31540315C86289571C1A0ECD739DD7089EB97113); s_Il2CppMethodInitialized = true; } { // float plusCreateDistance = 2.5f; __this->set_plusCreateDistance_20((2.5f)); // public RabbitHuntGameMode(GameMgr gameMgr) : base(gameMgr) { GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ___gameMgr0; ChallengeGameMode__ctor_m502BABF831A061D84C572BB46CC6B6D125A7FBF0(__this, L_0, /*hidden argument*/NULL); // this.animalTypeID = 0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_animalTypeID_2(0); // animalPrefab = animalsBaseT.Find("Rabbit").gameObject; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalsBaseT_5(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteral31540315C86289571C1A0ECD739DD7089EB97113, /*hidden argument*/NULL); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_2, /*hidden argument*/NULL); ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_animalPrefab_3(L_3); // baseCreateDistance = 8; __this->set_baseCreateDistance_19((8.0f)); // BanBowReady(); GameMode_BanBowReady_m57C84639E4B8C579B98D72BD5E4A4E6A84EF2948(__this, /*hidden argument*/NULL); // } return; } } // System.Void RabbitHuntGameMode::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_Start_m013C4D3430FBFAE323E8C161971F4F850FCF9CB0 (RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8 * __this, const RuntimeMethod* method) { { // UnbanBowReady(); GameMode_UnbanBowReady_m789DA8EC4F079B37F821519FC95DA76EF389A928(__this, /*hidden argument*/NULL); // if (nextLevel != null) { String_t* L_0 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_nextLevel_15(); if (!L_0) { goto IL_0026; } } { // SetLevel(int.Parse(nextLevel)); String_t* L_1 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_nextLevel_15(); int32_t L_2; L_2 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_1, /*hidden argument*/NULL); VirtualActionInvoker1< int32_t >::Invoke(12 /* System.Void ChallengeGameMode::SetLevel(System.Int32) */, __this, L_2); // AddHuntGameView(); ChallengeGameMode_AddHuntGameView_mC6CC5267FBBC58D9F888E4224F29B1E057C023AC(__this, /*hidden argument*/NULL); // } else { return; } IL_0026: { // AddSelectLevelView(); ChallengeGameMode_AddSelectLevelView_mB751386829E80493A51AA0B9A0CA0D45B0AE8638(__this, /*hidden argument*/NULL); // } return; } } // System.Void RabbitHuntGameMode::SetLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_SetLevel_m52347701C2D48C0C40438DAB1B62703AD9100DD8 (RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8 * __this, int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217_FieldInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // currentlevel = level; int32_t L_0 = ___level0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_currentlevel_13(L_0); // if (level == 1) { int32_t L_1 = ___level0; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0034; } } { // animalCreateList = new int[]{1, 1}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (int32_t)1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (int32_t)1); __this->set_animalCreateList_17(L_4); // arrowCountMax = arrowCount = 4; int32_t L_5 = 4; V_0 = L_5; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_arrowCount_10(L_5); int32_t L_6 = V_0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_arrowCountMax_11(L_6); // } goto IL_00e6; } IL_0034: { // else if (level == 2) { int32_t L_7 = ___level0; if ((!(((uint32_t)L_7) == ((uint32_t)2)))) { goto IL_0061; } } { // animalCreateList = new int[]{2, 2}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = L_8; NullCheck(L_9); (L_9)->SetAt(static_cast(0), (int32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(1), (int32_t)2); __this->set_animalCreateList_17(L_10); // arrowCountMax = arrowCount = 8; int32_t L_11 = 8; V_0 = L_11; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_arrowCount_10(L_11); int32_t L_12 = V_0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_arrowCountMax_11(L_12); // } goto IL_00e6; } IL_0061: { // else if (level == 3) { int32_t L_13 = ___level0; if ((!(((uint32_t)L_13) == ((uint32_t)3)))) { goto IL_008c; } } { // animalCreateList = new int[]{3, 3}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(static_cast(0), (int32_t)3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(1), (int32_t)3); __this->set_animalCreateList_17(L_16); // arrowCountMax = arrowCount = 12; int32_t L_17 = ((int32_t)12); V_0 = L_17; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_arrowCount_10(L_17); int32_t L_18 = V_0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_arrowCountMax_11(L_18); // } goto IL_00e6; } IL_008c: { // else if (level == 4) { int32_t L_19 = ___level0; if ((!(((uint32_t)L_19) == ((uint32_t)4)))) { goto IL_00ba; } } { // animalCreateList = new int[]{1, 1, 2, 2}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)4); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = L_20; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_22 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_21, L_22, /*hidden argument*/NULL); __this->set_animalCreateList_17(L_21); // arrowCountMax = arrowCount = 12; int32_t L_23 = ((int32_t)12); V_0 = L_23; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_arrowCount_10(L_23); int32_t L_24 = V_0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_arrowCountMax_11(L_24); // } goto IL_00e6; } IL_00ba: { // else if (level == 5) { int32_t L_25 = ___level0; if ((!(((uint32_t)L_25) == ((uint32_t)5)))) { goto IL_00e6; } } { // animalCreateList = new int[]{1, 1, 1, 3, 3, 3}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_26 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)6); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = L_26; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_28 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_27, L_28, /*hidden argument*/NULL); __this->set_animalCreateList_17(L_27); // arrowCountMax = arrowCount = 24; int32_t L_29 = ((int32_t)24); V_0 = L_29; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_arrowCount_10(L_29); int32_t L_30 = V_0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_arrowCountMax_11(L_30); } IL_00e6: { // if (animalCreateList != null) animalCountMax = animalCount = animalCreateList.Length; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = __this->get_animalCreateList_17(); if (!L_31) { goto IL_0105; } } { // if (animalCreateList != null) animalCountMax = animalCount = animalCreateList.Length; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_32 = __this->get_animalCreateList_17(); NullCheck(L_32); int32_t L_33 = ((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))); V_0 = L_33; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_animalCount_8(L_33); int32_t L_34 = V_0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_animalCountMax_9(L_34); } IL_0105: { // time = arrowCountMax * 10; int32_t L_35 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_arrowCountMax_11(); ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_time_12(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)L_35, (int32_t)((int32_t)10)))))); // CreateAnimal(); RabbitHuntGameMode_CreateAnimal_m6FC377CF98298113C4DA37105260CDD356745619(__this, /*hidden argument*/NULL); // } return; } } // System.Void RabbitHuntGameMode::CreateAnimal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_CreateAnimal_m6FC377CF98298113C4DA37105260CDD356745619 (RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m003A2DF94EF96D806D8F76BE273B2DCEC4BD8106_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_m945DC1376821BBA76F0E1F2E19E2D733B081783C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m703FB10019FF453F25D4AA1F74C549F547466497_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_get_Count_m19BDF71BBAFEE3DADC4089E8DCF0F13D4838B415_RuntimeMethod_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*)&RabbitHuntGameMode_U3CCreateAnimalU3Eb__8_0_mFE39E806702B1AEB4D3DF180CF85E4DEFFB3ED84_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * V_4 = NULL; int32_t V_5 = 0; { // if (banCreateAnimal) return; bool L_0 = __this->get_banCreateAnimal_21(); if (!L_0) { goto IL_0009; } } { // if (banCreateAnimal) return; return; } IL_0009: { // if (animalCreateIndex >= animalCreateList.Length) return; int32_t L_1 = __this->get_animalCreateIndex_18(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get_animalCreateList_17(); NullCheck(L_2); if ((((int32_t)L_1) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_001a; } } { // if (animalCreateIndex >= animalCreateList.Length) return; return; } IL_001a: { // int animalStyleID = animalCreateList[animalCreateIndex++]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = __this->get_animalCreateList_17(); int32_t L_4 = __this->get_animalCreateIndex_18(); V_5 = L_4; int32_t L_5 = V_5; __this->set_animalCreateIndex_18(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_5; NullCheck(L_3); int32_t L_7 = L_6; int32_t L_8 = (L_3)->GetAt(static_cast(L_7)); V_0 = L_8; // float createDistance = baseCreateDistance; float L_9 = __this->get_baseCreateDistance_19(); V_1 = L_9; // baseCreateDistance += plusCreateDistance; float L_10 = __this->get_baseCreateDistance_19(); float L_11 = __this->get_plusCreateDistance_20(); __this->set_baseCreateDistance_19(((float)il2cpp_codegen_add((float)L_10, (float)L_11))); // Vector3 standardPointer = animalsBaseT.forward; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalsBaseT_5(); NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_12, /*hidden argument*/NULL); // Vector3 displace = standardPointer * createDistance; float L_14 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; // displace = Quaternion.AngleAxis(Random.Range(-14f, 14f), Vector3.up) * displace; float L_16; L_16 = Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2((-14.0f), (14.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18; L_18 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(L_16, L_17, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_18, L_19, /*hidden argument*/NULL); V_2 = L_20; // Vector3 newPos = animalsBaseT.position + displace; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalsBaseT_5(); NullCheck(L_21); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_21, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_22, L_23, /*hidden argument*/NULL); V_3 = L_24; // GameObject animalObject = GameObject.Instantiate(animalPrefab, newPos, Quaternion.identity, animalsBaseT); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_25 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalPrefab_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26 = V_3; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_27; L_27 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalsBaseT_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29; L_29 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21(L_25, L_26, L_27, L_28, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var); // animalObject.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_30 = L_29; NullCheck(L_30); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_30, (bool)1, /*hidden argument*/NULL); // Rabbit rabbit = animalObject.GetComponent(); NullCheck(L_30); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_31; L_31 = GameObject_GetComponent_TisRabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_m945DC1376821BBA76F0E1F2E19E2D733B081783C(L_30, /*hidden argument*/GameObject_GetComponent_TisRabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_m945DC1376821BBA76F0E1F2E19E2D733B081783C_RuntimeMethod_var); V_4 = L_31; // rabbit.uid = animalCreateIndex; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_32 = V_4; int32_t L_33 = __this->get_animalCreateIndex_18(); NullCheck(L_32); L_32->set_uid_11(L_33); // rabbit.baseDistance = createDistance; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_34 = V_4; float L_35 = V_1; NullCheck(L_34); L_34->set_baseDistance_32(L_35); // rabbit.baseDistanceMoveRange = plusCreateDistance; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_36 = V_4; float L_37 = __this->get_plusCreateDistance_20(); NullCheck(L_36); L_36->set_baseDistanceMoveRange_33(L_37); // rabbit.hp = animalStyleID; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_38 = V_4; int32_t L_39 = V_0; NullCheck(L_38); L_38->set_hp_7(L_39); // rabbit.ChangeColorByType(animalStyleID); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_40 = V_4; int32_t L_41 = V_0; NullCheck(L_40); Rabbit_ChangeColorByType_m2A90DF0A8E73723CF744D5653D53E6F8C25C7EEC(L_40, L_41, /*hidden argument*/NULL); // rabbit.RotateByWorldY(Random.value * 360); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_42 = V_4; float L_43; L_43 = Random_get_value_m9AEBC7DF0BB6C57C928B0798349A7D3C0B3FB872(/*hidden argument*/NULL); NullCheck(L_42); TargetAnimal_RotateByWorldY_mD022A909C02A641C33F792A108940BB0AF26ADC5(L_42, ((float)il2cpp_codegen_multiply((float)L_43, (float)(360.0f))), /*hidden argument*/NULL); // rabbit.onDie += delegate(Rabbit rb) { // animalCount--; // animalSet.Remove(rb); // CreateAnimal(); // }; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_44 = V_4; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_45 = L_44; NullCheck(L_45); Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * L_46 = L_45->get_onDie_36(); Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * L_47 = (Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC *)il2cpp_codegen_object_new(Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC_il2cpp_TypeInfo_var); Action_1__ctor_m003A2DF94EF96D806D8F76BE273B2DCEC4BD8106(L_47, __this, (intptr_t)((intptr_t)RabbitHuntGameMode_U3CCreateAnimalU3Eb__8_0_mFE39E806702B1AEB4D3DF180CF85E4DEFFB3ED84_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m003A2DF94EF96D806D8F76BE273B2DCEC4BD8106_RuntimeMethod_var); Delegate_t * L_48; L_48 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_46, L_47, /*hidden argument*/NULL); NullCheck(L_45); L_45->set_onDie_36(((Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC *)CastclassSealed((RuntimeObject*)L_48, Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC_il2cpp_TypeInfo_var))); // animalSet.Add(rabbit); HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * L_49 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalSet_6(); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_50 = V_4; NullCheck(L_49); bool L_51; L_51 = HashSet_1_Add_m703FB10019FF453F25D4AA1F74C549F547466497(L_49, L_50, /*hidden argument*/HashSet_1_Add_m703FB10019FF453F25D4AA1F74C549F547466497_RuntimeMethod_var); // if (animalSet.Count < maxAnimalCountAtTheSameTime) { HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * L_52 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalSet_6(); NullCheck(L_52); int32_t L_53; L_53 = HashSet_1_get_Count_m19BDF71BBAFEE3DADC4089E8DCF0F13D4838B415_inline(L_52, /*hidden argument*/HashSet_1_get_Count_m19BDF71BBAFEE3DADC4089E8DCF0F13D4838B415_RuntimeMethod_var); int32_t L_54 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_maxAnimalCountAtTheSameTime_7(); if ((((int32_t)L_53) >= ((int32_t)L_54))) { goto IL_0147; } } { // CreateAnimal(); RabbitHuntGameMode_CreateAnimal_m6FC377CF98298113C4DA37105260CDD356745619(__this, /*hidden argument*/NULL); } IL_0147: { // } return; } } // System.Void RabbitHuntGameMode::b__8_0(Rabbit) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_U3CCreateAnimalU3Eb__8_0_mFE39E806702B1AEB4D3DF180CF85E4DEFFB3ED84 (RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8 * __this, Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * ___rb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mC768C51F031F7135EF36B0E02875D7F6B489B436_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // animalCount--; int32_t L_0 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalCount_8(); ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_animalCount_8(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); // animalSet.Remove(rb); HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * L_1 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_animalSet_6(); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_2 = ___rb0; NullCheck(L_1); bool L_3; L_3 = HashSet_1_Remove_mC768C51F031F7135EF36B0E02875D7F6B489B436(L_1, L_2, /*hidden argument*/HashSet_1_Remove_mC768C51F031F7135EF36B0E02875D7F6B489B436_RuntimeMethod_var); // CreateAnimal(); RabbitHuntGameMode_CreateAnimal_m6FC377CF98298113C4DA37105260CDD356745619(__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 RabbitHuntGameMode_LocalPK::.ctor(GameMgr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_LocalPK__ctor_m4E8A410357B91C7E57A8739587940CFC9812D2CD (RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 * __this, GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // float singleShootReadyTime = 30f; __this->set_singleShootReadyTime_23((30.0f)); // float singleShootReadyTimeMax = 30f; __this->set_singleShootReadyTimeMax_24((30.0f)); // public RabbitHuntGameMode_LocalPK(GameMgr gameMgr) : base(gameMgr) { GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ___gameMgr0; RabbitHuntGameMode__ctor_mF7CC5620F58B384321F081F3A56785744A2E11E2(__this, L_0, /*hidden argument*/NULL); // hunterGamePlayerScoreCounter = new HunterGamePlayerScoreCounter(this); HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_1 = (HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 *)il2cpp_codegen_object_new(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7_il2cpp_TypeInfo_var); HunterGamePlayerScoreCounter__ctor_m2B99EDB91B51DD090D7F15A399B5D20E765ABC14(L_1, __this, /*hidden argument*/NULL); __this->set_hunterGamePlayerScoreCounter_25(L_1); // } return; } } // System.Void RabbitHuntGameMode_LocalPK::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_LocalPK_Start_m81D04116AAB9B64F805B4D4203F174B48D87BA23 (RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA228A166C8AB08C7AA7D26E2EC88C52F25923F6); s_Il2CppMethodInitialized = true; } { // SetLevel(5); VirtualActionInvoker1< int32_t >::Invoke(12 /* System.Void ChallengeGameMode::SetLevel(System.Int32) */, __this, 5); // AddHuntGameView(); ChallengeGameMode_AddHuntGameView_mC6CC5267FBBC58D9F888E4224F29B1E057C023AC(__this, /*hidden argument*/NULL); // this.gameMgr.transform.Find("HunterGameView_LocalPK").gameObject.SetActive(true); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteralFA228A166C8AB08C7AA7D26E2EC88C52F25923F6, /*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)1, /*hidden argument*/NULL); // AddReadyView(); RabbitHuntGameMode_LocalPK_AddReadyView_mFAC8575159E174399776E3CE740028F37300D0F7(__this, /*hidden argument*/NULL); // } return; } } // System.Boolean RabbitHuntGameMode_LocalPK::DoNextShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RabbitHuntGameMode_LocalPK_DoNextShoot_mA6BD2CC977160ED380AA4C76FCE61867FF720D2A (RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 * __this, const RuntimeMethod* method) { bool G_B2_0 = false; bool G_B1_0 = false; { // bool canDo = base.DoNextShoot(); bool L_0; L_0 = ChallengeGameMode_DoNextShoot_mA0A04818D4028FEF2C6D4456A5B0628EA312E030(__this, /*hidden argument*/NULL); // if (canDo) { bool L_1 = L_0; G_B1_0 = L_1; if (!L_1) { G_B2_0 = L_1; goto IL_000f; } } { // NextPlayerFinal(); RabbitHuntGameMode_LocalPK_NextPlayerFinal_m5F6594AB3025450053545989A845984C6BD48853(__this, /*hidden argument*/NULL); G_B2_0 = G_B1_0; } IL_000f: { // return canDo; return G_B2_0; } } // System.Void RabbitHuntGameMode_LocalPK::AddReadyView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_LocalPK_AddReadyView_mFAC8575159E174399776E3CE740028F37300D0F7 (RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A_RuntimeMethod_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*)&Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CC025E138704F688F8D1E8261B03C31E8BAA465); s_Il2CppMethodInitialized = true; } { // GameObject view = Resources.Load("Prefabs/Views/PKGameReadyView_Challenge"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6(_stringLiteral7CC025E138704F688F8D1E8261B03C31E8BAA465, /*hidden argument*/Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); // GameObject o = GameObject.Instantiate(view); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_0, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); // PKGameReadyView_Challenge script = o.GetComponent(); NullCheck(L_1); PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * L_2; L_2 = GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A(L_1, /*hidden argument*/GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A_RuntimeMethod_var); // script.currentPlayerIndex = currentPlayerIndex; int32_t L_3 = __this->get_currentPlayerIndex_22(); NullCheck(L_2); L_2->set_currentPlayerIndex_5(L_3); // } return; } } // System.Void RabbitHuntGameMode_LocalPK::NextPlayerFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_LocalPK_NextPlayerFinal_m5F6594AB3025450053545989A845984C6BD48853 (RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 * __this, const RuntimeMethod* method) { { // NextPlayer(); RabbitHuntGameMode_LocalPK_NextPlayer_mE04BA93D246123D7F15D2C651F58E55049C351EC(__this, /*hidden argument*/NULL); // BanBowReady(); GameMode_BanBowReady_m57C84639E4B8C579B98D72BD5E4A4E6A84EF2948(__this, /*hidden argument*/NULL); // AddReadyView(); RabbitHuntGameMode_LocalPK_AddReadyView_mFAC8575159E174399776E3CE740028F37300D0F7(__this, /*hidden argument*/NULL); // } return; } } // System.Void RabbitHuntGameMode_LocalPK::NextPlayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_LocalPK_NextPlayer_mE04BA93D246123D7F15D2C651F58E55049C351EC (RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 * __this, const RuntimeMethod* method) { { // currentPlayerIndex++; int32_t L_0 = __this->get_currentPlayerIndex_22(); __this->set_currentPlayerIndex_22(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); // currentPlayerIndex %= 2; int32_t L_1 = __this->get_currentPlayerIndex_22(); __this->set_currentPlayerIndex_22(((int32_t)((int32_t)L_1%(int32_t)2))); // singleShootReadyTime = singleShootReadyTimeMax; float L_2 = __this->get_singleShootReadyTimeMax_24(); __this->set_singleShootReadyTime_23(L_2); // } return; } } // System.Void RabbitHuntGameMode_LocalPK::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_LocalPK_Update_m6824361A4285EE6A14EBE74D12758C349AFCBB19 (RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 * __this, const RuntimeMethod* method) { { // base.Update(); ChallengeGameMode_Update_m45BA884BD74209A6F55A1AA181A8068F417AC57B(__this, /*hidden argument*/NULL); // if (gameMgr.gameOver || pauseTimeCounting) return; GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_0); bool L_1 = L_0->get_gameOver_7(); if (L_1) { goto IL_001b; } } { bool L_2; L_2 = GameMode_get_pauseTimeCounting_mA658E4A5B5E237CAE4627B5550C8B68E99850E35(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_001c; } } IL_001b: { // if (gameMgr.gameOver || pauseTimeCounting) return; return; } IL_001c: { // singleShootReadyTime -= Time.deltaTime; float L_3 = __this->get_singleShootReadyTime_23(); float L_4; L_4 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_singleShootReadyTime_23(((float)il2cpp_codegen_subtract((float)L_3, (float)L_4))); // if (singleShootReadyTime <= 0) { float L_5 = __this->get_singleShootReadyTime_23(); if ((!(((float)L_5) <= ((float)(0.0f))))) { goto IL_004b; } } { // ArmBow.ins.readyShoot(); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_6; L_6 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_6); ArmBow_readyShoot_m8D7E225EEC4E8F92D0D2AE066368E865CC4FC652(L_6, /*hidden argument*/NULL); // NextPlayerFinal(); RabbitHuntGameMode_LocalPK_NextPlayerFinal_m5F6594AB3025450053545989A845984C6BD48853(__this, /*hidden argument*/NULL); } IL_004b: { // } return; } } // System.Int32 RabbitHuntGameMode_LocalPK::GetCurrentPlayIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RabbitHuntGameMode_LocalPK_GetCurrentPlayIndex_m6BCD92A5EF8E150E04C6200D7604F8C5D1263943 (RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 * __this, const RuntimeMethod* method) { { // return currentPlayerIndex; int32_t L_0 = __this->get_currentPlayerIndex_22(); return L_0; } } // System.ValueTuple`2 RabbitHuntGameMode_LocalPK::GetSingleShootReadyTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 RabbitHuntGameMode_LocalPK_GetSingleShootReadyTime_mAEAAB4E8ADB82B583AFE9C799DF2E5A4E29CE7B5 (RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return (singleShootReadyTime, singleShootReadyTimeMax); float L_0 = __this->get_singleShootReadyTime_23(); float L_1 = __this->get_singleShootReadyTimeMax_24(); ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 L_2; memset((&L_2), 0, sizeof(L_2)); ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6((&L_2), L_0, L_1, /*hidden argument*/ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_RuntimeMethod_var); return L_2; } } // HunterGamePlayerScoreCounter RabbitHuntGameMode_LocalPK::getHunterGamePlayerScoreCounter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * RabbitHuntGameMode_LocalPK_getHunterGamePlayerScoreCounter_m55124C06C07ADDBD127F2924ADB9ED8095BC7553 (RabbitHuntGameMode_LocalPK_t05CC1090B14C772B20C2FB9CEB264776FD8D4E20 * __this, const RuntimeMethod* method) { { // return hunterGamePlayerScoreCounter; HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_0 = __this->get_hunterGamePlayerScoreCounter_25(); 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 RabbitHuntGameMode_OnlinePK::.ctor(GameMgr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK__ctor_mC5D87BA5F95F12786C7A9C5AA4E466B8DA338489 (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // float singleShootReadyTime = 30f; __this->set_singleShootReadyTime_23((30.0f)); // float singleShootReadyTimeMax = 30f; __this->set_singleShootReadyTimeMax_24((30.0f)); // public RabbitHuntGameMode_OnlinePK(GameMgr gameMgr) : base(gameMgr) { GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ___gameMgr0; RabbitHuntGameMode__ctor_mF7CC5620F58B384321F081F3A56785744A2E11E2(__this, L_0, /*hidden argument*/NULL); // onlineHelper = new OnlineHelper(this); OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_1 = (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 *)il2cpp_codegen_object_new(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6_il2cpp_TypeInfo_var); OnlineHelper__ctor_m6064F50F17560B13E05DAA69D55CFBC9B0EF7DC8(L_1, __this, /*hidden argument*/NULL); __this->set_onlineHelper_26(L_1); // hunterGamePlayerScoreCounter = new HunterGamePlayerScoreCounter(this); HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_2 = (HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 *)il2cpp_codegen_object_new(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7_il2cpp_TypeInfo_var); HunterGamePlayerScoreCounter__ctor_m2B99EDB91B51DD090D7F15A399B5D20E765ABC14(L_2, __this, /*hidden argument*/NULL); __this->set_hunterGamePlayerScoreCounter_25(L_2); // } return; } } // System.Void RabbitHuntGameMode_OnlinePK::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_Start_mA2D11CD9B42B8172076E340B78B34F9BCF8648EC (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __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*)&RabbitHuntGameMode_OnlinePK_OnStart_mE4C1D4A7577D31D8EE4EFB32C600BC00977841D8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // onlineHelper.InitSocketPlayer(OnStart); OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_0 = __this->get_onlineHelper_26(); 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)RabbitHuntGameMode_OnlinePK_OnStart_mE4C1D4A7577D31D8EE4EFB32C600BC00977841D8_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_0); OnlineHelper_InitSocketPlayer_mB884C9BF3F01704791EB9762655B053DC1B8442D(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void RabbitHuntGameMode_OnlinePK::OnStart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_OnStart_mE4C1D4A7577D31D8EE4EFB32C600BC00977841D8 (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA228A166C8AB08C7AA7D26E2EC88C52F25923F6); s_Il2CppMethodInitialized = true; } { // banCreateAnimal = onlineHelper.IsCopyHost(); OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_0 = __this->get_onlineHelper_26(); NullCheck(L_0); bool L_1; L_1 = OnlineHelper_IsCopyHost_m2FAA6EADC55B815BEC4874E00C00AAF0482FD47B(L_0, /*hidden argument*/NULL); ((RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8 *)__this)->set_banCreateAnimal_21(L_1); // banOnBowArrowShootOut = onlineHelper.IsCopyHost(); OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_2 = __this->get_onlineHelper_26(); NullCheck(L_2); bool L_3; L_3 = OnlineHelper_IsCopyHost_m2FAA6EADC55B815BEC4874E00C00AAF0482FD47B(L_2, /*hidden argument*/NULL); ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_banOnBowArrowShootOut_16(L_3); // SetLevel(5); VirtualActionInvoker1< int32_t >::Invoke(12 /* System.Void ChallengeGameMode::SetLevel(System.Int32) */, __this, 5); // AddHuntGameView(); ChallengeGameMode_AddHuntGameView_mC6CC5267FBBC58D9F888E4224F29B1E057C023AC(__this, /*hidden argument*/NULL); // this.gameMgr.transform.Find("HunterGameView_LocalPK").gameObject.SetActive(true); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_4 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_5, _stringLiteralFA228A166C8AB08C7AA7D26E2EC88C52F25923F6, /*hidden argument*/NULL); NullCheck(L_6); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7; L_7 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_6, /*hidden argument*/NULL); NullCheck(L_7); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_7, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void RabbitHuntGameMode_OnlinePK::onBowShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_onBowShoot_m1ED5D715A92D92DED10F44731B84B6E421F65AD2 (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD28D20543989F54A4DB90E000211D64618E6DC2); s_Il2CppMethodInitialized = true; } { // if (onlineHelper.IsCopyHost()) { OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_0 = __this->get_onlineHelper_26(); NullCheck(L_0); bool L_1; L_1 = OnlineHelper_IsCopyHost_m2FAA6EADC55B815BEC4874E00C00AAF0482FD47B(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0027; } } { // onlineHelper.socketPlayer.UploadPKGameData("onBowShoot", ""); OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_2 = __this->get_onlineHelper_26(); NullCheck(L_2); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_3 = L_2->get_socketPlayer_1(); NullCheck(L_3); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_3, _stringLiteralDD28D20543989F54A4DB90E000211D64618E6DC2, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); } IL_0027: { // } return; } } // System.Boolean RabbitHuntGameMode_OnlinePK::DoNextShoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RabbitHuntGameMode_OnlinePK_DoNextShoot_mE6A203E915AFD2E417439ACAA6E373D21AE2AD82 (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8FB7C40046CAE7C8959AAE24AD38D8BBB78A2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 V_0; memset((&V_0), 0, sizeof(V_0)); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; bool G_B11_0 = false; bool G_B10_0 = false; { // if (onlineHelper.IsCopyHost()) { OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_0 = __this->get_onlineHelper_26(); NullCheck(L_0); bool L_1; L_1 = OnlineHelper_IsCopyHost_m2FAA6EADC55B815BEC4874E00C00AAF0482FD47B(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0029; } } { // onlineHelper.socketPlayer.UploadPKGameData("DoNextShoot", ""); OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_2 = __this->get_onlineHelper_26(); NullCheck(L_2); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_3 = L_2->get_socketPlayer_1(); NullCheck(L_3); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_3, _stringLiteralBB8FB7C40046CAE7C8959AAE24AD38D8BBB78A2E, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); // return false; return (bool)0; } IL_0029: { // foreach (var item in Rabbit.rabbitSet) { IL2CPP_RUNTIME_CLASS_INIT(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var); HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * L_4 = ((Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_StaticFields*)il2cpp_codegen_static_fields_for(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var))->get_rabbitSet_10(); NullCheck(L_4); Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 L_5; L_5 = HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565(L_4, /*hidden argument*/HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565_RuntimeMethod_var); V_0 = L_5; } IL_0034: try {// begin try (depth: 1) { goto IL_0051; } IL_0036: { // foreach (var item in Rabbit.rabbitSet) { Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_6; L_6 = Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_inline((Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_RuntimeMethod_var); V_1 = L_6; // if (item.onDoNextShootWillDestroy) { Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_7 = V_1; NullCheck(L_7); bool L_8 = L_7->get_onDoNextShootWillDestroy_20(); if (!L_8) { goto IL_0051; } } IL_0046: { // GameObject.Destroy(item.gameObject); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_9 = V_1; NullCheck(L_9); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10; L_10 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_10, /*hidden argument*/NULL); } IL_0051: { // foreach (var item in Rabbit.rabbitSet) { bool L_11; L_11 = Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4((Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4_RuntimeMethod_var); if (L_11) { goto IL_0036; } } IL_005a: { IL2CPP_LEAVE(0x6A, FINALLY_005c); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005c; } FINALLY_005c: {// begin finally (depth: 1) Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596((Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *)(&V_0), /*hidden argument*/Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596_RuntimeMethod_var); IL2CPP_END_FINALLY(92) }// end finally (depth: 1) IL2CPP_CLEANUP(92) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6A, IL_006a) } IL_006a: { // bool canDo = base.DoNextShoot(); bool L_12; L_12 = ChallengeGameMode_DoNextShoot_mA0A04818D4028FEF2C6D4456A5B0628EA312E030(__this, /*hidden argument*/NULL); // if (canDo) { bool L_13 = L_12; G_B10_0 = L_13; if (!L_13) { G_B11_0 = L_13; goto IL_0079; } } { // NextPlayerFinal(); RabbitHuntGameMode_OnlinePK_NextPlayerFinal_m006D9AB9C133A75D67F421164F91917CA89EB5D8(__this, /*hidden argument*/NULL); G_B11_0 = G_B10_0; } IL_0079: { // return canDo; return G_B11_0; } } // System.Void RabbitHuntGameMode_OnlinePK::AddReadyView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_AddReadyView_mC19A7AA12C577ADDF0C2C7119D17446D304EE081 (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A_RuntimeMethod_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*)&Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CC025E138704F688F8D1E8261B03C31E8BAA465); s_Il2CppMethodInitialized = true; } { // GameObject view = Resources.Load("Prefabs/Views/PKGameReadyView_Challenge"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6(_stringLiteral7CC025E138704F688F8D1E8261B03C31E8BAA465, /*hidden argument*/Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); // GameObject o = GameObject.Instantiate(view); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_0, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); // PKGameReadyView_Challenge script = o.GetComponent(); NullCheck(L_1); PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * L_2; L_2 = GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A(L_1, /*hidden argument*/GameObject_GetComponent_TisPKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_mF7DB01D2F056AE063C822F451E1F4BE1638C438A_RuntimeMethod_var); // script.currentPlayerIndex = currentPlayerIndex; int32_t L_3 = __this->get_currentPlayerIndex_22(); NullCheck(L_2); L_2->set_currentPlayerIndex_5(L_3); // } return; } } // System.Void RabbitHuntGameMode_OnlinePK::NextPlayerFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_NextPlayerFinal_m006D9AB9C133A75D67F421164F91917CA89EB5D8 (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method) { { // NextPlayer(); RabbitHuntGameMode_OnlinePK_NextPlayer_m87422D096B4E76638DC86AF0CF60A7F41C82D328(__this, /*hidden argument*/NULL); // } return; } } // System.Void RabbitHuntGameMode_OnlinePK::NextPlayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_NextPlayer_m87422D096B4E76638DC86AF0CF60A7F41C82D328 (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method) { { // currentPlayerIndex++; int32_t L_0 = __this->get_currentPlayerIndex_22(); __this->set_currentPlayerIndex_22(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); // currentPlayerIndex %= 2; int32_t L_1 = __this->get_currentPlayerIndex_22(); __this->set_currentPlayerIndex_22(((int32_t)((int32_t)L_1%(int32_t)2))); // singleShootReadyTime = singleShootReadyTimeMax; float L_2 = __this->get_singleShootReadyTimeMax_24(); __this->set_singleShootReadyTime_23(L_2); // onlineHelper.roundID++; OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_3 = __this->get_onlineHelper_26(); OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_4 = L_3; NullCheck(L_4); int32_t L_5 = L_4->get_roundID_3(); NullCheck(L_4); L_4->set_roundID_3(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); // } return; } } // System.Void RabbitHuntGameMode_OnlinePK::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_Update_m8ACC901FE2E38F48350F270D13AC6B99CB891FAA (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method) { { // if (!onlineHelper.IsMyPlayerInited()) return; OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_0 = __this->get_onlineHelper_26(); NullCheck(L_0); bool L_1; L_1 = OnlineHelper_IsMyPlayerInited_mEB22E2C42E1467F511EB915116C9FA63BCAB57DB(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { // if (!onlineHelper.IsMyPlayerInited()) return; return; } IL_000e: { // if (!onlineHelper.IsMainHost()) return; OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_2 = __this->get_onlineHelper_26(); NullCheck(L_2); bool L_3; L_3 = OnlineHelper_IsMainHost_mD1E300A78CB8C4CD89E5CD86B31E3FE41A9916C1(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001c; } } { // if (!onlineHelper.IsMainHost()) return; return; } IL_001c: { // if (!onlineHelper.IsMyPlayerRunning()) return; OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_4 = __this->get_onlineHelper_26(); NullCheck(L_4); bool L_5; L_5 = OnlineHelper_IsMyPlayerRunning_mA787701B03D4FC207AB195187FE6F3CE20FB68CE(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002a; } } { // if (!onlineHelper.IsMyPlayerRunning()) return; return; } IL_002a: { // OnUpdate(Time.deltaTime, pauseTimeCounting); float L_6; L_6 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); bool L_7; L_7 = GameMode_get_pauseTimeCounting_mA658E4A5B5E237CAE4627B5550C8B68E99850E35(__this, /*hidden argument*/NULL); RabbitHuntGameMode_OnlinePK_OnUpdate_mE43C81714ECC7B00B50046411120A49F00372C5E(__this, L_6, L_7, /*hidden argument*/NULL); // } return; } } // System.Void RabbitHuntGameMode_OnlinePK::OnUpdate(System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_OnUpdate_mE43C81714ECC7B00B50046411120A49F00372C5E (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, float ___dt0, bool ____pauseTimeCounting1, const RuntimeMethod* method) { { // if (gameMgr.gameOver || _pauseTimeCounting) return; GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_0); bool L_1 = L_0->get_gameOver_7(); bool L_2 = ____pauseTimeCounting1; if (!((int32_t)((int32_t)L_1|(int32_t)L_2))) { goto IL_0010; } } { // if (gameMgr.gameOver || _pauseTimeCounting) return; return; } IL_0010: { // if (this.time > 0) { float L_3 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_time_12(); if ((!(((float)L_3) > ((float)(0.0f))))) { goto IL_002d; } } { // this.time -= dt; float L_4 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->get_time_12(); float L_5 = ___dt0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_time_12(((float)il2cpp_codegen_subtract((float)L_4, (float)L_5))); // } else { goto IL_003e; } IL_002d: { // this.time = 0; ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)__this)->set_time_12((0.0f)); // AnnounceGameOver(); ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264(__this, /*hidden argument*/NULL); } IL_003e: { // if (gameMgr.gameOver || _pauseTimeCounting) return; GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_6 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)__this)->get_gameMgr_0(); NullCheck(L_6); bool L_7 = L_6->get_gameOver_7(); bool L_8 = ____pauseTimeCounting1; if (!((int32_t)((int32_t)L_7|(int32_t)L_8))) { goto IL_004e; } } { // if (gameMgr.gameOver || _pauseTimeCounting) return; return; } IL_004e: { // singleShootReadyTime -= dt; float L_9 = __this->get_singleShootReadyTime_23(); float L_10 = ___dt0; __this->set_singleShootReadyTime_23(((float)il2cpp_codegen_subtract((float)L_9, (float)L_10))); // if (singleShootReadyTime <= 0) { float L_11 = __this->get_singleShootReadyTime_23(); if ((!(((float)L_11) <= ((float)(0.0f))))) { goto IL_0079; } } { // ArmBow.ins.readyShoot(); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_12; L_12 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_12); ArmBow_readyShoot_m8D7E225EEC4E8F92D0D2AE066368E865CC4FC652(L_12, /*hidden argument*/NULL); // NextPlayerFinal(); RabbitHuntGameMode_OnlinePK_NextPlayerFinal_m006D9AB9C133A75D67F421164F91917CA89EB5D8(__this, /*hidden argument*/NULL); } IL_0079: { // } return; } } // System.Void RabbitHuntGameMode_OnlinePK::FrameUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_FrameUpdate_m325F80F6B5498841FB770B14B13312133FC09C9E (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method) { { // onlineHelper.OnFrameUpdate(); OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * L_0 = __this->get_onlineHelper_26(); NullCheck(L_0); OnlineHelper_OnFrameUpdate_m0A9DB3F995AA603143D010EA4F00E710542E0F42(L_0, /*hidden argument*/NULL); // } return; } } // System.Int32 RabbitHuntGameMode_OnlinePK::GetCurrentPlayIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RabbitHuntGameMode_OnlinePK_GetCurrentPlayIndex_m56832E293AB5ABE9690F7E5E944FF0821BB91FD2 (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method) { { // return currentPlayerIndex; int32_t L_0 = __this->get_currentPlayerIndex_22(); return L_0; } } // System.ValueTuple`2 RabbitHuntGameMode_OnlinePK::GetSingleShootReadyTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 RabbitHuntGameMode_OnlinePK_GetSingleShootReadyTime_mE9BB9F67FF5AE7DFF717EC18C9DE1EB5B54296F0 (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return (singleShootReadyTime, singleShootReadyTimeMax); float L_0 = __this->get_singleShootReadyTime_23(); float L_1 = __this->get_singleShootReadyTimeMax_24(); ValueTuple_2_t8A744F446B0F7B478AD1F3F16A38F910E3329FC8 L_2; memset((&L_2), 0, sizeof(L_2)); ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6((&L_2), L_0, L_1, /*hidden argument*/ValueTuple_2__ctor_mB8133ACA310169B397397A43169A5CB56FCEE9D6_RuntimeMethod_var); return L_2; } } // HunterGamePlayerScoreCounter RabbitHuntGameMode_OnlinePK::getHunterGamePlayerScoreCounter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * RabbitHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_m9FFF10494613B6EF9C7A1328B8914AD66EF05436 (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method) { { // return hunterGamePlayerScoreCounter; HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_0 = __this->get_hunterGamePlayerScoreCounter_25(); 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 RabbitSyncData::SetData(Rabbit) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitSyncData_SetData_m721D781A406E59AC36DC09A284689D1BB8D31ECF (RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * __this, Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * ___rabbit0, const RuntimeMethod* method) { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); { // id = rabbit.uid; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_0 = ___rabbit0; NullCheck(L_0); int32_t L_1 = L_0->get_uid_11(); __this->set_id_0(L_1); // Quaternion r = rabbit.transform.rotation; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_2 = ___rabbit0; NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_2, /*hidden argument*/NULL); NullCheck(L_3); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4; L_4 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_3, /*hidden argument*/NULL); V_0 = L_4; // Vector3 p = rabbit.transform.position; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_5 = ___rabbit0; NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_5, /*hidden argument*/NULL); NullCheck(L_6); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_6, /*hidden argument*/NULL); V_1 = L_7; // rx = r.x; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8 = V_0; float L_9 = L_8.get_x_0(); __this->set_rx_1(L_9); // ry = r.y; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_10 = V_0; float L_11 = L_10.get_y_1(); __this->set_ry_2(L_11); // rz = r.z; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_12 = V_0; float L_13 = L_12.get_z_2(); __this->set_rz_3(L_13); // rw = r.w; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_14 = V_0; float L_15 = L_14.get_w_3(); __this->set_rw_4(L_15); // px = p.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = V_1; float L_17 = L_16.get_x_2(); __this->set_px_5(L_17); // py = p.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = V_1; float L_19 = L_18.get_y_3(); __this->set_py_6(L_19); // pz = p.z; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = V_1; float L_21 = L_20.get_z_4(); __this->set_pz_7(L_21); // ai = rabbit.curAnimIndex; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_22 = ___rabbit0; NullCheck(L_22); int32_t L_23 = L_22->get_curAnimIndex_34(); __this->set_ai_8(L_23); // ct = rabbit.colorType; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_24 = ___rabbit0; NullCheck(L_24); int32_t L_25 = L_24->get_colorType_9(); __this->set_ct_9(L_25); // ii = rabbit.injuredID; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_26 = ___rabbit0; NullCheck(L_26); int32_t L_27 = L_26->get_injuredID_21(); __this->set_ii_10(L_27); // } return; } } // System.Void RabbitSyncData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitSyncData__ctor_mF3176228FD1C98DC763A96ED35A4B2D0CBFCF57D (RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * __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.Signers.RandomDsaKCalculator::get_IsDeterministic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RandomDsaKCalculator_get_IsDeterministic_m0E2EB24802C7298F7AF538604B2B49F8027E0CC1 (RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomDsaKCalculator_Init_m1F227F520B01E382965316184458DB4087C28397 (RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random1, const RuntimeMethod* method) { { // this.q = n; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___n0; __this->set_q_0(L_0); // this.random = random; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_1 = ___random1; __this->set_random_1(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomDsaKCalculator_Init_m41F503911B550377337B90B69C445BABE43C479A (RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___d1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___message2, const RuntimeMethod* method) { { // throw new InvalidOperationException("Operation not supported"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0A48EDC742B92D7EFD262D5F90073EE36ECFEFF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RandomDsaKCalculator_Init_m41F503911B550377337B90B69C445BABE43C479A_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator::NextK() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RandomDsaKCalculator_NextK_m16E0ED7C55ECEA9B8D35FB6D687E6E7D17264FB5 (RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // int qBitLength = q.BitLength; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_q_0(); NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000c: { // k = new BigInteger(qBitLength, random); int32_t L_2 = V_0; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = __this->get_random_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m0DAA24172CE10E1575B29374A3CE534DAD666DF4(L_4, L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; // while (k.SignValue < 1 || k.CompareTo(q) >= 0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_1; NullCheck(L_5); int32_t L_6; L_6 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_000c; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = __this->get_q_0(); NullCheck(L_7); int32_t L_9; L_9 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_7, L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_000c; } } { // return k; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = V_1; return L_10; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomDsaKCalculator__ctor_m6BF841870093C0DF7180A77E38BE92EE525F1130 (RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 * __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 RankComp::uploadPKGameRes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankComp_uploadPKGameRes_mE8F5882929C03D0CC6B955AAC097AC7F9A690C72 (RankComp_t5CD947AA321DFB0AC489BFF4E98B751062B4ED20 * __this, int32_t ___gameRes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mB4DEE576751A17447814EFD1877504B1B868FE3E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82A81D7FC4E2F6FF548C0B58DA122C36E1D478AA); s_Il2CppMethodInitialized = true; } { // UserPlayer.ins.call( // "rankComp.uploadPKGameRes", // GlobalData.roomKey, // GlobalData.matchGameType, // GlobalData.matchPlayerInfos[0].playerID, // GlobalData.matchPlayerInfos[1].playerID, // gameRes // ); 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(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); String_t* L_3 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_roomKey_2(); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_2; int32_t L_5 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_matchGameType_3(); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_7); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_4; List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * L_9 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_matchPlayerInfos_5(); NullCheck(L_9); MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * L_10; L_10 = List_1_get_Item_mB4DEE576751A17447814EFD1877504B1B868FE3E_inline(L_9, 0, /*hidden argument*/List_1_get_Item_mB4DEE576751A17447814EFD1877504B1B868FE3E_RuntimeMethod_var); NullCheck(L_10); int32_t L_11 = L_10->get_playerID_0(); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_12); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_13); (L_8)->SetAt(static_cast(2), (RuntimeObject *)L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_8; List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * L_15 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_matchPlayerInfos_5(); NullCheck(L_15); MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * L_16; L_16 = List_1_get_Item_mB4DEE576751A17447814EFD1877504B1B868FE3E_inline(L_15, 1, /*hidden argument*/List_1_get_Item_mB4DEE576751A17447814EFD1877504B1B868FE3E_RuntimeMethod_var); NullCheck(L_16); int32_t L_17 = L_16->get_playerID_0(); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_19); (L_14)->SetAt(static_cast(3), (RuntimeObject *)L_19); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_14; int32_t L_21 = ___gameRes0; int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(4), (RuntimeObject *)L_23); NullCheck(L_0); bool L_24; L_24 = JCEntity_call_mF154FBA5A30D7CD88C9875938390BDFC52AA6C2E(L_0, _stringLiteral82A81D7FC4E2F6FF548C0B58DA122C36E1D478AA, L_20, /*hidden argument*/NULL); // } return; } } // System.Void RankComp::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankComp__ctor_mAE7856AAC17AC2CFBE3E87713A4D9EA512683225 (RankComp_t5CD947AA321DFB0AC489BFF4E98B751062B4ED20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Singleton_1__ctor_mF9F52673E5EED5DF177AAC13A197EE0E180CE147_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Singleton_1__ctor_mF9F52673E5EED5DF177AAC13A197EE0E180CE147(__this, /*hidden argument*/Singleton_1__ctor_mF9F52673E5EED5DF177AAC13A197EE0E180CE147_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void RankView::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_Awake_mF21B21C393351AD4870FBA65065E9B9DA7EDBF57 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method) { { // InitBtnTabs(); RankView_InitBtnTabs_m9DE716340C2BA0ECB4F3FFA0EFADC954969E3D76(__this, /*hidden argument*/NULL); // InitBtnTabs1(); RankView_InitBtnTabs1_mEBA913D37AA75923DD0753C78717567C2E7BF3FB(__this, /*hidden argument*/NULL); // InitRankListBox(); RankView_InitRankListBox_m780E52FAC8B36D1FA37C0FB72169F9AC7F9581EC(__this, /*hidden argument*/NULL); // } return; } } // System.Void RankView::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_Start_m288AF83A2B5DBA27FC371A3D65778AFD81C8B431 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B2_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B1_0 = NULL; { // PersistenHandler.ins?.menuBackCtr.views.Add(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_0 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000b; } } { goto IL_001b; } IL_000b: { NullCheck(G_B2_0); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_2 = G_B2_0->get_menuBackCtr_4(); NullCheck(L_2); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_3 = L_2->get_views_0(); NullCheck(L_3); List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A(L_3, __this, /*hidden argument*/List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); } IL_001b: { // SetBtnTabSelected(btnTabs[0]); ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* L_4 = __this->get_btnTabs_12(); NullCheck(L_4); int32_t L_5 = 0; Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_6 = (L_4)->GetAt(static_cast(L_5)); RankView_SetBtnTabSelected_mCE5559EE478DE12ADB75DEAF39D6F7233F2BA166(__this, L_6, /*hidden argument*/NULL); // } return; } } // System.Void RankView::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_OnDestroy_mC07E7DAF4988C0671940B9DE260CF8F6020F292B (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B2_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B1_0 = NULL; { // PersistenHandler.ins?.menuBackCtr.views.Remove(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_0 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * 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); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_2 = G_B2_0->get_menuBackCtr_4(); NullCheck(L_2); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_3 = L_2->get_views_0(); NullCheck(L_3); bool L_4; L_4 = List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D(L_3, __this, /*hidden argument*/List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); // } return; } } // System.Boolean RankView::OnMenuBack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RankView_OnMenuBack_mA386391191811B369774F631DA6C388A7E747944 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __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*)&ViewManager_1_DestroyView_TisRankView_tE5C219F6182DB522063A069F5DC912015E58128E_mCD96D375974EE1E1D011D87E44248279FAFE7572_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // ViewMgr.Instance.DestroyView(); 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_DestroyView_TisRankView_tE5C219F6182DB522063A069F5DC912015E58128E_mCD96D375974EE1E1D011D87E44248279FAFE7572_RuntimeMethod_var, L_0, L_1); // return true; return (bool)1; } } // System.Void RankView::Back() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_Back_m83FDDADEAA120CD78D05CA87CCAA7F70A12038F9 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __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_DestroyView_TisRankView_tE5C219F6182DB522063A069F5DC912015E58128E_mCD96D375974EE1E1D011D87E44248279FAFE7572_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.DestroyView(); 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_DestroyView_TisRankView_tE5C219F6182DB522063A069F5DC912015E58128E_mCD96D375974EE1E1D011D87E44248279FAFE7572_RuntimeMethod_var, L_1, L_2); // } return; } } // System.Void RankView::InitRankListBox() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_InitRankListBox_m780E52FAC8B36D1FA37C0FB72169F9AC7F9581EC (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method) { { // rankListBox.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_rankListBox_6(); NullCheck(L_0); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_0, (bool)0, /*hidden argument*/NULL); // GetRankListItemPrefab().SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = RankView_GetRankListItemPrefab_mFB9970C3E7CF537978A3F2E9D557A4ABAB19B9C0(__this, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_1, (bool)0, /*hidden argument*/NULL); // } return; } } // UnityEngine.Transform RankView::GetRankListItemParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * RankView_GetRankListItemParent_m75388EE615C938CA1646B2EA8261386DD37639EA (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral109481168085B008B9723C37FC4EAB71FE72479B); s_Il2CppMethodInitialized = true; } { // return rankListBox.transform.Find("ScrollView/Viewport/Content"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_rankListBox_6(); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteral109481168085B008B9723C37FC4EAB71FE72479B, /*hidden argument*/NULL); return L_2; } } // UnityEngine.GameObject RankView::GetRankListItemPrefab() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * RankView_GetRankListItemPrefab_mFB9970C3E7CF537978A3F2E9D557A4ABAB19B9C0 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58); s_Il2CppMethodInitialized = true; } { // return GetRankListItemParent().Find("Item").gameObject; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = RankView_GetRankListItemParent_m75388EE615C938CA1646B2EA8261386DD37639EA(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_0, _stringLiteralB6F02FE6CD732AB22BD11BE4254D9546F3BEEE58, /*hidden argument*/NULL); NullCheck(L_1); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_1, /*hidden argument*/NULL); return L_2; } } // UnityEngine.GameObject RankView::GetMyRankItem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * RankView_GetMyRankItem_mC8D2A2E602AD6A071B93072EC9BC92F227B4D213 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral915E2281CB941351E3D4A071EB935CF8F4EC6E92); s_Il2CppMethodInitialized = true; } { // return rankListBox.transform.Find("MyRankItem").gameObject; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_rankListBox_6(); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteral915E2281CB941351E3D4A071EB935CF8F4EC6E92, /*hidden argument*/NULL); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_2, /*hidden argument*/NULL); return L_3; } } // System.Void RankView::EnterRankListBox() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_EnterRankListBox_m054F6FCE1354DF51F2EFA35B05F46CA3BB885E43 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_mEA0FE9415D822EE7BE171F985ABF01E0FADB98DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tE8B0757B47E06C0133CDB339B09DF88659DC8B24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass12_0_U3CEnterRankListBoxU3Eb__0_m4FF05A7100AA962DA4B0F29C6C0EA570110AD8CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BB0CF0B52952E47BEA4A2D0CD77814B289959EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2A41287AEE7C60D906DB7A082841838428D11B9); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; Action_2_tE8B0757B47E06C0133CDB339B09DF88659DC8B24 * V_4 = NULL; { U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 * L_0 = (U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass12_0__ctor_m4C9D9147FD58D941505E1E73D94949236A555111(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_1(__this); // rankListBox.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_rankListBox_6(); NullCheck(L_2); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_2, (bool)1, /*hidden argument*/NULL); // GetMyRankItem().SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = RankView_GetMyRankItem_mC8D2A2E602AD6A071B93072EC9BC92F227B4D213(__this, /*hidden argument*/NULL); NullCheck(L_3); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_3, (bool)0, /*hidden argument*/NULL); // ClearRankList(); RankView_ClearRankList_m46254A7D15D40E8537F03408A848D23ABF470241(__this, /*hidden argument*/NULL); // int rankArea_copy = rankArea; U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 * L_4 = V_0; int32_t L_5 = __this->get_rankArea_7(); NullCheck(L_4); L_4->set_rankArea_copy_0(L_5); // int rankGameType_copy = rankGameType; U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 * L_6 = V_0; int32_t L_7 = __this->get_rankGameType_8(); NullCheck(L_6); L_6->set_rankGameType_copy_2(L_7); // string countryCode = LoginMgr.myUserInfo.country; IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_8 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_8); String_t* L_9 = L_8->get_country_7(); V_1 = L_9; // string stateCode = LoginMgr.myUserInfo.state; UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_10 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_10); String_t* L_11 = L_10->get_state_8(); V_2 = L_11; // string cityCode = LoginMgr.myUserInfo.city; UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_12 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_12); String_t* L_13 = L_12->get_city_9(); V_3 = L_13; // if (rankArea_copy != 0) { U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 * L_14 = V_0; NullCheck(L_14); int32_t L_15 = L_14->get_rankArea_copy_0(); if (!L_15) { goto IL_0089; } } { // if (string.IsNullOrWhiteSpace(countryCode)) { String_t* L_16 = V_1; bool L_17; L_17 = String_IsNullOrWhiteSpace_m4C4266AE4097F5B61FF72A8D0D083611231B9CA6(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0089; } } { // 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(_stringLiteralC2A41287AEE7C60D906DB7A082841838428D11B9, /*hidden argument*/NULL); NullCheck(L_18); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_18, L_19, /*hidden argument*/NULL); // return; return; } IL_0089: { // Action cb = delegate(JArray rankList, JArray myRank) { // if (rankArea_copy != rankArea || rankGameType_copy != rankGameType) return; // GetMyRankItem().SetActive(false); // ClearRankList(); // foreach (var itemInfo in rankList) { // int rankNum = itemInfo.Value("rankNum"); // int userID = itemInfo.Value("userID"); // int score = itemInfo.Value("score"); // int avatarID = itemInfo.Value("avatarID"); // string nickname = itemInfo.Value("nickname"); // string country = itemInfo.Value("country"); // GameObject o = GameObject.Instantiate(GetRankListItemPrefab(), GetRankListItemParent()); // o.SetActive(true); // o.transform.Find("Rank1").gameObject.SetActive(rankNum == 1); // o.transform.Find("Rank2").gameObject.SetActive(rankNum == 2); // o.transform.Find("Rank3").gameObject.SetActive(rankNum == 3); // o.transform.Find("RankNum").gameObject.SetActive(rankNum >= 4); // if (rankNum >= 4) { // o.transform.Find("RankNum").GetComponent().text = rankNum.ToString(); // } // o.transform.Find("Avatar/Sprite").GetComponent().sprite = RoleMgr.GetAvatar(avatarID); // o.transform.Find("Name").GetComponent().text = nickname; // o.transform.Find("Score").GetComponent().text = score.ToString(); // if (rankArea == 0) { // // string countryStr = JC.Unity.Picker.LocationParseComponent.ins.ParseNameByCode(country, "", "").Item1.Trim(); // // o.transform.Find("Country").GetComponent().text = countryStr; // //?????gps???? // o.transform.Find("Country").GetComponent().text = country; // } else { // o.transform.Find("Country").GetComponent().text = ""; // } // } // if (myRank.Count > 0) { // JToken itemInfo = myRank[0]; // int rankNum = itemInfo.Value("rankNum"); // int userID = itemInfo.Value("userID"); // int score = itemInfo.Value("score"); // int avatarID = itemInfo.Value("avatarID"); // string nickname = itemInfo.Value("nickname"); // string country = itemInfo.Value("country"); // GameObject o = GetMyRankItem(); // o.SetActive(true); // o.transform.Find("Rank1").gameObject.SetActive(rankNum == 1); // o.transform.Find("Rank2").gameObject.SetActive(rankNum == 2); // o.transform.Find("Rank3").gameObject.SetActive(rankNum == 3); // o.transform.Find("RankNum").gameObject.SetActive(rankNum >= 4); // if (rankNum >= 4) { // o.transform.Find("RankNum").GetComponent().text = rankNum.ToString(); // } // o.transform.Find("Avatar/Sprite").GetComponent().sprite = RoleMgr.GetAvatar(avatarID); // o.transform.Find("Name").GetComponent().text = nickname; // o.transform.Find("Score").GetComponent().text = score.ToString(); // if (rankArea == 0) { // // string countryStr = JC.Unity.Picker.LocationParseComponent.ins.ParseNameByCode(country, "", "").Item1.Trim(); // // o.transform.Find("Country").GetComponent().text = countryStr; // //?????gps???? // o.transform.Find("Country").GetComponent().text = country; // } else { // o.transform.Find("Country").GetComponent().text = ""; // } // } // }; U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 * L_20 = V_0; Action_2_tE8B0757B47E06C0133CDB339B09DF88659DC8B24 * L_21 = (Action_2_tE8B0757B47E06C0133CDB339B09DF88659DC8B24 *)il2cpp_codegen_object_new(Action_2_tE8B0757B47E06C0133CDB339B09DF88659DC8B24_il2cpp_TypeInfo_var); Action_2__ctor_mEA0FE9415D822EE7BE171F985ABF01E0FADB98DF(L_21, L_20, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass12_0_U3CEnterRankListBoxU3Eb__0_m4FF05A7100AA962DA4B0F29C6C0EA570110AD8CF_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mEA0FE9415D822EE7BE171F985ABF01E0FADB98DF_RuntimeMethod_var); V_4 = L_21; // UserPlayer.ins.call("rankComp.getRankList", new object[]{rankArea_copy, rankGameType_copy, countryCode, stateCode, cityCode}, cb); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_22 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_23 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = L_23; U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 * L_25 = V_0; NullCheck(L_25); int32_t L_26 = L_25->get_rankArea_copy_0(); int32_t L_27 = L_26; RuntimeObject * L_28 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_27); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAt(static_cast(0), (RuntimeObject *)L_28); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29 = L_24; U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 * L_30 = V_0; NullCheck(L_30); int32_t L_31 = L_30->get_rankGameType_copy_2(); int32_t L_32 = L_31; RuntimeObject * L_33 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_32); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_33); (L_29)->SetAt(static_cast(1), (RuntimeObject *)L_33); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_34 = L_29; String_t* L_35 = V_1; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(2), (RuntimeObject *)L_35); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = L_34; String_t* L_37 = V_2; NullCheck(L_36); ArrayElementTypeCheck (L_36, L_37); (L_36)->SetAt(static_cast(3), (RuntimeObject *)L_37); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_38 = L_36; String_t* L_39 = V_3; NullCheck(L_38); ArrayElementTypeCheck (L_38, L_39); (L_38)->SetAt(static_cast(4), (RuntimeObject *)L_39); Action_2_tE8B0757B47E06C0133CDB339B09DF88659DC8B24 * L_40 = V_4; NullCheck(L_22); bool L_41; L_41 = JCEntity_call_mDC6C6A555914CBC6119E4B0B08F5602CAD7693C0(L_22, _stringLiteral0BB0CF0B52952E47BEA4A2D0CD77814B289959EB, L_38, L_40, /*hidden argument*/NULL); // } return; } } // System.Void RankView::ClearRankList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_ClearRankList_m46254A7D15D40E8537F03408A848D23ABF470241 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __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; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_0 = NULL; int32_t V_1 = 0; { // Transform parent = GetRankListItemParent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = RankView_GetRankListItemParent_m75388EE615C938CA1646B2EA8261386DD37639EA(__this, /*hidden argument*/NULL); V_0 = L_0; // for (int i = 1; i < parent.childCount; i++) { V_1 = 1; goto IL_0020; } IL_000b: { // Destroy(parent.GetChild(i).gameObject); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = V_0; int32_t L_2 = V_1; 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 < parent.childCount; i++) { int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0020: { // for (int i = 1; i < parent.childCount; i++) { int32_t L_6 = V_1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = V_0; 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_000b; } } { // } return; } } // System.Void RankView::InitBtnTabs1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_InitBtnTabs1_mEBA913D37AA75923DD0753C78717567C2E7BF3FB (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mED8C9575844B41F67CB4C2B13685FC0174CB61BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass16_0_U3CInitBtnTabs1U3Eb__0_m893DE0C2AAEB40C1E0624D136803AC820F692E45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02A7B76EFA56B575C6AFE6F5DA59A7D762F0F754); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA1A08EB7DFB59F07D107C7B63012615614AB71); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FA786649DE44AC068F17EB30BCCD261D003AC71); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralADC9BE7FE311E441BE59AB971E9E45A198FF0975); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5 * V_1 = NULL; { // btnTabs1[0] = this.transform.Find("LineH/BtnTab0").GetComponent