#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 VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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 VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericVirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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 GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // System.Action`1 struct Action_1_tADE7002945D0298D50AB7971646AA98529C31136; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28; // System.Func`1 struct Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1; // System.Func`1 struct Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344; // System.Func`4 struct Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84; // System.Collections.Generic.HashSet`1 struct HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t62010156673DE1460AB1D1CEBE5DCD48665E1A38; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t3FEA60A0649247F507B12DFE1CD570693F8FD619; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tEAD727DDE614869331560DE1F712D1DD072E1BFA; // System.Collections.Generic.List`1 struct List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE; // System.Collections.Generic.List`1 struct List_1_t34AA4AF4E7352129CA58045901530E41445AC16D; // System.Collections.Generic.List`1 struct List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836; // System.Collections.Generic.List`1 struct List_1_t406EC705E72137D2240DC7D4E2B21A200546B181; // System.Collections.Generic.List`1 struct List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E; // System.Collections.Generic.List`1 struct List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7; // System.Collections.Generic.List`1 struct List_1_t815A476B0A21E183042059E705F9E505478CD8AE; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095; // System.Collections.Generic.List`1 struct List_1_t03823A5CB2146F640CB891BC5193FF26DD685494; // System.Collections.Generic.List`1 struct List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 struct ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_t808E43EBC9AA89CEA5830BD187EC213182A02B50; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tBEB7E3EE50B25CB57C05B19595D1326BD5A6FF8C; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t973644898B957F762E77D712CB201C129D62D1E6; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t2525D2912F7128A404BECCBA89D8421459093B73; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t948F8A42016F6F876EED31512938F2FB8B300777; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tA2C59549601B8D4FF421D3FE4AE207703AADA494; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // UnityEngine.AudioClip[] struct AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID[] struct EssCertIDU5BU5D_t74329CEF5A784FD4810B35CA8A4D0C50A2F67C61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2[] struct EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // BestHTTP.SignalR.Hubs.Hub[] struct HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44; // BestHTTP.WebSocket.Extensions.IExtension[] struct IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8; // BestHTTP.Extensions.IHeartbeat[] struct IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // BestHTTP.SocketIO.Packet[] struct PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation[] struct PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // BestHTTP.SocketIO.Socket[] struct SocketU5BU5D_t76EFAEFD479A5DA07F77798021CF57F1CE49A755; // 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; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter[] struct ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable struct AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509 struct AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA; // UnityEngine.AudioClip struct AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // UnityEngine.UI.CanvasScaler struct CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID struct CertID_t945D399859D8DB2523029689FA453B19136D40F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus struct CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID struct CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason struct CrlReason_tB131133C86AC20505F7A205D6059101D28944693; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject struct DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54; // BestHTTP.SocketIO.JsonEncoders.DefaultJSonEncoder struct DefaultJSonEncoder_t5460C84D93F52314111F7C8E29016A149C5CF6A1; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner struct DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters struct DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner struct DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner struct ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer struct ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner struct ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters struct Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters struct Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer struct Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner struct Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner struct Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters struct Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters struct Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer struct Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner struct Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB; // BestHTTP.SocketIO.Error struct Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID struct EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2 struct EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6; // UnityEngine.EventSystems.EventSystem struct EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C; // BestHTTP.SocketIO.Events.EventTable struct EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631; // System.Exception struct Exception_t; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB; // BestHTTP.Examples.GUIMessageList struct GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Gost3410DigestSigner struct Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters struct Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Gost3410Signer struct Gost3410Signer_tBE48D5005663FD76B2AD83347A29CDABBB9B738A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest struct Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac struct HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // BestHTTP.SocketIO.HandshakeData struct HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548; // BestHTTP.Extensions.HeartbeatManager struct HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher struct IAsymmetricBlockCipher_tD85974B803F5DD17452DA8A4405647D1B2942F23; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // BestHTTP.SignalR.Authentication.IAuthenticationProvider struct IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher struct IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer struct ICertificateVerifyer_t7FF89D73580A6E6A7FF6E40E7670C1BF3E8F0CAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider struct IClientCredentialsProvider_tAA7262E853B0CACED4DFA19BA071BB2F2315DEEA; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // UnityEngine.EventSystems.IDragHandler struct IDragHandler_t8C234934FE04088749A83D51BE49D1DDBD53350F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDsa struct IDsa_tC562A77682146D4D0C2A08CDC84191FF987D1270; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaEncoding struct IDsaEncoding_t23B673213D9BC239133EE9D68497EA04B1080A25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDsaExt struct IDsaExt_tEBD08D5379735B10D281067B45E336AFD0C5FC52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator struct IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // BestHTTP.Extensions.IHeartbeat struct IHeartbeat_t7FD51FFA06B22C3BA75291F512E1F7D47F28789D; // BestHTTP.PlatformSupport.FileSystem.IIOService struct IIOService_tF7DA01C1F131FD1C1649DAA43FA8E1DB006B8586; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder struct IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD; // BestHTTP.SocketIO.JsonEncoders.IJsonEncoder struct IJsonEncoder_t8AFBA6DF3423D5C5722CF12AC56A9006517B1F1A; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.Logger.ILogger struct ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac struct IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable struct IMemoable_tCAA06406EC7801BBF87BFBDB788638640A87D5BC; // UnityEngine.EventSystems.IPointerClickHandler struct IPointerClickHandler_t57AF4E82BAF414DDFD2F2D4E7833C97AE881591A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IRsa struct IRsa_t5A726381CECF18A2B9E14F74788E42C24FD7D46F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner struct ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA; // BestHTTP.SocketIO.Transports.ITransport struct ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof struct IXof_tC49FAE6E809906E6C671AA72F0C9112B23970131; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer struct Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber struct IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial struct IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest struct MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.MemoableResetException struct MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // MouseConfirm struct MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA; // BestHTTP.SignalR.Messages.MultiMessage struct MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4; // BestHTTP.SignalR.NegotiationData struct NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.NullDigest struct NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // BestHTTP.SignalR.OnClosedDelegate struct OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA; // BestHTTP.SignalR.OnConnectedDelegate struct OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99; // BestHTTP.SignalR.OnErrorDelegate struct OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30; // BestHTTP.SignalR.OnNonHubMessageDelegate struct OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4; // BestHTTP.SignalR.OnPrepareRequestDelegate struct OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6; // BestHTTP.SignalR.OnStateChanged struct OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24; // BestHTTP.WebSocket.OnWebSocketBinaryDelegate struct OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB; // BestHTTP.WebSocket.OnWebSocketClosedDelegate struct OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E; // BestHTTP.WebSocket.OnWebSocketErrorDelegate struct OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9; // BestHTTP.WebSocket.OnWebSocketErrorDescriptionDelegate struct OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0; // BestHTTP.WebSocket.OnWebSocketIncompleteFrameDelegate struct OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369; // BestHTTP.WebSocket.OnWebSocketMessageDelegate struct OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8; // BestHTTP.WebSocket.OnWebSocketOpenDelegate struct OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute struct OtherKeyAttribute_tABF4FB6A6D942EF9F90E7BC0C092BFB0E154ABBB; // BestHTTP.SocketIO.Packet struct Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation struct PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15; // BestHTTP.SocketIO.Transports.PollingTransport struct PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PssSigner struct PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier struct RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo struct RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus struct RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest struct RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine struct RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner struct RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters struct RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69; // SB_EventSystem struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.Examples.SampleDescriptor struct SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605; // JC.Unity.ScreenRayRaycasterUIWrapper struct ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // 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.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerSink struct SignerSink_tD8D17441864F2FD3C6FDBE457D3C3D88F1588B43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream struct SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities struct SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificate struct SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2 struct SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD; // UnityStandardAssets.Utility.SimpleActivatorMenu struct SimpleActivatorMenu_tFA1F5C1BAF1C8C5828EAD241CCD0D8B2E3DA4EEE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SimpleAttributeTableGenerator struct SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal struct SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.SimpleLookupTable struct SimpleLookupTable_t9173203525A41F2D544C495F94B12D2A968CEAB7; // UnityStandardAssets.Utility.SimpleMouseRotator struct SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80; // BestHTTP.Examples.SimpleStreamingSample struct SimpleStreamingSample_t33FC149C4A0EF1CB3FDBB32B800FF94979398913; // JC.Unity.SimulateMouse struct SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0; // SimulateMouseController struct SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SimulatedTlsSrpIdentityManager struct SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo struct SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp struct SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse struct SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash struct SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest struct SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine struct SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SkeinMac struct SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters struct SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8; // UnityStandardAssets.Vehicles.Car.SkidTrail struct SkidTrail_t6A2242DEDB54B75C0A8D197C86315CC5CA9E8D6E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine struct SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269; // UnityStandardAssets.SceneUtils.SlowMoButton struct SlowMoButton_t80B8DA3AC1AF29DE10D3490401D378DC855ECF1E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeAttributes struct SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities struct SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilitiesAttribute struct SmimeCapabilitiesAttribute_tE85947B76229CF1D1439667C7C263E91D931476C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability struct SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilityVector struct SmimeCapabilityVector_tCCCC963D9D5A7D726E3BFF881C376283DA8D518E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeEncryptionKeyPreferenceAttribute struct SmimeEncryptionKeyPreferenceAttribute_t07D9A87D2706A473C06B80AD86606266CC1A8DDC; // UnityStandardAssets.Effects.SmokeParticles struct SmokeParticles_t3AF834DA5B994AF949B632A14CF4618C03F68A1D; // UnityStandardAssets.Utility.SmoothFollow struct SmoothFollow_t8B7437ED34D15F6214F6FF69C67A7534396015BE; // BestHTTP.SocketIO.Socket struct Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B; // BestHTTP.SocketIO.Events.SocketIOAckCallback struct SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454; // BestHTTP.SocketIO.Events.SocketIOCallback struct SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE; // BestHTTP.Examples.SocketIOChatSample struct SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01; // JC.SocketIO.SocketIOClient struct SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11; // BestHTTP.Examples.SocketIOWePlaySample struct SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849; // BestHTTP.SocketIO.SocketManager struct SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0; // BestHTTP.SocketIO.SocketOptions struct SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters struct Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator struct Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine struct ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters struct TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // BestHTTP.SignalR.Transports.TransportBase struct TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.UnknownStatus struct UnknownStatus_tFC4293AFAA741CE4F6E0F06C57C2C5864B114C0E; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // BestHTTP.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54; // BestHTTP.WebSocket.WebSocketResponse struct WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF; // BestHTTP.SocketIO.Transports.WebSocketTransport struct WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase struct X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.X931Signer struct X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer struct Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer struct Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer struct Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // SB_EventSystem/MouseTest struct MouseTest_t19667380CD6500B956B18AF63436737941DB14FD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Configuration struct Configuration_tC93D13807702A305CF331D3BED035A774F64257A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter struct Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI struct UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UbiTweak struct UbiTweak_t9BB5A6D05DB46A144130255F6B89CD72FBD162D3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters/Builder struct Builder_t2E67E72692269CC17DD5068C0240E6BAA3AA1E7C; // UnityStandardAssets.Vehicles.Car.SkidTrail/d__1 struct U3CStartU3Ed__1_tC0A64744D6FDCA1AE114A1F2671F010A81C657EF; // BestHTTP.Examples.SocketIOChatSample/<>c__DisplayClass23_0 struct U3CU3Ec__DisplayClass23_0_t60F19EADFAC744A28D82342AE890FB24FB54E88E; // JC.SocketIO.SocketIOClient/DataPack struct DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine/ThreefishCipher struct ThreefishCipher_t763777CDDDF5E9BA21908240B12C7297C05BA542; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Builder_t2E67E72692269CC17DD5068C0240E6BAA3AA1E7C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Configuration_tC93D13807702A305CF331D3BED035A774F64257A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultJSonEncoder_t5460C84D93F52314111F7C8E29016A149C5CF6A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EssCertIDU5BU5D_t74329CEF5A784FD4810B35CA8A4D0C50A2F67C61_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gost3410Signer_tBE48D5005663FD76B2AD83347A29CDABBB9B738A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B_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* IJsonEncoder_t8AFBA6DF3423D5C5722CF12AC56A9006517B1F1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_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* OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlainDsaEncoding_t6392F900856B46A3B97B903CEF442C19459CB3D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SampleSelector_t31F5275B64D54D15D7EE37473FFC00BE8F25FE4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CStartU3Ed__1_tC0A64744D6FDCA1AE114A1F2671F010A81C657EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass23_0_t60F19EADFAC744A28D82342AE890FB24FB54E88E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnknownStatus_tFC4293AFAA741CE4F6E0F06C57C2C5864B114C0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral007734E6F2D852BB38C58F3E8C800F293F123668; IL2CPP_EXTERN_C String_t* _stringLiteral0226F08F1363B72919374BC9F1AABA0AF07295F0; IL2CPP_EXTERN_C String_t* _stringLiteral029693D1A0910E0DB5D55649895672E003E4BB3F; IL2CPP_EXTERN_C String_t* _stringLiteral0318AA3B6EF13FA73ED1C3DFA7EFF04A0DD3BA31; IL2CPP_EXTERN_C String_t* _stringLiteral043E7533692C68738CBC84B6F93713567FA4B9D1; IL2CPP_EXTERN_C String_t* _stringLiteral04FED890FE21C899A5EA04FDBCC8A45A6E3E1BFB; IL2CPP_EXTERN_C String_t* _stringLiteral050F1EDA813EEDC7C58C379604CD0BC86B851904; IL2CPP_EXTERN_C String_t* _stringLiteral054241F3BFEB7ACA7085BCD8652D309248E4EF4B; IL2CPP_EXTERN_C String_t* _stringLiteral05F5A6F2B69678575330A559E9B6CF0641E882DB; IL2CPP_EXTERN_C String_t* _stringLiteral067FF0EBA393A9E14C494780771C9EDE96A17D4C; IL2CPP_EXTERN_C String_t* _stringLiteral069C9295CB149F92CE030888B4367DF55B3F1636; IL2CPP_EXTERN_C String_t* _stringLiteral06C011206E3BA3D0C859CC98AA4C81026E5D85D7; IL2CPP_EXTERN_C String_t* _stringLiteral088DD494D44F9693CBF8F9593701FFD01A3A7EC5; IL2CPP_EXTERN_C String_t* _stringLiteral08DFED9B56DBA3DB573A6E23566527810FD3F2D4; IL2CPP_EXTERN_C String_t* _stringLiteral0915EB58496979B6C4E888FC8943A4A2BDDC4244; IL2CPP_EXTERN_C String_t* _stringLiteral096D3AE80221780C8B99086F76C32970F9647C57; IL2CPP_EXTERN_C String_t* _stringLiteral099CC28270C1228B5C95019735A469EB93637FAC; IL2CPP_EXTERN_C String_t* _stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78; IL2CPP_EXTERN_C String_t* _stringLiteral0A0B06124E3DC09F1B7EDA8FCC204DD836858A3F; IL2CPP_EXTERN_C String_t* _stringLiteral0A8F1E793F4531B363A5B08B970B4790094AC80A; IL2CPP_EXTERN_C String_t* _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3; IL2CPP_EXTERN_C String_t* _stringLiteral0B9FA7AE5B7EEEFB48817166ABFD70EFE04167F1; IL2CPP_EXTERN_C String_t* _stringLiteral0C2C8987828E01D85FC122E11371CD17A9B27B40; IL2CPP_EXTERN_C String_t* _stringLiteral0D312484D9F8006135AF1F147FC0ABFDA88C3CE4; IL2CPP_EXTERN_C String_t* _stringLiteral0D36C8E0037EED47872FA52109B12F6DB84EB6AF; IL2CPP_EXTERN_C String_t* _stringLiteral0E039EE3E04D79F57B38BBA96FECA1E4A608DF32; IL2CPP_EXTERN_C String_t* _stringLiteral0E34ED49D8F62F2601BBC9AE613C6F4F882AD2CC; IL2CPP_EXTERN_C String_t* _stringLiteral0EBDB94602B6CD414E99DEE025BDE505F4A16505; IL2CPP_EXTERN_C String_t* _stringLiteral0EBFEDCE71CC77070BD35887BBA6B3AC08479560; IL2CPP_EXTERN_C String_t* _stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11; IL2CPP_EXTERN_C String_t* _stringLiteral104BE4D5415ECEFDF0592B0C0BE9C456867318A9; IL2CPP_EXTERN_C String_t* _stringLiteral10D9D7D142ADDEA420B87037ED86D5565DA298C5; IL2CPP_EXTERN_C String_t* _stringLiteral10DE1CDB98F550B26142389C3C077A34CC61B20C; IL2CPP_EXTERN_C String_t* _stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A; IL2CPP_EXTERN_C String_t* _stringLiteral1129BC8793FDB48FD1F49D0F6F70A11902F2757A; IL2CPP_EXTERN_C String_t* _stringLiteral116376817679AD0B2304275BA70311674433808B; IL2CPP_EXTERN_C String_t* _stringLiteral11E2811323FC20A0D3ECC2A721C0182CBC75D2EC; IL2CPP_EXTERN_C String_t* _stringLiteral12C4312BBC75813996E4A2D97E9E2C81AECD4182; IL2CPP_EXTERN_C String_t* _stringLiteral14B092EFBCBFC5B8DCE9B874ADC4C1D83BF5B4FA; IL2CPP_EXTERN_C String_t* _stringLiteral14C550BD378F64DD459EEF86E26BFE41879CEB3F; IL2CPP_EXTERN_C String_t* _stringLiteral155A4BC12A234318BF135F4542D363DCE33CE8A5; IL2CPP_EXTERN_C String_t* _stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0; IL2CPP_EXTERN_C String_t* _stringLiteral16E3C42E4C8B523BE89D891036A8BB0EDBA15FF0; IL2CPP_EXTERN_C String_t* _stringLiteral171BF2242734533CB4FDCFA3C451D05E78CC60CA; IL2CPP_EXTERN_C String_t* _stringLiteral17A865D1961688E229C89D685E89667492D7B479; IL2CPP_EXTERN_C String_t* _stringLiteral184E7CD390E5FBBD7353E97AE1DE4CC256B374CA; IL2CPP_EXTERN_C String_t* _stringLiteral19983A64611521CAA3471811E80D433D1A6C5613; IL2CPP_EXTERN_C String_t* _stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305; IL2CPP_EXTERN_C String_t* _stringLiteral1B3E3DE7BC77F89D681C35DAE67480F1996876C1; IL2CPP_EXTERN_C String_t* _stringLiteral1B5982F7895FB0113EE46176F78A36AF42A31937; IL2CPP_EXTERN_C String_t* _stringLiteral1B711463921E5B4716877F8A7724FE1841CB6B7A; IL2CPP_EXTERN_C String_t* _stringLiteral1C6D64139E5FB625574D597A74E583D5CE11AFCE; IL2CPP_EXTERN_C String_t* _stringLiteral1CB62C537C09C44DC5357315FAF2FB6F8B7C6BD2; IL2CPP_EXTERN_C String_t* _stringLiteral1CFB5BB68713D8BEA18A5F06E30E6614B629FE22; IL2CPP_EXTERN_C String_t* _stringLiteral1DD2B7A7161B8E1E52903C787FAA056CD8FA65CF; IL2CPP_EXTERN_C String_t* _stringLiteral1EC7A7E8B1C9FE766EB323A01C76C7A6414FDEBC; IL2CPP_EXTERN_C String_t* _stringLiteral1FDF3C1B76238A2773D9417DEDEF895091BA1556; IL2CPP_EXTERN_C String_t* _stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE; IL2CPP_EXTERN_C String_t* _stringLiteral209B45716DDB774057781AB12F266D56464AC564; IL2CPP_EXTERN_C String_t* _stringLiteral21ACE806CE655297BC379B3AD17E97F0A68B6AEC; IL2CPP_EXTERN_C String_t* _stringLiteral2237C7664CEC68CBE543A755603BD32209FE7723; IL2CPP_EXTERN_C String_t* _stringLiteral22706506B958B662D9EEEAD5E6FC9E42EBD3039A; IL2CPP_EXTERN_C String_t* _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94; IL2CPP_EXTERN_C String_t* _stringLiteral2376009E046E504C46D600A3889864DD5FF3DD2E; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral24EE5AF0E69F1AACDA7497EC3EB4A128C39A4863; IL2CPP_EXTERN_C String_t* _stringLiteral2522B200396EDFABB4603B843C243BA25007C97E; IL2CPP_EXTERN_C String_t* _stringLiteral2594D1B685BA6F00D4A64DE944F76318ED32B71E; IL2CPP_EXTERN_C String_t* _stringLiteral25F76CC1BDA61C71DE0DB52A74E1709B018BD814; IL2CPP_EXTERN_C String_t* _stringLiteral267B04B1E250980AAB9D2E38F155C7C77365B820; IL2CPP_EXTERN_C String_t* _stringLiteral26E294139715163FBE9A18930A1D8CF567887641; IL2CPP_EXTERN_C String_t* _stringLiteral27A15AFC1B64AE48E9A0E1B18BB631E9114C810A; IL2CPP_EXTERN_C String_t* _stringLiteral29C59A4A1958BAD26B6E038EB7AE5CBC1AA4B591; IL2CPP_EXTERN_C String_t* _stringLiteral2A27AC1AF1C3F8D074FE700884473531435E38AA; IL2CPP_EXTERN_C String_t* _stringLiteral2A6035A6800B72062BFCC568E59F1FE881C50E65; IL2CPP_EXTERN_C String_t* _stringLiteral2AB9A3EDC1866CA9DC5753097B1C144B16CA582F; IL2CPP_EXTERN_C String_t* _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD; IL2CPP_EXTERN_C String_t* _stringLiteral2BF466A7F20833974993487407F7DAE41976E32C; IL2CPP_EXTERN_C String_t* _stringLiteral2D3D04CA75261BE7AE3995899EA5DCF4FDFCFD3B; IL2CPP_EXTERN_C String_t* _stringLiteral2DC219B7F3F70CE2604D7EB58991261BFD6E5A64; IL2CPP_EXTERN_C String_t* _stringLiteral2DF293F31B6A6AD4F4F611066893CC4FD31B8619; IL2CPP_EXTERN_C String_t* _stringLiteral2E3BE265A1AFB60701F6636731DC7262753B9508; IL2CPP_EXTERN_C String_t* _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2; IL2CPP_EXTERN_C String_t* _stringLiteral308F9A98E46302C4F301E6E16852F164C25D763D; IL2CPP_EXTERN_C String_t* _stringLiteral311AEE8EF25C649B1AEF8337D7047F85C972D4C2; IL2CPP_EXTERN_C String_t* _stringLiteral33038386B47A94676767B67BA384962CDFC9EF7C; IL2CPP_EXTERN_C String_t* _stringLiteral33BB5A11405346DBDDE78D1A74DE8913BDA24E15; IL2CPP_EXTERN_C String_t* _stringLiteral3413F8C5E1D953073686087B32C04E3E886A8CCA; IL2CPP_EXTERN_C String_t* _stringLiteral3508D82DF6DF02FAEE2F9E2B3FE5B1E30828843B; IL2CPP_EXTERN_C String_t* _stringLiteral355344670054DB070754011D8D2527E319681DF0; IL2CPP_EXTERN_C String_t* _stringLiteral359E95C2195DC884808AF086EBEE964C5305894C; IL2CPP_EXTERN_C String_t* _stringLiteral35A57918B0BA7ABFB4C1E5980831CCF035B6675A; IL2CPP_EXTERN_C String_t* _stringLiteral37012E583DD1F1C8F246850642B98606CD18CCCC; IL2CPP_EXTERN_C String_t* _stringLiteral3727E5851E275DD3E749AC32F29B7BBCE34EBFEA; IL2CPP_EXTERN_C String_t* _stringLiteral3731DA0505180FD97FEB16EAF01FB23D94316C99; IL2CPP_EXTERN_C String_t* _stringLiteral374EA3C06BCA3BC1F58B5D06A676824104EE78DD; IL2CPP_EXTERN_C String_t* _stringLiteral3789988BDC9B59A43F817690FBB92E0754E4E2BE; IL2CPP_EXTERN_C String_t* _stringLiteral385E85254A14B73C5A43C2B05896B2A6782C16A1; IL2CPP_EXTERN_C String_t* _stringLiteral39E1D3A8000F77CBF4FD7D763F01F703EBBEC4ED; IL2CPP_EXTERN_C String_t* _stringLiteral3A0C12D5693445012E288EFB7BEB2C6228789FB3; IL2CPP_EXTERN_C String_t* _stringLiteral3A29AA375F9BAC1084371C300D4FDDBE5DC2C57B; IL2CPP_EXTERN_C String_t* _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0; IL2CPP_EXTERN_C String_t* _stringLiteral3BB64867D1AA0674C63F99D3455BB22C308116FD; IL2CPP_EXTERN_C String_t* _stringLiteral3CC5A36CB60662877034BD141A0436C98801D5E7; IL2CPP_EXTERN_C String_t* _stringLiteral3D5C24D4C4F3C033BA42B10583A4389C6D30E51E; IL2CPP_EXTERN_C String_t* _stringLiteral3D76BFBACC4AF1169A5892B3441D41DF56AE6510; IL2CPP_EXTERN_C String_t* _stringLiteral3DEBA941C4D5C5F8A706614BAAE0F8083E7FC249; IL2CPP_EXTERN_C String_t* _stringLiteral3E422D7B99CD202628C415E8F77E57258DDC08AC; IL2CPP_EXTERN_C String_t* _stringLiteral3F610BEEA64A25A393556A169718E877E99A5E7D; IL2CPP_EXTERN_C String_t* _stringLiteral40202E94CB94F4414051283AC5DD66540DCE9C28; IL2CPP_EXTERN_C String_t* _stringLiteral41DE6CE06B1B081F53763C027A6B9965A89F7DFA; IL2CPP_EXTERN_C String_t* _stringLiteral4351851F76A2B0C936892EAF654EAD35BC2A592A; IL2CPP_EXTERN_C String_t* _stringLiteral4408D910CFD8CBB13B1D24EAF91F35D1AA3192E4; IL2CPP_EXTERN_C String_t* _stringLiteral44E2DD59B0F03AEB13B8EED7651CE421D479D125; IL2CPP_EXTERN_C String_t* _stringLiteral45E7C71D732EE8A4264A2D0F3ECB384B272F5D5C; IL2CPP_EXTERN_C String_t* _stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C; IL2CPP_EXTERN_C String_t* _stringLiteral4701E4A087C72379D4BC47ED46B08B8B3B03C15E; IL2CPP_EXTERN_C String_t* _stringLiteral474D30CADA95E3BBDF2267CFE828850B86CD9E12; IL2CPP_EXTERN_C String_t* _stringLiteral47B23EDA093C542158D66EE1C67AEA54D219B072; IL2CPP_EXTERN_C String_t* _stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B; IL2CPP_EXTERN_C String_t* _stringLiteral48AFDFABD7F012EABF87726AE4EC152D12EF2326; IL2CPP_EXTERN_C String_t* _stringLiteral48BE2E48691204F953A77B541E689C219B226BFC; IL2CPP_EXTERN_C String_t* _stringLiteral491827EBF82A40D8CD1E56905A0F639AFC48267E; IL2CPP_EXTERN_C String_t* _stringLiteral4AAB833390C14FC1C4C5D936907FDB82B4BCFA52; IL2CPP_EXTERN_C String_t* _stringLiteral4BD265F1767CE891545A63154BA05528F76B14FF; IL2CPP_EXTERN_C String_t* _stringLiteral4C0A77CCBCAD53FA2EB1F719E91604205B299A00; IL2CPP_EXTERN_C String_t* _stringLiteral4C2DFAF338AEE77737D48BE178A4B2AE944A20A1; IL2CPP_EXTERN_C String_t* _stringLiteral4C8FC0834485EA54FDC1DD8AEC5C3965BE95DFEA; IL2CPP_EXTERN_C String_t* _stringLiteral4D0CF1C41E6209782E768D7018548AD983F3978F; IL2CPP_EXTERN_C String_t* _stringLiteral4D5ACF6F06D6A49C3D5B2934369C8486DDC10F5A; IL2CPP_EXTERN_C String_t* _stringLiteral4E902CD0A7DC211301294374C4EF425BF867B96A; IL2CPP_EXTERN_C String_t* _stringLiteral4E97247F6D38BED17288475C3259C7A4E8F45D0B; IL2CPP_EXTERN_C String_t* _stringLiteral4EBB3996DD3D9C0C09069A666C1BEB1D553A6EE2; IL2CPP_EXTERN_C String_t* _stringLiteral4ED4D406CF96DDD0AD85A9943BB77B07E6AAD7F2; IL2CPP_EXTERN_C String_t* _stringLiteral4F74D5663BF634967D3035978548355899B7695A; IL2CPP_EXTERN_C String_t* _stringLiteral51898A92325B5C9CAD6D93D0DDA2792AC55112A3; IL2CPP_EXTERN_C String_t* _stringLiteral52C87AE284E4E522A650221F2C4D41E4C9790B61; IL2CPP_EXTERN_C String_t* _stringLiteral532EDB63D38BE849355CC05BBD302AC7006BF005; IL2CPP_EXTERN_C String_t* _stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4; IL2CPP_EXTERN_C String_t* _stringLiteral53DF8173F0542223D33F2EEFF0453B236EAC2CFF; IL2CPP_EXTERN_C String_t* _stringLiteral53FC9A4802794E8D2C48FD663DB2713C0BB503DB; IL2CPP_EXTERN_C String_t* _stringLiteral558CD13405DF63464A388BAEE9F9460130FE56FC; IL2CPP_EXTERN_C String_t* _stringLiteral55BF0F6D5B36794DD6EB17AC427C235EA72A2985; IL2CPP_EXTERN_C String_t* _stringLiteral569A02DD32E9486342E09B03E314FC1B968B0E45; IL2CPP_EXTERN_C String_t* _stringLiteral56CFF16536C89A6CF473479CC32384DC06CC28AB; IL2CPP_EXTERN_C String_t* _stringLiteral57118831F31A13DBA279DBBEAB6EBC1C3A17383A; IL2CPP_EXTERN_C String_t* _stringLiteral590B1B5C51D5513DF55FF28DA97433C0F21F0568; IL2CPP_EXTERN_C String_t* _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78; IL2CPP_EXTERN_C String_t* _stringLiteral5AFE3341C252D09D14363C6B369DB12C49850B0E; IL2CPP_EXTERN_C String_t* _stringLiteral5B04A2255460161DCF84C02E972906EFD0A54D34; IL2CPP_EXTERN_C String_t* _stringLiteral5C2FD03C3DAD895F3C7A31ACD9A74B67C051E743; IL2CPP_EXTERN_C String_t* _stringLiteral5C8516CE347CD8B98CC0B8FA3100063169918058; IL2CPP_EXTERN_C String_t* _stringLiteral5CB9914B11AF24DE255FF07DB9C53AB3C0A7206D; IL2CPP_EXTERN_C String_t* _stringLiteral5CCA80392403D47843467C93DE0BB08CD4D3CE01; IL2CPP_EXTERN_C String_t* _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8; IL2CPP_EXTERN_C String_t* _stringLiteral5CE3E8B09101F917BC02742329BDD6EF87CABB1C; IL2CPP_EXTERN_C String_t* _stringLiteral5E2D85AA2167BCA0F0B66D51D54279629DD70DD3; IL2CPP_EXTERN_C String_t* _stringLiteral5E4059AD2C232E00933F16BBE5CACE435CCBFF5D; IL2CPP_EXTERN_C String_t* _stringLiteral5F0FFDDC8674C5C887B8E87C739171F41080F062; IL2CPP_EXTERN_C String_t* _stringLiteral5F1A7897AF6D5097460B156B520C63C705855CA1; IL2CPP_EXTERN_C String_t* _stringLiteral5FA302710EBEE6EFD73536572A022E934A73F7F1; IL2CPP_EXTERN_C String_t* _stringLiteral60A2E461CC4A1D49199A67B5216F128319CE63CC; IL2CPP_EXTERN_C String_t* _stringLiteral61085D70D0453300D6DE1CF4A80C1600C2D0C4A7; IL2CPP_EXTERN_C String_t* _stringLiteral61558D9974EA32BD0D987941CB3872B12F43CFEA; IL2CPP_EXTERN_C String_t* _stringLiteral62960D7C80C652A39F7FFFE68325C4BB8ADACE92; IL2CPP_EXTERN_C String_t* _stringLiteral629EB7E9CBBE7B63A58E9DB1591549C0C5730335; IL2CPP_EXTERN_C String_t* _stringLiteral62FA7B6ACD3FE213C60740F3DF23B3D26D228A3F; IL2CPP_EXTERN_C String_t* _stringLiteral6476D4AF47C84CFBB7212B9B3309A946B4F1FE1D; IL2CPP_EXTERN_C String_t* _stringLiteral64888CD5821707061DDFA24950B80AEF7D15319D; IL2CPP_EXTERN_C String_t* _stringLiteral652053E3417EEB2E10DD74FAB4CAD155200EF238; IL2CPP_EXTERN_C String_t* _stringLiteral65933625DB77C9C1626265BD66A3E68032DBDC57; IL2CPP_EXTERN_C String_t* _stringLiteral660E1257856278368C7CBA1F7D3FD870C399815D; IL2CPP_EXTERN_C String_t* _stringLiteral66678D09042AD309640C93293B2EBF82141AB5EA; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral692387DB6C65BB92178130653F11F999B07BD703; IL2CPP_EXTERN_C String_t* _stringLiteral69933B15439556D6D6D93D215E23CAE173A2C3CE; IL2CPP_EXTERN_C String_t* _stringLiteral699C5A2F26A3A982D0E1FC390A8471F950E2BDAF; IL2CPP_EXTERN_C String_t* _stringLiteral6A869C464AE42CFC8B6D7D47C6BA40306FB35F7B; IL2CPP_EXTERN_C String_t* _stringLiteral6AC404B33E10DF3F33BA845DC5BC02F1129F3CE6; IL2CPP_EXTERN_C String_t* _stringLiteral6CD944B0ADBEE8940441F92D2E8D48F49A430A31; IL2CPP_EXTERN_C String_t* _stringLiteral6D60AC5770D4F760AEFAF7885FA604E7091BBEDE; IL2CPP_EXTERN_C String_t* _stringLiteral6D61A5962793C9EE547ED83C65E277AFBF5D42D7; IL2CPP_EXTERN_C String_t* _stringLiteral6DB573B6F9740324AD57C064BD34F3B0241F27A5; IL2CPP_EXTERN_C String_t* _stringLiteral6E7CBDA006FCC8893A6B1EEE63FAEFCD7045475E; IL2CPP_EXTERN_C String_t* _stringLiteral6EB88BB6D8FEDB1AA37407138A21C08BFA38EB34; IL2CPP_EXTERN_C String_t* _stringLiteral6ED0886B79BF3D0B86B64220C0532593F6FC1321; IL2CPP_EXTERN_C String_t* _stringLiteral6F23583CEF03BB7DDB3E4BEFF341EA1FC85AB4D8; IL2CPP_EXTERN_C String_t* _stringLiteral6FE4821BD1BD7CC3623B927CA38BE9D17B6F3279; IL2CPP_EXTERN_C String_t* _stringLiteral7045D4C0A239211D1D609189B7959AB59EC9E06F; IL2CPP_EXTERN_C String_t* _stringLiteral708429802CBDDA081DA338B83F5F3E07D419993A; IL2CPP_EXTERN_C String_t* _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163; IL2CPP_EXTERN_C String_t* _stringLiteral70BF2565EA6D24A257FF007BE4255361D4B4C912; IL2CPP_EXTERN_C String_t* _stringLiteral741B67F9DE271E31048B46B31627C18AF9B62864; IL2CPP_EXTERN_C String_t* _stringLiteral75256DD3E787D4E3A7D22FAEA0C7D06D868F6D30; IL2CPP_EXTERN_C String_t* _stringLiteral758E66C583984405F8D7147197B847B201762057; IL2CPP_EXTERN_C String_t* _stringLiteral75A94D1E687C570528CB828B61691E458C4B177C; IL2CPP_EXTERN_C String_t* _stringLiteral762E6A02E8B32D10D601F43143C53934971AAC64; IL2CPP_EXTERN_C String_t* _stringLiteral7669ACC86D552D938492E755E3E35A368BED2E40; IL2CPP_EXTERN_C String_t* _stringLiteral76C4B70ED417CDD7C74BA5A6EA1F6FA224C89086; IL2CPP_EXTERN_C String_t* _stringLiteral776422EF5823ABE2A8839EE12DC33B33576F296D; IL2CPP_EXTERN_C String_t* _stringLiteral776E9383E492CBDB8D30BF4AA1DDF9FD9C3F5647; IL2CPP_EXTERN_C String_t* _stringLiteral7782C5DFF33553EF6A06B19EEC7D43E59D6B861E; IL2CPP_EXTERN_C String_t* _stringLiteral77E15A8D30A95A9B18ED8DEBFF89DF7E12944AFB; IL2CPP_EXTERN_C String_t* _stringLiteral7848BB12656B70578D0BEBFBFCBB387FBFDD23EC; IL2CPP_EXTERN_C String_t* _stringLiteral78E1866C48D320CAD650F6805FD1DB5C06F307BC; IL2CPP_EXTERN_C String_t* _stringLiteral794DEA5CBFBC7A8A0FFE03F817B3A011A3A34ED7; IL2CPP_EXTERN_C String_t* _stringLiteral79BDD1C9DF13F6F8098341F4D4190EC32A900CAA; IL2CPP_EXTERN_C String_t* _stringLiteral79C1603A6F5FFE71389B5E36658CFD0F77A15ED8; IL2CPP_EXTERN_C String_t* _stringLiteral7A1C360A6A94C59E0D7BBDA8135379D364C6967C; IL2CPP_EXTERN_C String_t* _stringLiteral7B2EE195BDAC749E6440849654D6F73CDDABD46D; IL2CPP_EXTERN_C String_t* _stringLiteral7B3E34DA391F44AC01212979A604A8BA863808AF; IL2CPP_EXTERN_C String_t* _stringLiteral7BAB6C1AFDE0F5062E870520A697C2B67A8CFC76; IL2CPP_EXTERN_C String_t* _stringLiteral7BD003F717221CAE3E85DD49395B81D3D3E3439F; IL2CPP_EXTERN_C String_t* _stringLiteral7C376F01266BD7C10FDC0676C38217991A46ECAA; IL2CPP_EXTERN_C String_t* _stringLiteral7C5A03103DD42865C446C7B36742590C78BCB12F; IL2CPP_EXTERN_C String_t* _stringLiteral7CB829485449F450BA8CCADD89A3220093398FDB; IL2CPP_EXTERN_C String_t* _stringLiteral7CBAD5EEDF82DC94A8221F085718EDAE96A87948; IL2CPP_EXTERN_C String_t* _stringLiteral7CF9156BD3E33628135EE7FD140F6C831AB48D16; IL2CPP_EXTERN_C String_t* _stringLiteral7D3A477DC79B216E1B41D94B4BDAAD06C3D1A107; IL2CPP_EXTERN_C String_t* _stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1; IL2CPP_EXTERN_C String_t* _stringLiteral7E8C5F3047E7C46513AB5E89CF5D6F1758AE83E5; IL2CPP_EXTERN_C String_t* _stringLiteral7F5911E8A3231A40F62B3FD2C4C34FF66509B719; IL2CPP_EXTERN_C String_t* _stringLiteral80AC693D8F011E2464B9C434E0F4BCF56EA5813E; IL2CPP_EXTERN_C String_t* _stringLiteral80DA8AFB6D1ADEA00AFE6596CC87063E4E469C83; IL2CPP_EXTERN_C String_t* _stringLiteral813661506A5DABD9B15FE77AA73D2864A4E115C6; IL2CPP_EXTERN_C String_t* _stringLiteral8184358128A0ADB0DCC7C266879569709C1543C4; IL2CPP_EXTERN_C String_t* _stringLiteral82DC64595FFC8C02A3E5695D1486AF92B637BE95; IL2CPP_EXTERN_C String_t* _stringLiteral82FB3A59DAA027A49F30141447062822A12283B0; IL2CPP_EXTERN_C String_t* _stringLiteral831BFD427B999973389FEBD63A8D4EC7D609AC21; IL2CPP_EXTERN_C String_t* _stringLiteral836C8337DF15316EB401668667A0B807F899135A; IL2CPP_EXTERN_C String_t* _stringLiteral83A241C52DAFE0694C5B5B264CF687E09DF793D6; IL2CPP_EXTERN_C String_t* _stringLiteral842B8C7345E8AE5608EE332378D4489B8AF9C37C; IL2CPP_EXTERN_C String_t* _stringLiteral85617CF7F06B840D552A9B8E8BB5B0B3979F6602; IL2CPP_EXTERN_C String_t* _stringLiteral867BCADE6C5A0BC7053FD765A6324C366FFC2CA2; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral872832AF3EB23DF490D84F89198394B33CB88A29; IL2CPP_EXTERN_C String_t* _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2; IL2CPP_EXTERN_C String_t* _stringLiteral874FF16A89CACFAF5E7E7B0E364B489D5FFBC4A3; IL2CPP_EXTERN_C String_t* _stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7; IL2CPP_EXTERN_C String_t* _stringLiteral89E0BF3F5A585BAF695A88C3131EB727125BD40A; IL2CPP_EXTERN_C String_t* _stringLiteral8A5D3CC6D8C92C62DD06D477C28E31092E8E5397; IL2CPP_EXTERN_C String_t* _stringLiteral8AB41D6447A9670B1E79A750970D5E8EBA0F3DAD; IL2CPP_EXTERN_C String_t* _stringLiteral8B7AB9019CC2E63A096D4191DAF4AE23A46C969C; IL2CPP_EXTERN_C String_t* _stringLiteral8BB58B989DAAEFFC9FC49609A564874097684981; IL2CPP_EXTERN_C String_t* _stringLiteral8C55FC06918A8495793DD0B8BEF5EDB253A46954; IL2CPP_EXTERN_C String_t* _stringLiteral8C75BE6DB6EBBDD7D1B1C0C01BB9CFA64CD20B85; IL2CPP_EXTERN_C String_t* _stringLiteral8D6A7513C9A393B9B66442BC3D774DD5EF7E3401; IL2CPP_EXTERN_C String_t* _stringLiteral8DE4DA2560E889ADFDF93B3988AF2A52A412B16D; IL2CPP_EXTERN_C String_t* _stringLiteral8DEDEB681745CEED17ADAFDE8E12ABA3C0D8B8B8; IL2CPP_EXTERN_C String_t* _stringLiteral8E883E3431AD22301E45EC234D57C10833C316DD; IL2CPP_EXTERN_C String_t* _stringLiteral8F14545E96A97CA6E4BB71607070728BAD81EE42; IL2CPP_EXTERN_C String_t* _stringLiteral9063944EBC21CF353F1989376713C1E4EC58BBE2; IL2CPP_EXTERN_C String_t* _stringLiteral91418DC5CE55D8F41D97B9EB719D8DA971A0A80D; IL2CPP_EXTERN_C String_t* _stringLiteral9193A6A3BABC7AC92E09C576CBF6F1AE7A1D3E3B; IL2CPP_EXTERN_C String_t* _stringLiteral91DEC1B071F91795C3DB537542BC32769D6F3A40; IL2CPP_EXTERN_C String_t* _stringLiteral9285BEB84CFC90BDC52DB62913B2A7EFFB48DF38; IL2CPP_EXTERN_C String_t* _stringLiteral92A22FEBB74E170CC5689666C4C494121A0CF991; IL2CPP_EXTERN_C String_t* _stringLiteral92C81139973F7ED9B37C0F43999F55ED9F6AD912; IL2CPP_EXTERN_C String_t* _stringLiteral95CECB12EF5997654615668E9338F78021E26420; IL2CPP_EXTERN_C String_t* _stringLiteral95E8A92D440BD41AE98A16DEBF0B8BA6F71B3EAC; IL2CPP_EXTERN_C String_t* _stringLiteral96840AE2D51E21B1EF5140B56E3BBDAC1EBF7346; IL2CPP_EXTERN_C String_t* _stringLiteral971408D9E3D23D5F1C354D8966ADE9C6719B97D6; IL2CPP_EXTERN_C String_t* _stringLiteral98BFC85EBBDB5C5113E70FD2C39F1C33F0A364E1; IL2CPP_EXTERN_C String_t* _stringLiteral993B22139484AD96C0E211316DC007A705093205; IL2CPP_EXTERN_C String_t* _stringLiteral99EB6C95268FF29E1AFB3356414DABFD0F9A8362; IL2CPP_EXTERN_C String_t* _stringLiteral9A3E3D254F762FE58D7286C9D0BF7A8A01BD1AE0; IL2CPP_EXTERN_C String_t* _stringLiteral9B01F85F298FD4CE9E1325E24C0FB99575CEF7BE; IL2CPP_EXTERN_C String_t* _stringLiteral9B762F69F6A3F5075B8405D37EF882CCA00D215A; IL2CPP_EXTERN_C String_t* _stringLiteral9C1576AC27CAC8326EA3CDE03CE7A486E12F423A; IL2CPP_EXTERN_C String_t* _stringLiteral9C86DC74663ECC1CCD6B393712268E40409B9836; IL2CPP_EXTERN_C String_t* _stringLiteral9CC607651E3988F8334E1A60D1B36F036BA754E3; IL2CPP_EXTERN_C String_t* _stringLiteral9D708AD458B3B4DBD62A73BD3690E17741B49B15; IL2CPP_EXTERN_C String_t* _stringLiteral9E3508FA5D7D4DFAB1BCD1BD60C15A3AEF59885D; IL2CPP_EXTERN_C String_t* _stringLiteral9FC1CF4ABF45CA58ECFEE4FC9E218E1DED9CE8CD; IL2CPP_EXTERN_C String_t* _stringLiteralA0BC65C2EEFD310763B9E763160E81FC0561D4AC; IL2CPP_EXTERN_C String_t* _stringLiteralA22EB11516A92A2C13C4708996E7BDDDD3F416A3; IL2CPP_EXTERN_C String_t* _stringLiteralA255F62E36EC8FFE988D0ADAF6617E0D7A99323F; IL2CPP_EXTERN_C String_t* _stringLiteralA35EEA8AE15EA3813D1C1FDFD309F2A70675D58C; IL2CPP_EXTERN_C String_t* _stringLiteralA36834494CF41A5E74504498A20F1AB44DD17A0E; IL2CPP_EXTERN_C String_t* _stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD; IL2CPP_EXTERN_C String_t* _stringLiteralA443288AEE0495A70F563F37473B4A6D1631A1CE; IL2CPP_EXTERN_C String_t* _stringLiteralA549203FC9E945CBBFBEC961F65DB97F2D9EF9C5; IL2CPP_EXTERN_C String_t* _stringLiteralA65CB8819FC0D831DD0A624DB751D653D3FEBCCF; IL2CPP_EXTERN_C String_t* _stringLiteralA66885A69FE8E7420C368A3AE6EB241DC0396266; IL2CPP_EXTERN_C String_t* _stringLiteralA7AD513E5696D5979899AAB85472797E009007D2; IL2CPP_EXTERN_C String_t* _stringLiteralA8250B534396AB58BA9610ADE04FDD1310D4478D; IL2CPP_EXTERN_C String_t* _stringLiteralA8277F3CD521656EAB0D6FCE40E4676BDC1F623B; IL2CPP_EXTERN_C String_t* _stringLiteralA834C7919AA572F008660577AD668D7BDA19219A; IL2CPP_EXTERN_C String_t* _stringLiteralA91F7723F1781461CABA55BA226AEFB6695C5B73; IL2CPP_EXTERN_C String_t* _stringLiteralA93CC7DC8746077C36CE4BB66272213F27FF9C9E; IL2CPP_EXTERN_C String_t* _stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B; IL2CPP_EXTERN_C String_t* _stringLiteralAA6955CF57018EB34CF6FEC1817772550009B913; IL2CPP_EXTERN_C String_t* _stringLiteralAA7175D1D813B1C34BD0A882F26F909CF18D98BD; IL2CPP_EXTERN_C String_t* _stringLiteralAA7B97D8F8FAD5B1CDD326D8F82ECE3896140BF8; IL2CPP_EXTERN_C String_t* _stringLiteralAB208787952720CE341FAC3135FA095D2F1C22B9; IL2CPP_EXTERN_C String_t* _stringLiteralAB93FE56471DAC934AE5603BD748045116390D26; IL2CPP_EXTERN_C String_t* _stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED; IL2CPP_EXTERN_C String_t* _stringLiteralADEF80396F990871993DC37F82D1DBF90E82F9A9; IL2CPP_EXTERN_C String_t* _stringLiteralAE7852F7F03945840775A4C2A6DC1D99125B0780; IL2CPP_EXTERN_C String_t* _stringLiteralAEF238C2CF75BC93331876A078C7D21FE3EFD378; IL2CPP_EXTERN_C String_t* _stringLiteralAF0AFCE3FD567402BE95142C83C747B7FC7E1B4C; IL2CPP_EXTERN_C String_t* _stringLiteralAFF18995790452813501A3FF79A52C317094A00B; IL2CPP_EXTERN_C String_t* _stringLiteralB1B0864EEC2DBC9265FA9A46A5569FD88CE71706; IL2CPP_EXTERN_C String_t* _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF; IL2CPP_EXTERN_C String_t* _stringLiteralB3265ED154F32DE8D0C1E5DBC5BCC44B7B202576; IL2CPP_EXTERN_C String_t* _stringLiteralB333947689D4C2C7AC61C4F4C49000F0A965EDA8; IL2CPP_EXTERN_C String_t* _stringLiteralB3C8D215BF096BB8826C7B20BEDBA81860CE17E7; IL2CPP_EXTERN_C String_t* _stringLiteralB45413D5021961F635D2351C965C6FBA649B7EC9; IL2CPP_EXTERN_C String_t* _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED; IL2CPP_EXTERN_C String_t* _stringLiteralB4C051549E92AB6F438A70EE9BF4938897D349AE; IL2CPP_EXTERN_C String_t* _stringLiteralB4D001C31FBECAB595B5B52B652E63F27D0364A7; IL2CPP_EXTERN_C String_t* _stringLiteralB50D212469D6C5079F5E990FE148CC459888C1E7; IL2CPP_EXTERN_C String_t* _stringLiteralB5D610D72476F4C53BBAF56C4E027216B1D06949; IL2CPP_EXTERN_C String_t* _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A; IL2CPP_EXTERN_C String_t* _stringLiteralB6CA5881AA1869736EF6FF2B92B7B1D3A90632DE; IL2CPP_EXTERN_C String_t* _stringLiteralB7B1262A0F1F7AF2F5527A48082BA0191321937C; IL2CPP_EXTERN_C String_t* _stringLiteralB806B41B46D0C9A0ED4A3D016C7211DB6E974031; IL2CPP_EXTERN_C String_t* _stringLiteralB815EABDB94BEE595AF04F06FE6FB0A101466439; IL2CPP_EXTERN_C String_t* _stringLiteralB9771B1143276DAEE2478EE86F56475E2A00EBFB; IL2CPP_EXTERN_C String_t* _stringLiteralB9781714FE806F152E476A132D5187A200851483; IL2CPP_EXTERN_C String_t* _stringLiteralBB08B62D86F582F4BFB332A7121DA871CE1C9B9F; IL2CPP_EXTERN_C String_t* _stringLiteralBB9DB7C4F647C7B24E139EA12D38B8EE998B6D2A; IL2CPP_EXTERN_C String_t* _stringLiteralBC8142DC23100ACC04095E4B94669B4BDC88233A; IL2CPP_EXTERN_C String_t* _stringLiteralBCB8F1B217496994031F5354F1BDCA4564629765; IL2CPP_EXTERN_C String_t* _stringLiteralBCF7C9C6B0C29FBFE787E18A696142A9F22D3359; IL2CPP_EXTERN_C String_t* _stringLiteralBDCDA64B401442F3A0A485FA1DA4A2649D8A5A31; IL2CPP_EXTERN_C String_t* _stringLiteralBF421D1976829CEC7975ED45844D568A47C77BA7; IL2CPP_EXTERN_C String_t* _stringLiteralBFD589C41584F03B99A5330D3C8A2434112ED4ED; IL2CPP_EXTERN_C String_t* _stringLiteralC03C5C5073D40D6486914BEFB606A2E48720F3E4; IL2CPP_EXTERN_C String_t* _stringLiteralC1D088F21C85040B44BADDEB88C0AD4A9AC3D8FB; IL2CPP_EXTERN_C String_t* _stringLiteralC288C3EF3CB49DCCC0EFC9F0A285E293E87261BB; IL2CPP_EXTERN_C String_t* _stringLiteralC32FDB4E82384DEE5AE1FE3337BE0EC70E7A6EB8; IL2CPP_EXTERN_C String_t* _stringLiteralC354348430BBE2F8907CD5DA9BB9F9CA179A80BD; IL2CPP_EXTERN_C String_t* _stringLiteralC3BEBB7A5B6A98B9DCB1D155A3C3BEC1055F7D06; IL2CPP_EXTERN_C String_t* _stringLiteralC3E248BE0A41AC25A4749649C3660B5A67F28FF6; IL2CPP_EXTERN_C String_t* _stringLiteralC456CB23898DB779BFE92B087FF26B28550F5269; IL2CPP_EXTERN_C String_t* _stringLiteralC4A2E88339C2E33635DEEC8CBF64629A9274F17F; IL2CPP_EXTERN_C String_t* _stringLiteralC4D4713E71BA9AB5BB186B79E27C37555944776C; IL2CPP_EXTERN_C String_t* _stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13; IL2CPP_EXTERN_C String_t* _stringLiteralC715ABAB0194B09F559C12418DDEFBF93E0D80C5; IL2CPP_EXTERN_C String_t* _stringLiteralC740CA2C6483814A1BF1E5922B73D9F4AFE93E72; IL2CPP_EXTERN_C String_t* _stringLiteralC8567CDB7A7366D698BDDB92985B76F4B748843F; IL2CPP_EXTERN_C String_t* _stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D; IL2CPP_EXTERN_C String_t* _stringLiteralC8C948654560189825CD1D00C4B0967775F09581; IL2CPP_EXTERN_C String_t* _stringLiteralC904D8B26CE85B5DD8333B1CFA0500BE388068AE; IL2CPP_EXTERN_C String_t* _stringLiteralC9F16D1EC34FA52DFB41BA950AE82C26A86838D2; IL2CPP_EXTERN_C String_t* _stringLiteralCAB67EC6EAAC1B8C6297186FD0456A54795FD6CD; IL2CPP_EXTERN_C String_t* _stringLiteralCB921A68E7C51C5691CBD6F39008736242C7CFA8; IL2CPP_EXTERN_C String_t* _stringLiteralCBF1541B4FD4611DE0BECAE89AA2DDF4BFE398E8; IL2CPP_EXTERN_C String_t* _stringLiteralCCAD23ED8EFB047E7DDC3717C32DD95445488797; IL2CPP_EXTERN_C String_t* _stringLiteralCD72562E9AFD41DE97B06CF947BDADF75045A2EE; IL2CPP_EXTERN_C String_t* _stringLiteralCDDE7E78FCC67275355EB8BF4E41C8CC2315DFE7; IL2CPP_EXTERN_C String_t* _stringLiteralD0C6D4AFE953D9CE14E2F81B70259C4AB735DF92; IL2CPP_EXTERN_C String_t* _stringLiteralD1AB6616BF9578984C009BCD6A188E983662EB37; IL2CPP_EXTERN_C String_t* _stringLiteralD233603641F1A6909AB75F8B321393EFD672B062; IL2CPP_EXTERN_C String_t* _stringLiteralD3D26C9F26A712F62A6BE84B1E41F4C6BE837C16; IL2CPP_EXTERN_C String_t* _stringLiteralD40CEA71E0A6C60B03069D2BBEEB701EA6B5F51E; IL2CPP_EXTERN_C String_t* _stringLiteralD4C29C85DC01B0835B2D035CB79C4F2EF75D6A2B; IL2CPP_EXTERN_C String_t* _stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964; IL2CPP_EXTERN_C String_t* _stringLiteralD55BE08B36AE9D355EBA231CAF5702D5EEA0C5D5; IL2CPP_EXTERN_C String_t* _stringLiteralD60E67E20F0B2BFD833682C203F47054BEBC226E; IL2CPP_EXTERN_C String_t* _stringLiteralD6EC569AA0ACFA41FB7FB87F2D80E4E7FE0F6A14; IL2CPP_EXTERN_C String_t* _stringLiteralD8276FC8B56E912FC7C07F045020C715A465AAF5; IL2CPP_EXTERN_C String_t* _stringLiteralD88D6F598D1BC1D0C482BC535ECDFDE899719152; IL2CPP_EXTERN_C String_t* _stringLiteralD8EA60604B9E8408F17B97F72D29369987A67190; IL2CPP_EXTERN_C String_t* _stringLiteralDAB2EF6A513D0DA1F97A043466EEE33AC438423E; IL2CPP_EXTERN_C String_t* _stringLiteralDAC8159E4A2EFDD9F6B375FC8448887EB86937BF; IL2CPP_EXTERN_C String_t* _stringLiteralDB80EEF4A6BDCB6B1C755569BAB4BD8A610B18FC; IL2CPP_EXTERN_C String_t* _stringLiteralDC9D573BFCD93C0600D92E7564928F309965C057; IL2CPP_EXTERN_C String_t* _stringLiteralDD00206F824296889C6C67770303005F968567C8; IL2CPP_EXTERN_C String_t* _stringLiteralDDB1E5CA18A9EC127B1F85C807C5ED8AC4DC732F; IL2CPP_EXTERN_C String_t* _stringLiteralDEA0F9341EDA74B580CD0E3E596BF56F5CC08AC8; IL2CPP_EXTERN_C String_t* _stringLiteralDF05232BAF0BABA6B27485EE3215FD062DA6ACBC; IL2CPP_EXTERN_C String_t* _stringLiteralE03A94EC20896D6E6B0132C28446A3A6BF71C9E8; IL2CPP_EXTERN_C String_t* _stringLiteralE055359475DE8AEF0494E759C680023AFA18C594; IL2CPP_EXTERN_C String_t* _stringLiteralE18B612F2CEC49FD22137D4676C2F419D6CF46D5; IL2CPP_EXTERN_C String_t* _stringLiteralE1B9E16E152452DF75C998AEA41E51A956742114; IL2CPP_EXTERN_C String_t* _stringLiteralE2986540C7DE44F1D4C4B073DE9FCFE0D0394285; IL2CPP_EXTERN_C String_t* _stringLiteralE2A946E5CA0F1AD062D85F808553F943D0B0AA28; IL2CPP_EXTERN_C String_t* _stringLiteralE33A8E02EB5236526C9BE376E2111D969AA77BE8; IL2CPP_EXTERN_C String_t* _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735; IL2CPP_EXTERN_C String_t* _stringLiteralE4CDE3EB2EAD839D542773C8523D2E0A177862E3; IL2CPP_EXTERN_C String_t* _stringLiteralE6AE6E0BA91D98333547DA3AA2C54C4F923A878F; IL2CPP_EXTERN_C String_t* _stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73; IL2CPP_EXTERN_C String_t* _stringLiteralE9EEB45CE22BBBBB03F34C4ECF58A339B2E95CF1; IL2CPP_EXTERN_C String_t* _stringLiteralEB53FD543C66348EED14CD921F6C5223FD82A289; IL2CPP_EXTERN_C String_t* _stringLiteralEB6D1FD979429B84B96D5FA4C9CD924E2CEE2DE2; IL2CPP_EXTERN_C String_t* _stringLiteralEBA0995EB0DBAA1C50BF998249CD5D140D5D28CE; IL2CPP_EXTERN_C String_t* _stringLiteralEBB899F10924E860F6331E768757334E5AF182E4; IL2CPP_EXTERN_C String_t* _stringLiteralED13ACC4D7BE1DF30500B8802285A3F7A16E9FBF; IL2CPP_EXTERN_C String_t* _stringLiteralEE2A7D39F9CF1400169704545B5B35205E5172DF; IL2CPP_EXTERN_C String_t* _stringLiteralEE6127F0EFF26E52CB539D1D95A2C1E4D3D42E69; IL2CPP_EXTERN_C String_t* _stringLiteralEECEAAC359EDB2E91D0F46F3CA9A65F47527BC5C; IL2CPP_EXTERN_C String_t* _stringLiteralEEFC560A6E9D9CEC0FE8292CD07D3E90DE72BA05; IL2CPP_EXTERN_C String_t* _stringLiteralEF54955BA9399AFB2E016402CAC4FC110BA3C3C4; IL2CPP_EXTERN_C String_t* _stringLiteralF023E3B1C463976B9FF4F69CB798AE2722E8B70E; IL2CPP_EXTERN_C String_t* _stringLiteralF08D8F918289181C1C89076AE505649B71DB03C4; IL2CPP_EXTERN_C String_t* _stringLiteralF3530954E26F686E2D5CDE74EDA022F8FB71A5ED; IL2CPP_EXTERN_C String_t* _stringLiteralF39378FDB228D1C899BABB186E12163DE48302F5; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF54CEADCB4F7D93A768C956A0433B645A5CF116C; IL2CPP_EXTERN_C String_t* _stringLiteralF5B38FFA97A5C0EBC632B73E0D0678046CD92449; IL2CPP_EXTERN_C String_t* _stringLiteralF5D4CE546C4BE4DC1D80AC4B854F807B51520D33; IL2CPP_EXTERN_C String_t* _stringLiteralF5F587879BD7126E7B6D0C1DC74F4C0C0890A039; IL2CPP_EXTERN_C String_t* _stringLiteralF5F59DCE4224F7A84E4A9E11D252A6039448AD08; IL2CPP_EXTERN_C String_t* _stringLiteralF61B6A23CE93B6AFE193ECD7C22723977C0AE9BE; IL2CPP_EXTERN_C String_t* _stringLiteralF71D224125D8E3979A2151DB7D0BBF3E2D89ECA3; IL2CPP_EXTERN_C String_t* _stringLiteralF728F4861E638CE552F18B9FA98694CFAF341DB7; IL2CPP_EXTERN_C String_t* _stringLiteralF8E9BEF18CE566E4A0F9A0613D9C6035FA70E19B; IL2CPP_EXTERN_C String_t* _stringLiteralF91D27828858E0E934FC7DADAF6886D7611EF3E8; IL2CPP_EXTERN_C String_t* _stringLiteralF9BDF9ABA7704763345EFB775FE14F9A7ABFD8DE; IL2CPP_EXTERN_C String_t* _stringLiteralFA30DB9DE21A2F69FB15BFA7967D563F0022153D; IL2CPP_EXTERN_C String_t* _stringLiteralFA77CC2B35DBFD028682C2910C67362F7340780A; IL2CPP_EXTERN_C String_t* _stringLiteralFBC0EAD47B47C9A4E386A947510D36846770260B; IL2CPP_EXTERN_C String_t* _stringLiteralFCA33A79FC241EEFA0DA69552392BFADA14B1795; IL2CPP_EXTERN_C String_t* _stringLiteralFCC686880452F21BEBFD65DBF36219C54E4CF401; IL2CPP_EXTERN_C String_t* _stringLiteralFD7A9347526E772833D535C11CD9C703302D3807; IL2CPP_EXTERN_C String_t* _stringLiteralFEA615C7E99DB0C0900CB7E1F4F22A82DA17B857; 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_Sort_TisParameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF_m72F73B8FBAD8D9F5E016A727F744C0551FC518D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m14A252A1193627FEBD19657F35B935030544351E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mEB1882F0D1C195A89C50DB444EFFEDC440DD1331_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m614E7E0303339043A3D5C4A75C807C79D781F361_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m98B376DDDF5DC52DC00386273996E6FDB72F6D6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m3C1B28325435E61FFAD431E314EABF915B79A55E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m0659535F8CD0F88057A633D801AE47E1A4FAF379_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m5F0CBD0B9573A49969786FE6E7E799D0E9219397_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m248EDBBF19EE43B74145BDC4C0156C0AA6B40D5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m28DB54A8BE62A15609BDE255803C49D125CB11BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mAC7B9ED2A34A0D297E33DD31C9D47E6C76CD3871_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD2AB5A2DD44944914ED34CB1C750DD7C219908EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mDF089D03851F2F3AF5BD98C1A098B44E4128AE75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m12DE191E0653CDE5AF7C0BC7123C91FE96A5EFF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_m1E89A717F12E593FF6530C49A4F7F3A53FD14548_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisDataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C_m605256AEF69AB833DCF05C58E74DD971CF8A2E1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m0D27CDCE1DE6E1E9BB00B10E6C47205041209B3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m75F3176E3512D405AE780283D28DF5C2E69201BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mDA769E25FD7E7BEF999CC57347B6B5F4E90620F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE9D8425163A59F7CCBD17050BDEF809B3EADA2FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m54ECAC5311B20C12293454521184E0E31E5037A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m4A4E0ECACD8129D6DC0C12ED0C082B07B7C9AE4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_FindIndex_m53831DB002E9F413EE69D6722F54A54D11FE8CB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m97B34027A068F1175CD336CBC0C7C643493D3A1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mF6A5472156C6CDBD7737FB15168FD637ED470C73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_m5549450D53B621A60D4EA2E9BE09E8E784151603_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m38329B71CA6E9EEAF653C0C768A3992262582AA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4935CF11653687EF5EAB35B45297C04A92081652_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m885DD7F1B531E3E4C884DA1064A0E7BA80E62AB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC74F8340E150B8F9520188937677421C55AF5C05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1D734AB1337F3B90A3A11998FAE1327C265F2DFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_m6B6D8E35C0E83BBC784E881CCFA837ED78F48F14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerUtilities_GetDefaultX509Parameters_m4BB226A6AFD7B167A16C25B875D83680E639AF0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerUtilities_GetObjectIdentifier_m4124F0CFFAE78BC664E35B023050EFFFC69CB62E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SignerUtilities_GetSigner_mA7DA1E4D22BE302FDF5EA80A7226F44FF18C5F64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SigningCertificateV2_GetInstance_mEA18519D857E3D922F65BB6BF9AB357AE3EBCAF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SigningCertificateV2__ctor_mBE88598120E6343ED77D9D6DBA0F9C639399F4D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SigningCertificate_GetInstance_m5A04DB4BF1024BF09C64176CB7C6BAD27EFE6EF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SigningCertificate__ctor_m694F0EFE5C531947B2DE215BCC47333370204F84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimpleBigDecimal_AdjustScale_m29767CDD74F8B10A055F44BFC327BDA29A51016A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimpleBigDecimal_CheckScale_mFDCDF89A53FE8D22079C0FC72E6CA0C26CE7DA85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimpleStreamingSample_U3COnGUIU3Eb__5_0_m6A221D208226EBB5F7EFD2F0D892312360C4C793_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimpleStreamingSample_signalRConnection_OnError_mECD4CE9E9BE9DB77BBF9671C9DDE5D417227D640_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimpleStreamingSample_signalRConnection_OnNonHubMessage_m8E686254053EB362F4259FECC8DB8DBF80EC275C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimpleStreamingSample_signalRConnection_OnStateChanged_m051F3DC292472B69F57E20CF872FB4D9AA1CC6A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SimulateMouse_U3CAwakeU3Eb__5_0_m11496FD62AA3B9C864E8E98AAA15786AF4880E09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SinglePubInfo_GetInstance_m4D6998578F224EDFEAD46BF373E06D9B8CAD705D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SingleResponse_GetInstance_mC28E96F33754BFB12C179F641A585CB5AF0AADBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SipHash_Init_mCAADB6203E42836E1E001B4C6B2D194734BDFF34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SkeinEngine_CheckInitialised_m01876D2A4B2DB1D923FDBFFB3EE53DEA01FCD2F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SkeinEngine_DoFinal_mB0F29234373AE322F8591ADFFC857FED2BC0FF7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SkeinEngine_Init_mF24EED937598BE358BC60168769A6CD38DD004BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SkeinEngine_Reset_mA7F23BE0E5EC6CECA4E1DB9A723A531409DDFE08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SkeinEngine__ctor_mB69316EB7E3CD89E6D6C1D019E9DD4BC67594ECA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SkeinMac_Init_mAF32784ADDE1346EB89E06745B0DE6DF9A0E922A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SkipjackEngine_Init_m7983028A0DF8A2DBF5B153A4AD8BF7ABEDAEE817_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SkipjackEngine_ProcessBlock_mFDA71E2CD0AE30B53BEE70EF6FA2BB95C7444FF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmimeCapabilities_GetInstance_mECDB4C21FD82527F501F4256FB6F015FB257662D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmimeCapability_GetInstance_m58181C02031BD0AFECAC8C33519569A27DB94FE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SmimeCapability__ctor_mF0B74D45586B3CEE69DBEA308979F11340AA5B44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOChatSample_OnLogin_m38A844540AB5CEC8C9586486DA808B0D02D1CEA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOChatSample_OnNewMessage_m11AFAA3A4869E7FFC35A60A5EF206074FE790910_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOChatSample_OnStopTyping_mAB96A97E2B0BCAE60224CD844F43306637BC82C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOChatSample_OnTyping_m4364156E1623B5ED435366C32D6C4788D8F02F54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOChatSample_OnUserJoined_m6298181BB3996673BBE47F151C590A5303ABF6B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOChatSample_OnUserLeft_m690AF165D8F98C3A0472E8A4A14E5B4DE8051703_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOChatSample_U3CDrawChatScreenU3Eb__16_0_mA6A6FCCD7CAB3FBFE9A774E04FBC50B4504855C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOChatSample_U3CDrawLoginScreenU3Eb__15_0_mD29E7185421A66A65899CAD3726296E7504BEBBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOClient_U3CconnectServerU3Eb__3_0_mE1C7155B0E667A7DB31D4C4624E4F9B80F28A6F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOClient_U3CconnectServerU3Eb__3_1_m2D64A2C7C9E819EBBB533EDA897BF7A5FB90BCA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOClient_U3CconnectServerU3Eb__3_2_m0F1DB4FFAF2610911580D0358272C8D85572FB20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOClient_U3CconnectServerU3Eb__3_3_mAB3A8DADE52EC0AC0B4C442FDE3EEF9835270BAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOWePlaySample_OnConnected_mF7EB938126C826D3E488C8EE6EEFAF9D17FA06CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOWePlaySample_OnConnections_mF9A934748948C52E608F16D00C67EC208D228F7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOWePlaySample_OnError_m3BF08192CE9D963B222D70A6103E7FC9E0902D94_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOWePlaySample_OnFrame_mF2A81CCE2E24E87E0FC4A3411E4724815523016F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOWePlaySample_OnJoin_m9FC9DF24402BB6F95D885309A6D8F4A17F53F47E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOWePlaySample_OnJoined_m59AF642EFB1821C6023E24D134FC060FEFD99CD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOWePlaySample_OnMessage_m76422E5B67BB3104C44E6E4055409C300389A736_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOWePlaySample_OnMove_m89BCE7EFFB30CA4B23A3DA3CDF1451C94DD88090_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOWePlaySample_OnReload_m85BAA7BB9A0557A9665BF9771FF749CA93628463_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOWePlaySample_U3COnGUIU3Eb__15_1_mC780F8A0E39F4FA86B79BACE81C6ADA489F5CABE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketIOWePlaySample_U3COnGUIU3Eb__15_2_mAF8FBB09228C6CBCE1F274E4C32C0FF0EE049035_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketManager_GetSocket_m6CBEB02AAD0B5ACDCBB81B95E8877997D985710F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_EmitAck_mD8A9835342FEF634ED151FDD277B6E584CDB5305_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_Emit_mE124B1BA05890BE315F1CE2A4ECDB6663F0A3545_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Socket_OnTransportOpen_mD94B34E79258749895F8C0831A599A9A9929E111_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CInitU3Eb__1_0_m7FE1336B033CAC9ACD2B6F27B82771A1EE57F4A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3COnGUIU3Eb__15_0_mF198D043E952642B23507997BBE08E0024A839C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CStartU3Eb__11_0_m60017576070E8B31AF2CDAB330EE1A840826A5D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass23_0_U3CRemoveChatTypingU3Eb__0_m5B8B09908C0C804BC73D13BE6A80790A6C64E409_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_2__ctor_mE0417B33CF845A6B9324E67D296ADEA562B91DE0_RuntimeMethod_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 AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF; struct EssCertIDU5BU5D_t74329CEF5A784FD4810B35CA8A4D0C50A2F67C61; struct EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E; struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; struct PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; struct ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A; 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_tE5754412405C4AEFB1873E22011E9D47EB99E4FD : 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_t2525D2912F7128A404BECCBA89D8421459093B73* ___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_t3FEA60A0649247F507B12DFE1CD570693F8FD619 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tBEB7E3EE50B25CB57C05B19595D1326BD5A6FF8C * ___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_tE5754412405C4AEFB1873E22011E9D47EB99E4FD, ___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_tE5754412405C4AEFB1873E22011E9D47EB99E4FD, ___entries_1)); } inline EntryU5BU5D_t2525D2912F7128A404BECCBA89D8421459093B73* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t2525D2912F7128A404BECCBA89D8421459093B73** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t2525D2912F7128A404BECCBA89D8421459093B73* 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_tE5754412405C4AEFB1873E22011E9D47EB99E4FD, ___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_tE5754412405C4AEFB1873E22011E9D47EB99E4FD, ___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_tE5754412405C4AEFB1873E22011E9D47EB99E4FD, ___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_tE5754412405C4AEFB1873E22011E9D47EB99E4FD, ___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_tE5754412405C4AEFB1873E22011E9D47EB99E4FD, ___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_tE5754412405C4AEFB1873E22011E9D47EB99E4FD, ___keys_7)); } inline KeyCollection_t3FEA60A0649247F507B12DFE1CD570693F8FD619 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t3FEA60A0649247F507B12DFE1CD570693F8FD619 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t3FEA60A0649247F507B12DFE1CD570693F8FD619 * 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_tE5754412405C4AEFB1873E22011E9D47EB99E4FD, ___values_8)); } inline ValueCollection_tBEB7E3EE50B25CB57C05B19595D1326BD5A6FF8C * get_values_8() const { return ___values_8; } inline ValueCollection_tBEB7E3EE50B25CB57C05B19595D1326BD5A6FF8C ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tBEB7E3EE50B25CB57C05B19595D1326BD5A6FF8C * 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_tE5754412405C4AEFB1873E22011E9D47EB99E4FD, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___entries_1)); } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___keys_7)); } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___values_8)); } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * get_values_8() const { return ___values_8; } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 : 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_t948F8A42016F6F876EED31512938F2FB8B300777* ___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_tEAD727DDE614869331560DE1F712D1DD072E1BFA * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t973644898B957F762E77D712CB201C129D62D1E6 * ___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_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28, ___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_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28, ___entries_1)); } inline EntryU5BU5D_t948F8A42016F6F876EED31512938F2FB8B300777* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t948F8A42016F6F876EED31512938F2FB8B300777** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t948F8A42016F6F876EED31512938F2FB8B300777* 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_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28, ___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_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28, ___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_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28, ___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_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28, ___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_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28, ___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_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28, ___keys_7)); } inline KeyCollection_tEAD727DDE614869331560DE1F712D1DD072E1BFA * get_keys_7() const { return ___keys_7; } inline KeyCollection_tEAD727DDE614869331560DE1F712D1DD072E1BFA ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tEAD727DDE614869331560DE1F712D1DD072E1BFA * 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_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28, ___values_8)); } inline ValueCollection_t973644898B957F762E77D712CB201C129D62D1E6 * get_values_8() const { return ___values_8; } inline ValueCollection_t973644898B957F762E77D712CB201C129D62D1E6 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t973644898B957F762E77D712CB201C129D62D1E6 * 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_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28, ____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.List`1 struct List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE, ____items_1)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get__items_1() const { return ____items_1; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_StaticFields, ____emptyArray_5)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get__emptyArray_5() const { return ____emptyArray_5; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D* ____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_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095, ____items_1)); } inline PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D* get__items_1() const { return ____items_1; } inline PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D* 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_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095, ____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_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095, ____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_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095, ____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_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095_StaticFields, ____emptyArray_5)); } inline PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D* get__emptyArray_5() const { return ____emptyArray_5; } inline PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PacketU5BU5D_t66A9F7E33E7CAB1370436EEBC518D99B9AC2621D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SocketU5BU5D_t76EFAEFD479A5DA07F77798021CF57F1CE49A755* ____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_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256, ____items_1)); } inline SocketU5BU5D_t76EFAEFD479A5DA07F77798021CF57F1CE49A755* get__items_1() const { return ____items_1; } inline SocketU5BU5D_t76EFAEFD479A5DA07F77798021CF57F1CE49A755** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SocketU5BU5D_t76EFAEFD479A5DA07F77798021CF57F1CE49A755* 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_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256, ____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_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256, ____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_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256, ____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_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SocketU5BU5D_t76EFAEFD479A5DA07F77798021CF57F1CE49A755* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256_StaticFields, ____emptyArray_5)); } inline SocketU5BU5D_t76EFAEFD479A5DA07F77798021CF57F1CE49A755* get__emptyArray_5() const { return ____emptyArray_5; } inline SocketU5BU5D_t76EFAEFD479A5DA07F77798021CF57F1CE49A755** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SocketU5BU5D_t76EFAEFD479A5DA07F77798021CF57F1CE49A755* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays struct Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF : public RuntimeObject { public: public: }; struct Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::EmptyBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EmptyBytes_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::EmptyInts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___EmptyInts_1; public: inline static int32_t get_offset_of_EmptyBytes_0() { return static_cast(offsetof(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_StaticFields, ___EmptyBytes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EmptyBytes_0() const { return ___EmptyBytes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EmptyBytes_0() { return &___EmptyBytes_0; } inline void set_EmptyBytes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EmptyBytes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyBytes_0), (void*)value); } inline static int32_t get_offset_of_EmptyInts_1() { return static_cast(offsetof(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_StaticFields, ___EmptyInts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_EmptyInts_1() const { return ___EmptyInts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_EmptyInts_1() { return &___EmptyInts_1; } inline void set_EmptyInts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___EmptyInts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyInts_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::privateKey bool ___privateKey_0; public: inline static int32_t get_offset_of_privateKey_0() { return static_cast(offsetof(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A, ___privateKey_0)); } inline bool get_privateKey_0() const { return ___privateKey_0; } inline bool* get_address_of_privateKey_0() { return &___privateKey_0; } inline void set_privateKey_0(bool value) { ___privateKey_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable struct AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable::attributes RuntimeObject* ___attributes_0; public: inline static int32_t get_offset_of_attributes_0() { return static_cast(offsetof(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72, ___attributes_0)); } inline RuntimeObject* get_attributes_0() const { return ___attributes_0; } inline RuntimeObject** get_address_of_attributes_0() { return &___attributes_0; } inline void set_attributes_0(RuntimeObject* value) { ___attributes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers struct BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A : public RuntimeObject { public: public: }; struct BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::bsi_de DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bsi_de_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::id_ecc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ecc_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_signatures DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_signatures_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_SHA1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_SHA1_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_SHA224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_SHA224_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_SHA256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_SHA256_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_SHA384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_SHA384_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_SHA512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_SHA512_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecdsa_plain_RIPEMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecdsa_plain_RIPEMD160_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf_SHA1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_SHA1_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf_SHA224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_SHA224_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf_SHA256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_SHA256_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf_SHA384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_SHA384_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf_SHA512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_SHA512_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_X963kdf_RIPEMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_X963kdf_RIPEMD160_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_SessionKDF DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_SessionKDF_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_SessionKDF_3DES DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_SessionKDF_3DES_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_SessionKDF_AES128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_SessionKDF_AES128_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_SessionKDF_AES192 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_SessionKDF_AES192_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers::ecka_eg_SessionKDF_AES256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ecka_eg_SessionKDF_AES256_22; public: inline static int32_t get_offset_of_bsi_de_0() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___bsi_de_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bsi_de_0() const { return ___bsi_de_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bsi_de_0() { return &___bsi_de_0; } inline void set_bsi_de_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bsi_de_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bsi_de_0), (void*)value); } inline static int32_t get_offset_of_id_ecc_1() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___id_ecc_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ecc_1() const { return ___id_ecc_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ecc_1() { return &___id_ecc_1; } inline void set_id_ecc_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ecc_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ecc_1), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_signatures_2() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_signatures_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_signatures_2() const { return ___ecdsa_plain_signatures_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_signatures_2() { return &___ecdsa_plain_signatures_2; } inline void set_ecdsa_plain_signatures_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_signatures_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_signatures_2), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_SHA1_3() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_SHA1_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_SHA1_3() const { return ___ecdsa_plain_SHA1_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_SHA1_3() { return &___ecdsa_plain_SHA1_3; } inline void set_ecdsa_plain_SHA1_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_SHA1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_SHA1_3), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_SHA224_4() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_SHA224_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_SHA224_4() const { return ___ecdsa_plain_SHA224_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_SHA224_4() { return &___ecdsa_plain_SHA224_4; } inline void set_ecdsa_plain_SHA224_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_SHA224_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_SHA224_4), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_SHA256_5() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_SHA256_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_SHA256_5() const { return ___ecdsa_plain_SHA256_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_SHA256_5() { return &___ecdsa_plain_SHA256_5; } inline void set_ecdsa_plain_SHA256_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_SHA256_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_SHA256_5), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_SHA384_6() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_SHA384_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_SHA384_6() const { return ___ecdsa_plain_SHA384_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_SHA384_6() { return &___ecdsa_plain_SHA384_6; } inline void set_ecdsa_plain_SHA384_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_SHA384_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_SHA384_6), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_SHA512_7() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_SHA512_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_SHA512_7() const { return ___ecdsa_plain_SHA512_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_SHA512_7() { return &___ecdsa_plain_SHA512_7; } inline void set_ecdsa_plain_SHA512_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_SHA512_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_SHA512_7), (void*)value); } inline static int32_t get_offset_of_ecdsa_plain_RIPEMD160_8() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecdsa_plain_RIPEMD160_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecdsa_plain_RIPEMD160_8() const { return ___ecdsa_plain_RIPEMD160_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecdsa_plain_RIPEMD160_8() { return &___ecdsa_plain_RIPEMD160_8; } inline void set_ecdsa_plain_RIPEMD160_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecdsa_plain_RIPEMD160_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecdsa_plain_RIPEMD160_8), (void*)value); } inline static int32_t get_offset_of_algorithm_9() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___algorithm_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithm_9() const { return ___algorithm_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithm_9() { return &___algorithm_9; } inline void set_algorithm_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithm_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_9), (void*)value); } inline static int32_t get_offset_of_ecka_eg_10() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_10() const { return ___ecka_eg_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_10() { return &___ecka_eg_10; } inline void set_ecka_eg_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_10), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_11() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_11() const { return ___ecka_eg_X963kdf_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_11() { return &___ecka_eg_X963kdf_11; } inline void set_ecka_eg_X963kdf_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_11), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_SHA1_12() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_SHA1_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_SHA1_12() const { return ___ecka_eg_X963kdf_SHA1_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_SHA1_12() { return &___ecka_eg_X963kdf_SHA1_12; } inline void set_ecka_eg_X963kdf_SHA1_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_SHA1_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_SHA1_12), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_SHA224_13() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_SHA224_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_SHA224_13() const { return ___ecka_eg_X963kdf_SHA224_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_SHA224_13() { return &___ecka_eg_X963kdf_SHA224_13; } inline void set_ecka_eg_X963kdf_SHA224_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_SHA224_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_SHA224_13), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_SHA256_14() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_SHA256_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_SHA256_14() const { return ___ecka_eg_X963kdf_SHA256_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_SHA256_14() { return &___ecka_eg_X963kdf_SHA256_14; } inline void set_ecka_eg_X963kdf_SHA256_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_SHA256_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_SHA256_14), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_SHA384_15() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_SHA384_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_SHA384_15() const { return ___ecka_eg_X963kdf_SHA384_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_SHA384_15() { return &___ecka_eg_X963kdf_SHA384_15; } inline void set_ecka_eg_X963kdf_SHA384_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_SHA384_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_SHA384_15), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_SHA512_16() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_SHA512_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_SHA512_16() const { return ___ecka_eg_X963kdf_SHA512_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_SHA512_16() { return &___ecka_eg_X963kdf_SHA512_16; } inline void set_ecka_eg_X963kdf_SHA512_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_SHA512_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_SHA512_16), (void*)value); } inline static int32_t get_offset_of_ecka_eg_X963kdf_RIPEMD160_17() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_X963kdf_RIPEMD160_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_X963kdf_RIPEMD160_17() const { return ___ecka_eg_X963kdf_RIPEMD160_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_X963kdf_RIPEMD160_17() { return &___ecka_eg_X963kdf_RIPEMD160_17; } inline void set_ecka_eg_X963kdf_RIPEMD160_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_X963kdf_RIPEMD160_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_X963kdf_RIPEMD160_17), (void*)value); } inline static int32_t get_offset_of_ecka_eg_SessionKDF_18() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_SessionKDF_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_SessionKDF_18() const { return ___ecka_eg_SessionKDF_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_SessionKDF_18() { return &___ecka_eg_SessionKDF_18; } inline void set_ecka_eg_SessionKDF_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_SessionKDF_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_SessionKDF_18), (void*)value); } inline static int32_t get_offset_of_ecka_eg_SessionKDF_3DES_19() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_SessionKDF_3DES_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_SessionKDF_3DES_19() const { return ___ecka_eg_SessionKDF_3DES_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_SessionKDF_3DES_19() { return &___ecka_eg_SessionKDF_3DES_19; } inline void set_ecka_eg_SessionKDF_3DES_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_SessionKDF_3DES_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_SessionKDF_3DES_19), (void*)value); } inline static int32_t get_offset_of_ecka_eg_SessionKDF_AES128_20() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_SessionKDF_AES128_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_SessionKDF_AES128_20() const { return ___ecka_eg_SessionKDF_AES128_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_SessionKDF_AES128_20() { return &___ecka_eg_SessionKDF_AES128_20; } inline void set_ecka_eg_SessionKDF_AES128_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_SessionKDF_AES128_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_SessionKDF_AES128_20), (void*)value); } inline static int32_t get_offset_of_ecka_eg_SessionKDF_AES192_21() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_SessionKDF_AES192_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_SessionKDF_AES192_21() const { return ___ecka_eg_SessionKDF_AES192_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_SessionKDF_AES192_21() { return &___ecka_eg_SessionKDF_AES192_21; } inline void set_ecka_eg_SessionKDF_AES192_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_SessionKDF_AES192_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_SessionKDF_AES192_21), (void*)value); } inline static int32_t get_offset_of_ecka_eg_SessionKDF_AES256_22() { return static_cast(offsetof(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields, ___ecka_eg_SessionKDF_AES256_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ecka_eg_SessionKDF_AES256_22() const { return ___ecka_eg_SessionKDF_AES256_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ecka_eg_SessionKDF_AES256_22() { return &___ecka_eg_SessionKDF_AES256_22; } inline void set_ecka_eg_SessionKDF_AES256_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ecka_eg_SessionKDF_AES256_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ecka_eg_SessionKDF_AES256_22), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID struct CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::id CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___id_1; public: inline static int32_t get_offset_of_id_1() { return static_cast(offsetof(CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490, ___id_1)); } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 * get_id_1() const { return ___id_1; } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 ** get_address_of_id_1() { return &___id_1; } inline void set_id_1(CertID_t945D399859D8DB2523029689FA453B19136D40F0 * value) { ___id_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus struct CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 : public RuntimeObject { public: public: }; struct CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateStatus::Good CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * ___Good_0; public: inline static int32_t get_offset_of_Good_0() { return static_cast(offsetof(CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280_StaticFields, ___Good_0)); } inline CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * get_Good_0() const { return ___Good_0; } inline CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 ** get_address_of_Good_0() { return &___Good_0; } inline void set_Good_0(CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 * value) { ___Good_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Good_0), (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.SocketIO.JsonEncoders.DefaultJSonEncoder struct DefaultJSonEncoder_t5460C84D93F52314111F7C8E29016A149C5CF6A1 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner struct DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDsa BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner::dsa RuntimeObject* ___dsa_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner::digest RuntimeObject* ___digest_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaEncoding BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner::encoding RuntimeObject* ___encoding_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner::forSigning bool ___forSigning_3; public: inline static int32_t get_offset_of_dsa_0() { return static_cast(offsetof(DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55, ___dsa_0)); } inline RuntimeObject* get_dsa_0() const { return ___dsa_0; } inline RuntimeObject** get_address_of_dsa_0() { return &___dsa_0; } inline void set_dsa_0(RuntimeObject* value) { ___dsa_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dsa_0), (void*)value); } inline static int32_t get_offset_of_digest_1() { return static_cast(offsetof(DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55, ___digest_1)); } inline RuntimeObject* get_digest_1() const { return ___digest_1; } inline RuntimeObject** get_address_of_digest_1() { return &___digest_1; } inline void set_digest_1(RuntimeObject* value) { ___digest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_1), (void*)value); } inline static int32_t get_offset_of_encoding_2() { return static_cast(offsetof(DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55, ___encoding_2)); } inline RuntimeObject* get_encoding_2() const { return ___encoding_2; } inline RuntimeObject** get_address_of_encoding_2() { return &___encoding_2; } inline void set_encoding_2(RuntimeObject* value) { ___encoding_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_2), (void*)value); } inline static int32_t get_offset_of_forSigning_3() { return static_cast(offsetof(DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55, ___forSigning_3)); } inline bool get_forSigning_3() const { return ___forSigning_3; } inline bool* get_address_of_forSigning_3() { return &___forSigning_3; } inline void set_forSigning_3(bool value) { ___forSigning_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner struct DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::kCalculator RuntimeObject* ___kCalculator_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::key DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * ___key_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_2; public: inline static int32_t get_offset_of_kCalculator_0() { return static_cast(offsetof(DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22, ___kCalculator_0)); } inline RuntimeObject* get_kCalculator_0() const { return ___kCalculator_0; } inline RuntimeObject** get_address_of_kCalculator_0() { return &___kCalculator_0; } inline void set_kCalculator_0(RuntimeObject* value) { ___kCalculator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___kCalculator_0), (void*)value); } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22, ___key_1)); } inline DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * get_key_1() const { return ___key_1; } inline DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 ** get_address_of_key_1() { return &___key_1; } inline void set_key_1(DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * value) { ___key_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_1), (void*)value); } inline static int32_t get_offset_of_random_2() { return static_cast(offsetof(DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22, ___random_2)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_2() const { return ___random_2; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_2() { return &___random_2; } inline void set_random_2(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner struct ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::kCalculator RuntimeObject* ___kCalculator_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::key ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * ___key_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_3; public: inline static int32_t get_offset_of_kCalculator_1() { return static_cast(offsetof(ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760, ___kCalculator_1)); } inline RuntimeObject* get_kCalculator_1() const { return ___kCalculator_1; } inline RuntimeObject** get_address_of_kCalculator_1() { return &___kCalculator_1; } inline void set_kCalculator_1(RuntimeObject* value) { ___kCalculator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___kCalculator_1), (void*)value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760, ___key_2)); } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * get_key_2() const { return ___key_2; } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_random_3() { return static_cast(offsetof(ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760, ___random_3)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_3() const { return ___random_3; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_3() { return &___random_3; } inline void set_random_3(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_3), (void*)value); } }; struct ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::Eight BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Eight_0; public: inline static int32_t get_offset_of_Eight_0() { return static_cast(offsetof(ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_StaticFields, ___Eight_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Eight_0() const { return ___Eight_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Eight_0() { return &___Eight_0; } inline void set_Eight_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Eight_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Eight_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer struct ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer::key ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * ___key_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE, ___key_0)); } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * get_key_0() const { return ___key_0; } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE, ___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.Crypto.Signers.ECNRSigner struct ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31 : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::forSigning bool ___forSigning_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::key ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * ___key_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_2; public: inline static int32_t get_offset_of_forSigning_0() { return static_cast(offsetof(ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31, ___forSigning_0)); } inline bool get_forSigning_0() const { return ___forSigning_0; } inline bool* get_address_of_forSigning_0() { return &___forSigning_0; } inline void set_forSigning_0(bool value) { ___forSigning_0 = value; } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31, ___key_1)); } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * get_key_1() const { return ___key_1; } inline ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 ** get_address_of_key_1() { return &___key_1; } inline void set_key_1(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * value) { ___key_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_1), (void*)value); } inline static int32_t get_offset_of_random_2() { return static_cast(offsetof(ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31, ___random_2)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_2() const { return ___random_2; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_2() { return &___random_2; } inline void set_random_2(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_2), (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.Eac.EacObjectIdentifiers struct EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884 : public RuntimeObject { public: public: }; struct EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::bsi_de DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___bsi_de_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_PK DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_PK_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_PK_DH DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_PK_DH_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_PK_ECDH DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_PK_ECDH_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA_DH DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_DH_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA_DH_3DES_CBC_CBC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_DH_3DES_CBC_CBC_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA_ECDH DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_ECDH_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_CA_ECDH_3DES_CBC_CBC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_CA_ECDH_3DES_CBC_CBC_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA_v1_5_SHA_1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_v1_5_SHA_1_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA_v1_5_SHA_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_v1_5_SHA_256_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA_PSS_SHA_1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_PSS_SHA_1_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_RSA_PSS_SHA_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_RSA_PSS_SHA_256_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_1_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_224_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_256_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_384_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Eac.EacObjectIdentifiers::id_TA_ECDSA_SHA_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_TA_ECDSA_SHA_512_20; public: inline static int32_t get_offset_of_bsi_de_0() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___bsi_de_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_bsi_de_0() const { return ___bsi_de_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_bsi_de_0() { return &___bsi_de_0; } inline void set_bsi_de_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___bsi_de_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bsi_de_0), (void*)value); } inline static int32_t get_offset_of_id_PK_1() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_PK_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_PK_1() const { return ___id_PK_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_PK_1() { return &___id_PK_1; } inline void set_id_PK_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_PK_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_PK_1), (void*)value); } inline static int32_t get_offset_of_id_PK_DH_2() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_PK_DH_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_PK_DH_2() const { return ___id_PK_DH_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_PK_DH_2() { return &___id_PK_DH_2; } inline void set_id_PK_DH_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_PK_DH_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_PK_DH_2), (void*)value); } inline static int32_t get_offset_of_id_PK_ECDH_3() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_PK_ECDH_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_PK_ECDH_3() const { return ___id_PK_ECDH_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_PK_ECDH_3() { return &___id_PK_ECDH_3; } inline void set_id_PK_ECDH_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_PK_ECDH_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_PK_ECDH_3), (void*)value); } inline static int32_t get_offset_of_id_CA_4() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_4() const { return ___id_CA_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_4() { return &___id_CA_4; } inline void set_id_CA_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_4), (void*)value); } inline static int32_t get_offset_of_id_CA_DH_5() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_DH_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_DH_5() const { return ___id_CA_DH_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_DH_5() { return &___id_CA_DH_5; } inline void set_id_CA_DH_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_DH_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_DH_5), (void*)value); } inline static int32_t get_offset_of_id_CA_DH_3DES_CBC_CBC_6() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_DH_3DES_CBC_CBC_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_DH_3DES_CBC_CBC_6() const { return ___id_CA_DH_3DES_CBC_CBC_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_DH_3DES_CBC_CBC_6() { return &___id_CA_DH_3DES_CBC_CBC_6; } inline void set_id_CA_DH_3DES_CBC_CBC_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_DH_3DES_CBC_CBC_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_DH_3DES_CBC_CBC_6), (void*)value); } inline static int32_t get_offset_of_id_CA_ECDH_7() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_ECDH_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_ECDH_7() const { return ___id_CA_ECDH_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_ECDH_7() { return &___id_CA_ECDH_7; } inline void set_id_CA_ECDH_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_ECDH_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_ECDH_7), (void*)value); } inline static int32_t get_offset_of_id_CA_ECDH_3DES_CBC_CBC_8() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_CA_ECDH_3DES_CBC_CBC_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_CA_ECDH_3DES_CBC_CBC_8() const { return ___id_CA_ECDH_3DES_CBC_CBC_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_CA_ECDH_3DES_CBC_CBC_8() { return &___id_CA_ECDH_3DES_CBC_CBC_8; } inline void set_id_CA_ECDH_3DES_CBC_CBC_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_CA_ECDH_3DES_CBC_CBC_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_CA_ECDH_3DES_CBC_CBC_8), (void*)value); } inline static int32_t get_offset_of_id_TA_9() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_9() const { return ___id_TA_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_9() { return &___id_TA_9; } inline void set_id_TA_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_9), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_10() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_10() const { return ___id_TA_RSA_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_10() { return &___id_TA_RSA_10; } inline void set_id_TA_RSA_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_10), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_v1_5_SHA_1_11() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_v1_5_SHA_1_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_v1_5_SHA_1_11() const { return ___id_TA_RSA_v1_5_SHA_1_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_v1_5_SHA_1_11() { return &___id_TA_RSA_v1_5_SHA_1_11; } inline void set_id_TA_RSA_v1_5_SHA_1_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_v1_5_SHA_1_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_v1_5_SHA_1_11), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_v1_5_SHA_256_12() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_v1_5_SHA_256_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_v1_5_SHA_256_12() const { return ___id_TA_RSA_v1_5_SHA_256_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_v1_5_SHA_256_12() { return &___id_TA_RSA_v1_5_SHA_256_12; } inline void set_id_TA_RSA_v1_5_SHA_256_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_v1_5_SHA_256_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_v1_5_SHA_256_12), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_PSS_SHA_1_13() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_PSS_SHA_1_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_PSS_SHA_1_13() const { return ___id_TA_RSA_PSS_SHA_1_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_PSS_SHA_1_13() { return &___id_TA_RSA_PSS_SHA_1_13; } inline void set_id_TA_RSA_PSS_SHA_1_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_PSS_SHA_1_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_PSS_SHA_1_13), (void*)value); } inline static int32_t get_offset_of_id_TA_RSA_PSS_SHA_256_14() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_RSA_PSS_SHA_256_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_RSA_PSS_SHA_256_14() const { return ___id_TA_RSA_PSS_SHA_256_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_RSA_PSS_SHA_256_14() { return &___id_TA_RSA_PSS_SHA_256_14; } inline void set_id_TA_RSA_PSS_SHA_256_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_RSA_PSS_SHA_256_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_RSA_PSS_SHA_256_14), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_15() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_15() const { return ___id_TA_ECDSA_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_15() { return &___id_TA_ECDSA_15; } inline void set_id_TA_ECDSA_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_15), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_1_16() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_1_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_1_16() const { return ___id_TA_ECDSA_SHA_1_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_1_16() { return &___id_TA_ECDSA_SHA_1_16; } inline void set_id_TA_ECDSA_SHA_1_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_1_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_1_16), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_224_17() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_224_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_224_17() const { return ___id_TA_ECDSA_SHA_224_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_224_17() { return &___id_TA_ECDSA_SHA_224_17; } inline void set_id_TA_ECDSA_SHA_224_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_224_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_224_17), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_256_18() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_256_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_256_18() const { return ___id_TA_ECDSA_SHA_256_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_256_18() { return &___id_TA_ECDSA_SHA_256_18; } inline void set_id_TA_ECDSA_SHA_256_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_256_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_256_18), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_384_19() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_384_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_384_19() const { return ___id_TA_ECDSA_SHA_384_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_384_19() { return &___id_TA_ECDSA_SHA_384_19; } inline void set_id_TA_ECDSA_SHA_384_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_384_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_384_19), (void*)value); } inline static int32_t get_offset_of_id_TA_ECDSA_SHA_512_20() { return static_cast(offsetof(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields, ___id_TA_ECDSA_SHA_512_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_TA_ECDSA_SHA_512_20() const { return ___id_TA_ECDSA_SHA_512_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_TA_ECDSA_SHA_512_20() { return &___id_TA_ECDSA_SHA_512_20; } inline void set_id_TA_ECDSA_SHA_512_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_TA_ECDSA_SHA_512_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_TA_ECDSA_SHA_512_20), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer struct Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer/Buffer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::buffer Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * ___buffer_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::forSigning bool ___forSigning_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::privateKey Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * ___privateKey_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::publicKey Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey_3; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F, ___buffer_0)); } inline Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * get_buffer_0() const { return ___buffer_0; } inline Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer_t40E860620F7D83759ADAA72E1DED9A822C6042D8 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } inline static int32_t get_offset_of_forSigning_1() { return static_cast(offsetof(Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F, ___forSigning_1)); } inline bool get_forSigning_1() const { return ___forSigning_1; } inline bool* get_address_of_forSigning_1() { return &___forSigning_1; } inline void set_forSigning_1(bool value) { ___forSigning_1 = value; } inline static int32_t get_offset_of_privateKey_2() { return static_cast(offsetof(Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F, ___privateKey_2)); } inline Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * get_privateKey_2() const { return ___privateKey_2; } inline Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 ** get_address_of_privateKey_2() { return &___privateKey_2; } inline void set_privateKey_2(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * value) { ___privateKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKey_2), (void*)value); } inline static int32_t get_offset_of_publicKey_3() { return static_cast(offsetof(Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F, ___publicKey_3)); } inline Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * get_publicKey_3() const { return ___publicKey_3; } inline Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA ** get_address_of_publicKey_3() { return &___publicKey_3; } inline void set_publicKey_3(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * value) { ___publicKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner struct Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner/Buffer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::buffer Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * ___buffer_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::context ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::forSigning bool ___forSigning_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::privateKey Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * ___privateKey_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::publicKey Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey_4; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E, ___buffer_0)); } inline Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * get_buffer_0() const { return ___buffer_0; } inline Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer_tB9B9D1C66E8A16E1AD37AF395F3CEC7E56E2A614 * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E, ___context_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_context_1() const { return ___context_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_context_1() { return &___context_1; } inline void set_context_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_1), (void*)value); } inline static int32_t get_offset_of_forSigning_2() { return static_cast(offsetof(Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E, ___forSigning_2)); } inline bool get_forSigning_2() const { return ___forSigning_2; } inline bool* get_address_of_forSigning_2() { return &___forSigning_2; } inline void set_forSigning_2(bool value) { ___forSigning_2 = value; } inline static int32_t get_offset_of_privateKey_3() { return static_cast(offsetof(Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E, ___privateKey_3)); } inline Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * get_privateKey_3() const { return ___privateKey_3; } inline Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 ** get_address_of_privateKey_3() { return &___privateKey_3; } inline void set_privateKey_3(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * value) { ___privateKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKey_3), (void*)value); } inline static int32_t get_offset_of_publicKey_4() { return static_cast(offsetof(Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E, ___publicKey_4)); } inline Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * get_publicKey_4() const { return ___publicKey_4; } inline Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA ** get_address_of_publicKey_4() { return &___publicKey_4; } inline void set_publicKey_4(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * value) { ___publicKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner struct Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::prehash RuntimeObject* ___prehash_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::context ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::forSigning bool ___forSigning_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::privateKey Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * ___privateKey_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::publicKey Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * ___publicKey_4; public: inline static int32_t get_offset_of_prehash_0() { return static_cast(offsetof(Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328, ___prehash_0)); } inline RuntimeObject* get_prehash_0() const { return ___prehash_0; } inline RuntimeObject** get_address_of_prehash_0() { return &___prehash_0; } inline void set_prehash_0(RuntimeObject* value) { ___prehash_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___prehash_0), (void*)value); } inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328, ___context_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_context_1() const { return ___context_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_context_1() { return &___context_1; } inline void set_context_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_1), (void*)value); } inline static int32_t get_offset_of_forSigning_2() { return static_cast(offsetof(Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328, ___forSigning_2)); } inline bool get_forSigning_2() const { return ___forSigning_2; } inline bool* get_address_of_forSigning_2() { return &___forSigning_2; } inline void set_forSigning_2(bool value) { ___forSigning_2 = value; } inline static int32_t get_offset_of_privateKey_3() { return static_cast(offsetof(Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328, ___privateKey_3)); } inline Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * get_privateKey_3() const { return ___privateKey_3; } inline Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 ** get_address_of_privateKey_3() { return &___privateKey_3; } inline void set_privateKey_3(Ed25519PrivateKeyParameters_t3DEEABC34582097E53452C322F04EB1FE08D3EC5 * value) { ___privateKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKey_3), (void*)value); } inline static int32_t get_offset_of_publicKey_4() { return static_cast(offsetof(Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328, ___publicKey_4)); } inline Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * get_publicKey_4() const { return ___publicKey_4; } inline Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA ** get_address_of_publicKey_4() { return &___publicKey_4; } inline void set_publicKey_4(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * value) { ___publicKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer struct Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer/Buffer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::buffer Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * ___buffer_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::context ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::forSigning bool ___forSigning_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::privateKey Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * ___privateKey_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::publicKey Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * ___publicKey_4; public: inline static int32_t get_offset_of_buffer_0() { return static_cast(offsetof(Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45, ___buffer_0)); } inline Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * get_buffer_0() const { return ___buffer_0; } inline Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C ** get_address_of_buffer_0() { return &___buffer_0; } inline void set_buffer_0(Buffer_t8C1A2E9582DFEB6290CEE66439AB9ADAEF74F60C * value) { ___buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value); } inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45, ___context_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_context_1() const { return ___context_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_context_1() { return &___context_1; } inline void set_context_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_1), (void*)value); } inline static int32_t get_offset_of_forSigning_2() { return static_cast(offsetof(Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45, ___forSigning_2)); } inline bool get_forSigning_2() const { return ___forSigning_2; } inline bool* get_address_of_forSigning_2() { return &___forSigning_2; } inline void set_forSigning_2(bool value) { ___forSigning_2 = value; } inline static int32_t get_offset_of_privateKey_3() { return static_cast(offsetof(Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45, ___privateKey_3)); } inline Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * get_privateKey_3() const { return ___privateKey_3; } inline Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 ** get_address_of_privateKey_3() { return &___privateKey_3; } inline void set_privateKey_3(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * value) { ___privateKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKey_3), (void*)value); } inline static int32_t get_offset_of_publicKey_4() { return static_cast(offsetof(Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45, ___publicKey_4)); } inline Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * get_publicKey_4() const { return ___publicKey_4; } inline Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA ** get_address_of_publicKey_4() { return &___publicKey_4; } inline void set_publicKey_4(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * value) { ___publicKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner struct Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IXof BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::prehash RuntimeObject* ___prehash_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::context ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::forSigning bool ___forSigning_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::privateKey Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * ___privateKey_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::publicKey Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * ___publicKey_4; public: inline static int32_t get_offset_of_prehash_0() { return static_cast(offsetof(Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB, ___prehash_0)); } inline RuntimeObject* get_prehash_0() const { return ___prehash_0; } inline RuntimeObject** get_address_of_prehash_0() { return &___prehash_0; } inline void set_prehash_0(RuntimeObject* value) { ___prehash_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___prehash_0), (void*)value); } inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB, ___context_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_context_1() const { return ___context_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_context_1() { return &___context_1; } inline void set_context_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_1), (void*)value); } inline static int32_t get_offset_of_forSigning_2() { return static_cast(offsetof(Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB, ___forSigning_2)); } inline bool get_forSigning_2() const { return ___forSigning_2; } inline bool* get_address_of_forSigning_2() { return &___forSigning_2; } inline void set_forSigning_2(bool value) { ___forSigning_2 = value; } inline static int32_t get_offset_of_privateKey_3() { return static_cast(offsetof(Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB, ___privateKey_3)); } inline Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * get_privateKey_3() const { return ___privateKey_3; } inline Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 ** get_address_of_privateKey_3() { return &___privateKey_3; } inline void set_privateKey_3(Ed448PrivateKeyParameters_tBF3EDC33245EDA585DB75CF2E3240C3BF3C91C45 * value) { ___privateKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___privateKey_3), (void*)value); } inline static int32_t get_offset_of_publicKey_4() { return static_cast(offsetof(Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB, ___publicKey_4)); } inline Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * get_publicKey_4() const { return ___publicKey_4; } inline Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA ** get_address_of_publicKey_4() { return &___publicKey_4; } inline void set_publicKey_4(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * value) { ___publicKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_4), (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.SocketIO.Events.EventTable struct EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 : public RuntimeObject { public: // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.Events.EventTable::k__BackingField Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___U3CSocketU3Ek__BackingField_0; // System.Collections.Generic.Dictionary`2> BestHTTP.SocketIO.Events.EventTable::Table Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * ___Table_1; public: inline static int32_t get_offset_of_U3CSocketU3Ek__BackingField_0() { return static_cast(offsetof(EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631, ___U3CSocketU3Ek__BackingField_0)); } inline Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * get_U3CSocketU3Ek__BackingField_0() const { return ___U3CSocketU3Ek__BackingField_0; } inline Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B ** get_address_of_U3CSocketU3Ek__BackingField_0() { return &___U3CSocketU3Ek__BackingField_0; } inline void set_U3CSocketU3Ek__BackingField_0(Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * value) { ___U3CSocketU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSocketU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_Table_1() { return static_cast(offsetof(EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631, ___Table_1)); } inline Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * get_Table_1() const { return ___Table_1; } inline Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 ** get_address_of_Table_1() { return &___Table_1; } inline void set_Table_1(Dictionary_2_tAB854293FD77CBBB620A4164ACD7477099EC3C57 * value) { ___Table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Table_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.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Gost3410DigestSigner struct Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Gost3410DigestSigner::digest RuntimeObject* ___digest_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDsa BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Gost3410DigestSigner::dsaSigner RuntimeObject* ___dsaSigner_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Gost3410DigestSigner::forSigning bool ___forSigning_2; public: inline static int32_t get_offset_of_digest_0() { return static_cast(offsetof(Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655, ___digest_0)); } inline RuntimeObject* get_digest_0() const { return ___digest_0; } inline RuntimeObject** get_address_of_digest_0() { return &___digest_0; } inline void set_digest_0(RuntimeObject* value) { ___digest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_0), (void*)value); } inline static int32_t get_offset_of_dsaSigner_1() { return static_cast(offsetof(Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655, ___dsaSigner_1)); } inline RuntimeObject* get_dsaSigner_1() const { return ___dsaSigner_1; } inline RuntimeObject** get_address_of_dsaSigner_1() { return &___dsaSigner_1; } inline void set_dsaSigner_1(RuntimeObject* value) { ___dsaSigner_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___dsaSigner_1), (void*)value); } inline static int32_t get_offset_of_forSigning_2() { return static_cast(offsetof(Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655, ___forSigning_2)); } inline bool get_forSigning_2() const { return ___forSigning_2; } inline bool* get_address_of_forSigning_2() { return &___forSigning_2; } inline void set_forSigning_2(bool value) { ___forSigning_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Gost3410Signer struct Gost3410Signer_tBE48D5005663FD76B2AD83347A29CDABBB9B738A : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Gost3410Signer::key Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E * ___key_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Gost3410Signer::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(Gost3410Signer_tBE48D5005663FD76B2AD83347A29CDABBB9B738A, ___key_0)); } inline Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E * get_key_0() const { return ___key_0; } inline Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(Gost3410Signer_tBE48D5005663FD76B2AD83347A29CDABBB9B738A, ___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.Crypto.Digests.Gost3411Digest struct Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::H ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___H_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::L ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___L_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::M ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___M_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::Sum ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Sum_4; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::C ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___C_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::xBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xBuf_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::xBufOff int32_t ___xBufOff_7; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::byteCount uint64_t ___byteCount_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::cipher RuntimeObject* ___cipher_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::sBox ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sBox_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::K ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___K_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::a ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a_12; // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::wS Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___wS_13; // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::w_S Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___w_S_14; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::S ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_15; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::U ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U_16; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::V ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___V_17; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::W ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___W_18; public: inline static int32_t get_offset_of_H_1() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___H_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_H_1() const { return ___H_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_H_1() { return &___H_1; } inline void set_H_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___H_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___H_1), (void*)value); } inline static int32_t get_offset_of_L_2() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___L_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_L_2() const { return ___L_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_L_2() { return &___L_2; } inline void set_L_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___L_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_2), (void*)value); } inline static int32_t get_offset_of_M_3() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___M_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_M_3() const { return ___M_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_M_3() { return &___M_3; } inline void set_M_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___M_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___M_3), (void*)value); } inline static int32_t get_offset_of_Sum_4() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___Sum_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Sum_4() const { return ___Sum_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Sum_4() { return &___Sum_4; } inline void set_Sum_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Sum_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sum_4), (void*)value); } inline static int32_t get_offset_of_C_5() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___C_5)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_C_5() const { return ___C_5; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_C_5() { return &___C_5; } inline void set_C_5(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___C_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_5), (void*)value); } inline static int32_t get_offset_of_xBuf_6() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___xBuf_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_xBuf_6() const { return ___xBuf_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_xBuf_6() { return &___xBuf_6; } inline void set_xBuf_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___xBuf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___xBuf_6), (void*)value); } inline static int32_t get_offset_of_xBufOff_7() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___xBufOff_7)); } inline int32_t get_xBufOff_7() const { return ___xBufOff_7; } inline int32_t* get_address_of_xBufOff_7() { return &___xBufOff_7; } inline void set_xBufOff_7(int32_t value) { ___xBufOff_7 = value; } inline static int32_t get_offset_of_byteCount_8() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___byteCount_8)); } inline uint64_t get_byteCount_8() const { return ___byteCount_8; } inline uint64_t* get_address_of_byteCount_8() { return &___byteCount_8; } inline void set_byteCount_8(uint64_t value) { ___byteCount_8 = value; } inline static int32_t get_offset_of_cipher_9() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___cipher_9)); } inline RuntimeObject* get_cipher_9() const { return ___cipher_9; } inline RuntimeObject** get_address_of_cipher_9() { return &___cipher_9; } inline void set_cipher_9(RuntimeObject* value) { ___cipher_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_9), (void*)value); } inline static int32_t get_offset_of_sBox_10() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___sBox_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_sBox_10() const { return ___sBox_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_sBox_10() { return &___sBox_10; } inline void set_sBox_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___sBox_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___sBox_10), (void*)value); } inline static int32_t get_offset_of_K_11() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___K_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_K_11() const { return ___K_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_K_11() { return &___K_11; } inline void set_K_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___K_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___K_11), (void*)value); } inline static int32_t get_offset_of_a_12() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___a_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_a_12() const { return ___a_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_a_12() { return &___a_12; } inline void set_a_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___a_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___a_12), (void*)value); } inline static int32_t get_offset_of_wS_13() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___wS_13)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_wS_13() const { return ___wS_13; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_wS_13() { return &___wS_13; } inline void set_wS_13(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___wS_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___wS_13), (void*)value); } inline static int32_t get_offset_of_w_S_14() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___w_S_14)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_w_S_14() const { return ___w_S_14; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_w_S_14() { return &___w_S_14; } inline void set_w_S_14(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___w_S_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___w_S_14), (void*)value); } inline static int32_t get_offset_of_S_15() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___S_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_15() const { return ___S_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_15() { return &___S_15; } inline void set_S_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_15), (void*)value); } inline static int32_t get_offset_of_U_16() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___U_16)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U_16() const { return ___U_16; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U_16() { return &___U_16; } inline void set_U_16(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U_16), (void*)value); } inline static int32_t get_offset_of_V_17() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___V_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_V_17() const { return ___V_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_V_17() { return &___V_17; } inline void set_V_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___V_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___V_17), (void*)value); } inline static int32_t get_offset_of_W_18() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F, ___W_18)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_W_18() const { return ___W_18; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_W_18() { return &___W_18; } inline void set_W_18(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___W_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___W_18), (void*)value); } }; struct Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::C2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___C2_19; public: inline static int32_t get_offset_of_C2_19() { return static_cast(offsetof(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F_StaticFields, ___C2_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_C2_19() const { return ___C2_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_C2_19() { return &___C2_19; } inline void set_C2_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___C2_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac struct HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::digest RuntimeObject* ___digest_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::digestSize int32_t ___digestSize_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::blockLength int32_t ___blockLength_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::ipadState RuntimeObject* ___ipadState_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::opadState RuntimeObject* ___opadState_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::inputPad ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inputPad_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::outputBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outputBuf_8; public: inline static int32_t get_offset_of_digest_2() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___digest_2)); } inline RuntimeObject* get_digest_2() const { return ___digest_2; } inline RuntimeObject** get_address_of_digest_2() { return &___digest_2; } inline void set_digest_2(RuntimeObject* value) { ___digest_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_2), (void*)value); } inline static int32_t get_offset_of_digestSize_3() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___digestSize_3)); } inline int32_t get_digestSize_3() const { return ___digestSize_3; } inline int32_t* get_address_of_digestSize_3() { return &___digestSize_3; } inline void set_digestSize_3(int32_t value) { ___digestSize_3 = value; } inline static int32_t get_offset_of_blockLength_4() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___blockLength_4)); } inline int32_t get_blockLength_4() const { return ___blockLength_4; } inline int32_t* get_address_of_blockLength_4() { return &___blockLength_4; } inline void set_blockLength_4(int32_t value) { ___blockLength_4 = value; } inline static int32_t get_offset_of_ipadState_5() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___ipadState_5)); } inline RuntimeObject* get_ipadState_5() const { return ___ipadState_5; } inline RuntimeObject** get_address_of_ipadState_5() { return &___ipadState_5; } inline void set_ipadState_5(RuntimeObject* value) { ___ipadState_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ipadState_5), (void*)value); } inline static int32_t get_offset_of_opadState_6() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___opadState_6)); } inline RuntimeObject* get_opadState_6() const { return ___opadState_6; } inline RuntimeObject** get_address_of_opadState_6() { return &___opadState_6; } inline void set_opadState_6(RuntimeObject* value) { ___opadState_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___opadState_6), (void*)value); } inline static int32_t get_offset_of_inputPad_7() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___inputPad_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_inputPad_7() const { return ___inputPad_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_inputPad_7() { return &___inputPad_7; } inline void set_inputPad_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___inputPad_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputPad_7), (void*)value); } inline static int32_t get_offset_of_outputBuf_8() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___outputBuf_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_outputBuf_8() const { return ___outputBuf_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_outputBuf_8() { return &___outputBuf_8; } inline void set_outputBuf_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___outputBuf_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputBuf_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer struct Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer::digest RuntimeObject* ___digest_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer::cipher RuntimeObject* ___cipher_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer::trailer int32_t ___trailer_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer::keyBits int32_t ___keyBits_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer::block ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___block_12; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer::mBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mBuf_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer::messageLength int32_t ___messageLength_14; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer::fullMessage bool ___fullMessage_15; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer::recoveredMessage ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___recoveredMessage_16; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer::preSig ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___preSig_17; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer::preBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___preBlock_18; public: inline static int32_t get_offset_of_digest_8() { return static_cast(offsetof(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51, ___digest_8)); } inline RuntimeObject* get_digest_8() const { return ___digest_8; } inline RuntimeObject** get_address_of_digest_8() { return &___digest_8; } inline void set_digest_8(RuntimeObject* value) { ___digest_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_8), (void*)value); } inline static int32_t get_offset_of_cipher_9() { return static_cast(offsetof(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51, ___cipher_9)); } inline RuntimeObject* get_cipher_9() const { return ___cipher_9; } inline RuntimeObject** get_address_of_cipher_9() { return &___cipher_9; } inline void set_cipher_9(RuntimeObject* value) { ___cipher_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_9), (void*)value); } inline static int32_t get_offset_of_trailer_10() { return static_cast(offsetof(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51, ___trailer_10)); } inline int32_t get_trailer_10() const { return ___trailer_10; } inline int32_t* get_address_of_trailer_10() { return &___trailer_10; } inline void set_trailer_10(int32_t value) { ___trailer_10 = value; } inline static int32_t get_offset_of_keyBits_11() { return static_cast(offsetof(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51, ___keyBits_11)); } inline int32_t get_keyBits_11() const { return ___keyBits_11; } inline int32_t* get_address_of_keyBits_11() { return &___keyBits_11; } inline void set_keyBits_11(int32_t value) { ___keyBits_11 = value; } inline static int32_t get_offset_of_block_12() { return static_cast(offsetof(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51, ___block_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_block_12() const { return ___block_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_block_12() { return &___block_12; } inline void set_block_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___block_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___block_12), (void*)value); } inline static int32_t get_offset_of_mBuf_13() { return static_cast(offsetof(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51, ___mBuf_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mBuf_13() const { return ___mBuf_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mBuf_13() { return &___mBuf_13; } inline void set_mBuf_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mBuf_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mBuf_13), (void*)value); } inline static int32_t get_offset_of_messageLength_14() { return static_cast(offsetof(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51, ___messageLength_14)); } inline int32_t get_messageLength_14() const { return ___messageLength_14; } inline int32_t* get_address_of_messageLength_14() { return &___messageLength_14; } inline void set_messageLength_14(int32_t value) { ___messageLength_14 = value; } inline static int32_t get_offset_of_fullMessage_15() { return static_cast(offsetof(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51, ___fullMessage_15)); } inline bool get_fullMessage_15() const { return ___fullMessage_15; } inline bool* get_address_of_fullMessage_15() { return &___fullMessage_15; } inline void set_fullMessage_15(bool value) { ___fullMessage_15 = value; } inline static int32_t get_offset_of_recoveredMessage_16() { return static_cast(offsetof(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51, ___recoveredMessage_16)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_recoveredMessage_16() const { return ___recoveredMessage_16; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_recoveredMessage_16() { return &___recoveredMessage_16; } inline void set_recoveredMessage_16(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___recoveredMessage_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___recoveredMessage_16), (void*)value); } inline static int32_t get_offset_of_preSig_17() { return static_cast(offsetof(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51, ___preSig_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_preSig_17() const { return ___preSig_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_preSig_17() { return &___preSig_17; } inline void set_preSig_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___preSig_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___preSig_17), (void*)value); } inline static int32_t get_offset_of_preBlock_18() { return static_cast(offsetof(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51, ___preBlock_18)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_preBlock_18() const { return ___preBlock_18; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_preBlock_18() { return &___preBlock_18; } inline void set_preBlock_18(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___preBlock_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___preBlock_18), (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); } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers struct NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA : public RuntimeObject { public: public: }; struct NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::NistAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NistAlgorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::HashAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___HashAlgs_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha256_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha384_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha224_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_224_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha512_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha512_256_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_224_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_256_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_384_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdSha3_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha3_512_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdShake128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdShake128_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdShake256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdShake256_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_224_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_256_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_384_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdHMacWithSha3_512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHMacWithSha3_512_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::Aes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Aes_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ecb_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Cbc_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ofb_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Cfb_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Wrap_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Gcm_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes128Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes128Ccm_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ecb_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Cbc_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ofb_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Cfb_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Wrap_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Gcm_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes192Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes192Ccm_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ecb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ecb_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Cbc_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ofb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ofb_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Cfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Cfb_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Wrap_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Gcm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Gcm_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdAes256Ccm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAes256Ccm_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::IdDsaWithSha2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdDsaWithSha2_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha224_41; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha256_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha384_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers::DsaWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha512_44; public: inline static int32_t get_offset_of_NistAlgorithm_0() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___NistAlgorithm_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NistAlgorithm_0() const { return ___NistAlgorithm_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NistAlgorithm_0() { return &___NistAlgorithm_0; } inline void set_NistAlgorithm_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NistAlgorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___NistAlgorithm_0), (void*)value); } inline static int32_t get_offset_of_HashAlgs_1() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___HashAlgs_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_HashAlgs_1() const { return ___HashAlgs_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_HashAlgs_1() { return &___HashAlgs_1; } inline void set_HashAlgs_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___HashAlgs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashAlgs_1), (void*)value); } inline static int32_t get_offset_of_IdSha256_2() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha256_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha256_2() const { return ___IdSha256_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha256_2() { return &___IdSha256_2; } inline void set_IdSha256_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha256_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha256_2), (void*)value); } inline static int32_t get_offset_of_IdSha384_3() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha384_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha384_3() const { return ___IdSha384_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha384_3() { return &___IdSha384_3; } inline void set_IdSha384_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha384_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha384_3), (void*)value); } inline static int32_t get_offset_of_IdSha512_4() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_4() const { return ___IdSha512_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_4() { return &___IdSha512_4; } inline void set_IdSha512_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_4), (void*)value); } inline static int32_t get_offset_of_IdSha224_5() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha224_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha224_5() const { return ___IdSha224_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha224_5() { return &___IdSha224_5; } inline void set_IdSha224_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha224_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha224_5), (void*)value); } inline static int32_t get_offset_of_IdSha512_224_6() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_224_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_224_6() const { return ___IdSha512_224_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_224_6() { return &___IdSha512_224_6; } inline void set_IdSha512_224_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_224_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_224_6), (void*)value); } inline static int32_t get_offset_of_IdSha512_256_7() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha512_256_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha512_256_7() const { return ___IdSha512_256_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha512_256_7() { return &___IdSha512_256_7; } inline void set_IdSha512_256_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha512_256_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha512_256_7), (void*)value); } inline static int32_t get_offset_of_IdSha3_224_8() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_224_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_224_8() const { return ___IdSha3_224_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_224_8() { return &___IdSha3_224_8; } inline void set_IdSha3_224_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_224_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_224_8), (void*)value); } inline static int32_t get_offset_of_IdSha3_256_9() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_256_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_256_9() const { return ___IdSha3_256_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_256_9() { return &___IdSha3_256_9; } inline void set_IdSha3_256_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_256_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_256_9), (void*)value); } inline static int32_t get_offset_of_IdSha3_384_10() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_384_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_384_10() const { return ___IdSha3_384_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_384_10() { return &___IdSha3_384_10; } inline void set_IdSha3_384_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_384_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_384_10), (void*)value); } inline static int32_t get_offset_of_IdSha3_512_11() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdSha3_512_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha3_512_11() const { return ___IdSha3_512_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha3_512_11() { return &___IdSha3_512_11; } inline void set_IdSha3_512_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha3_512_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha3_512_11), (void*)value); } inline static int32_t get_offset_of_IdShake128_12() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdShake128_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdShake128_12() const { return ___IdShake128_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdShake128_12() { return &___IdShake128_12; } inline void set_IdShake128_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdShake128_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdShake128_12), (void*)value); } inline static int32_t get_offset_of_IdShake256_13() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdShake256_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdShake256_13() const { return ___IdShake256_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdShake256_13() { return &___IdShake256_13; } inline void set_IdShake256_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdShake256_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdShake256_13), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_224_14() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_224_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_224_14() const { return ___IdHMacWithSha3_224_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_224_14() { return &___IdHMacWithSha3_224_14; } inline void set_IdHMacWithSha3_224_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_224_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_224_14), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_256_15() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_256_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_256_15() const { return ___IdHMacWithSha3_256_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_256_15() { return &___IdHMacWithSha3_256_15; } inline void set_IdHMacWithSha3_256_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_256_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_256_15), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_384_16() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_384_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_384_16() const { return ___IdHMacWithSha3_384_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_384_16() { return &___IdHMacWithSha3_384_16; } inline void set_IdHMacWithSha3_384_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_384_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_384_16), (void*)value); } inline static int32_t get_offset_of_IdHMacWithSha3_512_17() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdHMacWithSha3_512_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHMacWithSha3_512_17() const { return ___IdHMacWithSha3_512_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHMacWithSha3_512_17() { return &___IdHMacWithSha3_512_17; } inline void set_IdHMacWithSha3_512_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHMacWithSha3_512_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHMacWithSha3_512_17), (void*)value); } inline static int32_t get_offset_of_Aes_18() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___Aes_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Aes_18() const { return ___Aes_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Aes_18() { return &___Aes_18; } inline void set_Aes_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Aes_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes_18), (void*)value); } inline static int32_t get_offset_of_IdAes128Ecb_19() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ecb_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ecb_19() const { return ___IdAes128Ecb_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ecb_19() { return &___IdAes128Ecb_19; } inline void set_IdAes128Ecb_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ecb_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ecb_19), (void*)value); } inline static int32_t get_offset_of_IdAes128Cbc_20() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Cbc_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Cbc_20() const { return ___IdAes128Cbc_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Cbc_20() { return &___IdAes128Cbc_20; } inline void set_IdAes128Cbc_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Cbc_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Cbc_20), (void*)value); } inline static int32_t get_offset_of_IdAes128Ofb_21() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ofb_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ofb_21() const { return ___IdAes128Ofb_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ofb_21() { return &___IdAes128Ofb_21; } inline void set_IdAes128Ofb_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ofb_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ofb_21), (void*)value); } inline static int32_t get_offset_of_IdAes128Cfb_22() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Cfb_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Cfb_22() const { return ___IdAes128Cfb_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Cfb_22() { return &___IdAes128Cfb_22; } inline void set_IdAes128Cfb_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Cfb_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Cfb_22), (void*)value); } inline static int32_t get_offset_of_IdAes128Wrap_23() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Wrap_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Wrap_23() const { return ___IdAes128Wrap_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Wrap_23() { return &___IdAes128Wrap_23; } inline void set_IdAes128Wrap_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Wrap_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Wrap_23), (void*)value); } inline static int32_t get_offset_of_IdAes128Gcm_24() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Gcm_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Gcm_24() const { return ___IdAes128Gcm_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Gcm_24() { return &___IdAes128Gcm_24; } inline void set_IdAes128Gcm_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Gcm_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Gcm_24), (void*)value); } inline static int32_t get_offset_of_IdAes128Ccm_25() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes128Ccm_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes128Ccm_25() const { return ___IdAes128Ccm_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes128Ccm_25() { return &___IdAes128Ccm_25; } inline void set_IdAes128Ccm_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes128Ccm_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes128Ccm_25), (void*)value); } inline static int32_t get_offset_of_IdAes192Ecb_26() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ecb_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ecb_26() const { return ___IdAes192Ecb_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ecb_26() { return &___IdAes192Ecb_26; } inline void set_IdAes192Ecb_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ecb_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ecb_26), (void*)value); } inline static int32_t get_offset_of_IdAes192Cbc_27() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Cbc_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Cbc_27() const { return ___IdAes192Cbc_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Cbc_27() { return &___IdAes192Cbc_27; } inline void set_IdAes192Cbc_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Cbc_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Cbc_27), (void*)value); } inline static int32_t get_offset_of_IdAes192Ofb_28() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ofb_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ofb_28() const { return ___IdAes192Ofb_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ofb_28() { return &___IdAes192Ofb_28; } inline void set_IdAes192Ofb_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ofb_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ofb_28), (void*)value); } inline static int32_t get_offset_of_IdAes192Cfb_29() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Cfb_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Cfb_29() const { return ___IdAes192Cfb_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Cfb_29() { return &___IdAes192Cfb_29; } inline void set_IdAes192Cfb_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Cfb_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Cfb_29), (void*)value); } inline static int32_t get_offset_of_IdAes192Wrap_30() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Wrap_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Wrap_30() const { return ___IdAes192Wrap_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Wrap_30() { return &___IdAes192Wrap_30; } inline void set_IdAes192Wrap_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Wrap_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Wrap_30), (void*)value); } inline static int32_t get_offset_of_IdAes192Gcm_31() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Gcm_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Gcm_31() const { return ___IdAes192Gcm_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Gcm_31() { return &___IdAes192Gcm_31; } inline void set_IdAes192Gcm_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Gcm_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Gcm_31), (void*)value); } inline static int32_t get_offset_of_IdAes192Ccm_32() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes192Ccm_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes192Ccm_32() const { return ___IdAes192Ccm_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes192Ccm_32() { return &___IdAes192Ccm_32; } inline void set_IdAes192Ccm_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes192Ccm_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes192Ccm_32), (void*)value); } inline static int32_t get_offset_of_IdAes256Ecb_33() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ecb_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ecb_33() const { return ___IdAes256Ecb_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ecb_33() { return &___IdAes256Ecb_33; } inline void set_IdAes256Ecb_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ecb_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ecb_33), (void*)value); } inline static int32_t get_offset_of_IdAes256Cbc_34() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Cbc_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Cbc_34() const { return ___IdAes256Cbc_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Cbc_34() { return &___IdAes256Cbc_34; } inline void set_IdAes256Cbc_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Cbc_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Cbc_34), (void*)value); } inline static int32_t get_offset_of_IdAes256Ofb_35() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ofb_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ofb_35() const { return ___IdAes256Ofb_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ofb_35() { return &___IdAes256Ofb_35; } inline void set_IdAes256Ofb_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ofb_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ofb_35), (void*)value); } inline static int32_t get_offset_of_IdAes256Cfb_36() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Cfb_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Cfb_36() const { return ___IdAes256Cfb_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Cfb_36() { return &___IdAes256Cfb_36; } inline void set_IdAes256Cfb_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Cfb_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Cfb_36), (void*)value); } inline static int32_t get_offset_of_IdAes256Wrap_37() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Wrap_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Wrap_37() const { return ___IdAes256Wrap_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Wrap_37() { return &___IdAes256Wrap_37; } inline void set_IdAes256Wrap_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Wrap_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Wrap_37), (void*)value); } inline static int32_t get_offset_of_IdAes256Gcm_38() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Gcm_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Gcm_38() const { return ___IdAes256Gcm_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Gcm_38() { return &___IdAes256Gcm_38; } inline void set_IdAes256Gcm_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Gcm_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Gcm_38), (void*)value); } inline static int32_t get_offset_of_IdAes256Ccm_39() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdAes256Ccm_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAes256Ccm_39() const { return ___IdAes256Ccm_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAes256Ccm_39() { return &___IdAes256Ccm_39; } inline void set_IdAes256Ccm_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAes256Ccm_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAes256Ccm_39), (void*)value); } inline static int32_t get_offset_of_IdDsaWithSha2_40() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___IdDsaWithSha2_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdDsaWithSha2_40() const { return ___IdDsaWithSha2_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdDsaWithSha2_40() { return &___IdDsaWithSha2_40; } inline void set_IdDsaWithSha2_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdDsaWithSha2_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdDsaWithSha2_40), (void*)value); } inline static int32_t get_offset_of_DsaWithSha224_41() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha224_41)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha224_41() const { return ___DsaWithSha224_41; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha224_41() { return &___DsaWithSha224_41; } inline void set_DsaWithSha224_41(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha224_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha224_41), (void*)value); } inline static int32_t get_offset_of_DsaWithSha256_42() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha256_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha256_42() const { return ___DsaWithSha256_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha256_42() { return &___DsaWithSha256_42; } inline void set_DsaWithSha256_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha256_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha256_42), (void*)value); } inline static int32_t get_offset_of_DsaWithSha384_43() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha384_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha384_43() const { return ___DsaWithSha384_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha384_43() { return &___DsaWithSha384_43; } inline void set_DsaWithSha384_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha384_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha384_43), (void*)value); } inline static int32_t get_offset_of_DsaWithSha512_44() { return static_cast(offsetof(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields, ___DsaWithSha512_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha512_44() const { return ___DsaWithSha512_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha512_44() { return &___DsaWithSha512_44; } inline void set_DsaWithSha512_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha512_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha512_44), (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.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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PlainDsaEncoding struct PlainDsaEncoding_t6392F900856B46A3B97B903CEF442C19459CB3D3 : public RuntimeObject { public: public: }; struct PlainDsaEncoding_t6392F900856B46A3B97B903CEF442C19459CB3D3_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PlainDsaEncoding BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.PlainDsaEncoding::Instance PlainDsaEncoding_t6392F900856B46A3B97B903CEF442C19459CB3D3 * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(PlainDsaEncoding_t6392F900856B46A3B97B903CEF442C19459CB3D3_StaticFields, ___Instance_0)); } inline PlainDsaEncoding_t6392F900856B46A3B97B903CEF442C19459CB3D3 * get_Instance_0() const { return ___Instance_0; } inline PlainDsaEncoding_t6392F900856B46A3B97B903CEF442C19459CB3D3 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(PlainDsaEncoding_t6392F900856B46A3B97B903CEF442C19459CB3D3 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (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; } }; // 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.Engines.RsaBlindedEngine struct RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IRsa BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::core RuntimeObject* ___core_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::key RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * ___key_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_2; public: inline static int32_t get_offset_of_core_0() { return static_cast(offsetof(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2, ___core_0)); } inline RuntimeObject* get_core_0() const { return ___core_0; } inline RuntimeObject** get_address_of_core_0() { return &___core_0; } inline void set_core_0(RuntimeObject* value) { ___core_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___core_0), (void*)value); } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2, ___key_1)); } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * get_key_1() const { return ___key_1; } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 ** get_address_of_key_1() { return &___key_1; } inline void set_key_1(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * value) { ___key_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_1), (void*)value); } inline static int32_t get_offset_of_random_2() { return static_cast(offsetof(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2, ___random_2)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_2() const { return ___random_2; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_2() { return &___random_2; } inline void set_random_2(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner struct RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::rsaEngine RuntimeObject* ___rsaEngine_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::algId AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::digest RuntimeObject* ___digest_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::forSigning bool ___forSigning_3; public: inline static int32_t get_offset_of_rsaEngine_0() { return static_cast(offsetof(RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC, ___rsaEngine_0)); } inline RuntimeObject* get_rsaEngine_0() const { return ___rsaEngine_0; } inline RuntimeObject** get_address_of_rsaEngine_0() { return &___rsaEngine_0; } inline void set_rsaEngine_0(RuntimeObject* value) { ___rsaEngine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rsaEngine_0), (void*)value); } inline static int32_t get_offset_of_algId_1() { return static_cast(offsetof(RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC, ___algId_1)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algId_1() const { return ___algId_1; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algId_1() { return &___algId_1; } inline void set_algId_1(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algId_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___algId_1), (void*)value); } inline static int32_t get_offset_of_digest_2() { return static_cast(offsetof(RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC, ___digest_2)); } inline RuntimeObject* get_digest_2() const { return ___digest_2; } inline RuntimeObject** get_address_of_digest_2() { return &___digest_2; } inline void set_digest_2(RuntimeObject* value) { ___digest_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_2), (void*)value); } inline static int32_t get_offset_of_forSigning_3() { return static_cast(offsetof(RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC, ___forSigning_3)); } inline bool get_forSigning_3() const { return ___forSigning_3; } inline bool* get_address_of_forSigning_3() { return &___forSigning_3; } inline void set_forSigning_3(bool value) { ___forSigning_3 = value; } }; struct RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC_StaticFields { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::oidMap RuntimeObject* ___oidMap_4; public: inline static int32_t get_offset_of_oidMap_4() { return static_cast(offsetof(RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC_StaticFields, ___oidMap_4)); } inline RuntimeObject* get_oidMap_4() const { return ___oidMap_4; } inline RuntimeObject** get_address_of_oidMap_4() { return &___oidMap_4; } inline void set_oidMap_4(RuntimeObject* value) { ___oidMap_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___oidMap_4), (void*)value); } }; // BestHTTP.Examples.SampleDescriptor struct SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605 : public RuntimeObject { public: // System.Boolean BestHTTP.Examples.SampleDescriptor::k__BackingField bool ___U3CIsLabelU3Ek__BackingField_0; // System.Type BestHTTP.Examples.SampleDescriptor::k__BackingField Type_t * ___U3CTypeU3Ek__BackingField_1; // System.String BestHTTP.Examples.SampleDescriptor::k__BackingField String_t* ___U3CDisplayNameU3Ek__BackingField_2; // System.String BestHTTP.Examples.SampleDescriptor::k__BackingField String_t* ___U3CDescriptionU3Ek__BackingField_3; // System.Boolean BestHTTP.Examples.SampleDescriptor::k__BackingField bool ___U3CIsSelectedU3Ek__BackingField_4; // UnityEngine.GameObject BestHTTP.Examples.SampleDescriptor::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CUnityObjectU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CIsLabelU3Ek__BackingField_0() { return static_cast(offsetof(SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605, ___U3CIsLabelU3Ek__BackingField_0)); } inline bool get_U3CIsLabelU3Ek__BackingField_0() const { return ___U3CIsLabelU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsLabelU3Ek__BackingField_0() { return &___U3CIsLabelU3Ek__BackingField_0; } inline void set_U3CIsLabelU3Ek__BackingField_0(bool value) { ___U3CIsLabelU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_1() { return static_cast(offsetof(SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605, ___U3CTypeU3Ek__BackingField_1)); } inline Type_t * get_U3CTypeU3Ek__BackingField_1() const { return ___U3CTypeU3Ek__BackingField_1; } inline Type_t ** get_address_of_U3CTypeU3Ek__BackingField_1() { return &___U3CTypeU3Ek__BackingField_1; } inline void set_U3CTypeU3Ek__BackingField_1(Type_t * value) { ___U3CTypeU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTypeU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CDisplayNameU3Ek__BackingField_2() { return static_cast(offsetof(SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605, ___U3CDisplayNameU3Ek__BackingField_2)); } inline String_t* get_U3CDisplayNameU3Ek__BackingField_2() const { return ___U3CDisplayNameU3Ek__BackingField_2; } inline String_t** get_address_of_U3CDisplayNameU3Ek__BackingField_2() { return &___U3CDisplayNameU3Ek__BackingField_2; } inline void set_U3CDisplayNameU3Ek__BackingField_2(String_t* value) { ___U3CDisplayNameU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDisplayNameU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CDescriptionU3Ek__BackingField_3() { return static_cast(offsetof(SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605, ___U3CDescriptionU3Ek__BackingField_3)); } inline String_t* get_U3CDescriptionU3Ek__BackingField_3() const { return ___U3CDescriptionU3Ek__BackingField_3; } inline String_t** get_address_of_U3CDescriptionU3Ek__BackingField_3() { return &___U3CDescriptionU3Ek__BackingField_3; } inline void set_U3CDescriptionU3Ek__BackingField_3(String_t* value) { ___U3CDescriptionU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDescriptionU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CIsSelectedU3Ek__BackingField_4() { return static_cast(offsetof(SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605, ___U3CIsSelectedU3Ek__BackingField_4)); } inline bool get_U3CIsSelectedU3Ek__BackingField_4() const { return ___U3CIsSelectedU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsSelectedU3Ek__BackingField_4() { return &___U3CIsSelectedU3Ek__BackingField_4; } inline void set_U3CIsSelectedU3Ek__BackingField_4(bool value) { ___U3CIsSelectedU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CUnityObjectU3Ek__BackingField_5() { return static_cast(offsetof(SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605, ___U3CUnityObjectU3Ek__BackingField_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_U3CUnityObjectU3Ek__BackingField_5() const { return ___U3CUnityObjectU3Ek__BackingField_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_U3CUnityObjectU3Ek__BackingField_5() { return &___U3CUnityObjectU3Ek__BackingField_5; } inline void set_U3CUnityObjectU3Ek__BackingField_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___U3CUnityObjectU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUnityObjectU3Ek__BackingField_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities struct SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13 : public RuntimeObject { public: public: }; struct SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::algorithms RuntimeObject* ___algorithms_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::oids RuntimeObject* ___oids_1; public: inline static int32_t get_offset_of_algorithms_0() { return static_cast(offsetof(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields, ___algorithms_0)); } inline RuntimeObject* get_algorithms_0() const { return ___algorithms_0; } inline RuntimeObject** get_address_of_algorithms_0() { return &___algorithms_0; } inline void set_algorithms_0(RuntimeObject* value) { ___algorithms_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithms_0), (void*)value); } inline static int32_t get_offset_of_oids_1() { return static_cast(offsetof(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields, ___oids_1)); } inline RuntimeObject* get_oids_1() const { return ___oids_1; } inline RuntimeObject** get_address_of_oids_1() { return &___oids_1; } inline void set_oids_1(RuntimeObject* value) { ___oids_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___oids_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SimpleAttributeTableGenerator struct SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SimpleAttributeTableGenerator::attributes AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___attributes_0; public: inline static int32_t get_offset_of_attributes_0() { return static_cast(offsetof(SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC, ___attributes_0)); } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * get_attributes_0() const { return ___attributes_0; } inline AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 ** get_address_of_attributes_0() { return &___attributes_0; } inline void set_attributes_0(AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * value) { ___attributes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal struct SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::bigInt BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___bigInt_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::scale int32_t ___scale_1; public: inline static int32_t get_offset_of_bigInt_0() { return static_cast(offsetof(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA, ___bigInt_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_bigInt_0() const { return ___bigInt_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_bigInt_0() { return &___bigInt_0; } inline void set_bigInt_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___bigInt_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigInt_0), (void*)value); } inline static int32_t get_offset_of_scale_1() { return static_cast(offsetof(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA, ___scale_1)); } inline int32_t get_scale_1() const { return ___scale_1; } inline int32_t* get_address_of_scale_1() { return &___scale_1; } inline void set_scale_1(int32_t value) { ___scale_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.SimpleLookupTable struct SimpleLookupTable_t9173203525A41F2D544C495F94B12D2A968CEAB7 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.SimpleLookupTable::points ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points_0; public: inline static int32_t get_offset_of_points_0() { return static_cast(offsetof(SimpleLookupTable_t9173203525A41F2D544C495F94B12D2A968CEAB7, ___points_0)); } inline ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* get_points_0() const { return ___points_0; } inline ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF** get_address_of_points_0() { return &___points_0; } inline void set_points_0(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* value) { ___points_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___points_0), (void*)value); } }; // SimulateMouseController struct SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 : public RuntimeObject { public: // System.Boolean SimulateMouseController::bleConnected bool ___bleConnected_1; // System.Collections.Generic.HashSet`1 SimulateMouseController::openLockerSet HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ___openLockerSet_2; public: inline static int32_t get_offset_of_bleConnected_1() { return static_cast(offsetof(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5, ___bleConnected_1)); } inline bool get_bleConnected_1() const { return ___bleConnected_1; } inline bool* get_address_of_bleConnected_1() { return &___bleConnected_1; } inline void set_bleConnected_1(bool value) { ___bleConnected_1 = value; } inline static int32_t get_offset_of_openLockerSet_2() { return static_cast(offsetof(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5, ___openLockerSet_2)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get_openLockerSet_2() const { return ___openLockerSet_2; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of_openLockerSet_2() { return &___openLockerSet_2; } inline void set_openLockerSet_2(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ___openLockerSet_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___openLockerSet_2), (void*)value); } }; struct SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_StaticFields { public: // SimulateMouseController SimulateMouseController::ins SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * ___ins_0; public: inline static int32_t get_offset_of_ins_0() { return static_cast(offsetof(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_StaticFields, ___ins_0)); } inline SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * get_ins_0() const { return ___ins_0; } inline SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 ** get_address_of_ins_0() { return &___ins_0; } inline void set_ins_0(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * value) { ___ins_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SimulatedTlsSrpIdentityManager struct SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SimulatedTlsSrpIdentityManager::mGroup Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___mGroup_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SimulatedTlsSrpIdentityManager::mVerifierGenerator Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * ___mVerifierGenerator_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SimulatedTlsSrpIdentityManager::mMac RuntimeObject* ___mMac_4; public: inline static int32_t get_offset_of_mGroup_2() { return static_cast(offsetof(SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C, ___mGroup_2)); } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * get_mGroup_2() const { return ___mGroup_2; } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 ** get_address_of_mGroup_2() { return &___mGroup_2; } inline void set_mGroup_2(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * value) { ___mGroup_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mGroup_2), (void*)value); } inline static int32_t get_offset_of_mVerifierGenerator_3() { return static_cast(offsetof(SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C, ___mVerifierGenerator_3)); } inline Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * get_mVerifierGenerator_3() const { return ___mVerifierGenerator_3; } inline Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 ** get_address_of_mVerifierGenerator_3() { return &___mVerifierGenerator_3; } inline void set_mVerifierGenerator_3(Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * value) { ___mVerifierGenerator_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mVerifierGenerator_3), (void*)value); } inline static int32_t get_offset_of_mMac_4() { return static_cast(offsetof(SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C, ___mMac_4)); } inline RuntimeObject* get_mMac_4() const { return ___mMac_4; } inline RuntimeObject** get_address_of_mMac_4() { return &___mMac_4; } inline void set_mMac_4(RuntimeObject* value) { ___mMac_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mMac_4), (void*)value); } }; struct SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SimulatedTlsSrpIdentityManager::PREFIX_PASSWORD ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___PREFIX_PASSWORD_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SimulatedTlsSrpIdentityManager::PREFIX_SALT ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___PREFIX_SALT_1; public: inline static int32_t get_offset_of_PREFIX_PASSWORD_0() { return static_cast(offsetof(SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_StaticFields, ___PREFIX_PASSWORD_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_PREFIX_PASSWORD_0() const { return ___PREFIX_PASSWORD_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_PREFIX_PASSWORD_0() { return &___PREFIX_PASSWORD_0; } inline void set_PREFIX_PASSWORD_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___PREFIX_PASSWORD_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PREFIX_PASSWORD_0), (void*)value); } inline static int32_t get_offset_of_PREFIX_SALT_1() { return static_cast(offsetof(SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_StaticFields, ___PREFIX_SALT_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_PREFIX_SALT_1() const { return ___PREFIX_SALT_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_PREFIX_SALT_1() { return &___PREFIX_SALT_1; } inline void set_PREFIX_SALT_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___PREFIX_SALT_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___PREFIX_SALT_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash struct SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::c int32_t ___c_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::d int32_t ___d_1; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::k0 int64_t ___k0_2; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::k1 int64_t ___k1_3; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::v0 int64_t ___v0_4; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::v1 int64_t ___v1_5; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::v2 int64_t ___v2_6; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::v3 int64_t ___v3_7; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::m int64_t ___m_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::wordPos int32_t ___wordPos_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::wordCount int32_t ___wordCount_10; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E, ___c_0)); } inline int32_t get_c_0() const { return ___c_0; } inline int32_t* get_address_of_c_0() { return &___c_0; } inline void set_c_0(int32_t value) { ___c_0 = value; } inline static int32_t get_offset_of_d_1() { return static_cast(offsetof(SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E, ___d_1)); } inline int32_t get_d_1() const { return ___d_1; } inline int32_t* get_address_of_d_1() { return &___d_1; } inline void set_d_1(int32_t value) { ___d_1 = value; } inline static int32_t get_offset_of_k0_2() { return static_cast(offsetof(SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E, ___k0_2)); } inline int64_t get_k0_2() const { return ___k0_2; } inline int64_t* get_address_of_k0_2() { return &___k0_2; } inline void set_k0_2(int64_t value) { ___k0_2 = value; } inline static int32_t get_offset_of_k1_3() { return static_cast(offsetof(SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E, ___k1_3)); } inline int64_t get_k1_3() const { return ___k1_3; } inline int64_t* get_address_of_k1_3() { return &___k1_3; } inline void set_k1_3(int64_t value) { ___k1_3 = value; } inline static int32_t get_offset_of_v0_4() { return static_cast(offsetof(SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E, ___v0_4)); } inline int64_t get_v0_4() const { return ___v0_4; } inline int64_t* get_address_of_v0_4() { return &___v0_4; } inline void set_v0_4(int64_t value) { ___v0_4 = value; } inline static int32_t get_offset_of_v1_5() { return static_cast(offsetof(SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E, ___v1_5)); } inline int64_t get_v1_5() const { return ___v1_5; } inline int64_t* get_address_of_v1_5() { return &___v1_5; } inline void set_v1_5(int64_t value) { ___v1_5 = value; } inline static int32_t get_offset_of_v2_6() { return static_cast(offsetof(SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E, ___v2_6)); } inline int64_t get_v2_6() const { return ___v2_6; } inline int64_t* get_address_of_v2_6() { return &___v2_6; } inline void set_v2_6(int64_t value) { ___v2_6 = value; } inline static int32_t get_offset_of_v3_7() { return static_cast(offsetof(SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E, ___v3_7)); } inline int64_t get_v3_7() const { return ___v3_7; } inline int64_t* get_address_of_v3_7() { return &___v3_7; } inline void set_v3_7(int64_t value) { ___v3_7 = value; } inline static int32_t get_offset_of_m_8() { return static_cast(offsetof(SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E, ___m_8)); } inline int64_t get_m_8() const { return ___m_8; } inline int64_t* get_address_of_m_8() { return &___m_8; } inline void set_m_8(int64_t value) { ___m_8 = value; } inline static int32_t get_offset_of_wordPos_9() { return static_cast(offsetof(SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E, ___wordPos_9)); } inline int32_t get_wordPos_9() const { return ___wordPos_9; } inline int32_t* get_address_of_wordPos_9() { return &___wordPos_9; } inline void set_wordPos_9(int32_t value) { ___wordPos_9 = value; } inline static int32_t get_offset_of_wordCount_10() { return static_cast(offsetof(SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E, ___wordCount_10)); } inline int32_t get_wordCount_10() const { return ___wordCount_10; } inline int32_t* get_address_of_wordCount_10() { return &___wordCount_10; } inline void set_wordCount_10(int32_t value) { ___wordCount_10 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest struct SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::engine SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * ___engine_3; public: inline static int32_t get_offset_of_engine_3() { return static_cast(offsetof(SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2, ___engine_3)); } inline SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * get_engine_3() const { return ___engine_3; } inline SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB ** get_address_of_engine_3() { return &___engine_3; } inline void set_engine_3(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * value) { ___engine_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine struct SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::threefish ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * ___threefish_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::outputSizeBytes int32_t ___outputSizeBytes_9; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::chain UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___chain_10; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::initialState UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___initialState_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::preMessageParameters ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* ___preMessageParameters_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::postMessageParameters ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* ___postMessageParameters_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::ubi UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * ___ubi_15; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::singleByte ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___singleByte_16; public: inline static int32_t get_offset_of_threefish_8() { return static_cast(offsetof(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB, ___threefish_8)); } inline ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * get_threefish_8() const { return ___threefish_8; } inline ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD ** get_address_of_threefish_8() { return &___threefish_8; } inline void set_threefish_8(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * value) { ___threefish_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___threefish_8), (void*)value); } inline static int32_t get_offset_of_outputSizeBytes_9() { return static_cast(offsetof(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB, ___outputSizeBytes_9)); } inline int32_t get_outputSizeBytes_9() const { return ___outputSizeBytes_9; } inline int32_t* get_address_of_outputSizeBytes_9() { return &___outputSizeBytes_9; } inline void set_outputSizeBytes_9(int32_t value) { ___outputSizeBytes_9 = value; } inline static int32_t get_offset_of_chain_10() { return static_cast(offsetof(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB, ___chain_10)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_chain_10() const { return ___chain_10; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_chain_10() { return &___chain_10; } inline void set_chain_10(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___chain_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___chain_10), (void*)value); } inline static int32_t get_offset_of_initialState_11() { return static_cast(offsetof(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB, ___initialState_11)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_initialState_11() const { return ___initialState_11; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_initialState_11() { return &___initialState_11; } inline void set_initialState_11(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___initialState_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialState_11), (void*)value); } inline static int32_t get_offset_of_key_12() { return static_cast(offsetof(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB, ___key_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_12() const { return ___key_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_12() { return &___key_12; } inline void set_key_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_12), (void*)value); } inline static int32_t get_offset_of_preMessageParameters_13() { return static_cast(offsetof(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB, ___preMessageParameters_13)); } inline ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* get_preMessageParameters_13() const { return ___preMessageParameters_13; } inline ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A** get_address_of_preMessageParameters_13() { return &___preMessageParameters_13; } inline void set_preMessageParameters_13(ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* value) { ___preMessageParameters_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___preMessageParameters_13), (void*)value); } inline static int32_t get_offset_of_postMessageParameters_14() { return static_cast(offsetof(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB, ___postMessageParameters_14)); } inline ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* get_postMessageParameters_14() const { return ___postMessageParameters_14; } inline ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A** get_address_of_postMessageParameters_14() { return &___postMessageParameters_14; } inline void set_postMessageParameters_14(ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* value) { ___postMessageParameters_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___postMessageParameters_14), (void*)value); } inline static int32_t get_offset_of_ubi_15() { return static_cast(offsetof(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB, ___ubi_15)); } inline UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * get_ubi_15() const { return ___ubi_15; } inline UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC ** get_address_of_ubi_15() { return &___ubi_15; } inline void set_ubi_15(UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * value) { ___ubi_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ubi_15), (void*)value); } inline static int32_t get_offset_of_singleByte_16() { return static_cast(offsetof(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB, ___singleByte_16)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_singleByte_16() const { return ___singleByte_16; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_singleByte_16() { return &___singleByte_16; } inline void set_singleByte_16(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___singleByte_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___singleByte_16), (void*)value); } }; struct SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_StaticFields { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::INITIAL_STATES RuntimeObject* ___INITIAL_STATES_7; public: inline static int32_t get_offset_of_INITIAL_STATES_7() { return static_cast(offsetof(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_StaticFields, ___INITIAL_STATES_7)); } inline RuntimeObject* get_INITIAL_STATES_7() const { return ___INITIAL_STATES_7; } inline RuntimeObject** get_address_of_INITIAL_STATES_7() { return &___INITIAL_STATES_7; } inline void set_INITIAL_STATES_7(RuntimeObject* value) { ___INITIAL_STATES_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___INITIAL_STATES_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SkeinMac struct SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SkeinMac::engine SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * ___engine_3; public: inline static int32_t get_offset_of_engine_3() { return static_cast(offsetof(SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC, ___engine_3)); } inline SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * get_engine_3() const { return ___engine_3; } inline SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB ** get_address_of_engine_3() { return &___engine_3; } inline void set_engine_3(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * value) { ___engine_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters struct SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters::parameters RuntimeObject* ___parameters_8; public: inline static int32_t get_offset_of_parameters_8() { return static_cast(offsetof(SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8, ___parameters_8)); } inline RuntimeObject* get_parameters_8() const { return ___parameters_8; } inline RuntimeObject** get_address_of_parameters_8() { return &___parameters_8; } inline void set_parameters_8(RuntimeObject* value) { ___parameters_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine struct SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::key0 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___key0_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::key1 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___key1_3; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::key2 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___key2_4; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::key3 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___key3_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::encrypting bool ___encrypting_6; public: inline static int32_t get_offset_of_key0_2() { return static_cast(offsetof(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269, ___key0_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_key0_2() const { return ___key0_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_key0_2() { return &___key0_2; } inline void set_key0_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___key0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key0_2), (void*)value); } inline static int32_t get_offset_of_key1_3() { return static_cast(offsetof(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269, ___key1_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_key1_3() const { return ___key1_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_key1_3() { return &___key1_3; } inline void set_key1_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___key1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___key1_3), (void*)value); } inline static int32_t get_offset_of_key2_4() { return static_cast(offsetof(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269, ___key2_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_key2_4() const { return ___key2_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_key2_4() { return &___key2_4; } inline void set_key2_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___key2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___key2_4), (void*)value); } inline static int32_t get_offset_of_key3_5() { return static_cast(offsetof(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269, ___key3_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_key3_5() const { return ___key3_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_key3_5() { return &___key3_5; } inline void set_key3_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___key3_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___key3_5), (void*)value); } inline static int32_t get_offset_of_encrypting_6() { return static_cast(offsetof(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269, ___encrypting_6)); } inline bool get_encrypting_6() const { return ___encrypting_6; } inline bool* get_address_of_encrypting_6() { return &___encrypting_6; } inline void set_encrypting_6(bool value) { ___encrypting_6 = value; } }; struct SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_StaticFields { public: // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::ftable Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___ftable_1; public: inline static int32_t get_offset_of_ftable_1() { return static_cast(offsetof(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_StaticFields, ___ftable_1)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_ftable_1() const { return ___ftable_1; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_ftable_1() { return &___ftable_1; } inline void set_ftable_1(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___ftable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ftable_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeAttributes struct SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B : public RuntimeObject { public: public: }; struct SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeAttributes::SmimeCapabilities DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SmimeCapabilities_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeAttributes::EncrypKeyPref DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EncrypKeyPref_1; public: inline static int32_t get_offset_of_SmimeCapabilities_0() { return static_cast(offsetof(SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_StaticFields, ___SmimeCapabilities_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SmimeCapabilities_0() const { return ___SmimeCapabilities_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SmimeCapabilities_0() { return &___SmimeCapabilities_0; } inline void set_SmimeCapabilities_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SmimeCapabilities_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmimeCapabilities_0), (void*)value); } inline static int32_t get_offset_of_EncrypKeyPref_1() { return static_cast(offsetof(SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_StaticFields, ___EncrypKeyPref_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EncrypKeyPref_1() const { return ___EncrypKeyPref_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EncrypKeyPref_1() { return &___EncrypKeyPref_1; } inline void set_EncrypKeyPref_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EncrypKeyPref_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncrypKeyPref_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilityVector struct SmimeCapabilityVector_tCCCC963D9D5A7D726E3BFF881C376283DA8D518E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilityVector::capabilities Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___capabilities_0; public: inline static int32_t get_offset_of_capabilities_0() { return static_cast(offsetof(SmimeCapabilityVector_tCCCC963D9D5A7D726E3BFF881C376283DA8D518E, ___capabilities_0)); } inline Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * get_capabilities_0() const { return ___capabilities_0; } inline Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 ** get_address_of_capabilities_0() { return &___capabilities_0; } inline void set_capabilities_0(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * value) { ___capabilities_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___capabilities_0), (void*)value); } }; // BestHTTP.SocketIO.Socket struct Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B : public RuntimeObject { public: // BestHTTP.SocketIO.SocketManager BestHTTP.SocketIO.Socket::k__BackingField SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___U3CManagerU3Ek__BackingField_0; // System.String BestHTTP.SocketIO.Socket::k__BackingField String_t* ___U3CNamespaceU3Ek__BackingField_1; // System.String BestHTTP.SocketIO.Socket::k__BackingField String_t* ___U3CIdU3Ek__BackingField_2; // System.Boolean BestHTTP.SocketIO.Socket::k__BackingField bool ___U3CIsOpenU3Ek__BackingField_3; // System.Boolean BestHTTP.SocketIO.Socket::k__BackingField bool ___U3CAutoDecodePayloadU3Ek__BackingField_4; // System.Collections.Generic.Dictionary`2 BestHTTP.SocketIO.Socket::AckCallbacks Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * ___AckCallbacks_5; // BestHTTP.SocketIO.Events.EventTable BestHTTP.SocketIO.Socket::EventCallbacks EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * ___EventCallbacks_6; // System.Collections.Generic.List`1 BestHTTP.SocketIO.Socket::arguments List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___arguments_7; public: inline static int32_t get_offset_of_U3CManagerU3Ek__BackingField_0() { return static_cast(offsetof(Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B, ___U3CManagerU3Ek__BackingField_0)); } inline SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * get_U3CManagerU3Ek__BackingField_0() const { return ___U3CManagerU3Ek__BackingField_0; } inline SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 ** get_address_of_U3CManagerU3Ek__BackingField_0() { return &___U3CManagerU3Ek__BackingField_0; } inline void set_U3CManagerU3Ek__BackingField_0(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * value) { ___U3CManagerU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CManagerU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CNamespaceU3Ek__BackingField_1() { return static_cast(offsetof(Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B, ___U3CNamespaceU3Ek__BackingField_1)); } inline String_t* get_U3CNamespaceU3Ek__BackingField_1() const { return ___U3CNamespaceU3Ek__BackingField_1; } inline String_t** get_address_of_U3CNamespaceU3Ek__BackingField_1() { return &___U3CNamespaceU3Ek__BackingField_1; } inline void set_U3CNamespaceU3Ek__BackingField_1(String_t* value) { ___U3CNamespaceU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNamespaceU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_2() { return static_cast(offsetof(Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B, ___U3CIdU3Ek__BackingField_2)); } inline String_t* get_U3CIdU3Ek__BackingField_2() const { return ___U3CIdU3Ek__BackingField_2; } inline String_t** get_address_of_U3CIdU3Ek__BackingField_2() { return &___U3CIdU3Ek__BackingField_2; } inline void set_U3CIdU3Ek__BackingField_2(String_t* value) { ___U3CIdU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CIdU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CIsOpenU3Ek__BackingField_3() { return static_cast(offsetof(Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B, ___U3CIsOpenU3Ek__BackingField_3)); } inline bool get_U3CIsOpenU3Ek__BackingField_3() const { return ___U3CIsOpenU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsOpenU3Ek__BackingField_3() { return &___U3CIsOpenU3Ek__BackingField_3; } inline void set_U3CIsOpenU3Ek__BackingField_3(bool value) { ___U3CIsOpenU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CAutoDecodePayloadU3Ek__BackingField_4() { return static_cast(offsetof(Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B, ___U3CAutoDecodePayloadU3Ek__BackingField_4)); } inline bool get_U3CAutoDecodePayloadU3Ek__BackingField_4() const { return ___U3CAutoDecodePayloadU3Ek__BackingField_4; } inline bool* get_address_of_U3CAutoDecodePayloadU3Ek__BackingField_4() { return &___U3CAutoDecodePayloadU3Ek__BackingField_4; } inline void set_U3CAutoDecodePayloadU3Ek__BackingField_4(bool value) { ___U3CAutoDecodePayloadU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_AckCallbacks_5() { return static_cast(offsetof(Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B, ___AckCallbacks_5)); } inline Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * get_AckCallbacks_5() const { return ___AckCallbacks_5; } inline Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD ** get_address_of_AckCallbacks_5() { return &___AckCallbacks_5; } inline void set_AckCallbacks_5(Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * value) { ___AckCallbacks_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___AckCallbacks_5), (void*)value); } inline static int32_t get_offset_of_EventCallbacks_6() { return static_cast(offsetof(Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B, ___EventCallbacks_6)); } inline EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * get_EventCallbacks_6() const { return ___EventCallbacks_6; } inline EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 ** get_address_of_EventCallbacks_6() { return &___EventCallbacks_6; } inline void set_EventCallbacks_6(EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * value) { ___EventCallbacks_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___EventCallbacks_6), (void*)value); } inline static int32_t get_offset_of_arguments_7() { return static_cast(offsetof(Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B, ___arguments_7)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_arguments_7() const { return ___arguments_7; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_arguments_7() { return &___arguments_7; } inline void set_arguments_7(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___arguments_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___arguments_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters struct Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters::n BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_1; public: inline static int32_t get_offset_of_n_0() { return static_cast(offsetof(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538, ___n_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_n_0() const { return ___n_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_n_0() { return &___n_0; } inline void set_n_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___n_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_0), (void*)value); } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538, ___g_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_1() const { return ___g_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_1() { return &___g_1; } inline void set_g_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator struct Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::N BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::digest RuntimeObject* ___digest_2; public: inline static int32_t get_offset_of_N_0() { return static_cast(offsetof(Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06, ___N_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_N_0() const { return ___N_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_N_0() { return &___N_0; } inline void set_N_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___N_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___N_0), (void*)value); } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06, ___g_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_1() const { return ___g_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_1() { return &___g_1; } inline void set_g_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_1), (void*)value); } inline static int32_t get_offset_of_digest_2() { return static_cast(offsetof(Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06, ___digest_2)); } inline RuntimeObject* get_digest_2() const { return ___digest_2; } inline RuntimeObject** get_address_of_digest_2() { return &___digest_2; } inline void set_digest_2(RuntimeObject* value) { ___digest_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_2), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers struct TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E : public RuntimeObject { public: public: }; struct TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::TeleTrusTAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TeleTrusTAlgorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD160_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RipeMD128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD128_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RipeMD256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD256_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::TeleTrusTRsaSignatureAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TeleTrusTRsaSignatureAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RsaSignatureWithRipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaSignatureWithRipeMD160_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RsaSignatureWithRipeMD128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaSignatureWithRipeMD128_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RsaSignatureWithRipeMD256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaSignatureWithRipeMD256_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::ECSign DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECSign_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::ECSignWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECSignWithSha1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::ECSignWithRipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECSignWithRipeMD160_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::EccBrainpool DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EccBrainpool_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::EllipticCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EllipticCurve_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::VersionOne DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___VersionOne_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP160R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP160R1_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP160T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP160T1_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP192R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP192R1_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP192T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP192T1_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP224R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP224R1_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP224T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP224T1_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP256R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP256R1_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP256T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP256T1_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP320R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP320R1_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP320T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP320T1_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP384R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP384R1_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP384T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP384T1_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP512R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP512R1_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP512T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP512T1_27; public: inline static int32_t get_offset_of_TeleTrusTAlgorithm_0() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___TeleTrusTAlgorithm_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TeleTrusTAlgorithm_0() const { return ___TeleTrusTAlgorithm_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TeleTrusTAlgorithm_0() { return &___TeleTrusTAlgorithm_0; } inline void set_TeleTrusTAlgorithm_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TeleTrusTAlgorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___TeleTrusTAlgorithm_0), (void*)value); } inline static int32_t get_offset_of_RipeMD160_1() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RipeMD160_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD160_1() const { return ___RipeMD160_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD160_1() { return &___RipeMD160_1; } inline void set_RipeMD160_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD160_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD160_1), (void*)value); } inline static int32_t get_offset_of_RipeMD128_2() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RipeMD128_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD128_2() const { return ___RipeMD128_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD128_2() { return &___RipeMD128_2; } inline void set_RipeMD128_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD128_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD128_2), (void*)value); } inline static int32_t get_offset_of_RipeMD256_3() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RipeMD256_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD256_3() const { return ___RipeMD256_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD256_3() { return &___RipeMD256_3; } inline void set_RipeMD256_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD256_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD256_3), (void*)value); } inline static int32_t get_offset_of_TeleTrusTRsaSignatureAlgorithm_4() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___TeleTrusTRsaSignatureAlgorithm_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TeleTrusTRsaSignatureAlgorithm_4() const { return ___TeleTrusTRsaSignatureAlgorithm_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TeleTrusTRsaSignatureAlgorithm_4() { return &___TeleTrusTRsaSignatureAlgorithm_4; } inline void set_TeleTrusTRsaSignatureAlgorithm_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TeleTrusTRsaSignatureAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___TeleTrusTRsaSignatureAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_RsaSignatureWithRipeMD160_5() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RsaSignatureWithRipeMD160_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaSignatureWithRipeMD160_5() const { return ___RsaSignatureWithRipeMD160_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaSignatureWithRipeMD160_5() { return &___RsaSignatureWithRipeMD160_5; } inline void set_RsaSignatureWithRipeMD160_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaSignatureWithRipeMD160_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaSignatureWithRipeMD160_5), (void*)value); } inline static int32_t get_offset_of_RsaSignatureWithRipeMD128_6() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RsaSignatureWithRipeMD128_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaSignatureWithRipeMD128_6() const { return ___RsaSignatureWithRipeMD128_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaSignatureWithRipeMD128_6() { return &___RsaSignatureWithRipeMD128_6; } inline void set_RsaSignatureWithRipeMD128_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaSignatureWithRipeMD128_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaSignatureWithRipeMD128_6), (void*)value); } inline static int32_t get_offset_of_RsaSignatureWithRipeMD256_7() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RsaSignatureWithRipeMD256_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaSignatureWithRipeMD256_7() const { return ___RsaSignatureWithRipeMD256_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaSignatureWithRipeMD256_7() { return &___RsaSignatureWithRipeMD256_7; } inline void set_RsaSignatureWithRipeMD256_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaSignatureWithRipeMD256_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaSignatureWithRipeMD256_7), (void*)value); } inline static int32_t get_offset_of_ECSign_8() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___ECSign_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECSign_8() const { return ___ECSign_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECSign_8() { return &___ECSign_8; } inline void set_ECSign_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECSign_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECSign_8), (void*)value); } inline static int32_t get_offset_of_ECSignWithSha1_9() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___ECSignWithSha1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECSignWithSha1_9() const { return ___ECSignWithSha1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECSignWithSha1_9() { return &___ECSignWithSha1_9; } inline void set_ECSignWithSha1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECSignWithSha1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECSignWithSha1_9), (void*)value); } inline static int32_t get_offset_of_ECSignWithRipeMD160_10() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___ECSignWithRipeMD160_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECSignWithRipeMD160_10() const { return ___ECSignWithRipeMD160_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECSignWithRipeMD160_10() { return &___ECSignWithRipeMD160_10; } inline void set_ECSignWithRipeMD160_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECSignWithRipeMD160_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECSignWithRipeMD160_10), (void*)value); } inline static int32_t get_offset_of_EccBrainpool_11() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___EccBrainpool_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EccBrainpool_11() const { return ___EccBrainpool_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EccBrainpool_11() { return &___EccBrainpool_11; } inline void set_EccBrainpool_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EccBrainpool_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EccBrainpool_11), (void*)value); } inline static int32_t get_offset_of_EllipticCurve_12() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___EllipticCurve_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EllipticCurve_12() const { return ___EllipticCurve_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EllipticCurve_12() { return &___EllipticCurve_12; } inline void set_EllipticCurve_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EllipticCurve_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___EllipticCurve_12), (void*)value); } inline static int32_t get_offset_of_VersionOne_13() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___VersionOne_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_VersionOne_13() const { return ___VersionOne_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_VersionOne_13() { return &___VersionOne_13; } inline void set_VersionOne_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___VersionOne_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___VersionOne_13), (void*)value); } inline static int32_t get_offset_of_BrainpoolP160R1_14() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP160R1_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP160R1_14() const { return ___BrainpoolP160R1_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP160R1_14() { return &___BrainpoolP160R1_14; } inline void set_BrainpoolP160R1_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP160R1_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP160R1_14), (void*)value); } inline static int32_t get_offset_of_BrainpoolP160T1_15() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP160T1_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP160T1_15() const { return ___BrainpoolP160T1_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP160T1_15() { return &___BrainpoolP160T1_15; } inline void set_BrainpoolP160T1_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP160T1_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP160T1_15), (void*)value); } inline static int32_t get_offset_of_BrainpoolP192R1_16() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP192R1_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP192R1_16() const { return ___BrainpoolP192R1_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP192R1_16() { return &___BrainpoolP192R1_16; } inline void set_BrainpoolP192R1_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP192R1_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP192R1_16), (void*)value); } inline static int32_t get_offset_of_BrainpoolP192T1_17() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP192T1_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP192T1_17() const { return ___BrainpoolP192T1_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP192T1_17() { return &___BrainpoolP192T1_17; } inline void set_BrainpoolP192T1_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP192T1_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP192T1_17), (void*)value); } inline static int32_t get_offset_of_BrainpoolP224R1_18() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP224R1_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP224R1_18() const { return ___BrainpoolP224R1_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP224R1_18() { return &___BrainpoolP224R1_18; } inline void set_BrainpoolP224R1_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP224R1_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP224R1_18), (void*)value); } inline static int32_t get_offset_of_BrainpoolP224T1_19() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP224T1_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP224T1_19() const { return ___BrainpoolP224T1_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP224T1_19() { return &___BrainpoolP224T1_19; } inline void set_BrainpoolP224T1_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP224T1_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP224T1_19), (void*)value); } inline static int32_t get_offset_of_BrainpoolP256R1_20() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP256R1_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP256R1_20() const { return ___BrainpoolP256R1_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP256R1_20() { return &___BrainpoolP256R1_20; } inline void set_BrainpoolP256R1_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP256R1_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP256R1_20), (void*)value); } inline static int32_t get_offset_of_BrainpoolP256T1_21() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP256T1_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP256T1_21() const { return ___BrainpoolP256T1_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP256T1_21() { return &___BrainpoolP256T1_21; } inline void set_BrainpoolP256T1_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP256T1_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP256T1_21), (void*)value); } inline static int32_t get_offset_of_BrainpoolP320R1_22() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP320R1_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP320R1_22() const { return ___BrainpoolP320R1_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP320R1_22() { return &___BrainpoolP320R1_22; } inline void set_BrainpoolP320R1_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP320R1_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP320R1_22), (void*)value); } inline static int32_t get_offset_of_BrainpoolP320T1_23() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP320T1_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP320T1_23() const { return ___BrainpoolP320T1_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP320T1_23() { return &___BrainpoolP320T1_23; } inline void set_BrainpoolP320T1_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP320T1_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP320T1_23), (void*)value); } inline static int32_t get_offset_of_BrainpoolP384R1_24() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP384R1_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP384R1_24() const { return ___BrainpoolP384R1_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP384R1_24() { return &___BrainpoolP384R1_24; } inline void set_BrainpoolP384R1_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP384R1_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP384R1_24), (void*)value); } inline static int32_t get_offset_of_BrainpoolP384T1_25() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP384T1_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP384T1_25() const { return ___BrainpoolP384T1_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP384T1_25() { return &___BrainpoolP384T1_25; } inline void set_BrainpoolP384T1_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP384T1_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP384T1_25), (void*)value); } inline static int32_t get_offset_of_BrainpoolP512R1_26() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP512R1_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP512R1_26() const { return ___BrainpoolP512R1_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP512R1_26() { return &___BrainpoolP512R1_26; } inline void set_BrainpoolP512R1_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP512R1_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP512R1_26), (void*)value); } inline static int32_t get_offset_of_BrainpoolP512T1_27() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP512T1_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP512T1_27() const { return ___BrainpoolP512T1_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP512T1_27() { return &___BrainpoolP512T1_27; } inline void set_BrainpoolP512T1_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP512T1_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP512T1_27), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine struct ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::blocksizeBytes int32_t ___blocksizeBytes_14; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::blocksizeWords int32_t ___blocksizeWords_15; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::currentBlock UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___currentBlock_16; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::t UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___t_17; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::kw UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___kw_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine/ThreefishCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::cipher ThreefishCipher_t763777CDDDF5E9BA21908240B12C7297C05BA542 * ___cipher_19; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::forEncryption bool ___forEncryption_20; public: inline static int32_t get_offset_of_blocksizeBytes_14() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___blocksizeBytes_14)); } inline int32_t get_blocksizeBytes_14() const { return ___blocksizeBytes_14; } inline int32_t* get_address_of_blocksizeBytes_14() { return &___blocksizeBytes_14; } inline void set_blocksizeBytes_14(int32_t value) { ___blocksizeBytes_14 = value; } inline static int32_t get_offset_of_blocksizeWords_15() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___blocksizeWords_15)); } inline int32_t get_blocksizeWords_15() const { return ___blocksizeWords_15; } inline int32_t* get_address_of_blocksizeWords_15() { return &___blocksizeWords_15; } inline void set_blocksizeWords_15(int32_t value) { ___blocksizeWords_15 = value; } inline static int32_t get_offset_of_currentBlock_16() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___currentBlock_16)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_currentBlock_16() const { return ___currentBlock_16; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_currentBlock_16() { return &___currentBlock_16; } inline void set_currentBlock_16(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___currentBlock_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentBlock_16), (void*)value); } inline static int32_t get_offset_of_t_17() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___t_17)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_t_17() const { return ___t_17; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_t_17() { return &___t_17; } inline void set_t_17(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___t_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_17), (void*)value); } inline static int32_t get_offset_of_kw_18() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___kw_18)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_kw_18() const { return ___kw_18; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_kw_18() { return &___kw_18; } inline void set_kw_18(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___kw_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___kw_18), (void*)value); } inline static int32_t get_offset_of_cipher_19() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___cipher_19)); } inline ThreefishCipher_t763777CDDDF5E9BA21908240B12C7297C05BA542 * get_cipher_19() const { return ___cipher_19; } inline ThreefishCipher_t763777CDDDF5E9BA21908240B12C7297C05BA542 ** get_address_of_cipher_19() { return &___cipher_19; } inline void set_cipher_19(ThreefishCipher_t763777CDDDF5E9BA21908240B12C7297C05BA542 * value) { ___cipher_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_19), (void*)value); } inline static int32_t get_offset_of_forEncryption_20() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD, ___forEncryption_20)); } inline bool get_forEncryption_20() const { return ___forEncryption_20; } inline bool* get_address_of_forEncryption_20() { return &___forEncryption_20; } inline void set_forEncryption_20(bool value) { ___forEncryption_20 = value; } }; struct ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_StaticFields { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::MOD9 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___MOD9_10; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::MOD17 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___MOD17_11; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::MOD5 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___MOD5_12; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::MOD3 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___MOD3_13; public: inline static int32_t get_offset_of_MOD9_10() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_StaticFields, ___MOD9_10)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_MOD9_10() const { return ___MOD9_10; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_MOD9_10() { return &___MOD9_10; } inline void set_MOD9_10(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___MOD9_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___MOD9_10), (void*)value); } inline static int32_t get_offset_of_MOD17_11() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_StaticFields, ___MOD17_11)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_MOD17_11() const { return ___MOD17_11; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_MOD17_11() { return &___MOD17_11; } inline void set_MOD17_11(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___MOD17_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___MOD17_11), (void*)value); } inline static int32_t get_offset_of_MOD5_12() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_StaticFields, ___MOD5_12)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_MOD5_12() const { return ___MOD5_12; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_MOD5_12() { return &___MOD5_12; } inline void set_MOD5_12(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___MOD5_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___MOD5_12), (void*)value); } inline static int32_t get_offset_of_MOD3_13() { return static_cast(offsetof(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_StaticFields, ___MOD3_13)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_MOD3_13() const { return ___MOD3_13; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_MOD3_13() { return &___MOD3_13; } inline void set_MOD3_13(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___MOD3_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___MOD3_13), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters struct TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters::mGroup Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___mGroup_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters::mVerifier BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___mVerifier_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters::mSalt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mSalt_2; public: inline static int32_t get_offset_of_mGroup_0() { return static_cast(offsetof(TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88, ___mGroup_0)); } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * get_mGroup_0() const { return ___mGroup_0; } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 ** get_address_of_mGroup_0() { return &___mGroup_0; } inline void set_mGroup_0(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * value) { ___mGroup_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mGroup_0), (void*)value); } inline static int32_t get_offset_of_mVerifier_1() { return static_cast(offsetof(TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88, ___mVerifier_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_mVerifier_1() const { return ___mVerifier_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_mVerifier_1() { return &___mVerifier_1; } inline void set_mVerifier_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___mVerifier_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mVerifier_1), (void*)value); } inline static int32_t get_offset_of_mSalt_2() { return static_cast(offsetof(TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88, ___mSalt_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mSalt_2() const { return ___mSalt_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mSalt_2() { return &___mSalt_2; } inline void set_mSalt_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mSalt_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSalt_2), (void*)value); } }; // 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.X509ExtensionBase struct X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.X931Signer struct X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.X931Signer::digest RuntimeObject* ___digest_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.X931Signer::cipher RuntimeObject* ___cipher_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.X931Signer::kParam RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * ___kParam_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.X931Signer::trailer int32_t ___trailer_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.X931Signer::keyBits int32_t ___keyBits_13; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.X931Signer::block ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___block_14; public: inline static int32_t get_offset_of_digest_9() { return static_cast(offsetof(X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B, ___digest_9)); } inline RuntimeObject* get_digest_9() const { return ___digest_9; } inline RuntimeObject** get_address_of_digest_9() { return &___digest_9; } inline void set_digest_9(RuntimeObject* value) { ___digest_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_9), (void*)value); } inline static int32_t get_offset_of_cipher_10() { return static_cast(offsetof(X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B, ___cipher_10)); } inline RuntimeObject* get_cipher_10() const { return ___cipher_10; } inline RuntimeObject** get_address_of_cipher_10() { return &___cipher_10; } inline void set_cipher_10(RuntimeObject* value) { ___cipher_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_10), (void*)value); } inline static int32_t get_offset_of_kParam_11() { return static_cast(offsetof(X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B, ___kParam_11)); } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * get_kParam_11() const { return ___kParam_11; } inline RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 ** get_address_of_kParam_11() { return &___kParam_11; } inline void set_kParam_11(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * value) { ___kParam_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___kParam_11), (void*)value); } inline static int32_t get_offset_of_trailer_12() { return static_cast(offsetof(X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B, ___trailer_12)); } inline int32_t get_trailer_12() const { return ___trailer_12; } inline int32_t* get_address_of_trailer_12() { return &___trailer_12; } inline void set_trailer_12(int32_t value) { ___trailer_12 = value; } inline static int32_t get_offset_of_keyBits_13() { return static_cast(offsetof(X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B, ___keyBits_13)); } inline int32_t get_keyBits_13() const { return ___keyBits_13; } inline int32_t* get_address_of_keyBits_13() { return &___keyBits_13; } inline void set_keyBits_13(int32_t value) { ___keyBits_13 = value; } inline static int32_t get_offset_of_block_14() { return static_cast(offsetof(X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B, ___block_14)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_block_14() const { return ___block_14; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_block_14() { return &___block_14; } inline void set_block_14(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___block_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___block_14), (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); } }; // SimulateMouseController/<>c struct U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413 : public RuntimeObject { public: public: }; struct U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413_StaticFields { public: // SimulateMouseController/<>c SimulateMouseController/<>c::<>9 U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413 * ___U3CU3E9_0; // UnityEngine.Events.UnityAction`2 SimulateMouseController/<>c::<>9__1_0 UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * ___U3CU3E9__1_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__1_0_1() { return static_cast(offsetof(U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413_StaticFields, ___U3CU3E9__1_0_1)); } inline UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * get_U3CU3E9__1_0_1() const { return ___U3CU3E9__1_0_1; } inline UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 ** get_address_of_U3CU3E9__1_0_1() { return &___U3CU3E9__1_0_1; } inline void set_U3CU3E9__1_0_1(UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * value) { ___U3CU3E9__1_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__1_0_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Configuration struct Configuration_tC93D13807702A305CF331D3BED035A774F64257A : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Configuration::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_0; public: inline static int32_t get_offset_of_bytes_0() { return static_cast(offsetof(Configuration_tC93D13807702A305CF331D3BED035A774F64257A, ___bytes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_0() const { return ___bytes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_0() { return &___bytes_0; } inline void set_bytes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter struct Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter::type int32_t ___type_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter::value ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF, ___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(Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF, ___value_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_value_1() const { return ___value_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_value_1() { return &___value_1; } inline void set_value_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI struct UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UbiTweak BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI::tweak UbiTweak_t9BB5A6D05DB46A144130255F6B89CD72FBD162D3 * ___tweak_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI::engine SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * ___engine_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI::currentBlock ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___currentBlock_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI::currentOffset int32_t ___currentOffset_3; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI::message UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___message_4; public: inline static int32_t get_offset_of_tweak_0() { return static_cast(offsetof(UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC, ___tweak_0)); } inline UbiTweak_t9BB5A6D05DB46A144130255F6B89CD72FBD162D3 * get_tweak_0() const { return ___tweak_0; } inline UbiTweak_t9BB5A6D05DB46A144130255F6B89CD72FBD162D3 ** get_address_of_tweak_0() { return &___tweak_0; } inline void set_tweak_0(UbiTweak_t9BB5A6D05DB46A144130255F6B89CD72FBD162D3 * value) { ___tweak_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweak_0), (void*)value); } inline static int32_t get_offset_of_engine_1() { return static_cast(offsetof(UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC, ___engine_1)); } inline SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * get_engine_1() const { return ___engine_1; } inline SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB ** get_address_of_engine_1() { return &___engine_1; } inline void set_engine_1(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * value) { ___engine_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_1), (void*)value); } inline static int32_t get_offset_of_currentBlock_2() { return static_cast(offsetof(UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC, ___currentBlock_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_currentBlock_2() const { return ___currentBlock_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_currentBlock_2() { return &___currentBlock_2; } inline void set_currentBlock_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___currentBlock_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentBlock_2), (void*)value); } inline static int32_t get_offset_of_currentOffset_3() { return static_cast(offsetof(UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC, ___currentOffset_3)); } inline int32_t get_currentOffset_3() const { return ___currentOffset_3; } inline int32_t* get_address_of_currentOffset_3() { return &___currentOffset_3; } inline void set_currentOffset_3(int32_t value) { ___currentOffset_3 = value; } inline static int32_t get_offset_of_message_4() { return static_cast(offsetof(UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC, ___message_4)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_message_4() const { return ___message_4; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_message_4() { return &___message_4; } inline void set_message_4(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___message_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters/Builder struct Builder_t2E67E72692269CC17DD5068C0240E6BAA3AA1E7C : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters/Builder::parameters RuntimeObject* ___parameters_0; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(Builder_t2E67E72692269CC17DD5068C0240E6BAA3AA1E7C, ___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); } }; // UnityStandardAssets.Vehicles.Car.SkidTrail/d__1 struct U3CStartU3Ed__1_tC0A64744D6FDCA1AE114A1F2671F010A81C657EF : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Vehicles.Car.SkidTrail/d__1::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Vehicles.Car.SkidTrail/d__1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Vehicles.Car.SkidTrail UnityStandardAssets.Vehicles.Car.SkidTrail/d__1::<>4__this SkidTrail_t6A2242DEDB54B75C0A8D197C86315CC5CA9E8D6E * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartU3Ed__1_tC0A64744D6FDCA1AE114A1F2671F010A81C657EF, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CStartU3Ed__1_tC0A64744D6FDCA1AE114A1F2671F010A81C657EF, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CStartU3Ed__1_tC0A64744D6FDCA1AE114A1F2671F010A81C657EF, ___U3CU3E4__this_2)); } inline SkidTrail_t6A2242DEDB54B75C0A8D197C86315CC5CA9E8D6E * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline SkidTrail_t6A2242DEDB54B75C0A8D197C86315CC5CA9E8D6E ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(SkidTrail_t6A2242DEDB54B75C0A8D197C86315CC5CA9E8D6E * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // BestHTTP.Examples.SocketIOChatSample/<>c struct U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336 : public RuntimeObject { public: public: }; struct U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336_StaticFields { public: // BestHTTP.Examples.SocketIOChatSample/<>c BestHTTP.Examples.SocketIOChatSample/<>c::<>9 U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336 * ___U3CU3E9_0; // BestHTTP.SocketIO.Events.SocketIOCallback BestHTTP.Examples.SocketIOChatSample/<>c::<>9__11_0 SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___U3CU3E9__11_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__11_0_1() { return static_cast(offsetof(U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336_StaticFields, ___U3CU3E9__11_0_1)); } inline SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * get_U3CU3E9__11_0_1() const { return ___U3CU3E9__11_0_1; } inline SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE ** get_address_of_U3CU3E9__11_0_1() { return &___U3CU3E9__11_0_1; } inline void set_U3CU3E9__11_0_1(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * value) { ___U3CU3E9__11_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__11_0_1), (void*)value); } }; // BestHTTP.Examples.SocketIOChatSample/<>c__DisplayClass23_0 struct U3CU3Ec__DisplayClass23_0_t60F19EADFAC744A28D82342AE890FB24FB54E88E : public RuntimeObject { public: // System.String BestHTTP.Examples.SocketIOChatSample/<>c__DisplayClass23_0::username String_t* ___username_0; public: inline static int32_t get_offset_of_username_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass23_0_t60F19EADFAC744A28D82342AE890FB24FB54E88E, ___username_0)); } inline String_t* get_username_0() const { return ___username_0; } inline String_t** get_address_of_username_0() { return &___username_0; } inline void set_username_0(String_t* value) { ___username_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___username_0), (void*)value); } }; // JC.SocketIO.SocketIOClient/DataPack struct DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C : public RuntimeObject { public: // System.Int32 JC.SocketIO.SocketIOClient/DataPack::type int32_t ___type_0; // System.String JC.SocketIO.SocketIOClient/DataPack::func String_t* ___func_1; // System.Object[] JC.SocketIO.SocketIOClient/DataPack::args ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C, ___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_func_1() { return static_cast(offsetof(DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C, ___func_1)); } inline String_t* get_func_1() const { return ___func_1; } inline String_t** get_address_of_func_1() { return &___func_1; } inline void set_func_1(String_t* value) { ___func_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___func_1), (void*)value); } inline static int32_t get_offset_of_args_2() { return static_cast(offsetof(DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C, ___args_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_args_2() const { return ___args_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_args_2() { return &___args_2; } inline void set_args_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___args_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_2), (void*)value); } }; // BestHTTP.Examples.SocketIOWePlaySample/<>c struct U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F : public RuntimeObject { public: public: }; struct U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F_StaticFields { public: // BestHTTP.Examples.SocketIOWePlaySample/<>c BestHTTP.Examples.SocketIOWePlaySample/<>c::<>9 U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F * ___U3CU3E9_0; // System.Action BestHTTP.Examples.SocketIOWePlaySample/<>c::<>9__15_0 Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___U3CU3E9__15_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__15_0_1() { return static_cast(offsetof(U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F_StaticFields, ___U3CU3E9__15_0_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_U3CU3E9__15_0_1() const { return ___U3CU3E9__15_0_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_U3CU3E9__15_0_1() { return &___U3CU3E9__15_0_1; } inline void set_U3CU3E9__15_0_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___U3CU3E9__15_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__15_0_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::parameters Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters_3; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___algorithm_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithm_2() const { return ___algorithm_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___parameters_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_parameters_3() const { return ___parameters_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509 struct AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509::attrType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___attrType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509::attrValues Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attrValues_3; public: inline static int32_t get_offset_of_attrType_2() { return static_cast(offsetof(AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA, ___attrType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_attrType_2() const { return ___attrType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_attrType_2() { return &___attrType_2; } inline void set_attrType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___attrType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrType_2), (void*)value); } inline static int32_t get_offset_of_attrValues_3() { return static_cast(offsetof(AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA, ___attrValues_3)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_attrValues_3() const { return ___attrValues_3; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_attrValues_3() { return &___attrValues_3; } inline void set_attrValues_3(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___attrValues_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrValues_3), (void*)value); } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID struct CertID_t945D399859D8DB2523029689FA453B19136D40F0 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::hashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::issuerNameHash Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___issuerNameHash_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::issuerKeyHash Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___issuerKeyHash_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_5; public: inline static int32_t get_offset_of_hashAlgorithm_2() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___hashAlgorithm_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_hashAlgorithm_2() const { return ___hashAlgorithm_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_hashAlgorithm_2() { return &___hashAlgorithm_2; } inline void set_hashAlgorithm_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___hashAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashAlgorithm_2), (void*)value); } inline static int32_t get_offset_of_issuerNameHash_3() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___issuerNameHash_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_issuerNameHash_3() const { return ___issuerNameHash_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_issuerNameHash_3() { return &___issuerNameHash_3; } inline void set_issuerNameHash_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___issuerNameHash_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerNameHash_3), (void*)value); } inline static int32_t get_offset_of_issuerKeyHash_4() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___issuerKeyHash_4)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_issuerKeyHash_4() const { return ___issuerKeyHash_4; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_issuerKeyHash_4() { return &___issuerKeyHash_4; } inline void set_issuerKeyHash_4(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___issuerKeyHash_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerKeyHash_4), (void*)value); } inline static int32_t get_offset_of_serialNumber_5() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___serialNumber_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_5() const { return ___serialNumber_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_5() { return &___serialNumber_5; } inline void set_serialNumber_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus struct CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::tagNo int32_t ___tagNo_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::value Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___value_3; public: inline static int32_t get_offset_of_tagNo_2() { return static_cast(offsetof(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9, ___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_value_3() { return static_cast(offsetof(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9, ___value_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_value_3() const { return ___value_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID struct EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID::certHash Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___certHash_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID::issuerSerial IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * ___issuerSerial_3; public: inline static int32_t get_offset_of_certHash_2() { return static_cast(offsetof(EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD, ___certHash_2)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_certHash_2() const { return ___certHash_2; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_certHash_2() { return &___certHash_2; } inline void set_certHash_2(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___certHash_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certHash_2), (void*)value); } inline static int32_t get_offset_of_issuerSerial_3() { return static_cast(offsetof(EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD, ___issuerSerial_3)); } inline IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * get_issuerSerial_3() const { return ___issuerSerial_3; } inline IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 ** get_address_of_issuerSerial_3() { return &___issuerSerial_3; } inline void set_issuerSerial_3(IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * value) { ___issuerSerial_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerSerial_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2 struct EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::hashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::certHash ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___certHash_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::issuerSerial IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * ___issuerSerial_4; public: inline static int32_t get_offset_of_hashAlgorithm_2() { return static_cast(offsetof(EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6, ___hashAlgorithm_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_hashAlgorithm_2() const { return ___hashAlgorithm_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_hashAlgorithm_2() { return &___hashAlgorithm_2; } inline void set_hashAlgorithm_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___hashAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashAlgorithm_2), (void*)value); } inline static int32_t get_offset_of_certHash_3() { return static_cast(offsetof(EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6, ___certHash_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_certHash_3() const { return ___certHash_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_certHash_3() { return &___certHash_3; } inline void set_certHash_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___certHash_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certHash_3), (void*)value); } inline static int32_t get_offset_of_issuerSerial_4() { return static_cast(offsetof(EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6, ___issuerSerial_4)); } inline IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * get_issuerSerial_4() const { return ___issuerSerial_4; } inline IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 ** get_address_of_issuerSerial_4() { return &___issuerSerial_4; } inline void set_issuerSerial_4(IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * value) { ___issuerSerial_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerSerial_4), (void*)value); } }; struct EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::DefaultAlgID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___DefaultAlgID_5; public: inline static int32_t get_offset_of_DefaultAlgID_5() { return static_cast(offsetof(EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_StaticFields, ___DefaultAlgID_5)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_DefaultAlgID_5() const { return ___DefaultAlgID_5; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_DefaultAlgID_5() { return &___DefaultAlgID_5; } inline void set_DefaultAlgID_5(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___DefaultAlgID_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultAlgID_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::tag int32_t ___tag_12; public: inline static int32_t get_offset_of_obj_11() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___obj_11)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_11() const { return ___obj_11; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_11() { return &___obj_11; } inline void set_obj_11(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_11), (void*)value); } inline static int32_t get_offset_of_tag_12() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___tag_12)); } inline int32_t get_tag_12() const { return ___tag_12; } inline int32_t* get_address_of_tag_12() { return &___tag_12; } inline void set_tag_12(int32_t value) { ___tag_12 = value; } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest struct MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::H4 uint32_t ___H4_8; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_9; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::xOff int32_t ___xOff_10; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___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(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___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(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___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(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___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_X_9() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___X_9)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_9() const { return ___X_9; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_9() { return &___X_9; } inline void set_X_9(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_9), (void*)value); } inline static int32_t get_offset_of_xOff_10() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B, ___xOff_10)); } inline int32_t get_xOff_10() const { return ___xOff_10; } inline int32_t* get_address_of_xOff_10() { return &___xOff_10; } inline void set_xOff_10(int32_t value) { ___xOff_10 = value; } }; struct MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S11 int32_t ___S11_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S12 int32_t ___S12_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S13 int32_t ___S13_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S14 int32_t ___S14_14; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S21 int32_t ___S21_15; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S22 int32_t ___S22_16; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S23 int32_t ___S23_17; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S24 int32_t ___S24_18; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S31 int32_t ___S31_19; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S32 int32_t ___S32_20; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S33 int32_t ___S33_21; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S34 int32_t ___S34_22; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S41 int32_t ___S41_23; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S42 int32_t ___S42_24; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S43 int32_t ___S43_25; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::S44 int32_t ___S44_26; public: inline static int32_t get_offset_of_S11_11() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S11_11)); } inline int32_t get_S11_11() const { return ___S11_11; } inline int32_t* get_address_of_S11_11() { return &___S11_11; } inline void set_S11_11(int32_t value) { ___S11_11 = value; } inline static int32_t get_offset_of_S12_12() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S12_12)); } inline int32_t get_S12_12() const { return ___S12_12; } inline int32_t* get_address_of_S12_12() { return &___S12_12; } inline void set_S12_12(int32_t value) { ___S12_12 = value; } inline static int32_t get_offset_of_S13_13() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S13_13)); } inline int32_t get_S13_13() const { return ___S13_13; } inline int32_t* get_address_of_S13_13() { return &___S13_13; } inline void set_S13_13(int32_t value) { ___S13_13 = value; } inline static int32_t get_offset_of_S14_14() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S14_14)); } inline int32_t get_S14_14() const { return ___S14_14; } inline int32_t* get_address_of_S14_14() { return &___S14_14; } inline void set_S14_14(int32_t value) { ___S14_14 = value; } inline static int32_t get_offset_of_S21_15() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S21_15)); } inline int32_t get_S21_15() const { return ___S21_15; } inline int32_t* get_address_of_S21_15() { return &___S21_15; } inline void set_S21_15(int32_t value) { ___S21_15 = value; } inline static int32_t get_offset_of_S22_16() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S22_16)); } inline int32_t get_S22_16() const { return ___S22_16; } inline int32_t* get_address_of_S22_16() { return &___S22_16; } inline void set_S22_16(int32_t value) { ___S22_16 = value; } inline static int32_t get_offset_of_S23_17() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S23_17)); } inline int32_t get_S23_17() const { return ___S23_17; } inline int32_t* get_address_of_S23_17() { return &___S23_17; } inline void set_S23_17(int32_t value) { ___S23_17 = value; } inline static int32_t get_offset_of_S24_18() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S24_18)); } inline int32_t get_S24_18() const { return ___S24_18; } inline int32_t* get_address_of_S24_18() { return &___S24_18; } inline void set_S24_18(int32_t value) { ___S24_18 = value; } inline static int32_t get_offset_of_S31_19() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S31_19)); } inline int32_t get_S31_19() const { return ___S31_19; } inline int32_t* get_address_of_S31_19() { return &___S31_19; } inline void set_S31_19(int32_t value) { ___S31_19 = value; } inline static int32_t get_offset_of_S32_20() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S32_20)); } inline int32_t get_S32_20() const { return ___S32_20; } inline int32_t* get_address_of_S32_20() { return &___S32_20; } inline void set_S32_20(int32_t value) { ___S32_20 = value; } inline static int32_t get_offset_of_S33_21() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S33_21)); } inline int32_t get_S33_21() const { return ___S33_21; } inline int32_t* get_address_of_S33_21() { return &___S33_21; } inline void set_S33_21(int32_t value) { ___S33_21 = value; } inline static int32_t get_offset_of_S34_22() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S34_22)); } inline int32_t get_S34_22() const { return ___S34_22; } inline int32_t* get_address_of_S34_22() { return &___S34_22; } inline void set_S34_22(int32_t value) { ___S34_22 = value; } inline static int32_t get_offset_of_S41_23() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S41_23)); } inline int32_t get_S41_23() const { return ___S41_23; } inline int32_t* get_address_of_S41_23() { return &___S41_23; } inline void set_S41_23(int32_t value) { ___S41_23 = value; } inline static int32_t get_offset_of_S42_24() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S42_24)); } inline int32_t get_S42_24() const { return ___S42_24; } inline int32_t* get_address_of_S42_24() { return &___S42_24; } inline void set_S42_24(int32_t value) { ___S42_24 = value; } inline static int32_t get_offset_of_S43_25() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S43_25)); } inline int32_t get_S43_25() const { return ___S43_25; } inline int32_t* get_address_of_S43_25() { return &___S43_25; } inline void set_S43_25(int32_t value) { ___S43_25 = value; } inline static int32_t get_offset_of_S44_26() { return static_cast(offsetof(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_StaticFields, ___S44_26)); } inline int32_t get_S44_26() const { return ___S44_26; } inline int32_t* get_address_of_S44_26() { return &___S44_26; } inline void set_S44_26(int32_t value) { ___S44_26 = value; } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation struct PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation::policyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___policyIdentifier_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation::policyQualifiers Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___policyQualifiers_3; public: inline static int32_t get_offset_of_policyIdentifier_2() { return static_cast(offsetof(PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15, ___policyIdentifier_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_policyIdentifier_2() const { return ___policyIdentifier_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_policyIdentifier_2() { return &___policyIdentifier_2; } inline void set_policyIdentifier_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___policyIdentifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___policyIdentifier_2), (void*)value); } inline static int32_t get_offset_of_policyQualifiers_3() { return static_cast(offsetof(PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15, ___policyQualifiers_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_policyQualifiers_3() const { return ___policyQualifiers_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_policyQualifiers_3() { return &___policyQualifiers_3; } inline void set_policyQualifiers_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___policyQualifiers_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___policyQualifiers_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.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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo struct RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::revocationTime DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___revocationTime_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlReason BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::revocationReason CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * ___revocationReason_3; public: inline static int32_t get_offset_of_revocationTime_2() { return static_cast(offsetof(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481, ___revocationTime_2)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_revocationTime_2() const { return ___revocationTime_2; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_revocationTime_2() { return &___revocationTime_2; } inline void set_revocationTime_2(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___revocationTime_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationTime_2), (void*)value); } inline static int32_t get_offset_of_revocationReason_3() { return static_cast(offsetof(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481, ___revocationReason_3)); } inline CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * get_revocationReason_3() const { return ___revocationReason_3; } inline CrlReason_tB131133C86AC20505F7A205D6059101D28944693 ** get_address_of_revocationReason_3() { return &___revocationReason_3; } inline void set_revocationReason_3(CrlReason_tB131133C86AC20505F7A205D6059101D28944693 * value) { ___revocationReason_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationReason_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus struct RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 : public CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus::info RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * ___info_1; public: inline static int32_t get_offset_of_info_1() { return static_cast(offsetof(RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121, ___info_1)); } inline RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * get_info_1() const { return ___info_1; } inline RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 ** get_address_of_info_1() { return &___info_1; } inline void set_info_1(RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * value) { ___info_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest struct RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H0 int32_t ___H0_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H1 int32_t ___H1_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H2 int32_t ___H2_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H3 int32_t ___H3_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::H4 int32_t ___H4_9; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::X Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___X_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::xOff int32_t ___xOff_11; public: inline static int32_t get_offset_of_H0_5() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H0_5)); } inline int32_t get_H0_5() const { return ___H0_5; } inline int32_t* get_address_of_H0_5() { return &___H0_5; } inline void set_H0_5(int32_t value) { ___H0_5 = value; } inline static int32_t get_offset_of_H1_6() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H1_6)); } inline int32_t get_H1_6() const { return ___H1_6; } inline int32_t* get_address_of_H1_6() { return &___H1_6; } inline void set_H1_6(int32_t value) { ___H1_6 = value; } inline static int32_t get_offset_of_H2_7() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H2_7)); } inline int32_t get_H2_7() const { return ___H2_7; } inline int32_t* get_address_of_H2_7() { return &___H2_7; } inline void set_H2_7(int32_t value) { ___H2_7 = value; } inline static int32_t get_offset_of_H3_8() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H3_8)); } inline int32_t get_H3_8() const { return ___H3_8; } inline int32_t* get_address_of_H3_8() { return &___H3_8; } inline void set_H3_8(int32_t value) { ___H3_8 = value; } inline static int32_t get_offset_of_H4_9() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___H4_9)); } inline int32_t get_H4_9() const { return ___H4_9; } inline int32_t* get_address_of_H4_9() { return &___H4_9; } inline void set_H4_9(int32_t value) { ___H4_9 = value; } inline static int32_t get_offset_of_X_10() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___X_10)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_X_10() const { return ___X_10; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_X_10() { return &___X_10; } inline void set_X_10(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___X_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_10), (void*)value); } inline static int32_t get_offset_of_xOff_11() { return static_cast(offsetof(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB, ___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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters struct RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::hashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::maskGenAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___maskGenAlgorithm_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::saltLength DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___saltLength_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::trailerField DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___trailerField_5; public: inline static int32_t get_offset_of_hashAlgorithm_2() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69, ___hashAlgorithm_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_hashAlgorithm_2() const { return ___hashAlgorithm_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_hashAlgorithm_2() { return &___hashAlgorithm_2; } inline void set_hashAlgorithm_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___hashAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashAlgorithm_2), (void*)value); } inline static int32_t get_offset_of_maskGenAlgorithm_3() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69, ___maskGenAlgorithm_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_maskGenAlgorithm_3() const { return ___maskGenAlgorithm_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_maskGenAlgorithm_3() { return &___maskGenAlgorithm_3; } inline void set_maskGenAlgorithm_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___maskGenAlgorithm_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___maskGenAlgorithm_3), (void*)value); } inline static int32_t get_offset_of_saltLength_4() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69, ___saltLength_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_saltLength_4() const { return ___saltLength_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_saltLength_4() { return &___saltLength_4; } inline void set_saltLength_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___saltLength_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___saltLength_4), (void*)value); } inline static int32_t get_offset_of_trailerField_5() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69, ___trailerField_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_trailerField_5() const { return ___trailerField_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_trailerField_5() { return &___trailerField_5; } inline void set_trailerField_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___trailerField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___trailerField_5), (void*)value); } }; struct RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::DefaultHashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___DefaultHashAlgorithm_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::DefaultMaskGenFunction AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___DefaultMaskGenFunction_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::DefaultSaltLength DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___DefaultSaltLength_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::DefaultTrailerField DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___DefaultTrailerField_9; public: inline static int32_t get_offset_of_DefaultHashAlgorithm_6() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields, ___DefaultHashAlgorithm_6)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_DefaultHashAlgorithm_6() const { return ___DefaultHashAlgorithm_6; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_DefaultHashAlgorithm_6() { return &___DefaultHashAlgorithm_6; } inline void set_DefaultHashAlgorithm_6(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___DefaultHashAlgorithm_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultHashAlgorithm_6), (void*)value); } inline static int32_t get_offset_of_DefaultMaskGenFunction_7() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields, ___DefaultMaskGenFunction_7)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_DefaultMaskGenFunction_7() const { return ___DefaultMaskGenFunction_7; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_DefaultMaskGenFunction_7() { return &___DefaultMaskGenFunction_7; } inline void set_DefaultMaskGenFunction_7(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___DefaultMaskGenFunction_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultMaskGenFunction_7), (void*)value); } inline static int32_t get_offset_of_DefaultSaltLength_8() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields, ___DefaultSaltLength_8)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_DefaultSaltLength_8() const { return ___DefaultSaltLength_8; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_DefaultSaltLength_8() { return &___DefaultSaltLength_8; } inline void set_DefaultSaltLength_8(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___DefaultSaltLength_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultSaltLength_8), (void*)value); } inline static int32_t get_offset_of_DefaultTrailerField_9() { return static_cast(offsetof(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_StaticFields, ___DefaultTrailerField_9)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_DefaultTrailerField_9() const { return ___DefaultTrailerField_9; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_DefaultTrailerField_9() { return &___DefaultTrailerField_9; } inline void set_DefaultTrailerField_9(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___DefaultTrailerField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultTrailerField_9), (void*)value); } }; // UnityEngine.SceneManagement.Scene struct Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE { public: // System.Int32 UnityEngine.SceneManagement.Scene::m_Handle int32_t ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE, ___m_Handle_0)); } inline int32_t get_m_Handle_0() const { return ___m_Handle_0; } inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(int32_t value) { ___m_Handle_0 = value; } }; // 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificate struct SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificate::certs Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___certs_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificate::policies Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___policies_3; public: inline static int32_t get_offset_of_certs_2() { return static_cast(offsetof(SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22, ___certs_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_certs_2() const { return ___certs_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_certs_2() { return &___certs_2; } inline void set_certs_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___certs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certs_2), (void*)value); } inline static int32_t get_offset_of_policies_3() { return static_cast(offsetof(SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22, ___policies_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_policies_3() const { return ___policies_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_policies_3() { return &___policies_3; } inline void set_policies_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___policies_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___policies_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2 struct SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2::certs Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___certs_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2::policies Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___policies_3; public: inline static int32_t get_offset_of_certs_2() { return static_cast(offsetof(SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD, ___certs_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_certs_2() const { return ___certs_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_certs_2() { return &___certs_2; } inline void set_certs_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___certs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certs_2), (void*)value); } inline static int32_t get_offset_of_policies_3() { return static_cast(offsetof(SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD, ___policies_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_policies_3() const { return ___policies_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_policies_3() { return &___policies_3; } inline void set_policies_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___policies_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___policies_3), (void*)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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo struct SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo::pubMethod DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___pubMethod_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo::pubLocation GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___pubLocation_3; public: inline static int32_t get_offset_of_pubMethod_2() { return static_cast(offsetof(SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6, ___pubMethod_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_pubMethod_2() const { return ___pubMethod_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_pubMethod_2() { return &___pubMethod_2; } inline void set_pubMethod_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___pubMethod_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubMethod_2), (void*)value); } inline static int32_t get_offset_of_pubLocation_3() { return static_cast(offsetof(SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6, ___pubLocation_3)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_pubLocation_3() const { return ___pubLocation_3; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_pubLocation_3() { return &___pubLocation_3; } inline void set_pubLocation_3(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___pubLocation_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubLocation_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp struct SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp::resp SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * ___resp_0; public: inline static int32_t get_offset_of_resp_0() { return static_cast(offsetof(SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF, ___resp_0)); } inline SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * get_resp_0() const { return ___resp_0; } inline SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 ** get_address_of_resp_0() { return &___resp_0; } inline void set_resp_0(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * value) { ___resp_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___resp_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse struct SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::certID CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___certID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::certStatus CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * ___certStatus_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::thisUpdate DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___thisUpdate_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::nextUpdate DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___nextUpdate_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::singleExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___singleExtensions_6; public: inline static int32_t get_offset_of_certID_2() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___certID_2)); } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 * get_certID_2() const { return ___certID_2; } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 ** get_address_of_certID_2() { return &___certID_2; } inline void set_certID_2(CertID_t945D399859D8DB2523029689FA453B19136D40F0 * value) { ___certID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certID_2), (void*)value); } inline static int32_t get_offset_of_certStatus_3() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___certStatus_3)); } inline CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * get_certStatus_3() const { return ___certStatus_3; } inline CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 ** get_address_of_certStatus_3() { return &___certStatus_3; } inline void set_certStatus_3(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * value) { ___certStatus_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certStatus_3), (void*)value); } inline static int32_t get_offset_of_thisUpdate_4() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___thisUpdate_4)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_thisUpdate_4() const { return ___thisUpdate_4; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_thisUpdate_4() { return &___thisUpdate_4; } inline void set_thisUpdate_4(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___thisUpdate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___thisUpdate_4), (void*)value); } inline static int32_t get_offset_of_nextUpdate_5() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___nextUpdate_5)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_nextUpdate_5() const { return ___nextUpdate_5; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_nextUpdate_5() { return &___nextUpdate_5; } inline void set_nextUpdate_5(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___nextUpdate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextUpdate_5), (void*)value); } inline static int32_t get_offset_of_singleExtensions_6() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___singleExtensions_6)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_singleExtensions_6() const { return ___singleExtensions_6; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_singleExtensions_6() { return &___singleExtensions_6; } inline void set_singleExtensions_6(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___singleExtensions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___singleExtensions_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities struct SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::capabilities Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___capabilities_13; public: inline static int32_t get_offset_of_capabilities_13() { return static_cast(offsetof(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64, ___capabilities_13)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_capabilities_13() const { return ___capabilities_13; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_capabilities_13() { return &___capabilities_13; } inline void set_capabilities_13(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___capabilities_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___capabilities_13), (void*)value); } }; struct SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::PreferSignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PreferSignedData_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::CannotDecryptAny DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CannotDecryptAny_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::SmimeCapabilitesVersions DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SmimeCapabilitesVersions_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::Aes256Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Aes256Cbc_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::Aes192Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Aes192Cbc_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::Aes128Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Aes128Cbc_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::IdeaCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdeaCbc_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::Cast5Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Cast5Cbc_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::DesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesCbc_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::DesEde3Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde3Cbc_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::RC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RC2Cbc_12; public: inline static int32_t get_offset_of_PreferSignedData_2() { return static_cast(offsetof(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields, ___PreferSignedData_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PreferSignedData_2() const { return ___PreferSignedData_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PreferSignedData_2() { return &___PreferSignedData_2; } inline void set_PreferSignedData_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PreferSignedData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___PreferSignedData_2), (void*)value); } inline static int32_t get_offset_of_CannotDecryptAny_3() { return static_cast(offsetof(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields, ___CannotDecryptAny_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CannotDecryptAny_3() const { return ___CannotDecryptAny_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CannotDecryptAny_3() { return &___CannotDecryptAny_3; } inline void set_CannotDecryptAny_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CannotDecryptAny_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___CannotDecryptAny_3), (void*)value); } inline static int32_t get_offset_of_SmimeCapabilitesVersions_4() { return static_cast(offsetof(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields, ___SmimeCapabilitesVersions_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SmimeCapabilitesVersions_4() const { return ___SmimeCapabilitesVersions_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SmimeCapabilitesVersions_4() { return &___SmimeCapabilitesVersions_4; } inline void set_SmimeCapabilitesVersions_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SmimeCapabilitesVersions_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmimeCapabilitesVersions_4), (void*)value); } inline static int32_t get_offset_of_Aes256Cbc_5() { return static_cast(offsetof(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields, ___Aes256Cbc_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Aes256Cbc_5() const { return ___Aes256Cbc_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Aes256Cbc_5() { return &___Aes256Cbc_5; } inline void set_Aes256Cbc_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Aes256Cbc_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes256Cbc_5), (void*)value); } inline static int32_t get_offset_of_Aes192Cbc_6() { return static_cast(offsetof(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields, ___Aes192Cbc_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Aes192Cbc_6() const { return ___Aes192Cbc_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Aes192Cbc_6() { return &___Aes192Cbc_6; } inline void set_Aes192Cbc_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Aes192Cbc_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes192Cbc_6), (void*)value); } inline static int32_t get_offset_of_Aes128Cbc_7() { return static_cast(offsetof(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields, ___Aes128Cbc_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Aes128Cbc_7() const { return ___Aes128Cbc_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Aes128Cbc_7() { return &___Aes128Cbc_7; } inline void set_Aes128Cbc_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Aes128Cbc_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Aes128Cbc_7), (void*)value); } inline static int32_t get_offset_of_IdeaCbc_8() { return static_cast(offsetof(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields, ___IdeaCbc_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdeaCbc_8() const { return ___IdeaCbc_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdeaCbc_8() { return &___IdeaCbc_8; } inline void set_IdeaCbc_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdeaCbc_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdeaCbc_8), (void*)value); } inline static int32_t get_offset_of_Cast5Cbc_9() { return static_cast(offsetof(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields, ___Cast5Cbc_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Cast5Cbc_9() const { return ___Cast5Cbc_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Cast5Cbc_9() { return &___Cast5Cbc_9; } inline void set_Cast5Cbc_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Cast5Cbc_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Cast5Cbc_9), (void*)value); } inline static int32_t get_offset_of_DesCbc_10() { return static_cast(offsetof(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields, ___DesCbc_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesCbc_10() const { return ___DesCbc_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesCbc_10() { return &___DesCbc_10; } inline void set_DesCbc_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesCbc_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesCbc_10), (void*)value); } inline static int32_t get_offset_of_DesEde3Cbc_11() { return static_cast(offsetof(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields, ___DesEde3Cbc_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde3Cbc_11() const { return ___DesEde3Cbc_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde3Cbc_11() { return &___DesEde3Cbc_11; } inline void set_DesEde3Cbc_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde3Cbc_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Cbc_11), (void*)value); } inline static int32_t get_offset_of_RC2Cbc_12() { return static_cast(offsetof(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields, ___RC2Cbc_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RC2Cbc_12() const { return ___RC2Cbc_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RC2Cbc_12() { return &___RC2Cbc_12; } inline void set_RC2Cbc_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RC2Cbc_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___RC2Cbc_12), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability struct SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::capabilityID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___capabilityID_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::parameters Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___parameters_9; public: inline static int32_t get_offset_of_capabilityID_8() { return static_cast(offsetof(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3, ___capabilityID_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_capabilityID_8() const { return ___capabilityID_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_capabilityID_8() { return &___capabilityID_8; } inline void set_capabilityID_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___capabilityID_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___capabilityID_8), (void*)value); } inline static int32_t get_offset_of_parameters_9() { return static_cast(offsetof(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3, ___parameters_9)); } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * get_parameters_9() const { return ___parameters_9; } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC ** get_address_of_parameters_9() { return &___parameters_9; } inline void set_parameters_9(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * value) { ___parameters_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_9), (void*)value); } }; struct SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::PreferSignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PreferSignedData_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::CannotDecryptAny DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CannotDecryptAny_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::SmimeCapabilitiesVersions DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SmimeCapabilitiesVersions_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::DesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesCbc_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::DesEde3Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde3Cbc_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::RC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RC2Cbc_7; public: inline static int32_t get_offset_of_PreferSignedData_2() { return static_cast(offsetof(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_StaticFields, ___PreferSignedData_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PreferSignedData_2() const { return ___PreferSignedData_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PreferSignedData_2() { return &___PreferSignedData_2; } inline void set_PreferSignedData_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PreferSignedData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___PreferSignedData_2), (void*)value); } inline static int32_t get_offset_of_CannotDecryptAny_3() { return static_cast(offsetof(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_StaticFields, ___CannotDecryptAny_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CannotDecryptAny_3() const { return ___CannotDecryptAny_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CannotDecryptAny_3() { return &___CannotDecryptAny_3; } inline void set_CannotDecryptAny_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CannotDecryptAny_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___CannotDecryptAny_3), (void*)value); } inline static int32_t get_offset_of_SmimeCapabilitiesVersions_4() { return static_cast(offsetof(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_StaticFields, ___SmimeCapabilitiesVersions_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SmimeCapabilitiesVersions_4() const { return ___SmimeCapabilitiesVersions_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SmimeCapabilitiesVersions_4() { return &___SmimeCapabilitiesVersions_4; } inline void set_SmimeCapabilitiesVersions_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SmimeCapabilitiesVersions_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmimeCapabilitiesVersions_4), (void*)value); } inline static int32_t get_offset_of_DesCbc_5() { return static_cast(offsetof(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_StaticFields, ___DesCbc_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesCbc_5() const { return ___DesCbc_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesCbc_5() { return &___DesCbc_5; } inline void set_DesCbc_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesCbc_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesCbc_5), (void*)value); } inline static int32_t get_offset_of_DesEde3Cbc_6() { return static_cast(offsetof(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_StaticFields, ___DesEde3Cbc_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde3Cbc_6() const { return ___DesEde3Cbc_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde3Cbc_6() { return &___DesEde3Cbc_6; } inline void set_DesEde3Cbc_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde3Cbc_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Cbc_6), (void*)value); } inline static int32_t get_offset_of_RC2Cbc_7() { return static_cast(offsetof(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_StaticFields, ___RC2Cbc_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RC2Cbc_7() const { return ___RC2Cbc_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RC2Cbc_7() { return &___RC2Cbc_7; } inline void set_RC2Cbc_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RC2Cbc_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___RC2Cbc_7), (void*)value); } }; // UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_HighlightedSprite_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_PressedSprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_SelectedSprite_2)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_DisabledSprite_3)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_pinvoke { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_com { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.UnknownStatus struct UnknownStatus_tFC4293AFAA741CE4F6E0F06C57C2C5864B114C0E : public CertificateStatus_tAF64191AD0C7CB50FF308108F688C95475D46280 { public: public: }; // 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.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::extensions RuntimeObject* ___extensions_34; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ordering RuntimeObject* ___ordering_35; public: inline static int32_t get_offset_of_extensions_34() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___extensions_34)); } inline RuntimeObject* get_extensions_34() const { return ___extensions_34; } inline RuntimeObject** get_address_of_extensions_34() { return &___extensions_34; } inline void set_extensions_34(RuntimeObject* value) { ___extensions_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_34), (void*)value); } inline static int32_t get_offset_of_ordering_35() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___ordering_35)); } inline RuntimeObject* get_ordering_35() const { return ___ordering_35; } inline RuntimeObject** get_address_of_ordering_35() { return &___ordering_35; } inline void set_ordering_35(RuntimeObject* value) { ___ordering_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_35), (void*)value); } }; struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectDirectoryAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectDirectoryAttributes_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectKeyIdentifier_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::KeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyUsage_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PrivateKeyUsagePeriod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrivateKeyUsagePeriod_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectAlternativeName_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuerAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuerAlternativeName_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BasicConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BasicConstraints_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlNumber_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ReasonCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ReasonCode_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InstructionCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InstructionCode_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InvalidityDate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InvalidityDate_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::DeltaCrlIndicator DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DeltaCrlIndicator_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuingDistributionPoint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuingDistributionPoint_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificateIssuer DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificateIssuer_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NameConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameConstraints_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlDistributionPoints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlDistributionPoints_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificatePolicies DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificatePolicies_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyMappings DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyMappings_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityKeyIdentifier_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyConstraints_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExtendedKeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExtendedKeyUsage_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::FreshestCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___FreshestCrl_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InhibitAnyPolicy DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InhibitAnyPolicy_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityInfoAccess_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectInfoAccess_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::LogoType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___LogoType_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BiometricInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BiometricInfo_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::QCStatements DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___QCStatements_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuditIdentity DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuditIdentity_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NoRevAvail DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NoRevAvail_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::TargetInformation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TargetInformation_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExpiredCertsOnCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExpiredCertsOnCrl_33; public: inline static int32_t get_offset_of_SubjectDirectoryAttributes_2() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectDirectoryAttributes_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectDirectoryAttributes_2() const { return ___SubjectDirectoryAttributes_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectDirectoryAttributes_2() { return &___SubjectDirectoryAttributes_2; } inline void set_SubjectDirectoryAttributes_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectDirectoryAttributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectDirectoryAttributes_2), (void*)value); } inline static int32_t get_offset_of_SubjectKeyIdentifier_3() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectKeyIdentifier_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectKeyIdentifier_3() const { return ___SubjectKeyIdentifier_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectKeyIdentifier_3() { return &___SubjectKeyIdentifier_3; } inline void set_SubjectKeyIdentifier_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectKeyIdentifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectKeyIdentifier_3), (void*)value); } inline static int32_t get_offset_of_KeyUsage_4() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___KeyUsage_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyUsage_4() const { return ___KeyUsage_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyUsage_4() { return &___KeyUsage_4; } inline void set_KeyUsage_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyUsage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyUsage_4), (void*)value); } inline static int32_t get_offset_of_PrivateKeyUsagePeriod_5() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PrivateKeyUsagePeriod_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrivateKeyUsagePeriod_5() const { return ___PrivateKeyUsagePeriod_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrivateKeyUsagePeriod_5() { return &___PrivateKeyUsagePeriod_5; } inline void set_PrivateKeyUsagePeriod_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrivateKeyUsagePeriod_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrivateKeyUsagePeriod_5), (void*)value); } inline static int32_t get_offset_of_SubjectAlternativeName_6() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectAlternativeName_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectAlternativeName_6() const { return ___SubjectAlternativeName_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectAlternativeName_6() { return &___SubjectAlternativeName_6; } inline void set_SubjectAlternativeName_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectAlternativeName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectAlternativeName_6), (void*)value); } inline static int32_t get_offset_of_IssuerAlternativeName_7() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuerAlternativeName_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuerAlternativeName_7() const { return ___IssuerAlternativeName_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuerAlternativeName_7() { return &___IssuerAlternativeName_7; } inline void set_IssuerAlternativeName_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuerAlternativeName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuerAlternativeName_7), (void*)value); } inline static int32_t get_offset_of_BasicConstraints_8() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BasicConstraints_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BasicConstraints_8() const { return ___BasicConstraints_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BasicConstraints_8() { return &___BasicConstraints_8; } inline void set_BasicConstraints_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BasicConstraints_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___BasicConstraints_8), (void*)value); } inline static int32_t get_offset_of_CrlNumber_9() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlNumber_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlNumber_9() const { return ___CrlNumber_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlNumber_9() { return &___CrlNumber_9; } inline void set_CrlNumber_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlNumber_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlNumber_9), (void*)value); } inline static int32_t get_offset_of_ReasonCode_10() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ReasonCode_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ReasonCode_10() const { return ___ReasonCode_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ReasonCode_10() { return &___ReasonCode_10; } inline void set_ReasonCode_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ReasonCode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReasonCode_10), (void*)value); } inline static int32_t get_offset_of_InstructionCode_11() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InstructionCode_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InstructionCode_11() const { return ___InstructionCode_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InstructionCode_11() { return &___InstructionCode_11; } inline void set_InstructionCode_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InstructionCode_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___InstructionCode_11), (void*)value); } inline static int32_t get_offset_of_InvalidityDate_12() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InvalidityDate_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InvalidityDate_12() const { return ___InvalidityDate_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InvalidityDate_12() { return &___InvalidityDate_12; } inline void set_InvalidityDate_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InvalidityDate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidityDate_12), (void*)value); } inline static int32_t get_offset_of_DeltaCrlIndicator_13() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___DeltaCrlIndicator_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DeltaCrlIndicator_13() const { return ___DeltaCrlIndicator_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DeltaCrlIndicator_13() { return &___DeltaCrlIndicator_13; } inline void set_DeltaCrlIndicator_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DeltaCrlIndicator_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DeltaCrlIndicator_13), (void*)value); } inline static int32_t get_offset_of_IssuingDistributionPoint_14() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuingDistributionPoint_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuingDistributionPoint_14() const { return ___IssuingDistributionPoint_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuingDistributionPoint_14() { return &___IssuingDistributionPoint_14; } inline void set_IssuingDistributionPoint_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuingDistributionPoint_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuingDistributionPoint_14), (void*)value); } inline static int32_t get_offset_of_CertificateIssuer_15() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificateIssuer_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificateIssuer_15() const { return ___CertificateIssuer_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificateIssuer_15() { return &___CertificateIssuer_15; } inline void set_CertificateIssuer_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificateIssuer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificateIssuer_15), (void*)value); } inline static int32_t get_offset_of_NameConstraints_16() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NameConstraints_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameConstraints_16() const { return ___NameConstraints_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameConstraints_16() { return &___NameConstraints_16; } inline void set_NameConstraints_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameConstraints_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameConstraints_16), (void*)value); } inline static int32_t get_offset_of_CrlDistributionPoints_17() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlDistributionPoints_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlDistributionPoints_17() const { return ___CrlDistributionPoints_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlDistributionPoints_17() { return &___CrlDistributionPoints_17; } inline void set_CrlDistributionPoints_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlDistributionPoints_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlDistributionPoints_17), (void*)value); } inline static int32_t get_offset_of_CertificatePolicies_18() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificatePolicies_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificatePolicies_18() const { return ___CertificatePolicies_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificatePolicies_18() { return &___CertificatePolicies_18; } inline void set_CertificatePolicies_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificatePolicies_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificatePolicies_18), (void*)value); } inline static int32_t get_offset_of_PolicyMappings_19() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyMappings_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyMappings_19() const { return ___PolicyMappings_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyMappings_19() { return &___PolicyMappings_19; } inline void set_PolicyMappings_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyMappings_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyMappings_19), (void*)value); } inline static int32_t get_offset_of_AuthorityKeyIdentifier_20() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityKeyIdentifier_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityKeyIdentifier_20() const { return ___AuthorityKeyIdentifier_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityKeyIdentifier_20() { return &___AuthorityKeyIdentifier_20; } inline void set_AuthorityKeyIdentifier_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityKeyIdentifier_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityKeyIdentifier_20), (void*)value); } inline static int32_t get_offset_of_PolicyConstraints_21() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyConstraints_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyConstraints_21() const { return ___PolicyConstraints_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyConstraints_21() { return &___PolicyConstraints_21; } inline void set_PolicyConstraints_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyConstraints_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyConstraints_21), (void*)value); } inline static int32_t get_offset_of_ExtendedKeyUsage_22() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExtendedKeyUsage_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExtendedKeyUsage_22() const { return ___ExtendedKeyUsage_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExtendedKeyUsage_22() { return &___ExtendedKeyUsage_22; } inline void set_ExtendedKeyUsage_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExtendedKeyUsage_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExtendedKeyUsage_22), (void*)value); } inline static int32_t get_offset_of_FreshestCrl_23() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___FreshestCrl_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_FreshestCrl_23() const { return ___FreshestCrl_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_FreshestCrl_23() { return &___FreshestCrl_23; } inline void set_FreshestCrl_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___FreshestCrl_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreshestCrl_23), (void*)value); } inline static int32_t get_offset_of_InhibitAnyPolicy_24() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InhibitAnyPolicy_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InhibitAnyPolicy_24() const { return ___InhibitAnyPolicy_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InhibitAnyPolicy_24() { return &___InhibitAnyPolicy_24; } inline void set_InhibitAnyPolicy_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InhibitAnyPolicy_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___InhibitAnyPolicy_24), (void*)value); } inline static int32_t get_offset_of_AuthorityInfoAccess_25() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityInfoAccess_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityInfoAccess_25() const { return ___AuthorityInfoAccess_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityInfoAccess_25() { return &___AuthorityInfoAccess_25; } inline void set_AuthorityInfoAccess_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityInfoAccess_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityInfoAccess_25), (void*)value); } inline static int32_t get_offset_of_SubjectInfoAccess_26() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectInfoAccess_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectInfoAccess_26() const { return ___SubjectInfoAccess_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectInfoAccess_26() { return &___SubjectInfoAccess_26; } inline void set_SubjectInfoAccess_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectInfoAccess_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectInfoAccess_26), (void*)value); } inline static int32_t get_offset_of_LogoType_27() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___LogoType_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_LogoType_27() const { return ___LogoType_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_LogoType_27() { return &___LogoType_27; } inline void set_LogoType_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___LogoType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___LogoType_27), (void*)value); } inline static int32_t get_offset_of_BiometricInfo_28() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BiometricInfo_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BiometricInfo_28() const { return ___BiometricInfo_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BiometricInfo_28() { return &___BiometricInfo_28; } inline void set_BiometricInfo_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BiometricInfo_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___BiometricInfo_28), (void*)value); } inline static int32_t get_offset_of_QCStatements_29() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___QCStatements_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_QCStatements_29() const { return ___QCStatements_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_QCStatements_29() { return &___QCStatements_29; } inline void set_QCStatements_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___QCStatements_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___QCStatements_29), (void*)value); } inline static int32_t get_offset_of_AuditIdentity_30() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuditIdentity_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuditIdentity_30() const { return ___AuditIdentity_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuditIdentity_30() { return &___AuditIdentity_30; } inline void set_AuditIdentity_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuditIdentity_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuditIdentity_30), (void*)value); } inline static int32_t get_offset_of_NoRevAvail_31() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NoRevAvail_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NoRevAvail_31() const { return ___NoRevAvail_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NoRevAvail_31() { return &___NoRevAvail_31; } inline void set_NoRevAvail_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NoRevAvail_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___NoRevAvail_31), (void*)value); } inline static int32_t get_offset_of_TargetInformation_32() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___TargetInformation_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TargetInformation_32() const { return ___TargetInformation_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TargetInformation_32() { return &___TargetInformation_32; } inline void set_TargetInformation_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TargetInformation_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetInformation_32), (void*)value); } inline static int32_t get_offset_of_ExpiredCertsOnCrl_33() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExpiredCertsOnCrl_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExpiredCertsOnCrl_33() const { return ___ExpiredCertsOnCrl_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExpiredCertsOnCrl_33() { return &___ExpiredCertsOnCrl_33; } inline void set_ExpiredCertsOnCrl_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExpiredCertsOnCrl_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpiredCertsOnCrl_33), (void*)value); } }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // System.Nullable`1 struct Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D { public: // T System.Nullable`1::value DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___value_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_value_0() const { return ___value_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Null struct Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::str ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8, ___str_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_str_2() const { return ___str_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_str_2() { return &___str_2; } inline void set_str_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::seq RuntimeObject* ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8, ___seq_2)); } inline RuntimeObject* get_seq_2() const { return ___seq_2; } inline RuntimeObject** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(RuntimeObject* value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::_set RuntimeObject* ____set_2; public: inline static int32_t get_offset_of__set_2() { return static_cast(offsetof(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49, ____set_2)); } inline RuntimeObject* get__set_2() const { return ____set_2; } inline RuntimeObject** get_address_of__set_2() { return &____set_2; } inline void set__set_2(RuntimeObject* value) { ____set_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::tagNo int32_t ___tagNo_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::explicitly bool ___explicitly_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_4; public: inline static int32_t get_offset_of_tagNo_2() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___tagNo_2)); } inline int32_t get_tagNo_2() const { return ___tagNo_2; } inline int32_t* get_address_of_tagNo_2() { return &___tagNo_2; } inline void set_tagNo_2(int32_t value) { ___tagNo_2 = value; } inline static int32_t get_offset_of_explicitly_3() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___explicitly_3)); } inline bool get_explicitly_3() const { return ___explicitly_3; } inline bool* get_address_of_explicitly_3() { return &___explicitly_3; } inline void set_explicitly_3(bool value) { ___explicitly_3 = value; } inline static int32_t get_offset_of_obj_4() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___obj_4)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_4() const { return ___obj_4; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_4() { return &___obj_4; } inline void set_obj_4(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.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.SignalR.ConnectionStates struct ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386 { public: // System.Int32 BestHTTP.SignalR.ConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject struct DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 : public RuntimeObject { public: // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject::dt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dt_0; public: inline static int32_t get_offset_of_dt_0() { return static_cast(offsetof(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54, ___dt_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_dt_0() const { return ___dt_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_dt_0() { return &___dt_0; } inline void set_dt_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___dt_0 = 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); } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // UnityEngine.FilterMode struct FilterMode_tE90A08FD96A142C761463D65E524BCDBFEEE3D19 { public: // System.Int32 UnityEngine.FilterMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FilterMode_tE90A08FD96A142C761463D65E524BCDBFEEE3D19, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Examples.GUIHelper struct GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F : public RuntimeObject { public: public: }; struct GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields { public: // System.String BestHTTP.Examples.GUIHelper::BaseURL String_t* ___BaseURL_0; // UnityEngine.GUIStyle BestHTTP.Examples.GUIHelper::centerAlignedLabel GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___centerAlignedLabel_1; // UnityEngine.GUIStyle BestHTTP.Examples.GUIHelper::rightAlignedLabel GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___rightAlignedLabel_2; // UnityEngine.Rect BestHTTP.Examples.GUIHelper::ClientArea Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___ClientArea_3; public: inline static int32_t get_offset_of_BaseURL_0() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___BaseURL_0)); } inline String_t* get_BaseURL_0() const { return ___BaseURL_0; } inline String_t** get_address_of_BaseURL_0() { return &___BaseURL_0; } inline void set_BaseURL_0(String_t* value) { ___BaseURL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseURL_0), (void*)value); } inline static int32_t get_offset_of_centerAlignedLabel_1() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___centerAlignedLabel_1)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_centerAlignedLabel_1() const { return ___centerAlignedLabel_1; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_centerAlignedLabel_1() { return &___centerAlignedLabel_1; } inline void set_centerAlignedLabel_1(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___centerAlignedLabel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___centerAlignedLabel_1), (void*)value); } inline static int32_t get_offset_of_rightAlignedLabel_2() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___rightAlignedLabel_2)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_rightAlignedLabel_2() const { return ___rightAlignedLabel_2; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_rightAlignedLabel_2() { return &___rightAlignedLabel_2; } inline void set_rightAlignedLabel_2(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___rightAlignedLabel_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightAlignedLabel_2), (void*)value); } inline static int32_t get_offset_of_ClientArea_3() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___ClientArea_3)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_ClientArea_3() const { return ___ClientArea_3; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_ClientArea_3() { return &___ClientArea_3; } inline void set_ClientArea_3(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___ClientArea_3 = value; } }; // BestHTTP.Examples.GUIMessageList struct GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Examples.GUIMessageList::messages List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___messages_0; // UnityEngine.Vector2 BestHTTP.Examples.GUIMessageList::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_1; public: inline static int32_t get_offset_of_messages_0() { return static_cast(offsetof(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F, ___messages_0)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_messages_0() const { return ___messages_0; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_messages_0() { return &___messages_0; } inline void set_messages_0(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___messages_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___messages_0), (void*)value); } inline static int32_t get_offset_of_scrollPos_1() { return static_cast(offsetof(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F, ___scrollPos_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPos_1() const { return ___scrollPos_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPos_1() { return &___scrollPos_1; } inline void set_scrollPos_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPos_1 = value; } }; // BestHTTP.Extensions.HeartbeatManager struct HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Extensions.HeartbeatManager::Heartbeats List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * ___Heartbeats_0; // BestHTTP.Extensions.IHeartbeat[] BestHTTP.Extensions.HeartbeatManager::UpdateArray IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* ___UpdateArray_1; // System.DateTime BestHTTP.Extensions.HeartbeatManager::LastUpdate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastUpdate_2; public: inline static int32_t get_offset_of_Heartbeats_0() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___Heartbeats_0)); } inline List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * get_Heartbeats_0() const { return ___Heartbeats_0; } inline List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E ** get_address_of_Heartbeats_0() { return &___Heartbeats_0; } inline void set_Heartbeats_0(List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * value) { ___Heartbeats_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Heartbeats_0), (void*)value); } inline static int32_t get_offset_of_UpdateArray_1() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___UpdateArray_1)); } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* get_UpdateArray_1() const { return ___UpdateArray_1; } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D** get_address_of_UpdateArray_1() { return &___UpdateArray_1; } inline void set_UpdateArray_1(IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* value) { ___UpdateArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UpdateArray_1), (void*)value); } inline static int32_t get_offset_of_LastUpdate_2() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___LastUpdate_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastUpdate_2() const { return ___LastUpdate_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastUpdate_2() { return &___LastUpdate_2; } inline void set_LastUpdate_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastUpdate_2 = value; } }; // UnityEngine.KeyCode struct KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.SceneManagement.LoadSceneMode struct LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC { public: // System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // 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; }; // System.Reflection.ParameterAttributes struct ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218, ___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; } }; // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_6; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_7; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_8; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_9; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_10; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___m_GameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GameObject_0), (void*)value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___module_1)); } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * get_module_1() const { return ___module_1; } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___module_1), (void*)value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingLayer_5() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingLayer_5)); } inline int32_t get_sortingLayer_5() const { return ___sortingLayer_5; } inline int32_t* get_address_of_sortingLayer_5() { return &___sortingLayer_5; } inline void set_sortingLayer_5(int32_t value) { ___sortingLayer_5 = value; } inline static int32_t get_offset_of_sortingOrder_6() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingOrder_6)); } inline int32_t get_sortingOrder_6() const { return ___sortingOrder_6; } inline int32_t* get_address_of_sortingOrder_6() { return &___sortingOrder_6; } inline void set_sortingOrder_6(int32_t value) { ___sortingOrder_6 = value; } inline static int32_t get_offset_of_worldPosition_7() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldPosition_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldPosition_7() const { return ___worldPosition_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldPosition_7() { return &___worldPosition_7; } inline void set_worldPosition_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldPosition_7 = value; } inline static int32_t get_offset_of_worldNormal_8() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldNormal_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldNormal_8() const { return ___worldNormal_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldNormal_8() { return &___worldNormal_8; } inline void set_worldNormal_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldNormal_8 = value; } inline static int32_t get_offset_of_screenPosition_9() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___screenPosition_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_screenPosition_9() const { return ___screenPosition_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_screenPosition_9() { return &___screenPosition_9; } inline void set_screenPosition_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___screenPosition_9 = value; } inline static int32_t get_offset_of_displayIndex_10() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___displayIndex_10)); } inline int32_t get_displayIndex_10() const { return ___displayIndex_10; } inline int32_t* get_address_of_displayIndex_10() { return &___displayIndex_10; } inline void set_displayIndex_10(int32_t value) { ___displayIndex_10 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_pinvoke { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_8; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_9; int32_t ___displayIndex_10; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_com { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_8; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_9; int32_t ___displayIndex_10; }; // 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.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream struct SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::inSigner RuntimeObject* ___inSigner_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::outSigner RuntimeObject* ___outSigner_7; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_inSigner_6() { return static_cast(offsetof(SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF, ___inSigner_6)); } inline RuntimeObject* get_inSigner_6() const { return ___inSigner_6; } inline RuntimeObject** get_address_of_inSigner_6() { return &___inSigner_6; } inline void set_inSigner_6(RuntimeObject* value) { ___inSigner_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___inSigner_6), (void*)value); } inline static int32_t get_offset_of_outSigner_7() { return static_cast(offsetof(SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF, ___outSigner_7)); } inline RuntimeObject* get_outSigner_7() const { return ___outSigner_7; } inline RuntimeObject** get_address_of_outSigner_7() { return &___outSigner_7; } inline void set_outSigner_7(RuntimeObject* value) { ___outSigner_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___outSigner_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilitiesAttribute struct SmimeCapabilitiesAttribute_tE85947B76229CF1D1439667C7C263E91D931476C : public AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeEncryptionKeyPreferenceAttribute struct SmimeEncryptionKeyPreferenceAttribute_t07D9A87D2706A473C06B80AD86606266CC1A8DDC : public AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA { public: public: }; // BestHTTP.SocketIO.SocketIOErrors struct SocketIOErrors_tE1E2853361D8D6CAEEAB28FFBA75E7EADC996136 { public: // System.Int32 BestHTTP.SocketIO.SocketIOErrors::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketIOErrors_tE1E2853361D8D6CAEEAB28FFBA75E7EADC996136, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SocketIO.SocketIOEventTypes struct SocketIOEventTypes_t229AD94ABBDF8F581EA2ACDAD4116FC63F0D6CA5 { public: // System.Int32 BestHTTP.SocketIO.SocketIOEventTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketIOEventTypes_t229AD94ABBDF8F581EA2ACDAD4116FC63F0D6CA5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SupportedProtocols struct SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B { public: // System.Int32 BestHTTP.SupportedProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TextureFormat struct TextureFormat_tBED5388A0445FE978F97B41D247275B036407932 { public: // System.Int32 UnityEngine.TextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureFormat_tBED5388A0445FE978F97B41D247275B036407932, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // BestHTTP.SocketIO.TransportEventTypes struct TransportEventTypes_t56A88C3552CCB6064A8DF96926F149923E2774FD { public: // System.Int32 BestHTTP.SocketIO.TransportEventTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportEventTypes_t56A88C3552CCB6064A8DF96926F149923E2774FD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SocketIO.Transports.TransportStates struct TransportStates_t253EB0BF180D5FEB0B488340AC0F723FAC583CB3 { public: // System.Int32 BestHTTP.SocketIO.Transports.TransportStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportStates_t253EB0BF180D5FEB0B488340AC0F723FAC583CB3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SocketIO.Transports.TransportTypes struct TransportTypes_t6538E21C6EB7D8950C5D481D463BF395EA27A023 { public: // System.Int32 BestHTTP.SocketIO.Transports.TransportTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportTypes_t6538E21C6EB7D8950C5D481D463BF395EA27A023, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.WebSocket.WebSocketStates struct WebSocketStates_tBB9B64B94CBA0A0B0CEBFDAD051E2BF068EF4912 { public: // System.Byte BestHTTP.WebSocket.WebSocketStates::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebSocketStates_tBB9B64B94CBA0A0B0CEBFDAD051E2BF068EF4912, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityEngine.UI.CanvasScaler/ScaleMode struct ScaleMode_t0CBCB9FD5EB6F84B682D0F5E4203D0925BCDB069 { public: // System.Int32 UnityEngine.UI.CanvasScaler/ScaleMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScaleMode_t0CBCB9FD5EB6F84B682D0F5E4203D0925BCDB069, ___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.CanvasScaler/ScreenMatchMode struct ScreenMatchMode_t64D475564756A5C040CC9B7C62D321C7133970DB { public: // System.Int32 UnityEngine.UI.CanvasScaler/ScreenMatchMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScreenMatchMode_t64D475564756A5C040CC9B7C62D321C7133970DB, ___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.CanvasScaler/Unit struct Unit_t48D9126E954FB214B48FD2E199CB041FF97CFF80 { public: // System.Int32 UnityEngine.UI.CanvasScaler/Unit::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Unit_t48D9126E954FB214B48FD2E199CB041FF97CFF80, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.GUILayoutOption/Type struct Type_t79FB5C82B695061CED8D628CBB6A1E8709705288 { public: // System.Int32 UnityEngine.GUILayoutOption/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_t79FB5C82B695061CED8D628CBB6A1E8709705288, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Image/FillMethod struct FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2 { public: // System.Int32 UnityEngine.UI.Image/FillMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Image/Type struct Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12 { public: // System.Int32 UnityEngine.UI.Image/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Navigation/Mode struct Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Selectable/Transition struct Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Examples.SocketIOChatSample/ChatStates struct ChatStates_t3E8699F82EA2804E6D8C10947E0C8695F611D3CC { public: // System.Int32 BestHTTP.Examples.SocketIOChatSample/ChatStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ChatStates_t3E8699F82EA2804E6D8C10947E0C8695F611D3CC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Examples.SocketIOWePlaySample/States struct States_tB801694D0B53879F16DC4AB926246B9143431D7D { public: // System.Int32 BestHTTP.Examples.SocketIOWePlaySample/States::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(States_tB801694D0B53879F16DC4AB926246B9143431D7D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SocketIO.SocketManager/States struct States_t67989DEFAFD28F32B05FC36C791B96EE7FD3A6D5 { public: // System.Int32 BestHTTP.SocketIO.SocketManager/States::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(States_t67989DEFAFD28F32B05FC36C791B96EE7FD3A6D5, ___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; } }; // UnityEngine.AudioClip struct AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: // UnityEngine.AudioClip/PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * ___m_PCMReaderCallback_4; // UnityEngine.AudioClip/PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * ___m_PCMSetPositionCallback_5; public: inline static int32_t get_offset_of_m_PCMReaderCallback_4() { return static_cast(offsetof(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE, ___m_PCMReaderCallback_4)); } inline PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * get_m_PCMReaderCallback_4() const { return ___m_PCMReaderCallback_4; } inline PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B ** get_address_of_m_PCMReaderCallback_4() { return &___m_PCMReaderCallback_4; } inline void set_m_PCMReaderCallback_4(PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * value) { ___m_PCMReaderCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PCMReaderCallback_4), (void*)value); } inline static int32_t get_offset_of_m_PCMSetPositionCallback_5() { return static_cast(offsetof(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE, ___m_PCMSetPositionCallback_5)); } inline PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * get_m_PCMSetPositionCallback_5() const { return ___m_PCMSetPositionCallback_5; } inline PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C ** get_address_of_m_PCMSetPositionCallback_5() { return &___m_PCMSetPositionCallback_5; } inline void set_m_PCMSetPositionCallback_5(PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * value) { ___m_PCMSetPositionCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PCMSetPositionCallback_5), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC : public RuntimeObject { public: // System.Uri BestHTTP.SignalR.Connection::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_1; // BestHTTP.SignalR.ConnectionStates BestHTTP.SignalR.Connection::_state int32_t ____state_2; // BestHTTP.SignalR.NegotiationData BestHTTP.SignalR.Connection::k__BackingField NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * ___U3CNegotiationResultU3Ek__BackingField_3; // BestHTTP.SignalR.Hubs.Hub[] BestHTTP.SignalR.Connection::k__BackingField HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* ___U3CHubsU3Ek__BackingField_4; // BestHTTP.SignalR.Transports.TransportBase BestHTTP.SignalR.Connection::k__BackingField TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * ___U3CTransportU3Ek__BackingField_5; // BestHTTP.SignalR.ProtocolVersions BestHTTP.SignalR.Connection::k__BackingField uint8_t ___U3CProtocolU3Ek__BackingField_6; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SignalR.Connection::additionalQueryParams ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * ___additionalQueryParams_7; // System.Boolean BestHTTP.SignalR.Connection::k__BackingField bool ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CJsonEncoderU3Ek__BackingField_9; // BestHTTP.SignalR.Authentication.IAuthenticationProvider BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CAuthenticationProviderU3Ek__BackingField_10; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingIntervalU3Ek__BackingField_11; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectDelayU3Ek__BackingField_12; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnConnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnConnected_13; // BestHTTP.SignalR.OnClosedDelegate BestHTTP.SignalR.Connection::OnClosed OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * ___OnClosed_14; // BestHTTP.SignalR.OnErrorDelegate BestHTTP.SignalR.Connection::OnError OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * ___OnError_15; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnecting OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnecting_16; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnected_17; // BestHTTP.SignalR.OnStateChanged BestHTTP.SignalR.Connection::OnStateChanged OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * ___OnStateChanged_18; // BestHTTP.SignalR.OnNonHubMessageDelegate BestHTTP.SignalR.Connection::OnNonHubMessage OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * ___OnNonHubMessage_19; // BestHTTP.SignalR.OnPrepareRequestDelegate BestHTTP.SignalR.Connection::k__BackingField OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * ___U3CRequestPreparatorU3Ek__BackingField_20; // System.Object BestHTTP.SignalR.Connection::SyncRoot RuntimeObject * ___SyncRoot_21; // System.UInt64 BestHTTP.SignalR.Connection::k__BackingField uint64_t ___U3CClientMessageCounterU3Ek__BackingField_22; // System.String[] BestHTTP.SignalR.Connection::ClientProtocols StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___ClientProtocols_23; // System.UInt64 BestHTTP.SignalR.Connection::RequestCounter uint64_t ___RequestCounter_24; // BestHTTP.SignalR.Messages.MultiMessage BestHTTP.SignalR.Connection::LastReceivedMessage MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * ___LastReceivedMessage_25; // System.String BestHTTP.SignalR.Connection::GroupsToken String_t* ___GroupsToken_26; // System.Collections.Generic.List`1 BestHTTP.SignalR.Connection::BufferedMessages List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * ___BufferedMessages_27; // System.DateTime BestHTTP.SignalR.Connection::LastMessageReceivedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastMessageReceivedAt_28; // System.DateTime BestHTTP.SignalR.Connection::ReconnectStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectStartedAt_29; // System.DateTime BestHTTP.SignalR.Connection::ReconnectDelayStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectDelayStartedAt_30; // System.Boolean BestHTTP.SignalR.Connection::ReconnectStarted bool ___ReconnectStarted_31; // System.DateTime BestHTTP.SignalR.Connection::LastPingSentAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastPingSentAt_32; // BestHTTP.HTTPRequest BestHTTP.SignalR.Connection::PingRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___PingRequest_33; // System.Nullable`1 BestHTTP.SignalR.Connection::TransportConnectionStartedAt Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___TransportConnectionStartedAt_34; // System.Text.StringBuilder BestHTTP.SignalR.Connection::queryBuilder StringBuilder_t * ___queryBuilder_35; // System.String BestHTTP.SignalR.Connection::BuiltConnectionData String_t* ___BuiltConnectionData_36; // System.String BestHTTP.SignalR.Connection::BuiltQueryParams String_t* ___BuiltQueryParams_37; // BestHTTP.SupportedProtocols BestHTTP.SignalR.Connection::NextProtocolToTry int32_t ___NextProtocolToTry_38; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_1() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_1() const { return ___U3CUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_1() { return &___U3CUriU3Ek__BackingField_1; } inline void set_U3CUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of__state_2() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ____state_2)); } inline int32_t get__state_2() const { return ____state_2; } inline int32_t* get_address_of__state_2() { return &____state_2; } inline void set__state_2(int32_t value) { ____state_2 = value; } inline static int32_t get_offset_of_U3CNegotiationResultU3Ek__BackingField_3() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CNegotiationResultU3Ek__BackingField_3)); } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * get_U3CNegotiationResultU3Ek__BackingField_3() const { return ___U3CNegotiationResultU3Ek__BackingField_3; } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 ** get_address_of_U3CNegotiationResultU3Ek__BackingField_3() { return &___U3CNegotiationResultU3Ek__BackingField_3; } inline void set_U3CNegotiationResultU3Ek__BackingField_3(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * value) { ___U3CNegotiationResultU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNegotiationResultU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CHubsU3Ek__BackingField_4() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CHubsU3Ek__BackingField_4)); } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* get_U3CHubsU3Ek__BackingField_4() const { return ___U3CHubsU3Ek__BackingField_4; } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44** get_address_of_U3CHubsU3Ek__BackingField_4() { return &___U3CHubsU3Ek__BackingField_4; } inline void set_U3CHubsU3Ek__BackingField_4(HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* value) { ___U3CHubsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHubsU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CTransportU3Ek__BackingField_5() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CTransportU3Ek__BackingField_5)); } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * get_U3CTransportU3Ek__BackingField_5() const { return ___U3CTransportU3Ek__BackingField_5; } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC ** get_address_of_U3CTransportU3Ek__BackingField_5() { return &___U3CTransportU3Ek__BackingField_5; } inline void set_U3CTransportU3Ek__BackingField_5(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * value) { ___U3CTransportU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransportU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CProtocolU3Ek__BackingField_6() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CProtocolU3Ek__BackingField_6)); } inline uint8_t get_U3CProtocolU3Ek__BackingField_6() const { return ___U3CProtocolU3Ek__BackingField_6; } inline uint8_t* get_address_of_U3CProtocolU3Ek__BackingField_6() { return &___U3CProtocolU3Ek__BackingField_6; } inline void set_U3CProtocolU3Ek__BackingField_6(uint8_t value) { ___U3CProtocolU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_additionalQueryParams_7() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___additionalQueryParams_7)); } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * get_additionalQueryParams_7() const { return ___additionalQueryParams_7; } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 ** get_address_of_additionalQueryParams_7() { return &___additionalQueryParams_7; } inline void set_additionalQueryParams_7(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * value) { ___additionalQueryParams_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalQueryParams_7), (void*)value); } inline static int32_t get_offset_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8)); } inline bool get_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() const { return ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline bool* get_address_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return &___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline void set_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8(bool value) { ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CJsonEncoderU3Ek__BackingField_9() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CJsonEncoderU3Ek__BackingField_9)); } inline RuntimeObject* get_U3CJsonEncoderU3Ek__BackingField_9() const { return ___U3CJsonEncoderU3Ek__BackingField_9; } inline RuntimeObject** get_address_of_U3CJsonEncoderU3Ek__BackingField_9() { return &___U3CJsonEncoderU3Ek__BackingField_9; } inline void set_U3CJsonEncoderU3Ek__BackingField_9(RuntimeObject* value) { ___U3CJsonEncoderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJsonEncoderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CAuthenticationProviderU3Ek__BackingField_10)); } inline RuntimeObject* get_U3CAuthenticationProviderU3Ek__BackingField_10() const { return ___U3CAuthenticationProviderU3Ek__BackingField_10; } inline RuntimeObject** get_address_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return &___U3CAuthenticationProviderU3Ek__BackingField_10; } inline void set_U3CAuthenticationProviderU3Ek__BackingField_10(RuntimeObject* value) { ___U3CAuthenticationProviderU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAuthenticationProviderU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CPingIntervalU3Ek__BackingField_11() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CPingIntervalU3Ek__BackingField_11)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingIntervalU3Ek__BackingField_11() const { return ___U3CPingIntervalU3Ek__BackingField_11; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingIntervalU3Ek__BackingField_11() { return &___U3CPingIntervalU3Ek__BackingField_11; } inline void set_U3CPingIntervalU3Ek__BackingField_11(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingIntervalU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CReconnectDelayU3Ek__BackingField_12() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CReconnectDelayU3Ek__BackingField_12)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectDelayU3Ek__BackingField_12() const { return ___U3CReconnectDelayU3Ek__BackingField_12; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectDelayU3Ek__BackingField_12() { return &___U3CReconnectDelayU3Ek__BackingField_12; } inline void set_U3CReconnectDelayU3Ek__BackingField_12(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectDelayU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_OnConnected_13() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnConnected_13)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnConnected_13() const { return ___OnConnected_13; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnConnected_13() { return &___OnConnected_13; } inline void set_OnConnected_13(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnConnected_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_13), (void*)value); } inline static int32_t get_offset_of_OnClosed_14() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnClosed_14)); } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * get_OnClosed_14() const { return ___OnClosed_14; } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA ** get_address_of_OnClosed_14() { return &___OnClosed_14; } inline void set_OnClosed_14(OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * value) { ___OnClosed_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_14), (void*)value); } inline static int32_t get_offset_of_OnError_15() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnError_15)); } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * get_OnError_15() const { return ___OnError_15; } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 ** get_address_of_OnError_15() { return &___OnError_15; } inline void set_OnError_15(OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * value) { ___OnError_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_15), (void*)value); } inline static int32_t get_offset_of_OnReconnecting_16() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnecting_16)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnecting_16() const { return ___OnReconnecting_16; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnecting_16() { return &___OnReconnecting_16; } inline void set_OnReconnecting_16(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnecting_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnecting_16), (void*)value); } inline static int32_t get_offset_of_OnReconnected_17() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnected_17)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnected_17() const { return ___OnReconnected_17; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnected_17() { return &___OnReconnected_17; } inline void set_OnReconnected_17(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnected_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnected_17), (void*)value); } inline static int32_t get_offset_of_OnStateChanged_18() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnStateChanged_18)); } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * get_OnStateChanged_18() const { return ___OnStateChanged_18; } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 ** get_address_of_OnStateChanged_18() { return &___OnStateChanged_18; } inline void set_OnStateChanged_18(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * value) { ___OnStateChanged_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnStateChanged_18), (void*)value); } inline static int32_t get_offset_of_OnNonHubMessage_19() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnNonHubMessage_19)); } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * get_OnNonHubMessage_19() const { return ___OnNonHubMessage_19; } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 ** get_address_of_OnNonHubMessage_19() { return &___OnNonHubMessage_19; } inline void set_OnNonHubMessage_19(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * value) { ___OnNonHubMessage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnNonHubMessage_19), (void*)value); } inline static int32_t get_offset_of_U3CRequestPreparatorU3Ek__BackingField_20() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CRequestPreparatorU3Ek__BackingField_20)); } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * get_U3CRequestPreparatorU3Ek__BackingField_20() const { return ___U3CRequestPreparatorU3Ek__BackingField_20; } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 ** get_address_of_U3CRequestPreparatorU3Ek__BackingField_20() { return &___U3CRequestPreparatorU3Ek__BackingField_20; } inline void set_U3CRequestPreparatorU3Ek__BackingField_20(OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * value) { ___U3CRequestPreparatorU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRequestPreparatorU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_SyncRoot_21() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___SyncRoot_21)); } inline RuntimeObject * get_SyncRoot_21() const { return ___SyncRoot_21; } inline RuntimeObject ** get_address_of_SyncRoot_21() { return &___SyncRoot_21; } inline void set_SyncRoot_21(RuntimeObject * value) { ___SyncRoot_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_21), (void*)value); } inline static int32_t get_offset_of_U3CClientMessageCounterU3Ek__BackingField_22() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CClientMessageCounterU3Ek__BackingField_22)); } inline uint64_t get_U3CClientMessageCounterU3Ek__BackingField_22() const { return ___U3CClientMessageCounterU3Ek__BackingField_22; } inline uint64_t* get_address_of_U3CClientMessageCounterU3Ek__BackingField_22() { return &___U3CClientMessageCounterU3Ek__BackingField_22; } inline void set_U3CClientMessageCounterU3Ek__BackingField_22(uint64_t value) { ___U3CClientMessageCounterU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_ClientProtocols_23() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ClientProtocols_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_ClientProtocols_23() const { return ___ClientProtocols_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_ClientProtocols_23() { return &___ClientProtocols_23; } inline void set_ClientProtocols_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___ClientProtocols_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClientProtocols_23), (void*)value); } inline static int32_t get_offset_of_RequestCounter_24() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___RequestCounter_24)); } inline uint64_t get_RequestCounter_24() const { return ___RequestCounter_24; } inline uint64_t* get_address_of_RequestCounter_24() { return &___RequestCounter_24; } inline void set_RequestCounter_24(uint64_t value) { ___RequestCounter_24 = value; } inline static int32_t get_offset_of_LastReceivedMessage_25() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastReceivedMessage_25)); } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * get_LastReceivedMessage_25() const { return ___LastReceivedMessage_25; } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 ** get_address_of_LastReceivedMessage_25() { return &___LastReceivedMessage_25; } inline void set_LastReceivedMessage_25(MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * value) { ___LastReceivedMessage_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___LastReceivedMessage_25), (void*)value); } inline static int32_t get_offset_of_GroupsToken_26() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___GroupsToken_26)); } inline String_t* get_GroupsToken_26() const { return ___GroupsToken_26; } inline String_t** get_address_of_GroupsToken_26() { return &___GroupsToken_26; } inline void set_GroupsToken_26(String_t* value) { ___GroupsToken_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___GroupsToken_26), (void*)value); } inline static int32_t get_offset_of_BufferedMessages_27() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BufferedMessages_27)); } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * get_BufferedMessages_27() const { return ___BufferedMessages_27; } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 ** get_address_of_BufferedMessages_27() { return &___BufferedMessages_27; } inline void set_BufferedMessages_27(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * value) { ___BufferedMessages_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___BufferedMessages_27), (void*)value); } inline static int32_t get_offset_of_LastMessageReceivedAt_28() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastMessageReceivedAt_28)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastMessageReceivedAt_28() const { return ___LastMessageReceivedAt_28; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastMessageReceivedAt_28() { return &___LastMessageReceivedAt_28; } inline void set_LastMessageReceivedAt_28(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastMessageReceivedAt_28 = value; } inline static int32_t get_offset_of_ReconnectStartedAt_29() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStartedAt_29)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectStartedAt_29() const { return ___ReconnectStartedAt_29; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectStartedAt_29() { return &___ReconnectStartedAt_29; } inline void set_ReconnectStartedAt_29(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectStartedAt_29 = value; } inline static int32_t get_offset_of_ReconnectDelayStartedAt_30() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectDelayStartedAt_30)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectDelayStartedAt_30() const { return ___ReconnectDelayStartedAt_30; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectDelayStartedAt_30() { return &___ReconnectDelayStartedAt_30; } inline void set_ReconnectDelayStartedAt_30(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectDelayStartedAt_30 = value; } inline static int32_t get_offset_of_ReconnectStarted_31() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStarted_31)); } inline bool get_ReconnectStarted_31() const { return ___ReconnectStarted_31; } inline bool* get_address_of_ReconnectStarted_31() { return &___ReconnectStarted_31; } inline void set_ReconnectStarted_31(bool value) { ___ReconnectStarted_31 = value; } inline static int32_t get_offset_of_LastPingSentAt_32() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastPingSentAt_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastPingSentAt_32() const { return ___LastPingSentAt_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastPingSentAt_32() { return &___LastPingSentAt_32; } inline void set_LastPingSentAt_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastPingSentAt_32 = value; } inline static int32_t get_offset_of_PingRequest_33() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___PingRequest_33)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_PingRequest_33() const { return ___PingRequest_33; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_PingRequest_33() { return &___PingRequest_33; } inline void set_PingRequest_33(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___PingRequest_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___PingRequest_33), (void*)value); } inline static int32_t get_offset_of_TransportConnectionStartedAt_34() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___TransportConnectionStartedAt_34)); } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D get_TransportConnectionStartedAt_34() const { return ___TransportConnectionStartedAt_34; } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * get_address_of_TransportConnectionStartedAt_34() { return &___TransportConnectionStartedAt_34; } inline void set_TransportConnectionStartedAt_34(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D value) { ___TransportConnectionStartedAt_34 = value; } inline static int32_t get_offset_of_queryBuilder_35() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___queryBuilder_35)); } inline StringBuilder_t * get_queryBuilder_35() const { return ___queryBuilder_35; } inline StringBuilder_t ** get_address_of_queryBuilder_35() { return &___queryBuilder_35; } inline void set_queryBuilder_35(StringBuilder_t * value) { ___queryBuilder_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___queryBuilder_35), (void*)value); } inline static int32_t get_offset_of_BuiltConnectionData_36() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltConnectionData_36)); } inline String_t* get_BuiltConnectionData_36() const { return ___BuiltConnectionData_36; } inline String_t** get_address_of_BuiltConnectionData_36() { return &___BuiltConnectionData_36; } inline void set_BuiltConnectionData_36(String_t* value) { ___BuiltConnectionData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltConnectionData_36), (void*)value); } inline static int32_t get_offset_of_BuiltQueryParams_37() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltQueryParams_37)); } inline String_t* get_BuiltQueryParams_37() const { return ___BuiltQueryParams_37; } inline String_t** get_address_of_BuiltQueryParams_37() { return &___BuiltQueryParams_37; } inline void set_BuiltQueryParams_37(String_t* value) { ___BuiltQueryParams_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltQueryParams_37), (void*)value); } inline static int32_t get_offset_of_NextProtocolToTry_38() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___NextProtocolToTry_38)); } inline int32_t get_NextProtocolToTry_38() const { return ___NextProtocolToTry_38; } inline int32_t* get_address_of_NextProtocolToTry_38() { return &___NextProtocolToTry_38; } inline void set_NextProtocolToTry_38(int32_t value) { ___NextProtocolToTry_38 = value; } }; struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields { public: // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::DefaultEncoder RuntimeObject* ___DefaultEncoder_0; public: inline static int32_t get_offset_of_DefaultEncoder_0() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields, ___DefaultEncoder_0)); } inline RuntimeObject* get_DefaultEncoder_0() const { return ___DefaultEncoder_0; } inline RuntimeObject** get_address_of_DefaultEncoder_0() { return &___DefaultEncoder_0; } inline void set_DefaultEncoder_0(RuntimeObject* value) { ___DefaultEncoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultEncoder_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull struct DerNull_t020168AF07318033108544C00C803CD7AEB97239 : public Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::zeroBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___zeroBytes_3; public: inline static int32_t get_offset_of_zeroBytes_3() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239, ___zeroBytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_zeroBytes_3() const { return ___zeroBytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_zeroBytes_3() { return &___zeroBytes_3; } inline void set_zeroBytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___zeroBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___zeroBytes_3), (void*)value); } }; struct DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::Instance DerNull_t020168AF07318033108544C00C803CD7AEB97239 * ___Instance_2; public: inline static int32_t get_offset_of_Instance_2() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields, ___Instance_2)); } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 * get_Instance_2() const { return ___Instance_2; } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 ** get_address_of_Instance_2() { return &___Instance_2; } inline void set_Instance_2(DerNull_t020168AF07318033108544C00C803CD7AEB97239 * value) { ___Instance_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.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.DerSet struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA : public Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 { public: public: }; struct DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::Empty DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_StaticFields, ___Empty_3)); } inline DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * get_Empty_3() const { return ___Empty_3; } inline DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // BestHTTP.SocketIO.Error struct Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 : public RuntimeObject { public: // BestHTTP.SocketIO.SocketIOErrors BestHTTP.SocketIO.Error::k__BackingField int32_t ___U3CCodeU3Ek__BackingField_0; // System.String BestHTTP.SocketIO.Error::k__BackingField String_t* ___U3CMessageU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CCodeU3Ek__BackingField_0() { return static_cast(offsetof(Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6, ___U3CCodeU3Ek__BackingField_0)); } inline int32_t get_U3CCodeU3Ek__BackingField_0() const { return ___U3CCodeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CCodeU3Ek__BackingField_0() { return &___U3CCodeU3Ek__BackingField_0; } inline void set_U3CCodeU3Ek__BackingField_0(int32_t value) { ___U3CCodeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CMessageU3Ek__BackingField_1() { return static_cast(offsetof(Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6, ___U3CMessageU3Ek__BackingField_1)); } inline String_t* get_U3CMessageU3Ek__BackingField_1() const { return ___U3CMessageU3Ek__BackingField_1; } inline String_t** get_address_of_U3CMessageU3Ek__BackingField_1() { return &___U3CMessageU3Ek__BackingField_1; } inline void set_U3CMessageU3Ek__BackingField_1(String_t* value) { ___U3CMessageU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMessageU3Ek__BackingField_1), (void*)value); } }; // 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: }; // BestHTTP.HTTPManager struct HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD : public RuntimeObject { public: public: }; struct HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields { public: // System.Byte BestHTTP.HTTPManager::maxConnectionPerServer uint8_t ___maxConnectionPerServer_0; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CKeepAliveDefaultValueU3Ek__BackingField_1; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsCachingDisabledU3Ek__BackingField_2; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsCookiesEnabledU3Ek__BackingField_4; // System.UInt32 BestHTTP.HTTPManager::k__BackingField uint32_t ___U3CCookieJarSizeU3Ek__BackingField_5; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CEnablePrivateBrowsingU3Ek__BackingField_6; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_7; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CRequestTimeoutU3Ek__BackingField_8; // System.Func`1 BestHTTP.HTTPManager::k__BackingField Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * ___U3CRootCacheFolderProviderU3Ek__BackingField_9; // BestHTTP.Proxy BestHTTP.HTTPManager::k__BackingField Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___U3CProxyU3Ek__BackingField_10; // BestHTTP.Extensions.HeartbeatManager BestHTTP.HTTPManager::heartbeats HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * ___heartbeats_11; // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::logger RuntimeObject* ___logger_12; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer BestHTTP.HTTPManager::k__BackingField RuntimeObject* ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider BestHTTP.HTTPManager::k__BackingField RuntimeObject* ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; // System.Func`4 BestHTTP.HTTPManager::k__BackingField Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * ___U3CDefaultCertificationValidatorU3Ek__BackingField_16; // System.Boolean BestHTTP.HTTPManager::TryToMinimizeTCPLatency bool ___TryToMinimizeTCPLatency_17; // System.Int32 BestHTTP.HTTPManager::SendBufferSize int32_t ___SendBufferSize_18; // System.Int32 BestHTTP.HTTPManager::ReceiveBufferSize int32_t ___ReceiveBufferSize_19; // BestHTTP.PlatformSupport.FileSystem.IIOService BestHTTP.HTTPManager::IOService RuntimeObject* ___IOService_20; // System.Int32 BestHTTP.HTTPManager::k__BackingField int32_t ___U3CMaxPathLengthU3Ek__BackingField_21; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPManager::Connections Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * ___Connections_22; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::ActiveConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___ActiveConnections_23; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::FreeConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___FreeConnections_24; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::RecycledConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___RecycledConnections_25; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::RequestQueue List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * ___RequestQueue_26; // System.Boolean BestHTTP.HTTPManager::IsCallingCallbacks bool ___IsCallingCallbacks_27; // System.Object BestHTTP.HTTPManager::Locker RuntimeObject * ___Locker_28; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsQuittingU3Ek__BackingField_29; public: inline static int32_t get_offset_of_maxConnectionPerServer_0() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___maxConnectionPerServer_0)); } inline uint8_t get_maxConnectionPerServer_0() const { return ___maxConnectionPerServer_0; } inline uint8_t* get_address_of_maxConnectionPerServer_0() { return &___maxConnectionPerServer_0; } inline void set_maxConnectionPerServer_0(uint8_t value) { ___maxConnectionPerServer_0 = value; } inline static int32_t get_offset_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CKeepAliveDefaultValueU3Ek__BackingField_1)); } inline bool get_U3CKeepAliveDefaultValueU3Ek__BackingField_1() const { return ___U3CKeepAliveDefaultValueU3Ek__BackingField_1; } inline bool* get_address_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return &___U3CKeepAliveDefaultValueU3Ek__BackingField_1; } inline void set_U3CKeepAliveDefaultValueU3Ek__BackingField_1(bool value) { ___U3CKeepAliveDefaultValueU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsCachingDisabledU3Ek__BackingField_2() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsCachingDisabledU3Ek__BackingField_2)); } inline bool get_U3CIsCachingDisabledU3Ek__BackingField_2() const { return ___U3CIsCachingDisabledU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsCachingDisabledU3Ek__BackingField_2() { return &___U3CIsCachingDisabledU3Ek__BackingField_2; } inline void set_U3CIsCachingDisabledU3Ek__BackingField_2(bool value) { ___U3CIsCachingDisabledU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() const { return ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() { return &___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; } inline void set_U3CMaxConnectionIdleTimeU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsCookiesEnabledU3Ek__BackingField_4() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsCookiesEnabledU3Ek__BackingField_4)); } inline bool get_U3CIsCookiesEnabledU3Ek__BackingField_4() const { return ___U3CIsCookiesEnabledU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsCookiesEnabledU3Ek__BackingField_4() { return &___U3CIsCookiesEnabledU3Ek__BackingField_4; } inline void set_U3CIsCookiesEnabledU3Ek__BackingField_4(bool value) { ___U3CIsCookiesEnabledU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CCookieJarSizeU3Ek__BackingField_5() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CCookieJarSizeU3Ek__BackingField_5)); } inline uint32_t get_U3CCookieJarSizeU3Ek__BackingField_5() const { return ___U3CCookieJarSizeU3Ek__BackingField_5; } inline uint32_t* get_address_of_U3CCookieJarSizeU3Ek__BackingField_5() { return &___U3CCookieJarSizeU3Ek__BackingField_5; } inline void set_U3CCookieJarSizeU3Ek__BackingField_5(uint32_t value) { ___U3CCookieJarSizeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CEnablePrivateBrowsingU3Ek__BackingField_6() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CEnablePrivateBrowsingU3Ek__BackingField_6)); } inline bool get_U3CEnablePrivateBrowsingU3Ek__BackingField_6() const { return ___U3CEnablePrivateBrowsingU3Ek__BackingField_6; } inline bool* get_address_of_U3CEnablePrivateBrowsingU3Ek__BackingField_6() { return &___U3CEnablePrivateBrowsingU3Ek__BackingField_6; } inline void set_U3CEnablePrivateBrowsingU3Ek__BackingField_6(bool value) { ___U3CEnablePrivateBrowsingU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_7() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CConnectTimeoutU3Ek__BackingField_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_7() const { return ___U3CConnectTimeoutU3Ek__BackingField_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_7() { return &___U3CConnectTimeoutU3Ek__BackingField_7; } inline void set_U3CConnectTimeoutU3Ek__BackingField_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CRequestTimeoutU3Ek__BackingField_8() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CRequestTimeoutU3Ek__BackingField_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CRequestTimeoutU3Ek__BackingField_8() const { return ___U3CRequestTimeoutU3Ek__BackingField_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CRequestTimeoutU3Ek__BackingField_8() { return &___U3CRequestTimeoutU3Ek__BackingField_8; } inline void set_U3CRequestTimeoutU3Ek__BackingField_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CRequestTimeoutU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CRootCacheFolderProviderU3Ek__BackingField_9() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CRootCacheFolderProviderU3Ek__BackingField_9)); } inline Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * get_U3CRootCacheFolderProviderU3Ek__BackingField_9() const { return ___U3CRootCacheFolderProviderU3Ek__BackingField_9; } inline Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 ** get_address_of_U3CRootCacheFolderProviderU3Ek__BackingField_9() { return &___U3CRootCacheFolderProviderU3Ek__BackingField_9; } inline void set_U3CRootCacheFolderProviderU3Ek__BackingField_9(Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * value) { ___U3CRootCacheFolderProviderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRootCacheFolderProviderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CProxyU3Ek__BackingField_10() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CProxyU3Ek__BackingField_10)); } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * get_U3CProxyU3Ek__BackingField_10() const { return ___U3CProxyU3Ek__BackingField_10; } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 ** get_address_of_U3CProxyU3Ek__BackingField_10() { return &___U3CProxyU3Ek__BackingField_10; } inline void set_U3CProxyU3Ek__BackingField_10(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * value) { ___U3CProxyU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_heartbeats_11() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___heartbeats_11)); } inline HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * get_heartbeats_11() const { return ___heartbeats_11; } inline HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E ** get_address_of_heartbeats_11() { return &___heartbeats_11; } inline void set_heartbeats_11(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * value) { ___heartbeats_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___heartbeats_11), (void*)value); } inline static int32_t get_offset_of_logger_12() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___logger_12)); } inline RuntimeObject* get_logger_12() const { return ___logger_12; } inline RuntimeObject** get_address_of_logger_12() { return &___logger_12; } inline void set_logger_12(RuntimeObject* value) { ___logger_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___logger_12), (void*)value); } inline static int32_t get_offset_of_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13)); } inline RuntimeObject* get_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() const { return ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; } inline RuntimeObject** get_address_of_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() { return &___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; } inline void set_U3CDefaultCertificateVerifyerU3Ek__BackingField_13(RuntimeObject* value) { ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultCertificateVerifyerU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14)); } inline RuntimeObject* get_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() const { return ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; } inline RuntimeObject** get_address_of_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() { return &___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; } inline void set_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14(RuntimeObject* value) { ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14), (void*)value); } inline static int32_t get_offset_of_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15)); } inline bool get_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() const { return ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; } inline bool* get_address_of_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() { return &___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; } inline void set_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15(bool value) { ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CDefaultCertificationValidatorU3Ek__BackingField_16() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultCertificationValidatorU3Ek__BackingField_16)); } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * get_U3CDefaultCertificationValidatorU3Ek__BackingField_16() const { return ___U3CDefaultCertificationValidatorU3Ek__BackingField_16; } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 ** get_address_of_U3CDefaultCertificationValidatorU3Ek__BackingField_16() { return &___U3CDefaultCertificationValidatorU3Ek__BackingField_16; } inline void set_U3CDefaultCertificationValidatorU3Ek__BackingField_16(Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * value) { ___U3CDefaultCertificationValidatorU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultCertificationValidatorU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_TryToMinimizeTCPLatency_17() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___TryToMinimizeTCPLatency_17)); } inline bool get_TryToMinimizeTCPLatency_17() const { return ___TryToMinimizeTCPLatency_17; } inline bool* get_address_of_TryToMinimizeTCPLatency_17() { return &___TryToMinimizeTCPLatency_17; } inline void set_TryToMinimizeTCPLatency_17(bool value) { ___TryToMinimizeTCPLatency_17 = value; } inline static int32_t get_offset_of_SendBufferSize_18() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___SendBufferSize_18)); } inline int32_t get_SendBufferSize_18() const { return ___SendBufferSize_18; } inline int32_t* get_address_of_SendBufferSize_18() { return &___SendBufferSize_18; } inline void set_SendBufferSize_18(int32_t value) { ___SendBufferSize_18 = value; } inline static int32_t get_offset_of_ReceiveBufferSize_19() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___ReceiveBufferSize_19)); } inline int32_t get_ReceiveBufferSize_19() const { return ___ReceiveBufferSize_19; } inline int32_t* get_address_of_ReceiveBufferSize_19() { return &___ReceiveBufferSize_19; } inline void set_ReceiveBufferSize_19(int32_t value) { ___ReceiveBufferSize_19 = value; } inline static int32_t get_offset_of_IOService_20() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___IOService_20)); } inline RuntimeObject* get_IOService_20() const { return ___IOService_20; } inline RuntimeObject** get_address_of_IOService_20() { return &___IOService_20; } inline void set_IOService_20(RuntimeObject* value) { ___IOService_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___IOService_20), (void*)value); } inline static int32_t get_offset_of_U3CMaxPathLengthU3Ek__BackingField_21() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CMaxPathLengthU3Ek__BackingField_21)); } inline int32_t get_U3CMaxPathLengthU3Ek__BackingField_21() const { return ___U3CMaxPathLengthU3Ek__BackingField_21; } inline int32_t* get_address_of_U3CMaxPathLengthU3Ek__BackingField_21() { return &___U3CMaxPathLengthU3Ek__BackingField_21; } inline void set_U3CMaxPathLengthU3Ek__BackingField_21(int32_t value) { ___U3CMaxPathLengthU3Ek__BackingField_21 = value; } inline static int32_t get_offset_of_Connections_22() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___Connections_22)); } inline Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * get_Connections_22() const { return ___Connections_22; } inline Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 ** get_address_of_Connections_22() { return &___Connections_22; } inline void set_Connections_22(Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * value) { ___Connections_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___Connections_22), (void*)value); } inline static int32_t get_offset_of_ActiveConnections_23() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___ActiveConnections_23)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_ActiveConnections_23() const { return ___ActiveConnections_23; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_ActiveConnections_23() { return &___ActiveConnections_23; } inline void set_ActiveConnections_23(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___ActiveConnections_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___ActiveConnections_23), (void*)value); } inline static int32_t get_offset_of_FreeConnections_24() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___FreeConnections_24)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_FreeConnections_24() const { return ___FreeConnections_24; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_FreeConnections_24() { return &___FreeConnections_24; } inline void set_FreeConnections_24(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___FreeConnections_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeConnections_24), (void*)value); } inline static int32_t get_offset_of_RecycledConnections_25() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___RecycledConnections_25)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_RecycledConnections_25() const { return ___RecycledConnections_25; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_RecycledConnections_25() { return &___RecycledConnections_25; } inline void set_RecycledConnections_25(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___RecycledConnections_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RecycledConnections_25), (void*)value); } inline static int32_t get_offset_of_RequestQueue_26() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___RequestQueue_26)); } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * get_RequestQueue_26() const { return ___RequestQueue_26; } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 ** get_address_of_RequestQueue_26() { return &___RequestQueue_26; } inline void set_RequestQueue_26(List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * value) { ___RequestQueue_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___RequestQueue_26), (void*)value); } inline static int32_t get_offset_of_IsCallingCallbacks_27() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___IsCallingCallbacks_27)); } inline bool get_IsCallingCallbacks_27() const { return ___IsCallingCallbacks_27; } inline bool* get_address_of_IsCallingCallbacks_27() { return &___IsCallingCallbacks_27; } inline void set_IsCallingCallbacks_27(bool value) { ___IsCallingCallbacks_27 = value; } inline static int32_t get_offset_of_Locker_28() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___Locker_28)); } inline RuntimeObject * get_Locker_28() const { return ___Locker_28; } inline RuntimeObject ** get_address_of_Locker_28() { return &___Locker_28; } inline void set_Locker_28(RuntimeObject * value) { ___Locker_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___Locker_28), (void*)value); } inline static int32_t get_offset_of_U3CIsQuittingU3Ek__BackingField_29() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsQuittingU3Ek__BackingField_29)); } inline bool get_U3CIsQuittingU3Ek__BackingField_29() const { return ___U3CIsQuittingU3Ek__BackingField_29; } inline bool* get_address_of_U3CIsQuittingU3Ek__BackingField_29() { return &___U3CIsQuittingU3Ek__BackingField_29; } inline void set_U3CIsQuittingU3Ek__BackingField_29(bool value) { ___U3CIsQuittingU3Ek__BackingField_29 = value; } }; // BestHTTP.SocketIO.HandshakeData struct HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 : public RuntimeObject { public: // System.String BestHTTP.SocketIO.HandshakeData::k__BackingField String_t* ___U3CSidU3Ek__BackingField_0; // System.Collections.Generic.List`1 BestHTTP.SocketIO.HandshakeData::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CUpgradesU3Ek__BackingField_1; // System.TimeSpan BestHTTP.SocketIO.HandshakeData::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingIntervalU3Ek__BackingField_2; // System.TimeSpan BestHTTP.SocketIO.HandshakeData::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingTimeoutU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CSidU3Ek__BackingField_0() { return static_cast(offsetof(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548, ___U3CSidU3Ek__BackingField_0)); } inline String_t* get_U3CSidU3Ek__BackingField_0() const { return ___U3CSidU3Ek__BackingField_0; } inline String_t** get_address_of_U3CSidU3Ek__BackingField_0() { return &___U3CSidU3Ek__BackingField_0; } inline void set_U3CSidU3Ek__BackingField_0(String_t* value) { ___U3CSidU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSidU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CUpgradesU3Ek__BackingField_1() { return static_cast(offsetof(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548, ___U3CUpgradesU3Ek__BackingField_1)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CUpgradesU3Ek__BackingField_1() const { return ___U3CUpgradesU3Ek__BackingField_1; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CUpgradesU3Ek__BackingField_1() { return &___U3CUpgradesU3Ek__BackingField_1; } inline void set_U3CUpgradesU3Ek__BackingField_1(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CUpgradesU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUpgradesU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CPingIntervalU3Ek__BackingField_2() { return static_cast(offsetof(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548, ___U3CPingIntervalU3Ek__BackingField_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingIntervalU3Ek__BackingField_2() const { return ___U3CPingIntervalU3Ek__BackingField_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingIntervalU3Ek__BackingField_2() { return &___U3CPingIntervalU3Ek__BackingField_2; } inline void set_U3CPingIntervalU3Ek__BackingField_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingIntervalU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CPingTimeoutU3Ek__BackingField_3() { return static_cast(offsetof(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548, ___U3CPingTimeoutU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingTimeoutU3Ek__BackingField_3() const { return ___U3CPingTimeoutU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingTimeoutU3Ek__BackingField_3() { return &___U3CPingTimeoutU3Ek__BackingField_3; } inline void set_U3CPingTimeoutU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingTimeoutU3Ek__BackingField_3 = value; } }; // 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.SocketIO.Packet struct Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F : public RuntimeObject { public: // BestHTTP.SocketIO.TransportEventTypes BestHTTP.SocketIO.Packet::k__BackingField int32_t ___U3CTransportEventU3Ek__BackingField_1; // BestHTTP.SocketIO.SocketIOEventTypes BestHTTP.SocketIO.Packet::k__BackingField int32_t ___U3CSocketIOEventU3Ek__BackingField_2; // System.Int32 BestHTTP.SocketIO.Packet::k__BackingField int32_t ___U3CAttachmentCountU3Ek__BackingField_3; // System.Int32 BestHTTP.SocketIO.Packet::k__BackingField int32_t ___U3CIdU3Ek__BackingField_4; // System.String BestHTTP.SocketIO.Packet::k__BackingField String_t* ___U3CNamespaceU3Ek__BackingField_5; // System.String BestHTTP.SocketIO.Packet::k__BackingField String_t* ___U3CPayloadU3Ek__BackingField_6; // System.String BestHTTP.SocketIO.Packet::k__BackingField String_t* ___U3CEventNameU3Ek__BackingField_7; // System.Collections.Generic.List`1 BestHTTP.SocketIO.Packet::attachments List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * ___attachments_8; // System.Boolean BestHTTP.SocketIO.Packet::k__BackingField bool ___U3CIsDecodedU3Ek__BackingField_9; // System.Object[] BestHTTP.SocketIO.Packet::k__BackingField ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___U3CDecodedArgsU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CTransportEventU3Ek__BackingField_1() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CTransportEventU3Ek__BackingField_1)); } inline int32_t get_U3CTransportEventU3Ek__BackingField_1() const { return ___U3CTransportEventU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CTransportEventU3Ek__BackingField_1() { return &___U3CTransportEventU3Ek__BackingField_1; } inline void set_U3CTransportEventU3Ek__BackingField_1(int32_t value) { ___U3CTransportEventU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CSocketIOEventU3Ek__BackingField_2() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CSocketIOEventU3Ek__BackingField_2)); } inline int32_t get_U3CSocketIOEventU3Ek__BackingField_2() const { return ___U3CSocketIOEventU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CSocketIOEventU3Ek__BackingField_2() { return &___U3CSocketIOEventU3Ek__BackingField_2; } inline void set_U3CSocketIOEventU3Ek__BackingField_2(int32_t value) { ___U3CSocketIOEventU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CAttachmentCountU3Ek__BackingField_3() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CAttachmentCountU3Ek__BackingField_3)); } inline int32_t get_U3CAttachmentCountU3Ek__BackingField_3() const { return ___U3CAttachmentCountU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CAttachmentCountU3Ek__BackingField_3() { return &___U3CAttachmentCountU3Ek__BackingField_3; } inline void set_U3CAttachmentCountU3Ek__BackingField_3(int32_t value) { ___U3CAttachmentCountU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_4() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CIdU3Ek__BackingField_4)); } inline int32_t get_U3CIdU3Ek__BackingField_4() const { return ___U3CIdU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CIdU3Ek__BackingField_4() { return &___U3CIdU3Ek__BackingField_4; } inline void set_U3CIdU3Ek__BackingField_4(int32_t value) { ___U3CIdU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CNamespaceU3Ek__BackingField_5() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CNamespaceU3Ek__BackingField_5)); } inline String_t* get_U3CNamespaceU3Ek__BackingField_5() const { return ___U3CNamespaceU3Ek__BackingField_5; } inline String_t** get_address_of_U3CNamespaceU3Ek__BackingField_5() { return &___U3CNamespaceU3Ek__BackingField_5; } inline void set_U3CNamespaceU3Ek__BackingField_5(String_t* value) { ___U3CNamespaceU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNamespaceU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CPayloadU3Ek__BackingField_6() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CPayloadU3Ek__BackingField_6)); } inline String_t* get_U3CPayloadU3Ek__BackingField_6() const { return ___U3CPayloadU3Ek__BackingField_6; } inline String_t** get_address_of_U3CPayloadU3Ek__BackingField_6() { return &___U3CPayloadU3Ek__BackingField_6; } inline void set_U3CPayloadU3Ek__BackingField_6(String_t* value) { ___U3CPayloadU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPayloadU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CEventNameU3Ek__BackingField_7() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CEventNameU3Ek__BackingField_7)); } inline String_t* get_U3CEventNameU3Ek__BackingField_7() const { return ___U3CEventNameU3Ek__BackingField_7; } inline String_t** get_address_of_U3CEventNameU3Ek__BackingField_7() { return &___U3CEventNameU3Ek__BackingField_7; } inline void set_U3CEventNameU3Ek__BackingField_7(String_t* value) { ___U3CEventNameU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEventNameU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_attachments_8() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___attachments_8)); } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * get_attachments_8() const { return ___attachments_8; } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE ** get_address_of_attachments_8() { return &___attachments_8; } inline void set_attachments_8(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * value) { ___attachments_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___attachments_8), (void*)value); } inline static int32_t get_offset_of_U3CIsDecodedU3Ek__BackingField_9() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CIsDecodedU3Ek__BackingField_9)); } inline bool get_U3CIsDecodedU3Ek__BackingField_9() const { return ___U3CIsDecodedU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsDecodedU3Ek__BackingField_9() { return &___U3CIsDecodedU3Ek__BackingField_9; } inline void set_U3CIsDecodedU3Ek__BackingField_9(bool value) { ___U3CIsDecodedU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CDecodedArgsU3Ek__BackingField_10() { return static_cast(offsetof(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F, ___U3CDecodedArgsU3Ek__BackingField_10)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_U3CDecodedArgsU3Ek__BackingField_10() const { return ___U3CDecodedArgsU3Ek__BackingField_10; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_U3CDecodedArgsU3Ek__BackingField_10() { return &___U3CDecodedArgsU3Ek__BackingField_10; } inline void set_U3CDecodedArgsU3Ek__BackingField_10(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___U3CDecodedArgsU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDecodedArgsU3Ek__BackingField_10), (void*)value); } }; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___marshalAs_6)); } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * get_marshalAs_6() const { return ___marshalAs_6; } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; char* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // Native definition for COM marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; Il2CppChar* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // BestHTTP.SocketIO.Transports.PollingTransport struct PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08 : public RuntimeObject { public: // BestHTTP.SocketIO.Transports.TransportStates BestHTTP.SocketIO.Transports.PollingTransport::k__BackingField int32_t ___U3CStateU3Ek__BackingField_0; // BestHTTP.SocketIO.SocketManager BestHTTP.SocketIO.Transports.PollingTransport::k__BackingField SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___U3CManagerU3Ek__BackingField_1; // BestHTTP.HTTPRequest BestHTTP.SocketIO.Transports.PollingTransport::LastRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___LastRequest_2; // BestHTTP.HTTPRequest BestHTTP.SocketIO.Transports.PollingTransport::PollRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___PollRequest_3; // BestHTTP.SocketIO.Packet BestHTTP.SocketIO.Transports.PollingTransport::PacketWithAttachment Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___PacketWithAttachment_4; // System.Collections.Generic.List`1 BestHTTP.SocketIO.Transports.PollingTransport::lonelyPacketList List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * ___lonelyPacketList_5; public: inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_0() { return static_cast(offsetof(PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08, ___U3CStateU3Ek__BackingField_0)); } inline int32_t get_U3CStateU3Ek__BackingField_0() const { return ___U3CStateU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_0() { return &___U3CStateU3Ek__BackingField_0; } inline void set_U3CStateU3Ek__BackingField_0(int32_t value) { ___U3CStateU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CManagerU3Ek__BackingField_1() { return static_cast(offsetof(PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08, ___U3CManagerU3Ek__BackingField_1)); } inline SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * get_U3CManagerU3Ek__BackingField_1() const { return ___U3CManagerU3Ek__BackingField_1; } inline SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 ** get_address_of_U3CManagerU3Ek__BackingField_1() { return &___U3CManagerU3Ek__BackingField_1; } inline void set_U3CManagerU3Ek__BackingField_1(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * value) { ___U3CManagerU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CManagerU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_LastRequest_2() { return static_cast(offsetof(PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08, ___LastRequest_2)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_LastRequest_2() const { return ___LastRequest_2; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_LastRequest_2() { return &___LastRequest_2; } inline void set_LastRequest_2(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___LastRequest_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___LastRequest_2), (void*)value); } inline static int32_t get_offset_of_PollRequest_3() { return static_cast(offsetof(PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08, ___PollRequest_3)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_PollRequest_3() const { return ___PollRequest_3; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_PollRequest_3() { return &___PollRequest_3; } inline void set_PollRequest_3(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___PollRequest_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___PollRequest_3), (void*)value); } inline static int32_t get_offset_of_PacketWithAttachment_4() { return static_cast(offsetof(PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08, ___PacketWithAttachment_4)); } inline Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * get_PacketWithAttachment_4() const { return ___PacketWithAttachment_4; } inline Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F ** get_address_of_PacketWithAttachment_4() { return &___PacketWithAttachment_4; } inline void set_PacketWithAttachment_4(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * value) { ___PacketWithAttachment_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___PacketWithAttachment_4), (void*)value); } inline static int32_t get_offset_of_lonelyPacketList_5() { return static_cast(offsetof(PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08, ___lonelyPacketList_5)); } inline List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * get_lonelyPacketList_5() const { return ___lonelyPacketList_5; } inline List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 ** get_address_of_lonelyPacketList_5() { return &___lonelyPacketList_5; } inline void set_lonelyPacketList_5(List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * value) { ___lonelyPacketList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___lonelyPacketList_5), (void*)value); } }; // JC.Unity.ScreenRayRaycasterUIWrapper struct ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC : public RuntimeObject { public: // UnityEngine.UI.Selectable JC.Unity.ScreenRayRaycasterUIWrapper::m_currentSelectable Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_currentSelectable_0; // UnityEngine.EventSystems.RaycastResult JC.Unity.ScreenRayRaycasterUIWrapper::m_currentRaycastResult RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE ___m_currentRaycastResult_1; // UnityEngine.EventSystems.IPointerClickHandler JC.Unity.ScreenRayRaycasterUIWrapper::m_clickHandler RuntimeObject* ___m_clickHandler_2; // UnityEngine.EventSystems.IDragHandler JC.Unity.ScreenRayRaycasterUIWrapper::m_dragHandler RuntimeObject* ___m_dragHandler_3; // UnityEngine.EventSystems.EventSystem JC.Unity.ScreenRayRaycasterUIWrapper::m_eventSystem EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * ___m_eventSystem_4; // UnityEngine.EventSystems.PointerEventData JC.Unity.ScreenRayRaycasterUIWrapper::m_pointerEvent PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954 * ___m_pointerEvent_5; // JC.Unity.SimulateMouse JC.Unity.ScreenRayRaycasterUIWrapper::mSimulateMouse SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * ___mSimulateMouse_6; // System.Func`1 JC.Unity.ScreenRayRaycasterUIWrapper::mFunPointerPos Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344 * ___mFunPointerPos_7; // System.Boolean JC.Unity.ScreenRayRaycasterUIWrapper::mIsClick bool ___mIsClick_8; // System.Boolean JC.Unity.ScreenRayRaycasterUIWrapper::mIsPress bool ___mIsPress_9; // System.Boolean JC.Unity.ScreenRayRaycasterUIWrapper::mIsDrag bool ___mIsDrag_10; public: inline static int32_t get_offset_of_m_currentSelectable_0() { return static_cast(offsetof(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC, ___m_currentSelectable_0)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_currentSelectable_0() const { return ___m_currentSelectable_0; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_currentSelectable_0() { return &___m_currentSelectable_0; } inline void set_m_currentSelectable_0(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_currentSelectable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_currentSelectable_0), (void*)value); } inline static int32_t get_offset_of_m_currentRaycastResult_1() { return static_cast(offsetof(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC, ___m_currentRaycastResult_1)); } inline RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE get_m_currentRaycastResult_1() const { return ___m_currentRaycastResult_1; } inline RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE * get_address_of_m_currentRaycastResult_1() { return &___m_currentRaycastResult_1; } inline void set_m_currentRaycastResult_1(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE value) { ___m_currentRaycastResult_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_currentRaycastResult_1))->___m_GameObject_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_currentRaycastResult_1))->___module_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_clickHandler_2() { return static_cast(offsetof(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC, ___m_clickHandler_2)); } inline RuntimeObject* get_m_clickHandler_2() const { return ___m_clickHandler_2; } inline RuntimeObject** get_address_of_m_clickHandler_2() { return &___m_clickHandler_2; } inline void set_m_clickHandler_2(RuntimeObject* value) { ___m_clickHandler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_clickHandler_2), (void*)value); } inline static int32_t get_offset_of_m_dragHandler_3() { return static_cast(offsetof(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC, ___m_dragHandler_3)); } inline RuntimeObject* get_m_dragHandler_3() const { return ___m_dragHandler_3; } inline RuntimeObject** get_address_of_m_dragHandler_3() { return &___m_dragHandler_3; } inline void set_m_dragHandler_3(RuntimeObject* value) { ___m_dragHandler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dragHandler_3), (void*)value); } inline static int32_t get_offset_of_m_eventSystem_4() { return static_cast(offsetof(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC, ___m_eventSystem_4)); } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * get_m_eventSystem_4() const { return ___m_eventSystem_4; } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C ** get_address_of_m_eventSystem_4() { return &___m_eventSystem_4; } inline void set_m_eventSystem_4(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * value) { ___m_eventSystem_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_eventSystem_4), (void*)value); } inline static int32_t get_offset_of_m_pointerEvent_5() { return static_cast(offsetof(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC, ___m_pointerEvent_5)); } inline PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954 * get_m_pointerEvent_5() const { return ___m_pointerEvent_5; } inline PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954 ** get_address_of_m_pointerEvent_5() { return &___m_pointerEvent_5; } inline void set_m_pointerEvent_5(PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954 * value) { ___m_pointerEvent_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pointerEvent_5), (void*)value); } inline static int32_t get_offset_of_mSimulateMouse_6() { return static_cast(offsetof(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC, ___mSimulateMouse_6)); } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * get_mSimulateMouse_6() const { return ___mSimulateMouse_6; } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 ** get_address_of_mSimulateMouse_6() { return &___mSimulateMouse_6; } inline void set_mSimulateMouse_6(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * value) { ___mSimulateMouse_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSimulateMouse_6), (void*)value); } inline static int32_t get_offset_of_mFunPointerPos_7() { return static_cast(offsetof(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC, ___mFunPointerPos_7)); } inline Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344 * get_mFunPointerPos_7() const { return ___mFunPointerPos_7; } inline Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344 ** get_address_of_mFunPointerPos_7() { return &___mFunPointerPos_7; } inline void set_mFunPointerPos_7(Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344 * value) { ___mFunPointerPos_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mFunPointerPos_7), (void*)value); } inline static int32_t get_offset_of_mIsClick_8() { return static_cast(offsetof(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC, ___mIsClick_8)); } inline bool get_mIsClick_8() const { return ___mIsClick_8; } inline bool* get_address_of_mIsClick_8() { return &___mIsClick_8; } inline void set_mIsClick_8(bool value) { ___mIsClick_8 = value; } inline static int32_t get_offset_of_mIsPress_9() { return static_cast(offsetof(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC, ___mIsPress_9)); } inline bool get_mIsPress_9() const { return ___mIsPress_9; } inline bool* get_address_of_mIsPress_9() { return &___mIsPress_9; } inline void set_mIsPress_9(bool value) { ___mIsPress_9 = value; } inline static int32_t get_offset_of_mIsDrag_10() { return static_cast(offsetof(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC, ___mIsDrag_10)); } inline bool get_mIsDrag_10() const { return ___mIsDrag_10; } inline bool* get_address_of_mIsDrag_10() { return &___mIsDrag_10; } inline void set_mIsDrag_10(bool value) { ___mIsDrag_10 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecurityUtilityException struct SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerSink struct SignerSink_tD8D17441864F2FD3C6FDBE457D3C3D88F1588B43 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerSink::mSigner RuntimeObject* ___mSigner_6; public: inline static int32_t get_offset_of_mSigner_6() { return static_cast(offsetof(SignerSink_tD8D17441864F2FD3C6FDBE457D3C3D88F1588B43, ___mSigner_6)); } inline RuntimeObject* get_mSigner_6() const { return ___mSigner_6; } inline RuntimeObject** get_address_of_mSigner_6() { return &___mSigner_6; } inline void set_mSigner_6(RuntimeObject* value) { ___mSigner_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSigner_6), (void*)value); } }; // BestHTTP.SocketIO.SocketManager struct SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 : public RuntimeObject { public: // BestHTTP.SocketIO.SocketManager/States BestHTTP.SocketIO.SocketManager::state int32_t ___state_2; // BestHTTP.SocketIO.SocketOptions BestHTTP.SocketIO.SocketManager::k__BackingField SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * ___U3COptionsU3Ek__BackingField_3; // System.Uri BestHTTP.SocketIO.SocketManager::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_4; // BestHTTP.SocketIO.HandshakeData BestHTTP.SocketIO.SocketManager::k__BackingField HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * ___U3CHandshakeU3Ek__BackingField_5; // BestHTTP.SocketIO.Transports.ITransport BestHTTP.SocketIO.SocketManager::k__BackingField RuntimeObject* ___U3CTransportU3Ek__BackingField_6; // System.UInt64 BestHTTP.SocketIO.SocketManager::k__BackingField uint64_t ___U3CRequestCounterU3Ek__BackingField_7; // System.Int32 BestHTTP.SocketIO.SocketManager::k__BackingField int32_t ___U3CReconnectAttemptsU3Ek__BackingField_8; // BestHTTP.SocketIO.JsonEncoders.IJsonEncoder BestHTTP.SocketIO.SocketManager::k__BackingField RuntimeObject* ___U3CEncoderU3Ek__BackingField_9; // System.Int32 BestHTTP.SocketIO.SocketManager::nextAckId int32_t ___nextAckId_10; // BestHTTP.SocketIO.SocketManager/States BestHTTP.SocketIO.SocketManager::k__BackingField int32_t ___U3CPreviousStateU3Ek__BackingField_11; // BestHTTP.SocketIO.Transports.ITransport BestHTTP.SocketIO.SocketManager::k__BackingField RuntimeObject* ___U3CUpgradingTransportU3Ek__BackingField_12; // System.Collections.Generic.Dictionary`2 BestHTTP.SocketIO.SocketManager::Namespaces Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * ___Namespaces_13; // System.Collections.Generic.List`1 BestHTTP.SocketIO.SocketManager::Sockets List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * ___Sockets_14; // System.Collections.Generic.List`1 BestHTTP.SocketIO.SocketManager::OfflinePackets List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * ___OfflinePackets_15; // System.DateTime BestHTTP.SocketIO.SocketManager::LastHeartbeat DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastHeartbeat_16; // System.DateTime BestHTTP.SocketIO.SocketManager::ReconnectAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectAt_17; // System.DateTime BestHTTP.SocketIO.SocketManager::ConnectionStarted DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ConnectionStarted_18; // System.Boolean BestHTTP.SocketIO.SocketManager::closing bool ___closing_19; // System.Boolean BestHTTP.SocketIO.SocketManager::IsWaitingPong bool ___IsWaitingPong_20; public: inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___state_2)); } inline int32_t get_state_2() const { return ___state_2; } inline int32_t* get_address_of_state_2() { return &___state_2; } inline void set_state_2(int32_t value) { ___state_2 = value; } inline static int32_t get_offset_of_U3COptionsU3Ek__BackingField_3() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3COptionsU3Ek__BackingField_3)); } inline SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * get_U3COptionsU3Ek__BackingField_3() const { return ___U3COptionsU3Ek__BackingField_3; } inline SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 ** get_address_of_U3COptionsU3Ek__BackingField_3() { return &___U3COptionsU3Ek__BackingField_3; } inline void set_U3COptionsU3Ek__BackingField_3(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * value) { ___U3COptionsU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COptionsU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_4() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CUriU3Ek__BackingField_4)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_4() const { return ___U3CUriU3Ek__BackingField_4; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_4() { return &___U3CUriU3Ek__BackingField_4; } inline void set_U3CUriU3Ek__BackingField_4(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CHandshakeU3Ek__BackingField_5() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CHandshakeU3Ek__BackingField_5)); } inline HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * get_U3CHandshakeU3Ek__BackingField_5() const { return ___U3CHandshakeU3Ek__BackingField_5; } inline HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 ** get_address_of_U3CHandshakeU3Ek__BackingField_5() { return &___U3CHandshakeU3Ek__BackingField_5; } inline void set_U3CHandshakeU3Ek__BackingField_5(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * value) { ___U3CHandshakeU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHandshakeU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CTransportU3Ek__BackingField_6() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CTransportU3Ek__BackingField_6)); } inline RuntimeObject* get_U3CTransportU3Ek__BackingField_6() const { return ___U3CTransportU3Ek__BackingField_6; } inline RuntimeObject** get_address_of_U3CTransportU3Ek__BackingField_6() { return &___U3CTransportU3Ek__BackingField_6; } inline void set_U3CTransportU3Ek__BackingField_6(RuntimeObject* value) { ___U3CTransportU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransportU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CRequestCounterU3Ek__BackingField_7() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CRequestCounterU3Ek__BackingField_7)); } inline uint64_t get_U3CRequestCounterU3Ek__BackingField_7() const { return ___U3CRequestCounterU3Ek__BackingField_7; } inline uint64_t* get_address_of_U3CRequestCounterU3Ek__BackingField_7() { return &___U3CRequestCounterU3Ek__BackingField_7; } inline void set_U3CRequestCounterU3Ek__BackingField_7(uint64_t value) { ___U3CRequestCounterU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CReconnectAttemptsU3Ek__BackingField_8() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CReconnectAttemptsU3Ek__BackingField_8)); } inline int32_t get_U3CReconnectAttemptsU3Ek__BackingField_8() const { return ___U3CReconnectAttemptsU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CReconnectAttemptsU3Ek__BackingField_8() { return &___U3CReconnectAttemptsU3Ek__BackingField_8; } inline void set_U3CReconnectAttemptsU3Ek__BackingField_8(int32_t value) { ___U3CReconnectAttemptsU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CEncoderU3Ek__BackingField_9() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CEncoderU3Ek__BackingField_9)); } inline RuntimeObject* get_U3CEncoderU3Ek__BackingField_9() const { return ___U3CEncoderU3Ek__BackingField_9; } inline RuntimeObject** get_address_of_U3CEncoderU3Ek__BackingField_9() { return &___U3CEncoderU3Ek__BackingField_9; } inline void set_U3CEncoderU3Ek__BackingField_9(RuntimeObject* value) { ___U3CEncoderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEncoderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_nextAckId_10() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___nextAckId_10)); } inline int32_t get_nextAckId_10() const { return ___nextAckId_10; } inline int32_t* get_address_of_nextAckId_10() { return &___nextAckId_10; } inline void set_nextAckId_10(int32_t value) { ___nextAckId_10 = value; } inline static int32_t get_offset_of_U3CPreviousStateU3Ek__BackingField_11() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CPreviousStateU3Ek__BackingField_11)); } inline int32_t get_U3CPreviousStateU3Ek__BackingField_11() const { return ___U3CPreviousStateU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CPreviousStateU3Ek__BackingField_11() { return &___U3CPreviousStateU3Ek__BackingField_11; } inline void set_U3CPreviousStateU3Ek__BackingField_11(int32_t value) { ___U3CPreviousStateU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CUpgradingTransportU3Ek__BackingField_12() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___U3CUpgradingTransportU3Ek__BackingField_12)); } inline RuntimeObject* get_U3CUpgradingTransportU3Ek__BackingField_12() const { return ___U3CUpgradingTransportU3Ek__BackingField_12; } inline RuntimeObject** get_address_of_U3CUpgradingTransportU3Ek__BackingField_12() { return &___U3CUpgradingTransportU3Ek__BackingField_12; } inline void set_U3CUpgradingTransportU3Ek__BackingField_12(RuntimeObject* value) { ___U3CUpgradingTransportU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUpgradingTransportU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_Namespaces_13() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___Namespaces_13)); } inline Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * get_Namespaces_13() const { return ___Namespaces_13; } inline Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 ** get_address_of_Namespaces_13() { return &___Namespaces_13; } inline void set_Namespaces_13(Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * value) { ___Namespaces_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Namespaces_13), (void*)value); } inline static int32_t get_offset_of_Sockets_14() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___Sockets_14)); } inline List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * get_Sockets_14() const { return ___Sockets_14; } inline List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 ** get_address_of_Sockets_14() { return &___Sockets_14; } inline void set_Sockets_14(List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * value) { ___Sockets_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sockets_14), (void*)value); } inline static int32_t get_offset_of_OfflinePackets_15() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___OfflinePackets_15)); } inline List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * get_OfflinePackets_15() const { return ___OfflinePackets_15; } inline List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 ** get_address_of_OfflinePackets_15() { return &___OfflinePackets_15; } inline void set_OfflinePackets_15(List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * value) { ___OfflinePackets_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OfflinePackets_15), (void*)value); } inline static int32_t get_offset_of_LastHeartbeat_16() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___LastHeartbeat_16)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastHeartbeat_16() const { return ___LastHeartbeat_16; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastHeartbeat_16() { return &___LastHeartbeat_16; } inline void set_LastHeartbeat_16(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastHeartbeat_16 = value; } inline static int32_t get_offset_of_ReconnectAt_17() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___ReconnectAt_17)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectAt_17() const { return ___ReconnectAt_17; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectAt_17() { return &___ReconnectAt_17; } inline void set_ReconnectAt_17(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectAt_17 = value; } inline static int32_t get_offset_of_ConnectionStarted_18() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___ConnectionStarted_18)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ConnectionStarted_18() const { return ___ConnectionStarted_18; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ConnectionStarted_18() { return &___ConnectionStarted_18; } inline void set_ConnectionStarted_18(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ConnectionStarted_18 = value; } inline static int32_t get_offset_of_closing_19() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___closing_19)); } inline bool get_closing_19() const { return ___closing_19; } inline bool* get_address_of_closing_19() { return &___closing_19; } inline void set_closing_19(bool value) { ___closing_19 = value; } inline static int32_t get_offset_of_IsWaitingPong_20() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0, ___IsWaitingPong_20)); } inline bool get_IsWaitingPong_20() const { return ___IsWaitingPong_20; } inline bool* get_address_of_IsWaitingPong_20() { return &___IsWaitingPong_20; } inline void set_IsWaitingPong_20(bool value) { ___IsWaitingPong_20 = value; } }; struct SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_StaticFields { public: // BestHTTP.SocketIO.JsonEncoders.IJsonEncoder BestHTTP.SocketIO.SocketManager::DefaultEncoder RuntimeObject* ___DefaultEncoder_0; public: inline static int32_t get_offset_of_DefaultEncoder_0() { return static_cast(offsetof(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_StaticFields, ___DefaultEncoder_0)); } inline RuntimeObject* get_DefaultEncoder_0() const { return ___DefaultEncoder_0; } inline RuntimeObject** get_address_of_DefaultEncoder_0() { return &___DefaultEncoder_0; } inline void set_DefaultEncoder_0(RuntimeObject* value) { ___DefaultEncoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultEncoder_0), (void*)value); } }; // BestHTTP.SocketIO.SocketOptions struct SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 : public RuntimeObject { public: // BestHTTP.SocketIO.Transports.TransportTypes BestHTTP.SocketIO.SocketOptions::k__BackingField int32_t ___U3CConnectWithU3Ek__BackingField_0; // System.Boolean BestHTTP.SocketIO.SocketOptions::k__BackingField bool ___U3CReconnectionU3Ek__BackingField_1; // System.Int32 BestHTTP.SocketIO.SocketOptions::k__BackingField int32_t ___U3CReconnectionAttemptsU3Ek__BackingField_2; // System.TimeSpan BestHTTP.SocketIO.SocketOptions::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectionDelayU3Ek__BackingField_3; // System.TimeSpan BestHTTP.SocketIO.SocketOptions::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectionDelayMaxU3Ek__BackingField_4; // System.Single BestHTTP.SocketIO.SocketOptions::randomizationFactor float ___randomizationFactor_5; // System.TimeSpan BestHTTP.SocketIO.SocketOptions::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CTimeoutU3Ek__BackingField_6; // System.Boolean BestHTTP.SocketIO.SocketOptions::k__BackingField bool ___U3CAutoConnectU3Ek__BackingField_7; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SocketIO.SocketOptions::additionalQueryParams ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * ___additionalQueryParams_8; // System.Boolean BestHTTP.SocketIO.SocketOptions::k__BackingField bool ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9; // System.String BestHTTP.SocketIO.SocketOptions::BuiltQueryParams String_t* ___BuiltQueryParams_10; public: inline static int32_t get_offset_of_U3CConnectWithU3Ek__BackingField_0() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CConnectWithU3Ek__BackingField_0)); } inline int32_t get_U3CConnectWithU3Ek__BackingField_0() const { return ___U3CConnectWithU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CConnectWithU3Ek__BackingField_0() { return &___U3CConnectWithU3Ek__BackingField_0; } inline void set_U3CConnectWithU3Ek__BackingField_0(int32_t value) { ___U3CConnectWithU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CReconnectionU3Ek__BackingField_1() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CReconnectionU3Ek__BackingField_1)); } inline bool get_U3CReconnectionU3Ek__BackingField_1() const { return ___U3CReconnectionU3Ek__BackingField_1; } inline bool* get_address_of_U3CReconnectionU3Ek__BackingField_1() { return &___U3CReconnectionU3Ek__BackingField_1; } inline void set_U3CReconnectionU3Ek__BackingField_1(bool value) { ___U3CReconnectionU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CReconnectionAttemptsU3Ek__BackingField_2() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CReconnectionAttemptsU3Ek__BackingField_2)); } inline int32_t get_U3CReconnectionAttemptsU3Ek__BackingField_2() const { return ___U3CReconnectionAttemptsU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CReconnectionAttemptsU3Ek__BackingField_2() { return &___U3CReconnectionAttemptsU3Ek__BackingField_2; } inline void set_U3CReconnectionAttemptsU3Ek__BackingField_2(int32_t value) { ___U3CReconnectionAttemptsU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CReconnectionDelayU3Ek__BackingField_3() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CReconnectionDelayU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectionDelayU3Ek__BackingField_3() const { return ___U3CReconnectionDelayU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectionDelayU3Ek__BackingField_3() { return &___U3CReconnectionDelayU3Ek__BackingField_3; } inline void set_U3CReconnectionDelayU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectionDelayU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CReconnectionDelayMaxU3Ek__BackingField_4() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CReconnectionDelayMaxU3Ek__BackingField_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectionDelayMaxU3Ek__BackingField_4() const { return ___U3CReconnectionDelayMaxU3Ek__BackingField_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectionDelayMaxU3Ek__BackingField_4() { return &___U3CReconnectionDelayMaxU3Ek__BackingField_4; } inline void set_U3CReconnectionDelayMaxU3Ek__BackingField_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectionDelayMaxU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_randomizationFactor_5() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___randomizationFactor_5)); } inline float get_randomizationFactor_5() const { return ___randomizationFactor_5; } inline float* get_address_of_randomizationFactor_5() { return &___randomizationFactor_5; } inline void set_randomizationFactor_5(float value) { ___randomizationFactor_5 = value; } inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_6() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CTimeoutU3Ek__BackingField_6)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CTimeoutU3Ek__BackingField_6() const { return ___U3CTimeoutU3Ek__BackingField_6; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CTimeoutU3Ek__BackingField_6() { return &___U3CTimeoutU3Ek__BackingField_6; } inline void set_U3CTimeoutU3Ek__BackingField_6(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CTimeoutU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CAutoConnectU3Ek__BackingField_7() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CAutoConnectU3Ek__BackingField_7)); } inline bool get_U3CAutoConnectU3Ek__BackingField_7() const { return ___U3CAutoConnectU3Ek__BackingField_7; } inline bool* get_address_of_U3CAutoConnectU3Ek__BackingField_7() { return &___U3CAutoConnectU3Ek__BackingField_7; } inline void set_U3CAutoConnectU3Ek__BackingField_7(bool value) { ___U3CAutoConnectU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_additionalQueryParams_8() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___additionalQueryParams_8)); } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * get_additionalQueryParams_8() const { return ___additionalQueryParams_8; } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 ** get_address_of_additionalQueryParams_8() { return &___additionalQueryParams_8; } inline void set_additionalQueryParams_8(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * value) { ___additionalQueryParams_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalQueryParams_8), (void*)value); } inline static int32_t get_offset_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9)); } inline bool get_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9() const { return ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9; } inline bool* get_address_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9() { return &___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9; } inline void set_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9(bool value) { ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_BuiltQueryParams_10() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___BuiltQueryParams_10)); } inline String_t* get_BuiltQueryParams_10() const { return ___BuiltQueryParams_10; } inline String_t** get_address_of_BuiltQueryParams_10() { return &___BuiltQueryParams_10; } inline void set_BuiltQueryParams_10(String_t* value) { ___BuiltQueryParams_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltQueryParams_10), (void*)value); } }; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields { public: // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; public: inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast(offsetof(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields, ___GenerateAllMips_4)); } inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; } inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; } inline void set_GenerateAllMips_4(int32_t value) { ___GenerateAllMips_4 = value; } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // BestHTTP.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 : public RuntimeObject { public: // BestHTTP.WebSocket.WebSocketStates BestHTTP.WebSocket.WebSocket::k__BackingField uint8_t ___U3CStateU3Ek__BackingField_0; // System.Boolean BestHTTP.WebSocket.WebSocket::k__BackingField bool ___U3CStartPingThreadU3Ek__BackingField_1; // System.Int32 BestHTTP.WebSocket.WebSocket::k__BackingField int32_t ___U3CPingFrequencyU3Ek__BackingField_2; // System.TimeSpan BestHTTP.WebSocket.WebSocket::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CCloseAfterNoMesssageU3Ek__BackingField_3; // BestHTTP.HTTPRequest BestHTTP.WebSocket.WebSocket::k__BackingField HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___U3CInternalRequestU3Ek__BackingField_4; // BestHTTP.WebSocket.Extensions.IExtension[] BestHTTP.WebSocket.WebSocket::k__BackingField IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8* ___U3CExtensionsU3Ek__BackingField_5; // BestHTTP.WebSocket.OnWebSocketOpenDelegate BestHTTP.WebSocket.WebSocket::OnOpen OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * ___OnOpen_6; // BestHTTP.WebSocket.OnWebSocketMessageDelegate BestHTTP.WebSocket.WebSocket::OnMessage OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * ___OnMessage_7; // BestHTTP.WebSocket.OnWebSocketBinaryDelegate BestHTTP.WebSocket.WebSocket::OnBinary OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * ___OnBinary_8; // BestHTTP.WebSocket.OnWebSocketClosedDelegate BestHTTP.WebSocket.WebSocket::OnClosed OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * ___OnClosed_9; // BestHTTP.WebSocket.OnWebSocketErrorDelegate BestHTTP.WebSocket.WebSocket::OnError OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * ___OnError_10; // BestHTTP.WebSocket.OnWebSocketErrorDescriptionDelegate BestHTTP.WebSocket.WebSocket::OnErrorDesc OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * ___OnErrorDesc_11; // BestHTTP.WebSocket.OnWebSocketIncompleteFrameDelegate BestHTTP.WebSocket.WebSocket::OnIncompleteFrame OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 * ___OnIncompleteFrame_12; // System.Boolean BestHTTP.WebSocket.WebSocket::requestSent bool ___requestSent_13; // BestHTTP.WebSocket.WebSocketResponse BestHTTP.WebSocket.WebSocket::webSocket WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * ___webSocket_14; public: inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_0() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CStateU3Ek__BackingField_0)); } inline uint8_t get_U3CStateU3Ek__BackingField_0() const { return ___U3CStateU3Ek__BackingField_0; } inline uint8_t* get_address_of_U3CStateU3Ek__BackingField_0() { return &___U3CStateU3Ek__BackingField_0; } inline void set_U3CStateU3Ek__BackingField_0(uint8_t value) { ___U3CStateU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CStartPingThreadU3Ek__BackingField_1() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CStartPingThreadU3Ek__BackingField_1)); } inline bool get_U3CStartPingThreadU3Ek__BackingField_1() const { return ___U3CStartPingThreadU3Ek__BackingField_1; } inline bool* get_address_of_U3CStartPingThreadU3Ek__BackingField_1() { return &___U3CStartPingThreadU3Ek__BackingField_1; } inline void set_U3CStartPingThreadU3Ek__BackingField_1(bool value) { ___U3CStartPingThreadU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CPingFrequencyU3Ek__BackingField_2() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CPingFrequencyU3Ek__BackingField_2)); } inline int32_t get_U3CPingFrequencyU3Ek__BackingField_2() const { return ___U3CPingFrequencyU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CPingFrequencyU3Ek__BackingField_2() { return &___U3CPingFrequencyU3Ek__BackingField_2; } inline void set_U3CPingFrequencyU3Ek__BackingField_2(int32_t value) { ___U3CPingFrequencyU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CCloseAfterNoMesssageU3Ek__BackingField_3() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CCloseAfterNoMesssageU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CCloseAfterNoMesssageU3Ek__BackingField_3() const { return ___U3CCloseAfterNoMesssageU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CCloseAfterNoMesssageU3Ek__BackingField_3() { return &___U3CCloseAfterNoMesssageU3Ek__BackingField_3; } inline void set_U3CCloseAfterNoMesssageU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CCloseAfterNoMesssageU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CInternalRequestU3Ek__BackingField_4() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CInternalRequestU3Ek__BackingField_4)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_U3CInternalRequestU3Ek__BackingField_4() const { return ___U3CInternalRequestU3Ek__BackingField_4; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_U3CInternalRequestU3Ek__BackingField_4() { return &___U3CInternalRequestU3Ek__BackingField_4; } inline void set_U3CInternalRequestU3Ek__BackingField_4(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___U3CInternalRequestU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInternalRequestU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CExtensionsU3Ek__BackingField_5() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___U3CExtensionsU3Ek__BackingField_5)); } inline IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8* get_U3CExtensionsU3Ek__BackingField_5() const { return ___U3CExtensionsU3Ek__BackingField_5; } inline IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8** get_address_of_U3CExtensionsU3Ek__BackingField_5() { return &___U3CExtensionsU3Ek__BackingField_5; } inline void set_U3CExtensionsU3Ek__BackingField_5(IExtensionU5BU5D_t509054E3F4ED8DB407352F0A62AF618B4BB9C2B8* value) { ___U3CExtensionsU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExtensionsU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_OnOpen_6() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnOpen_6)); } inline OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * get_OnOpen_6() const { return ___OnOpen_6; } inline OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 ** get_address_of_OnOpen_6() { return &___OnOpen_6; } inline void set_OnOpen_6(OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * value) { ___OnOpen_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnOpen_6), (void*)value); } inline static int32_t get_offset_of_OnMessage_7() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnMessage_7)); } inline OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * get_OnMessage_7() const { return ___OnMessage_7; } inline OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 ** get_address_of_OnMessage_7() { return &___OnMessage_7; } inline void set_OnMessage_7(OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * value) { ___OnMessage_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMessage_7), (void*)value); } inline static int32_t get_offset_of_OnBinary_8() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnBinary_8)); } inline OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * get_OnBinary_8() const { return ___OnBinary_8; } inline OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB ** get_address_of_OnBinary_8() { return &___OnBinary_8; } inline void set_OnBinary_8(OnWebSocketBinaryDelegate_t8048838B4F00ACEF85B1B6F1F77E46AAFBA4FDDB * value) { ___OnBinary_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnBinary_8), (void*)value); } inline static int32_t get_offset_of_OnClosed_9() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnClosed_9)); } inline OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * get_OnClosed_9() const { return ___OnClosed_9; } inline OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E ** get_address_of_OnClosed_9() { return &___OnClosed_9; } inline void set_OnClosed_9(OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * value) { ___OnClosed_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_9), (void*)value); } inline static int32_t get_offset_of_OnError_10() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnError_10)); } inline OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * get_OnError_10() const { return ___OnError_10; } inline OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 ** get_address_of_OnError_10() { return &___OnError_10; } inline void set_OnError_10(OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * value) { ___OnError_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_10), (void*)value); } inline static int32_t get_offset_of_OnErrorDesc_11() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnErrorDesc_11)); } inline OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * get_OnErrorDesc_11() const { return ___OnErrorDesc_11; } inline OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 ** get_address_of_OnErrorDesc_11() { return &___OnErrorDesc_11; } inline void set_OnErrorDesc_11(OnWebSocketErrorDescriptionDelegate_t323FA4AC9F6DD71C1FE8AE3974A1287B5DB499E0 * value) { ___OnErrorDesc_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnErrorDesc_11), (void*)value); } inline static int32_t get_offset_of_OnIncompleteFrame_12() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___OnIncompleteFrame_12)); } inline OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 * get_OnIncompleteFrame_12() const { return ___OnIncompleteFrame_12; } inline OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 ** get_address_of_OnIncompleteFrame_12() { return &___OnIncompleteFrame_12; } inline void set_OnIncompleteFrame_12(OnWebSocketIncompleteFrameDelegate_t73D097DAFC62900EFBCBC85DB4EAEA86C2080369 * value) { ___OnIncompleteFrame_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnIncompleteFrame_12), (void*)value); } inline static int32_t get_offset_of_requestSent_13() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___requestSent_13)); } inline bool get_requestSent_13() const { return ___requestSent_13; } inline bool* get_address_of_requestSent_13() { return &___requestSent_13; } inline void set_requestSent_13(bool value) { ___requestSent_13 = value; } inline static int32_t get_offset_of_webSocket_14() { return static_cast(offsetof(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54, ___webSocket_14)); } inline WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * get_webSocket_14() const { return ___webSocket_14; } inline WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF ** get_address_of_webSocket_14() { return &___webSocket_14; } inline void set_webSocket_14(WebSocketResponse_tBFF22330A397E15C5849F83779F881AFC6EE8CDF * value) { ___webSocket_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___webSocket_14), (void*)value); } }; // BestHTTP.SocketIO.Transports.WebSocketTransport struct WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 : public RuntimeObject { public: // BestHTTP.SocketIO.Transports.TransportStates BestHTTP.SocketIO.Transports.WebSocketTransport::k__BackingField int32_t ___U3CStateU3Ek__BackingField_0; // BestHTTP.SocketIO.SocketManager BestHTTP.SocketIO.Transports.WebSocketTransport::k__BackingField SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___U3CManagerU3Ek__BackingField_1; // BestHTTP.WebSocket.WebSocket BestHTTP.SocketIO.Transports.WebSocketTransport::k__BackingField WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___U3CImplementationU3Ek__BackingField_2; // BestHTTP.SocketIO.Packet BestHTTP.SocketIO.Transports.WebSocketTransport::PacketWithAttachment Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___PacketWithAttachment_3; // System.Byte[] BestHTTP.SocketIO.Transports.WebSocketTransport::Buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Buffer_4; public: inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_0() { return static_cast(offsetof(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39, ___U3CStateU3Ek__BackingField_0)); } inline int32_t get_U3CStateU3Ek__BackingField_0() const { return ___U3CStateU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_0() { return &___U3CStateU3Ek__BackingField_0; } inline void set_U3CStateU3Ek__BackingField_0(int32_t value) { ___U3CStateU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CManagerU3Ek__BackingField_1() { return static_cast(offsetof(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39, ___U3CManagerU3Ek__BackingField_1)); } inline SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * get_U3CManagerU3Ek__BackingField_1() const { return ___U3CManagerU3Ek__BackingField_1; } inline SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 ** get_address_of_U3CManagerU3Ek__BackingField_1() { return &___U3CManagerU3Ek__BackingField_1; } inline void set_U3CManagerU3Ek__BackingField_1(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * value) { ___U3CManagerU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CManagerU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CImplementationU3Ek__BackingField_2() { return static_cast(offsetof(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39, ___U3CImplementationU3Ek__BackingField_2)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_U3CImplementationU3Ek__BackingField_2() const { return ___U3CImplementationU3Ek__BackingField_2; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_U3CImplementationU3Ek__BackingField_2() { return &___U3CImplementationU3Ek__BackingField_2; } inline void set_U3CImplementationU3Ek__BackingField_2(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___U3CImplementationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImplementationU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_PacketWithAttachment_3() { return static_cast(offsetof(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39, ___PacketWithAttachment_3)); } inline Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * get_PacketWithAttachment_3() const { return ___PacketWithAttachment_3; } inline Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F ** get_address_of_PacketWithAttachment_3() { return &___PacketWithAttachment_3; } inline void set_PacketWithAttachment_3(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * value) { ___PacketWithAttachment_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___PacketWithAttachment_3), (void*)value); } inline static int32_t get_offset_of_Buffer_4() { return static_cast(offsetof(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39, ___Buffer_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Buffer_4() const { return ___Buffer_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Buffer_4() { return &___Buffer_4; } inline void set_Buffer_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Buffer_4), (void*)value); } }; // System.Func`1 struct Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344 : public MulticastDelegate_t { public: public: }; // System.Predicate`1 struct Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.SignalR.OnErrorDelegate struct OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.OnNonHubMessageDelegate struct OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.OnStateChanged struct OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketClosedDelegate struct OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketErrorDelegate struct OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketMessageDelegate struct OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 : public MulticastDelegate_t { public: public: }; // BestHTTP.WebSocket.OnWebSocketOpenDelegate struct OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 : public MulticastDelegate_t { public: public: }; // BestHTTP.SocketIO.Events.SocketIOAckCallback struct SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 : public MulticastDelegate_t { public: public: }; // BestHTTP.SocketIO.Events.SocketIOCallback struct SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE : public MulticastDelegate_t { public: public: }; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // UnityEngine.AudioBehaviour struct AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.MemoableResetException struct MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E : public InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : 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.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B : public AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A { public: public: }; // SB_EventSystem struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // MouseConfirm SB_EventSystem::mouseConfirm MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * ___mouseConfirm_5; // JC.Unity.SimulateMouse SB_EventSystem::simulateMouse SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * ___simulateMouse_6; // System.Boolean SB_EventSystem::simulateMouseIsAwaked bool ___simulateMouseIsAwaked_7; // UnityEngine.Quaternion SB_EventSystem::nowAxisQuat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___nowAxisQuat_8; // UnityEngine.Quaternion SB_EventSystem::newAxisQuat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___newAxisQuat_9; // UnityEngine.Vector2 SB_EventSystem::mousePointerPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___mousePointerPosition_10; // System.Single SB_EventSystem::_lastClickMouseTime float ____lastClickMouseTime_11; // SB_EventSystem/MouseTest SB_EventSystem::mouseTest MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * ___mouseTest_12; public: inline static int32_t get_offset_of_mouseConfirm_5() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mouseConfirm_5)); } inline MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * get_mouseConfirm_5() const { return ___mouseConfirm_5; } inline MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA ** get_address_of_mouseConfirm_5() { return &___mouseConfirm_5; } inline void set_mouseConfirm_5(MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * value) { ___mouseConfirm_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseConfirm_5), (void*)value); } inline static int32_t get_offset_of_simulateMouse_6() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___simulateMouse_6)); } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * get_simulateMouse_6() const { return ___simulateMouse_6; } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 ** get_address_of_simulateMouse_6() { return &___simulateMouse_6; } inline void set_simulateMouse_6(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * value) { ___simulateMouse_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___simulateMouse_6), (void*)value); } inline static int32_t get_offset_of_simulateMouseIsAwaked_7() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___simulateMouseIsAwaked_7)); } inline bool get_simulateMouseIsAwaked_7() const { return ___simulateMouseIsAwaked_7; } inline bool* get_address_of_simulateMouseIsAwaked_7() { return &___simulateMouseIsAwaked_7; } inline void set_simulateMouseIsAwaked_7(bool value) { ___simulateMouseIsAwaked_7 = value; } inline static int32_t get_offset_of_nowAxisQuat_8() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___nowAxisQuat_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_nowAxisQuat_8() const { return ___nowAxisQuat_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_nowAxisQuat_8() { return &___nowAxisQuat_8; } inline void set_nowAxisQuat_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___nowAxisQuat_8 = value; } inline static int32_t get_offset_of_newAxisQuat_9() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___newAxisQuat_9)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_newAxisQuat_9() const { return ___newAxisQuat_9; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_newAxisQuat_9() { return &___newAxisQuat_9; } inline void set_newAxisQuat_9(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___newAxisQuat_9 = value; } inline static int32_t get_offset_of_mousePointerPosition_10() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mousePointerPosition_10)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_mousePointerPosition_10() const { return ___mousePointerPosition_10; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_mousePointerPosition_10() { return &___mousePointerPosition_10; } inline void set_mousePointerPosition_10(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___mousePointerPosition_10 = value; } inline static int32_t get_offset_of__lastClickMouseTime_11() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ____lastClickMouseTime_11)); } inline float get__lastClickMouseTime_11() const { return ____lastClickMouseTime_11; } inline float* get_address_of__lastClickMouseTime_11() { return &____lastClickMouseTime_11; } inline void set__lastClickMouseTime_11(float value) { ____lastClickMouseTime_11 = value; } inline static int32_t get_offset_of_mouseTest_12() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mouseTest_12)); } inline MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * get_mouseTest_12() const { return ___mouseTest_12; } inline MouseTest_t19667380CD6500B956B18AF63436737941DB14FD ** get_address_of_mouseTest_12() { return &___mouseTest_12; } inline void set_mouseTest_12(MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * value) { ___mouseTest_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseTest_12), (void*)value); } }; struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields { public: // SB_EventSystem SB_EventSystem::ins SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields, ___ins_4)); } inline SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * get_ins_4() const { return ___ins_4; } inline SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // BestHTTP.Examples.SampleSelector struct SampleSelector_t31F5275B64D54D15D7EE37473FFC00BE8F25FE4D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Collections.Generic.List`1 BestHTTP.Examples.SampleSelector::Samples List_1_t03823A5CB2146F640CB891BC5193FF26DD685494 * ___Samples_5; // UnityEngine.Vector2 BestHTTP.Examples.SampleSelector::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_7; public: inline static int32_t get_offset_of_Samples_5() { return static_cast(offsetof(SampleSelector_t31F5275B64D54D15D7EE37473FFC00BE8F25FE4D, ___Samples_5)); } inline List_1_t03823A5CB2146F640CB891BC5193FF26DD685494 * get_Samples_5() const { return ___Samples_5; } inline List_1_t03823A5CB2146F640CB891BC5193FF26DD685494 ** get_address_of_Samples_5() { return &___Samples_5; } inline void set_Samples_5(List_1_t03823A5CB2146F640CB891BC5193FF26DD685494 * value) { ___Samples_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Samples_5), (void*)value); } inline static int32_t get_offset_of_scrollPos_7() { return static_cast(offsetof(SampleSelector_t31F5275B64D54D15D7EE37473FFC00BE8F25FE4D, ___scrollPos_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPos_7() const { return ___scrollPos_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPos_7() { return &___scrollPos_7; } inline void set_scrollPos_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPos_7 = value; } }; struct SampleSelector_t31F5275B64D54D15D7EE37473FFC00BE8F25FE4D_StaticFields { public: // BestHTTP.Examples.SampleDescriptor BestHTTP.Examples.SampleSelector::SelectedSample SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605 * ___SelectedSample_6; public: inline static int32_t get_offset_of_SelectedSample_6() { return static_cast(offsetof(SampleSelector_t31F5275B64D54D15D7EE37473FFC00BE8F25FE4D_StaticFields, ___SelectedSample_6)); } inline SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605 * get_SelectedSample_6() const { return ___SelectedSample_6; } inline SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605 ** get_address_of_SelectedSample_6() { return &___SelectedSample_6; } inline void set_SelectedSample_6(SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605 * value) { ___SelectedSample_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SelectedSample_6), (void*)value); } }; // UnityStandardAssets.Utility.SimpleActivatorMenu struct SimpleActivatorMenu_tFA1F5C1BAF1C8C5828EAD241CCD0D8B2E3DA4EEE : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text UnityStandardAssets.Utility.SimpleActivatorMenu::camSwitchButton Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___camSwitchButton_4; // UnityEngine.GameObject[] UnityStandardAssets.Utility.SimpleActivatorMenu::objects GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___objects_5; // System.Int32 UnityStandardAssets.Utility.SimpleActivatorMenu::m_CurrentActiveObject int32_t ___m_CurrentActiveObject_6; public: inline static int32_t get_offset_of_camSwitchButton_4() { return static_cast(offsetof(SimpleActivatorMenu_tFA1F5C1BAF1C8C5828EAD241CCD0D8B2E3DA4EEE, ___camSwitchButton_4)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_camSwitchButton_4() const { return ___camSwitchButton_4; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_camSwitchButton_4() { return &___camSwitchButton_4; } inline void set_camSwitchButton_4(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___camSwitchButton_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___camSwitchButton_4), (void*)value); } inline static int32_t get_offset_of_objects_5() { return static_cast(offsetof(SimpleActivatorMenu_tFA1F5C1BAF1C8C5828EAD241CCD0D8B2E3DA4EEE, ___objects_5)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_objects_5() const { return ___objects_5; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_objects_5() { return &___objects_5; } inline void set_objects_5(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___objects_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___objects_5), (void*)value); } inline static int32_t get_offset_of_m_CurrentActiveObject_6() { return static_cast(offsetof(SimpleActivatorMenu_tFA1F5C1BAF1C8C5828EAD241CCD0D8B2E3DA4EEE, ___m_CurrentActiveObject_6)); } inline int32_t get_m_CurrentActiveObject_6() const { return ___m_CurrentActiveObject_6; } inline int32_t* get_address_of_m_CurrentActiveObject_6() { return &___m_CurrentActiveObject_6; } inline void set_m_CurrentActiveObject_6(int32_t value) { ___m_CurrentActiveObject_6 = value; } }; // UnityStandardAssets.Utility.SimpleMouseRotator struct SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Vector2 UnityStandardAssets.Utility.SimpleMouseRotator::rotationRange Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rotationRange_4; // System.Single UnityStandardAssets.Utility.SimpleMouseRotator::rotationSpeed float ___rotationSpeed_5; // System.Single UnityStandardAssets.Utility.SimpleMouseRotator::dampingTime float ___dampingTime_6; // System.Boolean UnityStandardAssets.Utility.SimpleMouseRotator::autoZeroVerticalOnMobile bool ___autoZeroVerticalOnMobile_7; // System.Boolean UnityStandardAssets.Utility.SimpleMouseRotator::autoZeroHorizontalOnMobile bool ___autoZeroHorizontalOnMobile_8; // System.Boolean UnityStandardAssets.Utility.SimpleMouseRotator::relative bool ___relative_9; // UnityEngine.Vector3 UnityStandardAssets.Utility.SimpleMouseRotator::m_TargetAngles Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_TargetAngles_10; // UnityEngine.Vector3 UnityStandardAssets.Utility.SimpleMouseRotator::m_FollowAngles Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_FollowAngles_11; // UnityEngine.Vector3 UnityStandardAssets.Utility.SimpleMouseRotator::m_FollowVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_FollowVelocity_12; // UnityEngine.Quaternion UnityStandardAssets.Utility.SimpleMouseRotator::m_OriginalRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_OriginalRotation_13; public: inline static int32_t get_offset_of_rotationRange_4() { return static_cast(offsetof(SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80, ___rotationRange_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rotationRange_4() const { return ___rotationRange_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rotationRange_4() { return &___rotationRange_4; } inline void set_rotationRange_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rotationRange_4 = value; } inline static int32_t get_offset_of_rotationSpeed_5() { return static_cast(offsetof(SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80, ___rotationSpeed_5)); } inline float get_rotationSpeed_5() const { return ___rotationSpeed_5; } inline float* get_address_of_rotationSpeed_5() { return &___rotationSpeed_5; } inline void set_rotationSpeed_5(float value) { ___rotationSpeed_5 = value; } inline static int32_t get_offset_of_dampingTime_6() { return static_cast(offsetof(SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80, ___dampingTime_6)); } inline float get_dampingTime_6() const { return ___dampingTime_6; } inline float* get_address_of_dampingTime_6() { return &___dampingTime_6; } inline void set_dampingTime_6(float value) { ___dampingTime_6 = value; } inline static int32_t get_offset_of_autoZeroVerticalOnMobile_7() { return static_cast(offsetof(SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80, ___autoZeroVerticalOnMobile_7)); } inline bool get_autoZeroVerticalOnMobile_7() const { return ___autoZeroVerticalOnMobile_7; } inline bool* get_address_of_autoZeroVerticalOnMobile_7() { return &___autoZeroVerticalOnMobile_7; } inline void set_autoZeroVerticalOnMobile_7(bool value) { ___autoZeroVerticalOnMobile_7 = value; } inline static int32_t get_offset_of_autoZeroHorizontalOnMobile_8() { return static_cast(offsetof(SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80, ___autoZeroHorizontalOnMobile_8)); } inline bool get_autoZeroHorizontalOnMobile_8() const { return ___autoZeroHorizontalOnMobile_8; } inline bool* get_address_of_autoZeroHorizontalOnMobile_8() { return &___autoZeroHorizontalOnMobile_8; } inline void set_autoZeroHorizontalOnMobile_8(bool value) { ___autoZeroHorizontalOnMobile_8 = value; } inline static int32_t get_offset_of_relative_9() { return static_cast(offsetof(SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80, ___relative_9)); } inline bool get_relative_9() const { return ___relative_9; } inline bool* get_address_of_relative_9() { return &___relative_9; } inline void set_relative_9(bool value) { ___relative_9 = value; } inline static int32_t get_offset_of_m_TargetAngles_10() { return static_cast(offsetof(SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80, ___m_TargetAngles_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_TargetAngles_10() const { return ___m_TargetAngles_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_TargetAngles_10() { return &___m_TargetAngles_10; } inline void set_m_TargetAngles_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_TargetAngles_10 = value; } inline static int32_t get_offset_of_m_FollowAngles_11() { return static_cast(offsetof(SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80, ___m_FollowAngles_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_FollowAngles_11() const { return ___m_FollowAngles_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_FollowAngles_11() { return &___m_FollowAngles_11; } inline void set_m_FollowAngles_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_FollowAngles_11 = value; } inline static int32_t get_offset_of_m_FollowVelocity_12() { return static_cast(offsetof(SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80, ___m_FollowVelocity_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_FollowVelocity_12() const { return ___m_FollowVelocity_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_FollowVelocity_12() { return &___m_FollowVelocity_12; } inline void set_m_FollowVelocity_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_FollowVelocity_12 = value; } inline static int32_t get_offset_of_m_OriginalRotation_13() { return static_cast(offsetof(SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80, ___m_OriginalRotation_13)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_m_OriginalRotation_13() const { return ___m_OriginalRotation_13; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_m_OriginalRotation_13() { return &___m_OriginalRotation_13; } inline void set_m_OriginalRotation_13(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___m_OriginalRotation_13 = value; } }; // BestHTTP.Examples.SimpleStreamingSample struct SimpleStreamingSample_t33FC149C4A0EF1CB3FDBB32B800FF94979398913 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Uri BestHTTP.Examples.SimpleStreamingSample::URI Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___URI_4; // BestHTTP.SignalR.Connection BestHTTP.Examples.SimpleStreamingSample::signalRConnection Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___signalRConnection_5; // BestHTTP.Examples.GUIMessageList BestHTTP.Examples.SimpleStreamingSample::messages GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * ___messages_6; public: inline static int32_t get_offset_of_URI_4() { return static_cast(offsetof(SimpleStreamingSample_t33FC149C4A0EF1CB3FDBB32B800FF94979398913, ___URI_4)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_URI_4() const { return ___URI_4; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_URI_4() { return &___URI_4; } inline void set_URI_4(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___URI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___URI_4), (void*)value); } inline static int32_t get_offset_of_signalRConnection_5() { return static_cast(offsetof(SimpleStreamingSample_t33FC149C4A0EF1CB3FDBB32B800FF94979398913, ___signalRConnection_5)); } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * get_signalRConnection_5() const { return ___signalRConnection_5; } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC ** get_address_of_signalRConnection_5() { return &___signalRConnection_5; } inline void set_signalRConnection_5(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * value) { ___signalRConnection_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signalRConnection_5), (void*)value); } inline static int32_t get_offset_of_messages_6() { return static_cast(offsetof(SimpleStreamingSample_t33FC149C4A0EF1CB3FDBB32B800FF94979398913, ___messages_6)); } inline GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * get_messages_6() const { return ___messages_6; } inline GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F ** get_address_of_messages_6() { return &___messages_6; } inline void set_messages_6(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * value) { ___messages_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___messages_6), (void*)value); } }; // JC.Unity.SimulateMouse struct SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.CanvasScaler JC.Unity.SimulateMouse::canvasScaler CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * ___canvasScaler_4; // UnityEngine.RectTransform JC.Unity.SimulateMouse::mousePointer RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___mousePointer_5; // System.Action`1 JC.Unity.SimulateMouse::OnPointerEnter Action_1_tADE7002945D0298D50AB7971646AA98529C31136 * ___OnPointerEnter_6; // System.Action`1 JC.Unity.SimulateMouse::OnPointerClick Action_1_tADE7002945D0298D50AB7971646AA98529C31136 * ___OnPointerClick_7; // JC.Unity.ScreenRayRaycasterUIWrapper JC.Unity.SimulateMouse::mScreenRayRaycasterUIWrapper ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * ___mScreenRayRaycasterUIWrapper_8; public: inline static int32_t get_offset_of_canvasScaler_4() { return static_cast(offsetof(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0, ___canvasScaler_4)); } inline CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * get_canvasScaler_4() const { return ___canvasScaler_4; } inline CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 ** get_address_of_canvasScaler_4() { return &___canvasScaler_4; } inline void set_canvasScaler_4(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * value) { ___canvasScaler_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___canvasScaler_4), (void*)value); } inline static int32_t get_offset_of_mousePointer_5() { return static_cast(offsetof(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0, ___mousePointer_5)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_mousePointer_5() const { return ___mousePointer_5; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_mousePointer_5() { return &___mousePointer_5; } inline void set_mousePointer_5(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___mousePointer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mousePointer_5), (void*)value); } inline static int32_t get_offset_of_OnPointerEnter_6() { return static_cast(offsetof(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0, ___OnPointerEnter_6)); } inline Action_1_tADE7002945D0298D50AB7971646AA98529C31136 * get_OnPointerEnter_6() const { return ___OnPointerEnter_6; } inline Action_1_tADE7002945D0298D50AB7971646AA98529C31136 ** get_address_of_OnPointerEnter_6() { return &___OnPointerEnter_6; } inline void set_OnPointerEnter_6(Action_1_tADE7002945D0298D50AB7971646AA98529C31136 * value) { ___OnPointerEnter_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnPointerEnter_6), (void*)value); } inline static int32_t get_offset_of_OnPointerClick_7() { return static_cast(offsetof(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0, ___OnPointerClick_7)); } inline Action_1_tADE7002945D0298D50AB7971646AA98529C31136 * get_OnPointerClick_7() const { return ___OnPointerClick_7; } inline Action_1_tADE7002945D0298D50AB7971646AA98529C31136 ** get_address_of_OnPointerClick_7() { return &___OnPointerClick_7; } inline void set_OnPointerClick_7(Action_1_tADE7002945D0298D50AB7971646AA98529C31136 * value) { ___OnPointerClick_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnPointerClick_7), (void*)value); } inline static int32_t get_offset_of_mScreenRayRaycasterUIWrapper_8() { return static_cast(offsetof(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0, ___mScreenRayRaycasterUIWrapper_8)); } inline ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * get_mScreenRayRaycasterUIWrapper_8() const { return ___mScreenRayRaycasterUIWrapper_8; } inline ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC ** get_address_of_mScreenRayRaycasterUIWrapper_8() { return &___mScreenRayRaycasterUIWrapper_8; } inline void set_mScreenRayRaycasterUIWrapper_8(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * value) { ___mScreenRayRaycasterUIWrapper_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___mScreenRayRaycasterUIWrapper_8), (void*)value); } }; // UnityStandardAssets.Vehicles.Car.SkidTrail struct SkidTrail_t6A2242DEDB54B75C0A8D197C86315CC5CA9E8D6E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Vehicles.Car.SkidTrail::m_PersistTime float ___m_PersistTime_4; public: inline static int32_t get_offset_of_m_PersistTime_4() { return static_cast(offsetof(SkidTrail_t6A2242DEDB54B75C0A8D197C86315CC5CA9E8D6E, ___m_PersistTime_4)); } inline float get_m_PersistTime_4() const { return ___m_PersistTime_4; } inline float* get_address_of_m_PersistTime_4() { return &___m_PersistTime_4; } inline void set_m_PersistTime_4(float value) { ___m_PersistTime_4 = value; } }; // UnityStandardAssets.SceneUtils.SlowMoButton struct SlowMoButton_t80B8DA3AC1AF29DE10D3490401D378DC855ECF1E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Sprite UnityStandardAssets.SceneUtils.SlowMoButton::FullSpeedTex Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___FullSpeedTex_4; // UnityEngine.Sprite UnityStandardAssets.SceneUtils.SlowMoButton::SlowSpeedTex Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___SlowSpeedTex_5; // System.Single UnityStandardAssets.SceneUtils.SlowMoButton::fullSpeed float ___fullSpeed_6; // System.Single UnityStandardAssets.SceneUtils.SlowMoButton::slowSpeed float ___slowSpeed_7; // UnityEngine.UI.Button UnityStandardAssets.SceneUtils.SlowMoButton::button Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___button_8; // System.Boolean UnityStandardAssets.SceneUtils.SlowMoButton::m_SlowMo bool ___m_SlowMo_9; public: inline static int32_t get_offset_of_FullSpeedTex_4() { return static_cast(offsetof(SlowMoButton_t80B8DA3AC1AF29DE10D3490401D378DC855ECF1E, ___FullSpeedTex_4)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_FullSpeedTex_4() const { return ___FullSpeedTex_4; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_FullSpeedTex_4() { return &___FullSpeedTex_4; } inline void set_FullSpeedTex_4(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___FullSpeedTex_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___FullSpeedTex_4), (void*)value); } inline static int32_t get_offset_of_SlowSpeedTex_5() { return static_cast(offsetof(SlowMoButton_t80B8DA3AC1AF29DE10D3490401D378DC855ECF1E, ___SlowSpeedTex_5)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_SlowSpeedTex_5() const { return ___SlowSpeedTex_5; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_SlowSpeedTex_5() { return &___SlowSpeedTex_5; } inline void set_SlowSpeedTex_5(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___SlowSpeedTex_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___SlowSpeedTex_5), (void*)value); } inline static int32_t get_offset_of_fullSpeed_6() { return static_cast(offsetof(SlowMoButton_t80B8DA3AC1AF29DE10D3490401D378DC855ECF1E, ___fullSpeed_6)); } inline float get_fullSpeed_6() const { return ___fullSpeed_6; } inline float* get_address_of_fullSpeed_6() { return &___fullSpeed_6; } inline void set_fullSpeed_6(float value) { ___fullSpeed_6 = value; } inline static int32_t get_offset_of_slowSpeed_7() { return static_cast(offsetof(SlowMoButton_t80B8DA3AC1AF29DE10D3490401D378DC855ECF1E, ___slowSpeed_7)); } inline float get_slowSpeed_7() const { return ___slowSpeed_7; } inline float* get_address_of_slowSpeed_7() { return &___slowSpeed_7; } inline void set_slowSpeed_7(float value) { ___slowSpeed_7 = value; } inline static int32_t get_offset_of_button_8() { return static_cast(offsetof(SlowMoButton_t80B8DA3AC1AF29DE10D3490401D378DC855ECF1E, ___button_8)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_button_8() const { return ___button_8; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_button_8() { return &___button_8; } inline void set_button_8(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___button_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___button_8), (void*)value); } inline static int32_t get_offset_of_m_SlowMo_9() { return static_cast(offsetof(SlowMoButton_t80B8DA3AC1AF29DE10D3490401D378DC855ECF1E, ___m_SlowMo_9)); } inline bool get_m_SlowMo_9() const { return ___m_SlowMo_9; } inline bool* get_address_of_m_SlowMo_9() { return &___m_SlowMo_9; } inline void set_m_SlowMo_9(bool value) { ___m_SlowMo_9 = value; } }; // UnityStandardAssets.Effects.SmokeParticles struct SmokeParticles_t3AF834DA5B994AF949B632A14CF4618C03F68A1D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.AudioClip[] UnityStandardAssets.Effects.SmokeParticles::extinguishSounds AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* ___extinguishSounds_4; public: inline static int32_t get_offset_of_extinguishSounds_4() { return static_cast(offsetof(SmokeParticles_t3AF834DA5B994AF949B632A14CF4618C03F68A1D, ___extinguishSounds_4)); } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* get_extinguishSounds_4() const { return ___extinguishSounds_4; } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE** get_address_of_extinguishSounds_4() { return &___extinguishSounds_4; } inline void set_extinguishSounds_4(AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* value) { ___extinguishSounds_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___extinguishSounds_4), (void*)value); } }; // UnityStandardAssets.Utility.SmoothFollow struct SmoothFollow_t8B7437ED34D15F6214F6FF69C67A7534396015BE : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform UnityStandardAssets.Utility.SmoothFollow::target Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___target_4; // System.Single UnityStandardAssets.Utility.SmoothFollow::distance float ___distance_5; // System.Single UnityStandardAssets.Utility.SmoothFollow::height float ___height_6; // System.Single UnityStandardAssets.Utility.SmoothFollow::rotationDamping float ___rotationDamping_7; // System.Single UnityStandardAssets.Utility.SmoothFollow::heightDamping float ___heightDamping_8; public: inline static int32_t get_offset_of_target_4() { return static_cast(offsetof(SmoothFollow_t8B7437ED34D15F6214F6FF69C67A7534396015BE, ___target_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_target_4() const { return ___target_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_target_4() { return &___target_4; } inline void set_target_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___target_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_4), (void*)value); } inline static int32_t get_offset_of_distance_5() { return static_cast(offsetof(SmoothFollow_t8B7437ED34D15F6214F6FF69C67A7534396015BE, ___distance_5)); } inline float get_distance_5() const { return ___distance_5; } inline float* get_address_of_distance_5() { return &___distance_5; } inline void set_distance_5(float value) { ___distance_5 = value; } inline static int32_t get_offset_of_height_6() { return static_cast(offsetof(SmoothFollow_t8B7437ED34D15F6214F6FF69C67A7534396015BE, ___height_6)); } inline float get_height_6() const { return ___height_6; } inline float* get_address_of_height_6() { return &___height_6; } inline void set_height_6(float value) { ___height_6 = value; } inline static int32_t get_offset_of_rotationDamping_7() { return static_cast(offsetof(SmoothFollow_t8B7437ED34D15F6214F6FF69C67A7534396015BE, ___rotationDamping_7)); } inline float get_rotationDamping_7() const { return ___rotationDamping_7; } inline float* get_address_of_rotationDamping_7() { return &___rotationDamping_7; } inline void set_rotationDamping_7(float value) { ___rotationDamping_7 = value; } inline static int32_t get_offset_of_heightDamping_8() { return static_cast(offsetof(SmoothFollow_t8B7437ED34D15F6214F6FF69C67A7534396015BE, ___heightDamping_8)); } inline float get_heightDamping_8() const { return ___heightDamping_8; } inline float* get_address_of_heightDamping_8() { return &___heightDamping_8; } inline void set_heightDamping_8(float value) { ___heightDamping_8 = value; } }; // BestHTTP.Examples.SocketIOChatSample struct SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.TimeSpan BestHTTP.Examples.SocketIOChatSample::TYPING_TIMER_LENGTH TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___TYPING_TIMER_LENGTH_4; // BestHTTP.SocketIO.SocketManager BestHTTP.Examples.SocketIOChatSample::Manager SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___Manager_5; // BestHTTP.Examples.SocketIOChatSample/ChatStates BestHTTP.Examples.SocketIOChatSample::State int32_t ___State_6; // System.String BestHTTP.Examples.SocketIOChatSample::userName String_t* ___userName_7; // System.String BestHTTP.Examples.SocketIOChatSample::message String_t* ___message_8; // System.String BestHTTP.Examples.SocketIOChatSample::chatLog String_t* ___chatLog_9; // UnityEngine.Vector2 BestHTTP.Examples.SocketIOChatSample::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_10; // System.Boolean BestHTTP.Examples.SocketIOChatSample::typing bool ___typing_11; // System.DateTime BestHTTP.Examples.SocketIOChatSample::lastTypingTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastTypingTime_12; // System.Collections.Generic.List`1 BestHTTP.Examples.SocketIOChatSample::typingUsers List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___typingUsers_13; public: inline static int32_t get_offset_of_TYPING_TIMER_LENGTH_4() { return static_cast(offsetof(SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01, ___TYPING_TIMER_LENGTH_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_TYPING_TIMER_LENGTH_4() const { return ___TYPING_TIMER_LENGTH_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_TYPING_TIMER_LENGTH_4() { return &___TYPING_TIMER_LENGTH_4; } inline void set_TYPING_TIMER_LENGTH_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___TYPING_TIMER_LENGTH_4 = value; } inline static int32_t get_offset_of_Manager_5() { return static_cast(offsetof(SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01, ___Manager_5)); } inline SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * get_Manager_5() const { return ___Manager_5; } inline SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 ** get_address_of_Manager_5() { return &___Manager_5; } inline void set_Manager_5(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * value) { ___Manager_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Manager_5), (void*)value); } inline static int32_t get_offset_of_State_6() { return static_cast(offsetof(SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01, ___State_6)); } inline int32_t get_State_6() const { return ___State_6; } inline int32_t* get_address_of_State_6() { return &___State_6; } inline void set_State_6(int32_t value) { ___State_6 = value; } inline static int32_t get_offset_of_userName_7() { return static_cast(offsetof(SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01, ___userName_7)); } inline String_t* get_userName_7() const { return ___userName_7; } inline String_t** get_address_of_userName_7() { return &___userName_7; } inline void set_userName_7(String_t* value) { ___userName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___userName_7), (void*)value); } inline static int32_t get_offset_of_message_8() { return static_cast(offsetof(SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01, ___message_8)); } inline String_t* get_message_8() const { return ___message_8; } inline String_t** get_address_of_message_8() { return &___message_8; } inline void set_message_8(String_t* value) { ___message_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_8), (void*)value); } inline static int32_t get_offset_of_chatLog_9() { return static_cast(offsetof(SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01, ___chatLog_9)); } inline String_t* get_chatLog_9() const { return ___chatLog_9; } inline String_t** get_address_of_chatLog_9() { return &___chatLog_9; } inline void set_chatLog_9(String_t* value) { ___chatLog_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___chatLog_9), (void*)value); } inline static int32_t get_offset_of_scrollPos_10() { return static_cast(offsetof(SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01, ___scrollPos_10)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPos_10() const { return ___scrollPos_10; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPos_10() { return &___scrollPos_10; } inline void set_scrollPos_10(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPos_10 = value; } inline static int32_t get_offset_of_typing_11() { return static_cast(offsetof(SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01, ___typing_11)); } inline bool get_typing_11() const { return ___typing_11; } inline bool* get_address_of_typing_11() { return &___typing_11; } inline void set_typing_11(bool value) { ___typing_11 = value; } inline static int32_t get_offset_of_lastTypingTime_12() { return static_cast(offsetof(SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01, ___lastTypingTime_12)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastTypingTime_12() const { return ___lastTypingTime_12; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastTypingTime_12() { return &___lastTypingTime_12; } inline void set_lastTypingTime_12(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastTypingTime_12 = value; } inline static int32_t get_offset_of_typingUsers_13() { return static_cast(offsetof(SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01, ___typingUsers_13)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_typingUsers_13() const { return ___typingUsers_13; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_typingUsers_13() { return &___typingUsers_13; } inline void set_typingUsers_13(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___typingUsers_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___typingUsers_13), (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; } }; // BestHTTP.Examples.SocketIOWePlaySample struct SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String[] BestHTTP.Examples.SocketIOWePlaySample::controls StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___controls_4; // System.Int32 BestHTTP.Examples.SocketIOWePlaySample::MaxMessages int32_t ___MaxMessages_6; // BestHTTP.Examples.SocketIOWePlaySample/States BestHTTP.Examples.SocketIOWePlaySample::State int32_t ___State_7; // BestHTTP.SocketIO.Socket BestHTTP.Examples.SocketIOWePlaySample::Socket Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___Socket_8; // System.String BestHTTP.Examples.SocketIOWePlaySample::Nick String_t* ___Nick_9; // System.String BestHTTP.Examples.SocketIOWePlaySample::messageToSend String_t* ___messageToSend_10; // System.Int32 BestHTTP.Examples.SocketIOWePlaySample::connections int32_t ___connections_11; // System.Collections.Generic.List`1 BestHTTP.Examples.SocketIOWePlaySample::messages List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___messages_12; // UnityEngine.Vector2 BestHTTP.Examples.SocketIOWePlaySample::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_13; // UnityEngine.Texture2D BestHTTP.Examples.SocketIOWePlaySample::FrameTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___FrameTexture_14; public: inline static int32_t get_offset_of_controls_4() { return static_cast(offsetof(SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849, ___controls_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_controls_4() const { return ___controls_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_controls_4() { return &___controls_4; } inline void set_controls_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___controls_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___controls_4), (void*)value); } inline static int32_t get_offset_of_MaxMessages_6() { return static_cast(offsetof(SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849, ___MaxMessages_6)); } inline int32_t get_MaxMessages_6() const { return ___MaxMessages_6; } inline int32_t* get_address_of_MaxMessages_6() { return &___MaxMessages_6; } inline void set_MaxMessages_6(int32_t value) { ___MaxMessages_6 = value; } inline static int32_t get_offset_of_State_7() { return static_cast(offsetof(SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849, ___State_7)); } inline int32_t get_State_7() const { return ___State_7; } inline int32_t* get_address_of_State_7() { return &___State_7; } inline void set_State_7(int32_t value) { ___State_7 = value; } inline static int32_t get_offset_of_Socket_8() { return static_cast(offsetof(SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849, ___Socket_8)); } inline Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * get_Socket_8() const { return ___Socket_8; } inline Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B ** get_address_of_Socket_8() { return &___Socket_8; } inline void set_Socket_8(Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * value) { ___Socket_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Socket_8), (void*)value); } inline static int32_t get_offset_of_Nick_9() { return static_cast(offsetof(SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849, ___Nick_9)); } inline String_t* get_Nick_9() const { return ___Nick_9; } inline String_t** get_address_of_Nick_9() { return &___Nick_9; } inline void set_Nick_9(String_t* value) { ___Nick_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Nick_9), (void*)value); } inline static int32_t get_offset_of_messageToSend_10() { return static_cast(offsetof(SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849, ___messageToSend_10)); } inline String_t* get_messageToSend_10() const { return ___messageToSend_10; } inline String_t** get_address_of_messageToSend_10() { return &___messageToSend_10; } inline void set_messageToSend_10(String_t* value) { ___messageToSend_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___messageToSend_10), (void*)value); } inline static int32_t get_offset_of_connections_11() { return static_cast(offsetof(SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849, ___connections_11)); } inline int32_t get_connections_11() const { return ___connections_11; } inline int32_t* get_address_of_connections_11() { return &___connections_11; } inline void set_connections_11(int32_t value) { ___connections_11 = value; } inline static int32_t get_offset_of_messages_12() { return static_cast(offsetof(SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849, ___messages_12)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_messages_12() const { return ___messages_12; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_messages_12() { return &___messages_12; } inline void set_messages_12(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___messages_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___messages_12), (void*)value); } inline static int32_t get_offset_of_scrollPos_13() { return static_cast(offsetof(SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849, ___scrollPos_13)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPos_13() const { return ___scrollPos_13; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPos_13() { return &___scrollPos_13; } inline void set_scrollPos_13(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPos_13 = value; } inline static int32_t get_offset_of_FrameTexture_14() { return static_cast(offsetof(SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849, ___FrameTexture_14)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_FrameTexture_14() const { return ___FrameTexture_14; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_FrameTexture_14() { return &___FrameTexture_14; } inline void set_FrameTexture_14(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___FrameTexture_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___FrameTexture_14), (void*)value); } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityEngine.UI.CanvasScaler struct CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.UI.CanvasScaler/ScaleMode UnityEngine.UI.CanvasScaler::m_UiScaleMode int32_t ___m_UiScaleMode_4; // System.Single UnityEngine.UI.CanvasScaler::m_ReferencePixelsPerUnit float ___m_ReferencePixelsPerUnit_5; // System.Single UnityEngine.UI.CanvasScaler::m_ScaleFactor float ___m_ScaleFactor_6; // UnityEngine.Vector2 UnityEngine.UI.CanvasScaler::m_ReferenceResolution Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ReferenceResolution_7; // UnityEngine.UI.CanvasScaler/ScreenMatchMode UnityEngine.UI.CanvasScaler::m_ScreenMatchMode int32_t ___m_ScreenMatchMode_8; // System.Single UnityEngine.UI.CanvasScaler::m_MatchWidthOrHeight float ___m_MatchWidthOrHeight_9; // UnityEngine.UI.CanvasScaler/Unit UnityEngine.UI.CanvasScaler::m_PhysicalUnit int32_t ___m_PhysicalUnit_11; // System.Single UnityEngine.UI.CanvasScaler::m_FallbackScreenDPI float ___m_FallbackScreenDPI_12; // System.Single UnityEngine.UI.CanvasScaler::m_DefaultSpriteDPI float ___m_DefaultSpriteDPI_13; // System.Single UnityEngine.UI.CanvasScaler::m_DynamicPixelsPerUnit float ___m_DynamicPixelsPerUnit_14; // UnityEngine.Canvas UnityEngine.UI.CanvasScaler::m_Canvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___m_Canvas_15; // System.Single UnityEngine.UI.CanvasScaler::m_PrevScaleFactor float ___m_PrevScaleFactor_16; // System.Single UnityEngine.UI.CanvasScaler::m_PrevReferencePixelsPerUnit float ___m_PrevReferencePixelsPerUnit_17; // System.Boolean UnityEngine.UI.CanvasScaler::m_PresetInfoIsWorld bool ___m_PresetInfoIsWorld_18; public: inline static int32_t get_offset_of_m_UiScaleMode_4() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_UiScaleMode_4)); } inline int32_t get_m_UiScaleMode_4() const { return ___m_UiScaleMode_4; } inline int32_t* get_address_of_m_UiScaleMode_4() { return &___m_UiScaleMode_4; } inline void set_m_UiScaleMode_4(int32_t value) { ___m_UiScaleMode_4 = value; } inline static int32_t get_offset_of_m_ReferencePixelsPerUnit_5() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_ReferencePixelsPerUnit_5)); } inline float get_m_ReferencePixelsPerUnit_5() const { return ___m_ReferencePixelsPerUnit_5; } inline float* get_address_of_m_ReferencePixelsPerUnit_5() { return &___m_ReferencePixelsPerUnit_5; } inline void set_m_ReferencePixelsPerUnit_5(float value) { ___m_ReferencePixelsPerUnit_5 = value; } inline static int32_t get_offset_of_m_ScaleFactor_6() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_ScaleFactor_6)); } inline float get_m_ScaleFactor_6() const { return ___m_ScaleFactor_6; } inline float* get_address_of_m_ScaleFactor_6() { return &___m_ScaleFactor_6; } inline void set_m_ScaleFactor_6(float value) { ___m_ScaleFactor_6 = value; } inline static int32_t get_offset_of_m_ReferenceResolution_7() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_ReferenceResolution_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_ReferenceResolution_7() const { return ___m_ReferenceResolution_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_ReferenceResolution_7() { return &___m_ReferenceResolution_7; } inline void set_m_ReferenceResolution_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_ReferenceResolution_7 = value; } inline static int32_t get_offset_of_m_ScreenMatchMode_8() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_ScreenMatchMode_8)); } inline int32_t get_m_ScreenMatchMode_8() const { return ___m_ScreenMatchMode_8; } inline int32_t* get_address_of_m_ScreenMatchMode_8() { return &___m_ScreenMatchMode_8; } inline void set_m_ScreenMatchMode_8(int32_t value) { ___m_ScreenMatchMode_8 = value; } inline static int32_t get_offset_of_m_MatchWidthOrHeight_9() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_MatchWidthOrHeight_9)); } inline float get_m_MatchWidthOrHeight_9() const { return ___m_MatchWidthOrHeight_9; } inline float* get_address_of_m_MatchWidthOrHeight_9() { return &___m_MatchWidthOrHeight_9; } inline void set_m_MatchWidthOrHeight_9(float value) { ___m_MatchWidthOrHeight_9 = value; } inline static int32_t get_offset_of_m_PhysicalUnit_11() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_PhysicalUnit_11)); } inline int32_t get_m_PhysicalUnit_11() const { return ___m_PhysicalUnit_11; } inline int32_t* get_address_of_m_PhysicalUnit_11() { return &___m_PhysicalUnit_11; } inline void set_m_PhysicalUnit_11(int32_t value) { ___m_PhysicalUnit_11 = value; } inline static int32_t get_offset_of_m_FallbackScreenDPI_12() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_FallbackScreenDPI_12)); } inline float get_m_FallbackScreenDPI_12() const { return ___m_FallbackScreenDPI_12; } inline float* get_address_of_m_FallbackScreenDPI_12() { return &___m_FallbackScreenDPI_12; } inline void set_m_FallbackScreenDPI_12(float value) { ___m_FallbackScreenDPI_12 = value; } inline static int32_t get_offset_of_m_DefaultSpriteDPI_13() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_DefaultSpriteDPI_13)); } inline float get_m_DefaultSpriteDPI_13() const { return ___m_DefaultSpriteDPI_13; } inline float* get_address_of_m_DefaultSpriteDPI_13() { return &___m_DefaultSpriteDPI_13; } inline void set_m_DefaultSpriteDPI_13(float value) { ___m_DefaultSpriteDPI_13 = value; } inline static int32_t get_offset_of_m_DynamicPixelsPerUnit_14() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_DynamicPixelsPerUnit_14)); } inline float get_m_DynamicPixelsPerUnit_14() const { return ___m_DynamicPixelsPerUnit_14; } inline float* get_address_of_m_DynamicPixelsPerUnit_14() { return &___m_DynamicPixelsPerUnit_14; } inline void set_m_DynamicPixelsPerUnit_14(float value) { ___m_DynamicPixelsPerUnit_14 = value; } inline static int32_t get_offset_of_m_Canvas_15() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_Canvas_15)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_m_Canvas_15() const { return ___m_Canvas_15; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_m_Canvas_15() { return &___m_Canvas_15; } inline void set_m_Canvas_15(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___m_Canvas_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_15), (void*)value); } inline static int32_t get_offset_of_m_PrevScaleFactor_16() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_PrevScaleFactor_16)); } inline float get_m_PrevScaleFactor_16() const { return ___m_PrevScaleFactor_16; } inline float* get_address_of_m_PrevScaleFactor_16() { return &___m_PrevScaleFactor_16; } inline void set_m_PrevScaleFactor_16(float value) { ___m_PrevScaleFactor_16 = value; } inline static int32_t get_offset_of_m_PrevReferencePixelsPerUnit_17() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_PrevReferencePixelsPerUnit_17)); } inline float get_m_PrevReferencePixelsPerUnit_17() const { return ___m_PrevReferencePixelsPerUnit_17; } inline float* get_address_of_m_PrevReferencePixelsPerUnit_17() { return &___m_PrevReferencePixelsPerUnit_17; } inline void set_m_PrevReferencePixelsPerUnit_17(float value) { ___m_PrevReferencePixelsPerUnit_17 = value; } inline static int32_t get_offset_of_m_PresetInfoIsWorld_18() { return static_cast(offsetof(CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1, ___m_PresetInfoIsWorld_18)); } inline bool get_m_PresetInfoIsWorld_18() const { return ___m_PresetInfoIsWorld_18; } inline bool* get_address_of_m_PresetInfoIsWorld_18() { return &___m_PresetInfoIsWorld_18; } inline void set_m_PresetInfoIsWorld_18(bool value) { ___m_PresetInfoIsWorld_18 = value; } }; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_6; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_Color_7; // System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate bool ___m_SkipLayoutUpdate_8; // System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate bool ___m_SkipMaterialUpdate_9; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_10; // UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_RaycastPadding_11; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_RectTransform_12; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CanvasRenderer_13; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___m_Canvas_14; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_15; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_16; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyLayoutCallback_17; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyVertsCallback_18; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyMaterialCallback_19; // UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_CachedMesh_22; // UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___m_CachedUvs_23; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * ___m_ColorTweenRunner_24; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; public: inline static int32_t get_offset_of_m_Material_6() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Material_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_6() const { return ___m_Material_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_6() { return &___m_Material_6; } inline void set_m_Material_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_6), (void*)value); } inline static int32_t get_offset_of_m_Color_7() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Color_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_Color_7() const { return ___m_Color_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_Color_7() { return &___m_Color_7; } inline void set_m_Color_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_Color_7 = value; } inline static int32_t get_offset_of_m_SkipLayoutUpdate_8() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipLayoutUpdate_8)); } inline bool get_m_SkipLayoutUpdate_8() const { return ___m_SkipLayoutUpdate_8; } inline bool* get_address_of_m_SkipLayoutUpdate_8() { return &___m_SkipLayoutUpdate_8; } inline void set_m_SkipLayoutUpdate_8(bool value) { ___m_SkipLayoutUpdate_8 = value; } inline static int32_t get_offset_of_m_SkipMaterialUpdate_9() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipMaterialUpdate_9)); } inline bool get_m_SkipMaterialUpdate_9() const { return ___m_SkipMaterialUpdate_9; } inline bool* get_address_of_m_SkipMaterialUpdate_9() { return &___m_SkipMaterialUpdate_9; } inline void set_m_SkipMaterialUpdate_9(bool value) { ___m_SkipMaterialUpdate_9 = value; } inline static int32_t get_offset_of_m_RaycastTarget_10() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastTarget_10)); } inline bool get_m_RaycastTarget_10() const { return ___m_RaycastTarget_10; } inline bool* get_address_of_m_RaycastTarget_10() { return &___m_RaycastTarget_10; } inline void set_m_RaycastTarget_10(bool value) { ___m_RaycastTarget_10 = value; } inline static int32_t get_offset_of_m_RaycastPadding_11() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastPadding_11)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_RaycastPadding_11() const { return ___m_RaycastPadding_11; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_RaycastPadding_11() { return &___m_RaycastPadding_11; } inline void set_m_RaycastPadding_11(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_RaycastPadding_11 = value; } inline static int32_t get_offset_of_m_RectTransform_12() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RectTransform_12)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_RectTransform_12() const { return ___m_RectTransform_12; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_RectTransform_12() { return &___m_RectTransform_12; } inline void set_m_RectTransform_12(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_RectTransform_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_12), (void*)value); } inline static int32_t get_offset_of_m_CanvasRenderer_13() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CanvasRenderer_13)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CanvasRenderer_13() const { return ___m_CanvasRenderer_13; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CanvasRenderer_13() { return &___m_CanvasRenderer_13; } inline void set_m_CanvasRenderer_13(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CanvasRenderer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasRenderer_13), (void*)value); } inline static int32_t get_offset_of_m_Canvas_14() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Canvas_14)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_m_Canvas_14() const { return ___m_Canvas_14; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_m_Canvas_14() { return &___m_Canvas_14; } inline void set_m_Canvas_14(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___m_Canvas_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_14), (void*)value); } inline static int32_t get_offset_of_m_VertsDirty_15() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_VertsDirty_15)); } inline bool get_m_VertsDirty_15() const { return ___m_VertsDirty_15; } inline bool* get_address_of_m_VertsDirty_15() { return &___m_VertsDirty_15; } inline void set_m_VertsDirty_15(bool value) { ___m_VertsDirty_15 = value; } inline static int32_t get_offset_of_m_MaterialDirty_16() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_MaterialDirty_16)); } inline bool get_m_MaterialDirty_16() const { return ___m_MaterialDirty_16; } inline bool* get_address_of_m_MaterialDirty_16() { return &___m_MaterialDirty_16; } inline void set_m_MaterialDirty_16(bool value) { ___m_MaterialDirty_16 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_17() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyLayoutCallback_17)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyLayoutCallback_17() const { return ___m_OnDirtyLayoutCallback_17; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyLayoutCallback_17() { return &___m_OnDirtyLayoutCallback_17; } inline void set_m_OnDirtyLayoutCallback_17(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyLayoutCallback_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyLayoutCallback_17), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_18() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyVertsCallback_18)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyVertsCallback_18() const { return ___m_OnDirtyVertsCallback_18; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyVertsCallback_18() { return &___m_OnDirtyVertsCallback_18; } inline void set_m_OnDirtyVertsCallback_18(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyVertsCallback_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyVertsCallback_18), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_19() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyMaterialCallback_19)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyMaterialCallback_19() const { return ___m_OnDirtyMaterialCallback_19; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyMaterialCallback_19() { return &___m_OnDirtyMaterialCallback_19; } inline void set_m_OnDirtyMaterialCallback_19(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyMaterialCallback_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyMaterialCallback_19), (void*)value); } inline static int32_t get_offset_of_m_CachedMesh_22() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedMesh_22)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_CachedMesh_22() const { return ___m_CachedMesh_22; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_CachedMesh_22() { return &___m_CachedMesh_22; } inline void set_m_CachedMesh_22(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_CachedMesh_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMesh_22), (void*)value); } inline static int32_t get_offset_of_m_CachedUvs_23() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedUvs_23)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_m_CachedUvs_23() const { return ___m_CachedUvs_23; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_m_CachedUvs_23() { return &___m_CachedUvs_23; } inline void set_m_CachedUvs_23(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___m_CachedUvs_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedUvs_23), (void*)value); } inline static int32_t get_offset_of_m_ColorTweenRunner_24() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_ColorTweenRunner_24)); } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * get_m_ColorTweenRunner_24() const { return ___m_ColorTweenRunner_24; } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 ** get_address_of_m_ColorTweenRunner_24() { return &___m_ColorTweenRunner_24; } inline void set_m_ColorTweenRunner_24(TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * value) { ___m_ColorTweenRunner_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ColorTweenRunner_24), (void*)value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_25(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25 = value; } }; struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultUI_4; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___s_WhiteTexture_5; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___s_Mesh_20; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___s_VertexHelper_21; public: inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_DefaultUI_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; } inline void set_s_DefaultUI_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultUI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultUI_4), (void*)value); } inline static int32_t get_offset_of_s_WhiteTexture_5() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_WhiteTexture_5)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; } inline void set_s_WhiteTexture_5(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___s_WhiteTexture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_WhiteTexture_5), (void*)value); } inline static int32_t get_offset_of_s_Mesh_20() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_Mesh_20)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_s_Mesh_20() const { return ___s_Mesh_20; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_s_Mesh_20() { return &___s_Mesh_20; } inline void set_s_Mesh_20(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___s_Mesh_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Mesh_20), (void*)value); } inline static int32_t get_offset_of_s_VertexHelper_21() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_VertexHelper_21)); } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * get_s_VertexHelper_21() const { return ___s_VertexHelper_21; } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 ** get_address_of_s_VertexHelper_21() { return &___s_VertexHelper_21; } inline void set_s_VertexHelper_21(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * value) { ___s_VertexHelper_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertexHelper_21), (void*)value); } }; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Boolean UnityEngine.UI.Selectable::m_EnableCalled bool ___m_EnableCalled_6; // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A ___m_Navigation_7; // UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_8; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___m_Colors_9; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E ___m_SpriteState_10; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * ___m_AnimationTriggers_11; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_12; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_TargetGraphic_13; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_14; // System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex int32_t ___m_CurrentIndex_15; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_16; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_17; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_18; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * ___m_CanvasGroupCache_19; public: inline static int32_t get_offset_of_m_EnableCalled_6() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_EnableCalled_6)); } inline bool get_m_EnableCalled_6() const { return ___m_EnableCalled_6; } inline bool* get_address_of_m_EnableCalled_6() { return &___m_EnableCalled_6; } inline void set_m_EnableCalled_6(bool value) { ___m_EnableCalled_6 = value; } inline static int32_t get_offset_of_m_Navigation_7() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Navigation_7)); } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A get_m_Navigation_7() const { return ___m_Navigation_7; } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A * get_address_of_m_Navigation_7() { return &___m_Navigation_7; } inline void set_m_Navigation_7(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A value) { ___m_Navigation_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnUp_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnDown_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnLeft_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnRight_5), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Transition_8() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Transition_8)); } inline int32_t get_m_Transition_8() const { return ___m_Transition_8; } inline int32_t* get_address_of_m_Transition_8() { return &___m_Transition_8; } inline void set_m_Transition_8(int32_t value) { ___m_Transition_8 = value; } inline static int32_t get_offset_of_m_Colors_9() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Colors_9)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_m_Colors_9() const { return ___m_Colors_9; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_m_Colors_9() { return &___m_Colors_9; } inline void set_m_Colors_9(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___m_Colors_9 = value; } inline static int32_t get_offset_of_m_SpriteState_10() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_SpriteState_10)); } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E get_m_SpriteState_10() const { return ___m_SpriteState_10; } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E * get_address_of_m_SpriteState_10() { return &___m_SpriteState_10; } inline void set_m_SpriteState_10(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E value) { ___m_SpriteState_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_HighlightedSprite_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_PressedSprite_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_SelectedSprite_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_DisabledSprite_3), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AnimationTriggers_11() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_AnimationTriggers_11)); } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * get_m_AnimationTriggers_11() const { return ___m_AnimationTriggers_11; } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 ** get_address_of_m_AnimationTriggers_11() { return &___m_AnimationTriggers_11; } inline void set_m_AnimationTriggers_11(AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * value) { ___m_AnimationTriggers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AnimationTriggers_11), (void*)value); } inline static int32_t get_offset_of_m_Interactable_12() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Interactable_12)); } inline bool get_m_Interactable_12() const { return ___m_Interactable_12; } inline bool* get_address_of_m_Interactable_12() { return &___m_Interactable_12; } inline void set_m_Interactable_12(bool value) { ___m_Interactable_12 = value; } inline static int32_t get_offset_of_m_TargetGraphic_13() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_TargetGraphic_13)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_TargetGraphic_13() const { return ___m_TargetGraphic_13; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_TargetGraphic_13() { return &___m_TargetGraphic_13; } inline void set_m_TargetGraphic_13(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_TargetGraphic_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TargetGraphic_13), (void*)value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_14() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_GroupsAllowInteraction_14)); } inline bool get_m_GroupsAllowInteraction_14() const { return ___m_GroupsAllowInteraction_14; } inline bool* get_address_of_m_GroupsAllowInteraction_14() { return &___m_GroupsAllowInteraction_14; } inline void set_m_GroupsAllowInteraction_14(bool value) { ___m_GroupsAllowInteraction_14 = value; } inline static int32_t get_offset_of_m_CurrentIndex_15() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CurrentIndex_15)); } inline int32_t get_m_CurrentIndex_15() const { return ___m_CurrentIndex_15; } inline int32_t* get_address_of_m_CurrentIndex_15() { return &___m_CurrentIndex_15; } inline void set_m_CurrentIndex_15(int32_t value) { ___m_CurrentIndex_15 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_16() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerInsideU3Ek__BackingField_16)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_16() const { return ___U3CisPointerInsideU3Ek__BackingField_16; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_16() { return &___U3CisPointerInsideU3Ek__BackingField_16; } inline void set_U3CisPointerInsideU3Ek__BackingField_16(bool value) { ___U3CisPointerInsideU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_17() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerDownU3Ek__BackingField_17)); } inline bool get_U3CisPointerDownU3Ek__BackingField_17() const { return ___U3CisPointerDownU3Ek__BackingField_17; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_17() { return &___U3CisPointerDownU3Ek__BackingField_17; } inline void set_U3CisPointerDownU3Ek__BackingField_17(bool value) { ___U3CisPointerDownU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_18() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3ChasSelectionU3Ek__BackingField_18)); } inline bool get_U3ChasSelectionU3Ek__BackingField_18() const { return ___U3ChasSelectionU3Ek__BackingField_18; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_18() { return &___U3ChasSelectionU3Ek__BackingField_18; } inline void set_U3ChasSelectionU3Ek__BackingField_18(bool value) { ___U3ChasSelectionU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_19() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CanvasGroupCache_19)); } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * get_m_CanvasGroupCache_19() const { return ___m_CanvasGroupCache_19; } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D ** get_address_of_m_CanvasGroupCache_19() { return &___m_CanvasGroupCache_19; } inline void set_m_CanvasGroupCache_19(List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * value) { ___m_CanvasGroupCache_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasGroupCache_19), (void*)value); } }; struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields { public: // UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* ___s_Selectables_4; // System.Int32 UnityEngine.UI.Selectable::s_SelectableCount int32_t ___s_SelectableCount_5; public: inline static int32_t get_offset_of_s_Selectables_4() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_Selectables_4)); } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* get_s_Selectables_4() const { return ___s_Selectables_4; } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535** get_address_of_s_Selectables_4() { return &___s_Selectables_4; } inline void set_s_Selectables_4(SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* value) { ___s_Selectables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Selectables_4), (void*)value); } inline static int32_t get_offset_of_s_SelectableCount_5() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_SelectableCount_5)); } inline int32_t get_s_SelectableCount_5() const { return ___s_SelectableCount_5; } inline int32_t* get_address_of_s_SelectableCount_5() { return &___s_SelectableCount_5; } inline void set_s_SelectableCount_5(int32_t value) { ___s_SelectableCount_5 = value; } }; // 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.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.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.Sprite UnityEngine.UI.Image::m_Sprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_Sprite_37; // UnityEngine.Sprite UnityEngine.UI.Image::m_OverrideSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_OverrideSprite_38; // UnityEngine.UI.Image/Type UnityEngine.UI.Image::m_Type int32_t ___m_Type_39; // System.Boolean UnityEngine.UI.Image::m_PreserveAspect bool ___m_PreserveAspect_40; // System.Boolean UnityEngine.UI.Image::m_FillCenter bool ___m_FillCenter_41; // UnityEngine.UI.Image/FillMethod UnityEngine.UI.Image::m_FillMethod int32_t ___m_FillMethod_42; // System.Single UnityEngine.UI.Image::m_FillAmount float ___m_FillAmount_43; // System.Boolean UnityEngine.UI.Image::m_FillClockwise bool ___m_FillClockwise_44; // System.Int32 UnityEngine.UI.Image::m_FillOrigin int32_t ___m_FillOrigin_45; // System.Single UnityEngine.UI.Image::m_AlphaHitTestMinimumThreshold float ___m_AlphaHitTestMinimumThreshold_46; // System.Boolean UnityEngine.UI.Image::m_Tracked bool ___m_Tracked_47; // System.Boolean UnityEngine.UI.Image::m_UseSpriteMesh bool ___m_UseSpriteMesh_48; // System.Single UnityEngine.UI.Image::m_PixelsPerUnitMultiplier float ___m_PixelsPerUnitMultiplier_49; // System.Single UnityEngine.UI.Image::m_CachedReferencePixelsPerUnit float ___m_CachedReferencePixelsPerUnit_50; public: inline static int32_t get_offset_of_m_Sprite_37() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Sprite_37)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_Sprite_37() const { return ___m_Sprite_37; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_Sprite_37() { return &___m_Sprite_37; } inline void set_m_Sprite_37(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_Sprite_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Sprite_37), (void*)value); } inline static int32_t get_offset_of_m_OverrideSprite_38() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_OverrideSprite_38)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_OverrideSprite_38() const { return ___m_OverrideSprite_38; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_OverrideSprite_38() { return &___m_OverrideSprite_38; } inline void set_m_OverrideSprite_38(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_OverrideSprite_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideSprite_38), (void*)value); } inline static int32_t get_offset_of_m_Type_39() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Type_39)); } inline int32_t get_m_Type_39() const { return ___m_Type_39; } inline int32_t* get_address_of_m_Type_39() { return &___m_Type_39; } inline void set_m_Type_39(int32_t value) { ___m_Type_39 = value; } inline static int32_t get_offset_of_m_PreserveAspect_40() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PreserveAspect_40)); } inline bool get_m_PreserveAspect_40() const { return ___m_PreserveAspect_40; } inline bool* get_address_of_m_PreserveAspect_40() { return &___m_PreserveAspect_40; } inline void set_m_PreserveAspect_40(bool value) { ___m_PreserveAspect_40 = value; } inline static int32_t get_offset_of_m_FillCenter_41() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillCenter_41)); } inline bool get_m_FillCenter_41() const { return ___m_FillCenter_41; } inline bool* get_address_of_m_FillCenter_41() { return &___m_FillCenter_41; } inline void set_m_FillCenter_41(bool value) { ___m_FillCenter_41 = value; } inline static int32_t get_offset_of_m_FillMethod_42() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillMethod_42)); } inline int32_t get_m_FillMethod_42() const { return ___m_FillMethod_42; } inline int32_t* get_address_of_m_FillMethod_42() { return &___m_FillMethod_42; } inline void set_m_FillMethod_42(int32_t value) { ___m_FillMethod_42 = value; } inline static int32_t get_offset_of_m_FillAmount_43() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillAmount_43)); } inline float get_m_FillAmount_43() const { return ___m_FillAmount_43; } inline float* get_address_of_m_FillAmount_43() { return &___m_FillAmount_43; } inline void set_m_FillAmount_43(float value) { ___m_FillAmount_43 = value; } inline static int32_t get_offset_of_m_FillClockwise_44() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillClockwise_44)); } inline bool get_m_FillClockwise_44() const { return ___m_FillClockwise_44; } inline bool* get_address_of_m_FillClockwise_44() { return &___m_FillClockwise_44; } inline void set_m_FillClockwise_44(bool value) { ___m_FillClockwise_44 = value; } inline static int32_t get_offset_of_m_FillOrigin_45() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillOrigin_45)); } inline int32_t get_m_FillOrigin_45() const { return ___m_FillOrigin_45; } inline int32_t* get_address_of_m_FillOrigin_45() { return &___m_FillOrigin_45; } inline void set_m_FillOrigin_45(int32_t value) { ___m_FillOrigin_45 = value; } inline static int32_t get_offset_of_m_AlphaHitTestMinimumThreshold_46() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_AlphaHitTestMinimumThreshold_46)); } inline float get_m_AlphaHitTestMinimumThreshold_46() const { return ___m_AlphaHitTestMinimumThreshold_46; } inline float* get_address_of_m_AlphaHitTestMinimumThreshold_46() { return &___m_AlphaHitTestMinimumThreshold_46; } inline void set_m_AlphaHitTestMinimumThreshold_46(float value) { ___m_AlphaHitTestMinimumThreshold_46 = value; } inline static int32_t get_offset_of_m_Tracked_47() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Tracked_47)); } inline bool get_m_Tracked_47() const { return ___m_Tracked_47; } inline bool* get_address_of_m_Tracked_47() { return &___m_Tracked_47; } inline void set_m_Tracked_47(bool value) { ___m_Tracked_47 = value; } inline static int32_t get_offset_of_m_UseSpriteMesh_48() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_UseSpriteMesh_48)); } inline bool get_m_UseSpriteMesh_48() const { return ___m_UseSpriteMesh_48; } inline bool* get_address_of_m_UseSpriteMesh_48() { return &___m_UseSpriteMesh_48; } inline void set_m_UseSpriteMesh_48(bool value) { ___m_UseSpriteMesh_48 = value; } inline static int32_t get_offset_of_m_PixelsPerUnitMultiplier_49() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PixelsPerUnitMultiplier_49)); } inline float get_m_PixelsPerUnitMultiplier_49() const { return ___m_PixelsPerUnitMultiplier_49; } inline float* get_address_of_m_PixelsPerUnitMultiplier_49() { return &___m_PixelsPerUnitMultiplier_49; } inline void set_m_PixelsPerUnitMultiplier_49(float value) { ___m_PixelsPerUnitMultiplier_49 = value; } inline static int32_t get_offset_of_m_CachedReferencePixelsPerUnit_50() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_CachedReferencePixelsPerUnit_50)); } inline float get_m_CachedReferencePixelsPerUnit_50() const { return ___m_CachedReferencePixelsPerUnit_50; } inline float* get_address_of_m_CachedReferencePixelsPerUnit_50() { return &___m_CachedReferencePixelsPerUnit_50; } inline void set_m_CachedReferencePixelsPerUnit_50(float value) { ___m_CachedReferencePixelsPerUnit_50 = value; } }; struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Image::s_ETC1DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_ETC1DefaultUI_36; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_VertScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_VertScratch_51; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_UVScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_UVScratch_52; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Xy Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Xy_53; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Uv Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Uv_54; // System.Collections.Generic.List`1 UnityEngine.UI.Image::m_TrackedTexturelessImages List_1_t815A476B0A21E183042059E705F9E505478CD8AE * ___m_TrackedTexturelessImages_55; // System.Boolean UnityEngine.UI.Image::s_Initialized bool ___s_Initialized_56; public: inline static int32_t get_offset_of_s_ETC1DefaultUI_36() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_ETC1DefaultUI_36)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_ETC1DefaultUI_36() const { return ___s_ETC1DefaultUI_36; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_ETC1DefaultUI_36() { return &___s_ETC1DefaultUI_36; } inline void set_s_ETC1DefaultUI_36(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_ETC1DefaultUI_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ETC1DefaultUI_36), (void*)value); } inline static int32_t get_offset_of_s_VertScratch_51() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_VertScratch_51)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_VertScratch_51() const { return ___s_VertScratch_51; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_VertScratch_51() { return &___s_VertScratch_51; } inline void set_s_VertScratch_51(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_VertScratch_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertScratch_51), (void*)value); } inline static int32_t get_offset_of_s_UVScratch_52() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_UVScratch_52)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_UVScratch_52() const { return ___s_UVScratch_52; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_UVScratch_52() { return &___s_UVScratch_52; } inline void set_s_UVScratch_52(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_UVScratch_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_UVScratch_52), (void*)value); } inline static int32_t get_offset_of_s_Xy_53() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Xy_53)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Xy_53() const { return ___s_Xy_53; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Xy_53() { return &___s_Xy_53; } inline void set_s_Xy_53(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Xy_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Xy_53), (void*)value); } inline static int32_t get_offset_of_s_Uv_54() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Uv_54)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Uv_54() const { return ___s_Uv_54; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Uv_54() { return &___s_Uv_54; } inline void set_s_Uv_54(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Uv_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Uv_54), (void*)value); } inline static int32_t get_offset_of_m_TrackedTexturelessImages_55() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___m_TrackedTexturelessImages_55)); } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE * get_m_TrackedTexturelessImages_55() const { return ___m_TrackedTexturelessImages_55; } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE ** get_address_of_m_TrackedTexturelessImages_55() { return &___m_TrackedTexturelessImages_55; } inline void set_m_TrackedTexturelessImages_55(List_1_t815A476B0A21E183042059E705F9E505478CD8AE * value) { ___m_TrackedTexturelessImages_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TrackedTexturelessImages_55), (void*)value); } inline static int32_t get_offset_of_s_Initialized_56() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Initialized_56)); } inline bool get_s_Initialized_56() const { return ___s_Initialized_56; } inline bool* get_address_of_s_Initialized_56() { return &___s_Initialized_56; } inline void set_s_Initialized_56(bool value) { ___s_Initialized_56 = value; } }; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * ___m_FontData_36; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_37; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCache_38; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCacheForLayout_39; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_41; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_TempVerts_42; public: inline static int32_t get_offset_of_m_FontData_36() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_FontData_36)); } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * get_m_FontData_36() const { return ___m_FontData_36; } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 ** get_address_of_m_FontData_36() { return &___m_FontData_36; } inline void set_m_FontData_36(FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * value) { ___m_FontData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontData_36), (void*)value); } inline static int32_t get_offset_of_m_Text_37() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_Text_37)); } inline String_t* get_m_Text_37() const { return ___m_Text_37; } inline String_t** get_address_of_m_Text_37() { return &___m_Text_37; } inline void set_m_Text_37(String_t* value) { ___m_Text_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_37), (void*)value); } inline static int32_t get_offset_of_m_TextCache_38() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCache_38)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCache_38() const { return ___m_TextCache_38; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCache_38() { return &___m_TextCache_38; } inline void set_m_TextCache_38(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCache_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCache_38), (void*)value); } inline static int32_t get_offset_of_m_TextCacheForLayout_39() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCacheForLayout_39)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCacheForLayout_39() const { return ___m_TextCacheForLayout_39; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCacheForLayout_39() { return &___m_TextCacheForLayout_39; } inline void set_m_TextCacheForLayout_39(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCacheForLayout_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCacheForLayout_39), (void*)value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_41() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_DisableFontTextureRebuiltCallback_41)); } inline bool get_m_DisableFontTextureRebuiltCallback_41() const { return ___m_DisableFontTextureRebuiltCallback_41; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_41() { return &___m_DisableFontTextureRebuiltCallback_41; } inline void set_m_DisableFontTextureRebuiltCallback_41(bool value) { ___m_DisableFontTextureRebuiltCallback_41 = value; } inline static int32_t get_offset_of_m_TempVerts_42() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TempVerts_42)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_TempVerts_42() const { return ___m_TempVerts_42; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_TempVerts_42() { return &___m_TempVerts_42; } inline void set_m_TempVerts_42(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_TempVerts_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TempVerts_42), (void*)value); } }; struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultText_40; public: inline static int32_t get_offset_of_s_DefaultText_40() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields, ___s_DefaultText_40)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultText_40() const { return ___s_DefaultText_40; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultText_40() { return &___s_DefaultText_40; } inline void set_s_DefaultText_40(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultText_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultText_40), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID[] struct EssCertIDU5BU5D_t74329CEF5A784FD4810B35CA8A4D0C50A2F67C61 : public RuntimeArray { public: ALIGN_FIELD (8) EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * m_Items[1]; public: inline EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD ** 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, EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation[] struct PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39 : public RuntimeArray { public: ALIGN_FIELD (8) PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * m_Items[1]; public: inline PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 ** 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, PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE : public RuntimeArray { public: ALIGN_FIELD (8) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * m_Items[1]; public: inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2[] struct EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E : public RuntimeArray { public: ALIGN_FIELD (8) EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * m_Items[1]; public: inline EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 ** 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, EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * 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); } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] struct ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF : public RuntimeArray { public: ALIGN_FIELD (8) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * m_Items[1]; public: inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** 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, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B : public RuntimeArray { public: ALIGN_FIELD (8) GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * m_Items[1]; public: inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_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, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter[] struct ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A : public RuntimeArray { public: ALIGN_FIELD (8) Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * m_Items[1]; public: inline Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF ** 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, Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * 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.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // UnityEngine.AudioClip[] struct AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE : public RuntimeArray { public: ALIGN_FIELD (8) AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * m_Items[1]; public: inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** 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, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * 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); } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * m_Items[1]; public: inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** 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, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m1E89A717F12E593FF6530C49A4F7F3A53FD14548_gshared (Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2__ctor_m50E7B823E46CB327D49A2D55A761F57472037634_gshared (UnityAction_2_t808E43EBC9AA89CEA5830BD187EC213182A02B50 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.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); // 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); // System.Void System.Array::Sort(!!0[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisRuntimeObject_mF00F0E2FE2AE230B160ACF22554069D06BC966A5_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m14135ABCC9D07B90731529E85DFAAA2BBD1ED8DB_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mBD7199657787018123B7B8F2B048B503D484C097_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mE7F9D51201F5A72BF4995CA0F3F0E866DB21E638_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m69BAB495378623EADEC39F28FFC7C64D7E652165_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m0D27CDCE1DE6E1E9BB00B10E6C47205041209B3F_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m17490CDFCBD13F99815D7B3EB5F15C4077EF046E_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, int32_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m5373547512F4309721CEAA8DF32428929E8887BC_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, int32_t ___key0, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_gshared (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::FindIndex(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_FindIndex_m061718A03D18B14CCA37F61408780DF866F3DE0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___match0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_mAF0CC2EDCA42FFDA178E720B4D907F19DBF91D11_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveRange_m0BBC3852B9B0719DDA7E6AFEF3C3E3CD165DF5AA_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m883E91BB19072DD91E8FA3BEDA31D0FA095667EA_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m6E538231C9C2D6015BE7985737C9538D7FC06902_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993 (BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D * __this, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::Dispose(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method); // System.Void System.IO.Stream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Close_mC34AF5832AD2E47C5E8F9D44E969C45F6F0A9A13 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06 (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 System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::GetDefaultX509Parameters(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * SignerUtilities_GetDefaultX509Parameters_m4BB226A6AFD7B167A16C25B875D83680E639AF0A (String_t* ___algorithm0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::GetPssX509Parameters(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * SignerUtilities_GetPssX509Parameters_mFE86BD85DAFE25D20C57B9F07A083501F8136DB2 (String_t* ___digestName0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::EndsWith(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3 (String_t* ___source0, String_t* ___suffix1, const RuntimeMethod* method); // System.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.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities::GetObjectIdentifier(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DigestUtilities_GetObjectIdentifier_m9880ABDBE41400BFB3D25E5A0230211F28FE6EB0 (String_t* ___mechanism0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608 (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities::GetDigest(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67 (String_t* ___algorithm0, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsassaPssParameters__ctor_m7D750278B1EDDC3E337098DCC4DCC4BCE4F23027 (RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69 * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___maskGenAlgorithm1, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___saltLength2, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___trailerField3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::GetSigner(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerUtilities_GetSigner_mA7DA1E4D22BE302FDF5EA80A7226F44FF18C5F64 (String_t* ___algorithm0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::StartsWith(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524 (String_t* ___source0, String_t* ___prefix1, 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519Signer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519Signer__ctor_m090A4E1CC2124B364E48B9BC2CDC38CC7CC47C9C (Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519ctxSigner__ctor_mD005EE59DB87EB815955EC1589F999A07FE0EEEA (Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed25519phSigner::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed25519phSigner__ctor_mDFFB84FD697B9BC3C880ED30AD1CA0ED0B7B3BF4 (Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448Signer::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448Signer__ctor_m25D4ED2B17AC29CAC17C212CE8C53C640E03EA09 (Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Ed448phSigner::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ed448phSigner__ctor_m768FB73DBBD5F301614DA2ED3F01265D5D35C4FD (Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context0, 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.RsaDigestSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaDigestSigner__ctor_m6FD4459BBE68897C6386C8EE8F712733F51E7122 (RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC * __this, RuntimeObject* ___digest0, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algId1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaBlindedEngine__ctor_m310A5FACC596A6A5203D793F835E9CC930846A31 (RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648 (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.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); // 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); // System.Int32 System.String::LastIndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RsaDigestSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaDigestSigner__ctor_m1ED72EE1FE9DD47ADFE9248483B9454212A74CF4 (RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC * __this, RuntimeObject* ___digest0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaSigner__ctor_mD9DB50053BE847BF048CE402BF831F76FDF5C653 (DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDsa,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaDigestSigner__ctor_m9AAE8A07722E67E499E98FB6B3AF3E53A4D9E05B (DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55 * __this, RuntimeObject* ___dsa0, RuntimeObject* ___digest1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECDsaSigner::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECDsaSigner__ctor_mC4F4D5CE581433D26564968322F566A578F8017F (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaDigestSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDsaExt,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaEncoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaDigestSigner__ctor_m9D093C410AA711B1A74CB45DC88688499D38512A (DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55 * __this, RuntimeObject* ___dsa0, RuntimeObject* ___digest1, RuntimeObject* ___encoding2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECNRSigner::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECNRSigner__ctor_mFB9EBC35314B93F793C826ADBC470082E30E8F66 (ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Gost3410Signer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410Signer__ctor_m7920F6CE6A15A0DFE0117B7FC1409F0DCD0550D7 (Gost3410Signer_tBE48D5005663FD76B2AD83347A29CDABBB9B738A * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Gost3411Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3411Digest__ctor_mCEC236F7FC6DE0CB9915CE407744E9D97C9D64F3 (Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Gost3410DigestSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDsa,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410DigestSigner__ctor_mED36A26D895B3CE2654B624C079AD2B48964B9E1 (Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655 * __this, RuntimeObject* ___signer0, RuntimeObject* ___digest1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.ECGost3410Signer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECGost3410Signer__ctor_m3F4711BCCDE46FA4BE9EEC1292A4CE2CAB9E0401 (ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Iso9796d2Signer__ctor_m434B05E028932A77B57B9F312CB0B00277C4E34C (Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51 * __this, RuntimeObject* ___cipher0, RuntimeObject* ___digest1, bool ___isImplicit2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.MD5Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5Digest__ctor_m26C687501CC97E024B00F8C074790F3756E2BC58 (MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.RipeMD160Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RipeMD160Digest__ctor_m83D3A2192ED48296B459F02132F842BE43B1FBC1 (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::IndexOf(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_IndexOf_mDB70E24C7BA422B47279D3D583624C32D134B398 (String_t* ___source0, String_t* ___value1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.X931Signer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X931Signer__ctor_m17A84B1437CC21C75CA01CFE02A96A9C63F75857 (X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B * __this, RuntimeObject* ___cipher0, RuntimeObject* ___digest1, 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.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.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::InitSigner(System.String,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerUtilities_InitSigner_m4320920118A035833DCB013928B8A1372EE3F483 (String_t* ___algorithm0, bool ___forSigning1, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey2, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Security.ParameterUtilities::WithRandom(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ParameterUtilities_WithRandom_m2B2C49BC70E0743124C948C50C919C754785B26C (RuntimeObject* ___cp0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificate::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SigningCertificate__ctor_m694F0EFE5C531947B2DE215BCC47333370204F84 (SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetTypeName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.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); // 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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m8EB3146F62BFBDDB9A823CCEDA96A894B787E0F7 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * EssCertID_GetInstance_m62EC75A3CC03ECABC0DF221D569BDD9B40BBE204 (RuntimeObject * ___o0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * PolicyInformation_GetInstance_m4DAE320E434CB34C456F6D7C955B3B45E1AC77FB (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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SigningCertificateV2__ctor_mBE88598120E6343ED77D9D6DBA0F9C639399F4D9 (SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * EssCertIDv2_GetInstance_mF4F0A0E0588FD0527623DD7143F75CA1F0EF9465 (RuntimeObject * ___obj0, 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.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ShiftLeft(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___bigInt0, int32_t ___scale1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::CheckScale(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleBigDecimal_CheckScale_mFDCDF89A53FE8D22079C0FC72E6CA0C26CE7DA85 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * ___b0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Negate_m14DBB5492117918CD6D25EFDA5AB9555782F1C98 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_Negate_mFD4AA7C31C3CD7069D17B38B69E97B97B8ABDDDC (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_Add_mA73C83185506F0702AA0C0ED5C2BEABC9BD7EB81 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * ___b0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___val0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Divide_m13FDAD15EF3A36ABE09AF25575C554CCB1E59356 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___val0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::CompareTo(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ShiftRight(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ShiftRight_m24332C73CA4FF51A829E2F1AB89F0B3903CDF642 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::AdjustScale(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_AdjustScale_m29767CDD74F8B10A055F44BFC327BDA29A51016A (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, int32_t ___newScale0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Floor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SimpleBigDecimal_Floor_m55CC5DB7663134D4D3A596B7F777B6889E775ADD (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __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.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_LongValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BigInteger_get_LongValue_mD25E17A1B3BEC1FCC9AB66017D91BF024B93F61B (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_SignValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_mFF53767A6FF70750090DBF90EF6F28D9BF247EC6 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___radix0, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.SimpleLookupTable::Copy(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* SimpleLookupTable_Copy_m11A419C1CAE17CAB43E73A767786E3D0310C3196 (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_localRotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // System.Single UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager::GetAxis(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E (String_t* ___name0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616 (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method); // System.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.Input::get_mousePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Input_get_mousePosition_m79528BC2F30C57054641F709C855130AE586AC0E (const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C (const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::SmoothDamp(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_SmoothDamp_m4655944DBD5B44125F8F4B5A15E31DE94CB0F627 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___current0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___target1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___currentVelocity2, float ___smoothTime3, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Euler_m37BF99FFFA09F4B3F83DC066641B82C59B19A9C3 (float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___lhs0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rhs1, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__ctor_mF07A68D7D6355EA225290EDCF294C73039167E5A (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.OnNonHubMessageDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnNonHubMessageDelegate__ctor_m92ABF60CD2C154CB85E38D9D2A3B659DF3F1C4C4 (OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::add_OnNonHubMessage(BestHTTP.SignalR.OnNonHubMessageDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnNonHubMessage_m02413411CD8A86DE8E682F9D7A9100567BF134CA (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.OnStateChanged::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnStateChanged__ctor_mB9D6F1706390D89BC05025A662EDEB6E2DEE3A16 (OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::add_OnStateChanged(BestHTTP.SignalR.OnStateChanged) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnStateChanged_mEB74C411FF4B5D6AB3A47DC728A057044F80C542 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.OnErrorDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnErrorDelegate__ctor_mCEEB25DB46049FBD76047387A764DD19E0A13AF7 (OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::add_OnError(BestHTTP.SignalR.OnErrorDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnError_m5627BEC3E59A770653AA07AA0D19AAF7F47DBFE5 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Open_m6439E65084C815C273A98CB05C7D4A0B82434206 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIHelper::DrawArea(UnityEngine.Rect,System.Boolean,System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___area0, bool ___drawHeader1, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action2, const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIMessageList::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545 (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * __this, String_t* ___msg0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIMessageList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIMessageList__ctor_m2A38A0230378C832F710132D4A39868FD69EC06B (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline (const RuntimeMethod* method) { return (( GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void UnityEngine.GUILayout::Label(System.String,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502 (String_t* ___text0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::BeginHorizontal(UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661 (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::Space(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD (float ___pixels0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIMessageList::Draw(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIMessageList_Draw_mBD9333B10EE5F2EC94F8AE2ECACF2C2B2AF20637 (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * __this, float ___minWidth0, float ___minHeight1, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndHorizontal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946 (const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_get_zero_m621041B9DF5FAE86C1EF4CB28C224FEA089CB828 (const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_anchorMin(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchorMin_mD9E6E95890B701A5190C12F5AE42E622246AF798 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_anchorMax(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchorMax_m67E04F54B5122804E32019D5FAE50C21CC67651D (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_m1E89A717F12E593FF6530C49A4F7F3A53FD14548 (Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_m1E89A717F12E593FF6530C49A4F7F3A53FD14548_gshared)(__this, ___object0, ___method1, method); } // System.Void JC.Unity.ScreenRayRaycasterUIWrapper::Init(JC.Unity.SimulateMouse,System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenRayRaycasterUIWrapper_Init_m4778D7B164B6696F41C29182A632BE29EBBC1A03 (ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * __this, SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * ___simulateMouse0, Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344 * ___funPointerPos1, const RuntimeMethod* method); // System.Void JC.Unity.ScreenRayRaycasterUIWrapper::PressUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenRayRaycasterUIWrapper_PressUp_mB7BAC6BF53380B7C1FEA8B9DB9EA207B5CF6BD9A (ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * __this, const RuntimeMethod* method); // System.Void JC.Unity.SimulateMouse::MakeMouseToScreenCenter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouse_MakeMouseToScreenCenter_m718E8130B813E5C9E9E97C1960FA47DEA8215DD5 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method); // System.Void JC.Unity.ScreenRayRaycasterUIWrapper::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenRayRaycasterUIWrapper_Update_m1C58D194E185F928F8219AC5C5BA4674E109811B (ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * __this, const RuntimeMethod* method); // System.Single JC.Unity.SimulateMouse::GetScaleScreenWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SimulateMouse_GetScaleScreenWidth_m268EA1665BB8880318ED05B24E9E73B34850BDE5 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method); // System.Single JC.Unity.SimulateMouse::GetScaleScreenHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SimulateMouse_GetScaleScreenHeight_m8518D179B68F35D953F09793C9C8E1C836AFEB50 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method); // UnityEngine.UI.CanvasScaler/ScaleMode UnityEngine.UI.CanvasScaler::get_uiScaleMode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CanvasScaler_get_uiScaleMode_m6B2801FE9E3816E01F2B85F46BB554695B6FC7A5_inline (CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * __this, const RuntimeMethod* method); // UnityEngine.UI.CanvasScaler/ScreenMatchMode UnityEngine.UI.CanvasScaler::get_screenMatchMode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CanvasScaler_get_screenMatchMode_m3AF1E5875BA22777EC08A70E308EFF74FE5F8C36_inline (CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * __this, const RuntimeMethod* method); // System.Single UnityEngine.UI.CanvasScaler::get_matchWidthOrHeight() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float CanvasScaler_get_matchWidthOrHeight_mB0DF4FAA9AFC23C53DF212CC4092775162D59B42_inline (CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.UI.CanvasScaler::get_referenceResolution() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 CanvasScaler_get_referenceResolution_mC88C9BB9FAB47FEDAFB14ECC57620870E965F542_inline (CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * __this, 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); // UnityEngine.Vector2 UnityEngine.RectTransform::get_anchoredPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Addition_m5EACC2AEA80FEE29F380397CF1F4B11D04BE71CC_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___b1, const RuntimeMethod* method); // UnityEngine.Vector2 JC.Unity.SimulateMouse::ClampValue(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 SimulateMouse_ClampValue_m16DD601DACEA159F9AA180F572EEC0E4E31487E2 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___val0, 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); // UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___v0, 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 JC.Unity.ScreenRayRaycasterUIWrapper::Click() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenRayRaycasterUIWrapper_Click_m435732938FE534A1929F8965AB3018DFA407D74B (ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * __this, 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 JC.Unity.ScreenRayRaycasterUIWrapper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenRayRaycasterUIWrapper__ctor_m353998E885B3515566C72E38608CEBA74479CC4E (ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * __this, const RuntimeMethod* method); // System.Void SimulateMouseController::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController__ctor_mA97C877908B7263C2AA9A595892315E0457EF4E7 (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`2::.ctor(System.Object,System.IntPtr) inline void UnityAction_2__ctor_mE0417B33CF845A6B9324E67D296ADEA562B91DE0 (UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_2__ctor_m50E7B823E46CB327D49A2D55A761F57472037634_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.SceneManagement.SceneManager::add_sceneLoaded(UnityEngine.Events.UnityAction`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_add_sceneLoaded_m54990A485E2E66739E31090BDC3A4C01EF7729BA (UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) inline bool HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B *, RuntimeObject *, const RuntimeMethod*))HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared)(__this, ___item0, method); } // System.Void SimulateMouseController::CheckAndOpenOrClose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_CheckAndOpenOrClose_mB6A3AAC03022F0F4047BECA780366E2A286245C5 (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) inline bool HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02 (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B *, RuntimeObject *, const RuntimeMethod*))HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.HashSet`1::get_Count() inline int32_t HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_inline (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method) { return (( int32_t (*) (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B *, const RuntimeMethod*))HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_gshared_inline)(__this, method); } // System.Void SimulateMouseController::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_Open_m6558C14500C56757CC8A2E51D7FF3668775D854D (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, const RuntimeMethod* method); // System.Void SimulateMouseController::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_Close_mA9B424EFE9E1619F34E652E3523CEAD1A3F0807C (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // System.Void SB_EventSystem::AwakenSimulateMouse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SB_EventSystem_AwakenSimulateMouse_m64D4CE9DCB889CAD615599BD8394BD6023ED7E9A (SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() inline void HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7 (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B *, const RuntimeMethod*))HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared)(__this, method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6VerifierGenerator__ctor_mEB25C88080D4971424BBE685E811D04A4F787E01 (Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CreateHash(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsUtilities_CreateHash_m14A3ED0375E79886C74DE1BAC49447C922246D88 (uint8_t ___hashAlgorithm0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMac__ctor_m2F116E272494B59F6E93CF539BBAE3A571D0FBFE (HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * __this, RuntimeObject* ___digest0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyParameter__ctor_m96EBA1A3EB3F4981F3C14E96086C7083DDE16E67 (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SimulatedTlsSrpIdentityManager::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulatedTlsSrpIdentityManager__ctor_m1E1B6B93BEE74FA8B2CA28B310BCD52BA68BCC57 (SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C * __this, Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___group0, Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * ___verifierGenerator1, RuntimeObject* ___mac2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsSrpLoginParameters__ctor_m64DA92E89B3342AF6ABB0C891DE64D4101FE755E (TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 * __this, Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___group0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___verifier1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::ToByteArray(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Strings_ToByteArray_m79BDFC45DF85C17DCB7A27A9FE2F939304A957BC (String_t* ___s0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GeneralName_GetInstance_m1272C84D0DB838BFCAB7024ACBF3C833D0BE8A66 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SinglePubInfo__ctor_mDDDA2BC9FB9BD0249910E0BC1D1C96B7B6DE61DA (SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 * __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.X509.X509ExtensionBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ExtensionBase__ctor_m17C359C027031D09C61C27360069BA8328E0713F (X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::get_CertId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * SingleResponse_get_CertId_m6233EDB262D1C60F294F356FA79B16F0A169B29B_inline (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateID__ctor_mD4C769B3D8754A40AC5E0B6C3AF3E609ED782FF4 (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___id0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::get_CertStatus() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * SingleResponse_get_CertStatus_m481EC153FAEDF795CC5A61A12D8C2347DDB6BC44_inline (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::get_TagNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CertStatus_get_TagNo_m02227622DB255B803DC23C3C444BBC977980F4B6_inline (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::get_Status() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * CertStatus_get_Status_mCE7F44AD45711C8623D491B53AB699C383001479_inline (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * RevokedInfo_GetInstance_mB6BE4553F70BFCF58E871C79B4C8EBE50F692DC1 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RevokedStatus::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.RevokedInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevokedStatus__ctor_mABC3BF143663DD16071176DAB1BFC56F7B6960DB (RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * __this, RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * ___info0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.UnknownStatus::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnknownStatus__ctor_mA0B6EA74859111690A53688B50931CC0760FD597 (UnknownStatus_tFC4293AFAA741CE4F6E0F06C57C2C5864B114C0E * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::get_ThisUpdate() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * SingleResponse_get_ThisUpdate_m46304D8A0488537DC52B83E45B0EAB17B0B3A6D0_inline (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::ToDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DerGeneralizedTime_ToDateTime_m39AFA523A5A7DC35778076EEB60F021AF24291C5 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::get_NextUpdate() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * SingleResponse_get_NextUpdate_mF16AD9049561CE2187BDB59805CCC517D9348DE5_inline (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject::.ctor(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeObject__ctor_m0269A13B4BB92FFF26673518D2770600ED2D8D86 (DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dt0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::get_SingleExtensions() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * SingleResponse_get_SingleExtensions_m6EC727F6F2C2A663A756EC9BB0E632032C3F5F86_inline (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp::get_SingleExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * SingleResp_get_SingleExtensions_m6A688C0A4201CAA8C14DE67B4F859EFD3ADAEB87 (SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * CertID_GetInstance_m4FF3A9F97DD6B1C2A622A6F9468BB165D3ABD3D7 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * CertStatus_GetInstance_mF22935716CAF357479E14F67EFEE604856D74ED9 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * DerGeneralizedTime_GetInstance_m94235D85D82B622C125EFE58779A25EC726C7500 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * X509Extensions_GetInstance_m2A6E55A2B2E3F4B20A06A1E1DFABDCBCB5DEE11B (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // 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.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.Ocsp.SingleResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * SingleResponse_GetInstance_mC28E96F33754BFB12C179F641A585CB5AF0AADBA (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleResponse__ctor_m1B95ABC7ADD2D725D36106EFA00D3AF6580B4ED1 (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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.Crypto.Macs.SipHash::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SipHash__ctor_m2653D81F1B6D47989BCBD9567A1BB553245A9D24 (SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E * __this, int32_t ___c0, int32_t ___d1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.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.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::LE_To_UInt64(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Pack_LE_To_UInt64_m7CC2C29E6C45033ED7B8A580B198ABAC4AA28033 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt64_To_LE(System.UInt64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt64_To_LE_m1A999D62C6E575820F9A44813CD5D7008B74F888 (uint64_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::RotateLeft(System.Int64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SipHash_RotateLeft_mD5D0BED99DFD6526D8F1849D0968F48C27F2BDB8 (int64_t ___x0, int32_t ___n1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine__ctor_mB69316EB7E3CD89E6D6C1D019E9DD4BC67594ECA (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, int32_t ___blockSizeBits0, int32_t ___outputSizeBits1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinDigest_Init_mA9F0A9D7B3834DEE41855DF5F3EA46A33E18FD9C (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * ___parameters0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine__ctor_mD161512BE0C4B82EC7FD36E84C5E796887EE2667 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * ___engine0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_Reset_mA7F23BE0E5EC6CECA4E1DB9A723A531409DDFE08 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, RuntimeObject* ___other0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinDigest__ctor_m2C9896944B834253981571F5B97FC0E10DF543D8 (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * ___digest0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::get_BlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkeinEngine_get_BlockSize_mFEE911D9D55DF8D7DD21CB88D2B171DD3A0F74E8 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::get_OutputSize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SkeinEngine_get_OutputSize_mDEB45C014629EE096184F27B13BF06047DF38658_inline (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_Init_mF24EED937598BE358BC60168769A6CD38DD004BE (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * ___parameters0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_Reset_mA90FC73150DADA7EAE515B939B0AF76C8FD42D7C (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_Update_mF9D3758B50CD32BF8F6F477B80B6EAE000AEEBE4 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, uint8_t ___inByte0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Update(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_Update_mD730EFFAF99AD82BBDCE6D817AA9AF50FD8F7B50 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, int32_t ___len2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkeinEngine_DoFinal_mB0F29234373AE322F8591ADFFC857FED2BC0FF7D (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes0, int32_t ___outOff1, 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.SkeinEngine::InitialState(System.Int32,System.Int32,System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_InitialState_m7A73BD8B551C0332D4756C2814BA6346FC9158D3 (int32_t ___blockSize0, int32_t ___outputSize1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___state2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::VariantIdentifier(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkeinEngine_VariantIdentifier_m2EEF14B7911F4EE865552DA629E4BBCED5C997C2 (int32_t ___blockSizeBytes0, int32_t ___outputSizeBytes1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreefishEngine__ctor_mB34FB9E5B9299AE050DF810E4C39CEC0B0D5690F (ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * __this, int32_t ___blocksizeBits0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UBI__ctor_m59810B16B27112EDAEB6D82312095ED164941FAF (UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * __this, SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * ___engine0, int32_t ___blockSize1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_CopyIn_m0C17A4942B9FD8DBAB95E7C03A655A1628C5C36A (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * ___engine0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UBI_Reset_mFD73A776BDF8F30E415EA0A32C002F2D629C53A6 (UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * __this, UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * ___ubi0, const RuntimeMethod* method); // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* Arrays_Clone_m22BB274E6F68AF463A3383CA90A7470CD9AA803D (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___data0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___existing1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_Clone_mF26404DBF5A21745160D256A91CFC8C08E9B76CE (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___existing1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Clone(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* SkeinEngine_Clone_m618BA6C5B21E9107235A027930B931250B9B324E (ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* ___data0, ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* ___existing1, 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.Utilities.MemoableResetException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoableResetException__ctor_m5A8A4EBB07ED5DFB05401A715BBF8B47E80C2ACD (MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E * __this, String_t* ___msg0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters::GetKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SkeinParameters_GetKey_m1F82E4B1DD00DD6199BE08EB3F05D0E40B3EB19A (SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * __this, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters::GetParameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SkeinParameters_GetParameters_mEB3B60DD9664678027C8B6A433EBD0CDBA3EBEF2_inline (SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::InitParams(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_InitParams_m42167726570626F5D937C2DA35008E8B90DC90EA (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, RuntimeObject* ___parameters0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::CreateInitialState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_CreateInitialState_mCCB79B397BEE7340AA06042E1C67096AF871A634 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::UbiInit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_UbiInit_m52D27F939F05E7156E8358826D0B3CC1615664C2 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, int32_t ___type0, 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.Crypto.Digests.SkeinEngine/Parameter::.ctor(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parameter__ctor_m00AB65CE1299135583D8DBA9B00CA720FAEBB794 (Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * __this, int32_t ___type0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value1, const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[]) inline void Array_Sort_TisParameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF_m72F73B8FBAD8D9F5E016A727F744C0551FC518D9 (ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* ___array0, const RuntimeMethod* method) { (( void (*) (ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A*, const RuntimeMethod*))Array_Sort_TisRuntimeObject_mF00F0E2FE2AE230B160ACF22554069D06BC966A5_gshared)(___array0, method); } // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* Arrays_Clone_mC889FC1BB67CD1CAAF3D9D284DB95A01AED832A1 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::UbiComplete(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_UbiComplete_m28C4B0055BD0B342D958241B4B9DFDDF33C1B449 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, int32_t ___type0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Configuration::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Configuration__ctor_mBA385ABE84D8EA46F90E5B0828FE1858877C7E80 (Configuration_tC93D13807702A305CF331D3BED035A774F64257A * __this, int64_t ___outputSizeBits0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Configuration::get_Bytes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Configuration_get_Bytes_m821293A5D1EC4F762D9D36F1F2EA62FDC6C35C62_inline (Configuration_tC93D13807702A305CF331D3BED035A774F64257A * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Parameter_get_Type_m1FC01B38F27614D6D02A4899F88EBA2470F9C931_inline (Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Parameter_get_Value_mAB2C9AD2460106F5D6DCAE84E9744F3C1E0A2C98_inline (Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI::Update(System.Byte[],System.Int32,System.Int32,System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UBI_Update_m14BCA4466C55238422BA463F1022A0DA8460561D (UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, int32_t ___offset1, int32_t ___len2, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___output3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::UbiFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_UbiFinal_m2E9FEC04E56C4B7AA83732B840F828665DE4837B (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI::Reset(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UBI_Reset_m52232B22707378CB018CB15260241753AFA51768 (UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/UBI::DoFinal(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UBI_DoFinal_m950DC86C2B82CBCF72AC22A008DF9B1D49A16C1C (UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___output0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::CheckInitialised() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_CheckInitialised_m01876D2A4B2DB1D923FDBFFB3EE53DEA01FCD2F8 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Output(System.UInt64,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_Output_mA12ACC7246F546586580D5FC45E6DC76AF956C24 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, uint64_t ___outputSequence0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, int32_t ___outputBytes3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::WordToBytes(System.UInt64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreefishEngine_WordToBytes_mF72E3840ED09991D6F199862A37851FDA730385E (uint64_t ___word0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters/Builder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Builder__ctor_m10EEBEBC83C805AF0594568C922F8A288C9A02A6 (Builder_t2E67E72692269CC17DD5068C0240E6BAA3AA1E7C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters/Builder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters/Builder::SetKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_t2E67E72692269CC17DD5068C0240E6BAA3AA1E7C * Builder_SetKey_m7D4D24A31539197010D75F28A99C7F474D1F135D (Builder_t2E67E72692269CC17DD5068C0240E6BAA3AA1E7C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters/Builder::Build() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * Builder_Build_m32D561E36416A58341E25969F0BA210E923CDAC9 (Builder_t2E67E72692269CC17DD5068C0240E6BAA3AA1E7C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters::.ctor(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinParameters__ctor_m89217DAF91D2BFA243E0ECE6A826D74A806351D6 (SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * __this, RuntimeObject* ___parameters0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Car.SkidTrail/d__1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__1__ctor_m7AFCB32BFE8C866374C483F7A8B4C8406CC6B5CD (U3CStartU3Ed__1_tC0A64744D6FDCA1AE114A1F2671F010A81C657EF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::DataLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::OutputLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::G(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkipjackEngine_G_m445D642875FAEEA5BBB0B19236502E228ADE7052 (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __this, int32_t ___k0, int32_t ___w1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::H(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkipjackEngine_H_mA3328C043C73CABCF5A486627FBCB9E1C7F2C326 (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __this, int32_t ___k0, int32_t ___w1, const RuntimeMethod* method); // System.Void UnityEngine.Time::set_timeScale(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Time_set_timeScale_m1987DE9E74FC6C0126CE4F59A6293E3B85BD01EA (float ___value0, const RuntimeMethod* method); // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::get_targetGraphic() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * Selectable_get_targetGraphic_mF2D1BFB9DE33BAB553933533CC4A9135A37F4A72_inline (Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * __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.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.Void UnityEngine.UI.Selectable::set_targetGraphic(UnityEngine.UI.Graphic) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_set_targetGraphic_m668325D43E18A35560B4176477D004ECDB9C9604 (Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * __this, Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapabilities__ctor_mE7C8E73454A82227041F0416C329183ED9F53580 (SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509::get_AttrValues() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AttributeX509_get_AttrValues_mF4873A78A4C6E03F0436C3EB13D7C5918FDFCB11_inline (AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::DoGetCapabilitiesForOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapabilities_DoGetCapabilitiesForOid_m1BDC0ED4B20EA62BACD18D82D0BBFD4D8E57F5DA (SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___capability0, RuntimeObject* ___list1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * SmimeCapability_GetInstance_m58181C02031BD0AFECAC8C33519569A27DB94FE1 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::get_CapabilityID() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * SmimeCapability_get_CapabilityID_mB7269DA300073BE515BFFAE1908022920088367E_inline (SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, String_t* ___identifier0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilityVector::ToAsn1EncodableVector() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * SmimeCapabilityVector_ToAsn1EncodableVector_m8660A0B455087EA1D7466441760DA0A5B36ACEE7_inline (SmimeCapabilityVector_tCCCC963D9D5A7D726E3BFF881C376283DA8D518E * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSet::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSet__ctor_m0232CC126A2D97423101D1B2B37887B5A37DE3F5 (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeX509__ctor_m8B2B22D851F01DEF5CCDFA14DEEA3DFBE590BD6B (AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___attrType0, Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attrValues1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapability__ctor_m2C680D94F50BE2CD6F9510751AD7AB8B9BBC0B15 (SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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); } // !!0 UnityEngine.Component::GetComponent() inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, 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 UnityEngine.AudioSource::set_clip(UnityEngine.AudioClip) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_clip_mD1F50F7BA6EA3AF25B4922473352C5180CFF7B2B (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Play() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_eulerAngles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __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); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // System.Single UnityEngine.Mathf::LerpAngle(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_LerpAngle_m6A298166BC9A889DFB7D69D0B04CFDAB9A008946 (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90 (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); // 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_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::LookAt(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_LookAt_m49185D782014D16DA747C1296BEBAC3FB3CEDC1F (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___target0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void BestHTTP.SocketIO.Socket::set_Namespace(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Socket_set_Namespace_m9ADF40BFC90D525FB8B0E90198B4E5F2634B9543_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Socket::set_Manager(BestHTTP.SocketIO.SocketManager) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Socket_set_Manager_m9D1D23E763C2FBAD728686CDC6E69B9C5B2FB2F9_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Socket::set_IsOpen(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Socket_set_IsOpen_mCBFAD374406EFDAD92DE638B08FFE4696C20CA13_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Socket::set_AutoDecodePayload(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Socket_set_AutoDecodePayload_mB1F245332629FDD6F74069DC37998F60B7ADA6CC_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Events.EventTable::.ctor(BestHTTP.SocketIO.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTable__ctor_m0C1D30578ECD72FEBAF59486818E1D2BC0B85E32 (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, const RuntimeMethod* method); // BestHTTP.SocketIO.SocketManager BestHTTP.SocketIO.Socket::get_Manager() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method); // BestHTTP.SocketIO.SocketManager/States BestHTTP.SocketIO.SocketManager::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.SocketManager::get_Socket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void BestHTTP.SocketIO.Socket::OnTransportOpen(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_OnTransportOpen_mD94B34E79258749895F8C0831A599A9A9929E111 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Events.SocketIOCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9 (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Socket::Off(System.String,BestHTTP.SocketIO.Events.SocketIOCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Off_m5D92ECEFC0CD33D4CB3BF487CDCEB134AC126D53 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Socket::On(System.String,BestHTTP.SocketIO.Events.SocketIOCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, const RuntimeMethod* method); // BestHTTP.SocketIO.SocketOptions BestHTTP.SocketIO.SocketManager::get_Options() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SocketIO.SocketOptions::get_AutoConnect() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SocketOptions_get_AutoConnect_m6B6A41F79CB2C1686E357E1FD99B490E89020252_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketManager::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_Open_m96DF521F2BDB7E2623D0C51ECD75ACB571D5422C (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SocketIO.Socket::get_IsOpen() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_IsOpen_m00B43489562E87837B354EBA6F876EA3EE901B77_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method); // System.String BestHTTP.SocketIO.Socket::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Socket_get_Namespace_m696F1A316A684DC145565E51DB446ACB65B903CD_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Packet::.ctor(BestHTTP.SocketIO.TransportEventTypes,BestHTTP.SocketIO.SocketIOEventTypes,System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Packet__ctor_mECDEE72E4789C5D1A9EA7D43511DC51A4D612A21 (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, int32_t ___transportEvent0, int32_t ___packetType1, String_t* ___nsp2, String_t* ___payload3, int32_t ___attachment4, int32_t ___id5, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_m614E7E0303339043A3D5C4A75C807C79D781F361 (Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD *, const RuntimeMethod*))Dictionary_2_Clear_m14135ABCC9D07B90731529E85DFAAA2BBD1ED8DB_gshared)(__this, method); } // System.Void BestHTTP.SocketIO.Events.EventTable::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTable_Clear_m1128E5B518570751094B00FFD0B2ECCC9525FD73 (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, const RuntimeMethod* method); // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.Socket::Emit(System.String,BestHTTP.SocketIO.Events.SocketIOAckCallback,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * Socket_Emit_mE124B1BA05890BE315F1CE2A4ECDB6663F0A3545 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * ___callback1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.Boolean BestHTTP.SocketIO.Events.EventNames::IsBlacklisted(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventNames_IsBlacklisted_m40E80DEF2B60A61756801888E945E68E51F99792 (String_t* ___eventName0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0 (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mC74F8340E150B8F9520188937677421C55AF5C05 (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * __this, const RuntimeMethod* method) { (( void (*) (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_mAC7B9ED2A34A0D297E33DD31C9D47E6C76CD3871 (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mBD7199657787018123B7B8F2B048B503D484C097_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_mEB1882F0D1C195A89C50DB444EFFEDC440DD1331 (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *, String_t*, RuntimeObject *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mDA769E25FD7E7BEF999CC57347B6B5F4E90620F8 (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // BestHTTP.SocketIO.JsonEncoders.IJsonEncoder BestHTTP.SocketIO.SocketManager::get_Encoder() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SocketManager_get_Encoder_m2DCF71B119CB6463AABF94A44EAE0F006FBCDFFD_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SocketIO.SocketManager::get_NextAckId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketManager_get_NextAckId_mCE1A96A3599FB2AD61AC29F360B4D19DA12335DA (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mD2AB5A2DD44944914ED34CB1C750DD7C219908EF (Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD *, const RuntimeMethod*))Dictionary_2__ctor_mE7F9D51201F5A72BF4995CA0F3F0E866DB21E638_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m12DE191E0653CDE5AF7C0BC7123C91FE96A5EFF2 (Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * __this, int32_t ___key0, SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD *, int32_t, SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 *, const RuntimeMethod*))Dictionary_2_set_Item_m69BAB495378623EADEC39F28FFC7C64D7E652165_gshared)(__this, ___key0, ___value1, method); } // System.Void BestHTTP.SocketIO.Packet::set_Attachments(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Packet_set_Attachments_m091386E8DF90155C2462BDEE6586487846ACDC82 (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * ___value0, const RuntimeMethod* method); // BestHTTP.SocketIO.SocketIOEventTypes BestHTTP.SocketIO.Packet::get_SocketIOEvent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Packet_get_SocketIOEvent_mC317B8BB4E39824F5473FE8DCC6CE873877D5EC7_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_m0D27CDCE1DE6E1E9BB00B10E6C47205041209B3F (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m0D27CDCE1DE6E1E9BB00B10E6C47205041209B3F_gshared)(__this, ___collection0, method); } // System.Int32 BestHTTP.SocketIO.Packet::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Packet_get_Id_mB17AB0D2E3C0E27F420F00E3612DE34600E46E68_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SocketIO.Socket::get_AutoDecodePayload() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_AutoDecodePayload_mF99F79161BBA6FAD17299DAA9A88960FEC8D7130_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Events.EventTable::Register(System.String,BestHTTP.SocketIO.Events.SocketIOCallback,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTable_Register_mF5193DF0762DF2580F54380B3DEB0E1688F49372 (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, String_t* ___eventName0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, bool ___onlyOnce2, bool ___autoDecodePayload3, const RuntimeMethod* method); // System.String BestHTTP.SocketIO.Events.EventNames::GetNameFor(BestHTTP.SocketIO.SocketIOEventTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EventNames_GetNameFor_mC7EF884A3BEFE72FC4F30EFC73A2BD0B418D3172 (int32_t ___type0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Events.EventTable::Unregister(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTable_Unregister_m7DB3DBEC52B7D5218E61A6A48BB5F3CC4D5A2E6E (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, String_t* ___eventName0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Socket::Off(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Off_mD4AAB29C32FF5D77C823FA334FB0D8A4C3A67569 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Events.EventTable::Unregister(System.String,BestHTTP.SocketIO.Events.SocketIOCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTable_Unregister_m6EFF4CEBA0D5D762B66A4CD83E4FB009B0710178 (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, String_t* ___eventName0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, 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); // BestHTTP.SocketIO.HandshakeData BestHTTP.SocketIO.SocketManager::get_Handshake() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // System.String BestHTTP.SocketIO.HandshakeData::get_Sid() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HandshakeData_get_Sid_mFFB95297656EBADA7C11C8BA2AE9D5880CDE25C4_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Socket::set_Id(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Socket_set_Id_m5A7C10FB768AFF0B3DD6C9C9608A7B265362CFFC_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Events.EventTable::Call(System.String,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTable_Call_m923ED8CB6314EA727B50EE637CB93390D006DAC2 (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, String_t* ___eventName0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Socket::Disconnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Disconnect_m618E858FDC2D5548E34FB21B15BA30A7959158CA (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method); // System.String BestHTTP.SocketIO.Packet::get_Payload() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Packet_get_Payload_m9666DAA0C43FB5CDFAD6B22A077A2C9B146AAE29_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method); // System.Object BestHTTP.JSON.Json::Decode(System.String,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Json_Decode_m56DCBFEF75CB0D7B15255358DD5F7E4F57F12558 (String_t* ___json0, bool* ___success1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m3C1B28325435E61FFAD431E314EABF915B79A55E (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline RuntimeObject * Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_gshared)(__this, ___key0, method); } // System.Int32 System.Convert::ToInt32(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mFFEDED67681E3EC8705BCA890BBC206514431B4A (RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Error::.ctor(BestHTTP.SocketIO.SocketIOErrors,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Error__ctor_m7F0B9192ED18FFF5E878A228CCB0433062924B35 (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * __this, int32_t ___code0, String_t* ___msg1, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Events.EventTable::Call(BestHTTP.SocketIO.Packet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTable_Call_mDD6B6DB93DBC2D27A8FE0CC729B791E567DF3383 (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * __this, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m248EDBBF19EE43B74145BDC4C0156C0AA6B40D5B (Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * __this, int32_t ___key0, SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD *, int32_t, SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m17490CDFCBD13F99815D7B3EB5F15C4077EF046E_gshared)(__this, ___key0, ___value1, method); } // System.Object[] BestHTTP.SocketIO.Packet::Decode(BestHTTP.SocketIO.JsonEncoders.IJsonEncoder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Packet_Decode_mD58A067D1C768ED861FBEE2CCE7F60E89E9D3092 (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, RuntimeObject* ___encoder0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Events.SocketIOAckCallback::Invoke(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOAckCallback_Invoke_mB14C9EE2048981C8E8C5BB77EBBE14F2E2E03814 (SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::get_Logger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88 (const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m0659535F8CD0F88057A633D801AE47E1A4FAF379 (Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * __this, int32_t ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m5373547512F4309721CEAA8DF32428929E8887BC_gshared)(__this, ___key0, method); } // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions__ctor_m4DAAA714A1BB1C400CA15BADDF9E0DA0088902EB (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketOptions::set_AutoConnect(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_AutoConnect_mDE2B2B59AA2E9D5DB579C0AE49B38992695ED984_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketOptions::set_ConnectWith(BestHTTP.SocketIO.Transports.TransportTypes) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_ConnectWith_mD71CE48065AAC8A21804E0373089B91DBCE4C357_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketManager::.ctor(System.Uri,BestHTTP.SocketIO.SocketOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager__ctor_m78BCB3242E1ECCDED2ED6B050450C4581F1ED4F9 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * ___options1, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Socket::On(BestHTTP.SocketIO.SocketIOEventTypes,BestHTTP.SocketIO.Events.SocketIOCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_On_m2CC6BB595CF355F91F1EC95816E2B2BEE488C3AA (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, int32_t ___type0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketManager::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_Close_mE52B3EA81DB0927C51E60AC31022304CC6C96AC0 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetKeyDown(UnityEngine.KeyCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetKeyDown_m476116696E71771641BBECBAB1A4C55E69018220 (int32_t ___key0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SampleDescriptor::DestroyUnityObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SampleDescriptor_DestroyUnityObject_m35478A71930773D6A12F3C9B1F276930B100C167 (SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090 (const RuntimeMethod* method); // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThanOrEqual(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.Socket::Emit(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * Socket_Emit_mA7C7E576C19EFBA7DF0E8E9CF6E879341F10D19C (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOChatSample::DrawLoginScreen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_DrawLoginScreen_m246F8CDDD1614C4C6581955786773FD8AE428B8B (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOChatSample::DrawChatScreen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_DrawChatScreen_m5FB96CE9617E65EC242A9361E5943032C5FED149 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void BestHTTP.Examples.SocketIOChatSample/<>c__DisplayClass23_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass23_0__ctor_mB988EB17AE839B41656188137C1511D0E714DEF9 (U3CU3Ec__DisplayClass23_0_t60F19EADFAC744A28D82342AE890FB24FB54E88E * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_m6B6D8E35C0E83BBC784E881CCFA837ED78F48F14 (Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_gshared)(__this, ___object0, ___method1, method); } // System.Int32 System.Collections.Generic.List`1::FindIndex(System.Predicate`1) inline int32_t List_1_FindIndex_m53831DB002E9F413EE69D6722F54A54D11FE8CB4 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * ___match0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 *, const RuntimeMethod*))List_1_FindIndex_m061718A03D18B14CCA37F61408780DF866F3DE0C_gshared)(__this, ___match0, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_mF6A5472156C6CDBD7737FB15168FD637ED470C73 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared)(__this, ___index0, method); } // System.Void BestHTTP.Examples.SocketIOChatSample::addParticipantsMessage(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_addParticipantsMessage_m241E6A44D88BBDC844080903E2173A4DE7063EE8 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___data0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOChatSample::addChatMessage(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_addChatMessage_mDDAB6E84E3229D39D04230DB5F6209FCA5330652 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___data0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOChatSample::AddChatTyping(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_AddChatTyping_m52FD96BBFDD904457A5268A59D5D5BA1637F782D (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___data0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOChatSample::RemoveChatTyping(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_RemoveChatTyping_m9A45C86FBD7F3FB68B376A615665523C85928096 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___data0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC (double ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, 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::FlexibleSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_FlexibleSpace_m357E849C21221E7C1F3F6D4D873AE5E9C4311000 (const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIHelper::DrawCenteredText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIHelper_DrawCenteredText_mDF60B04F2BADFC231C6DC3E1DDAABCF6965F0C16 (String_t* ___msg0, const RuntimeMethod* method); // System.String UnityEngine.GUILayout::TextField(System.String,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUILayout_TextField_mC9C6AA168E42FD26C48D770E5F4A3E7FC36C823D (String_t* ___text0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Boolean UnityEngine.GUILayout::Button(System.String,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162 (String_t* ___text0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOChatSample::SetUserName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_SetUserName_mFAF28BA8FEEB25D3FA7D3076EEBB35F784B28744 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndVertical() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD (const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.GUILayout::BeginScrollView(UnityEngine.Vector2,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GUILayout_BeginScrollView_m6C15A5A84E90A20AF0BE9433B8BFF573619C925A (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPosition0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // UnityEngine.GUILayoutOption UnityEngine.GUILayout::ExpandWidth(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GUILayout_ExpandWidth_m6A1F7C7E400309F44A3D1AF91CC31FB6D49857D6 (bool ___expand0, const RuntimeMethod* method); // UnityEngine.GUILayoutOption UnityEngine.GUILayout::ExpandHeight(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GUILayout_ExpandHeight_m737A907C656C80DC5F5BC910B6E8452C43C5F094 (bool ___expand0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndScrollView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndScrollView_m7A2EFB6B6DFC43302979FD6E2AF032C0D21BA163 (const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline String_t* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // UnityEngine.GUILayoutOption UnityEngine.GUILayout::MaxWidth(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GUILayout_MaxWidth_mE6C754AB0A4366AB7E0BECE6D85A254CA7E553FB (float ___maxWidth0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOChatSample::SendMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_SendMessage_mC37AF298151DDCE3BCD6914F3D53A499AAEE6787 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.GUI::get_changed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_get_changed_m4CECD613B60F4ADCF5F4D36412CF78EFBDC25309 (const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOChatSample::UpdateTyping() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_UpdateTyping_mBDFF6582B214F67AC9E7281FA1276BC2A3C67BE3 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Close_m8A319E140E81A844241C8078CA8BB4483D7A5B71 (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket__ctor_mF94F9C5C6B59FC682552C471D0033F6225A6D7C2 (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::set_StartPingThread(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocket_set_StartPingThread_mAB3DEE4DA06789FDFBC535D55205CFEC1680E374_inline (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketOpenDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketOpenDelegate__ctor_m41EF04651BDCB7E1470BE2EFED94001BA455B835 (OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * __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 BestHTTP.WebSocket.OnWebSocketClosedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketClosedDelegate__ctor_mAC93202E166C46282DA14652C10B50086BFD7EBC (OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketErrorDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketErrorDelegate__ctor_m8E2E29B35BEF26D9B5E51C13D6A6C0AD3BEE2865 (OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.OnWebSocketMessageDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWebSocketMessageDelegate__ctor_mB16229D07BBDA42D628F5080D58205065DECD8CC (OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Open_m00ABAA7ACD966403918B02E41BBEB243E866686B (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, const RuntimeMethod* method); // System.Void JC.SocketIO.SocketIOClient::connectServer(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_connectServer_mC31294A075EE070E5ACAF4A8E3EEA1C6950234EB (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, String_t* ___uri0, const RuntimeMethod* method); // System.Void JC.SocketIO.SocketIOClient/DataPack::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataPack__ctor_m7D4BF2C192401BD28AE33F9561A5356733736738 (DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * __this, const RuntimeMethod* method); // System.Object[] JC.SocketIO.SocketIOClient/Utility::FormatArgs(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Utility_FormatArgs_m64C7DE6A42E9696802A75622800DBECEAED41BD0 (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_mA1CE7826146AD4F03BAEC589ED87E3DB5C2182F0 (RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.WebSocket.WebSocket::Send(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_mDD47332AAF3036AAFC4C6626A999A452E7143DCF (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void JC.SocketIO.SocketIOClient/Utility::FormatArgsType(System.Object[],System.Reflection.ParameterInfo[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_FormatArgsType_mAF05D8C1ED8A4BACD6FC009E891BE876F91E232E (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* ___parameters1, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters1, 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 JC.SocketIO.SocketIOClient::loadEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_loadEntity_mC6B9EBAC45329E444CF8183CB8B529F8BD77ED71 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, const RuntimeMethod* method); // System.Void JC.SocketIO.SocketIOClient::destroyEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_destroyEntity_mB909139366A07ED1BBC5989AD772B85895CAD483 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) inline DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * JsonConvert_DeserializeObject_TisDataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C_m605256AEF69AB833DCF05C58E74DD971CF8A2E1B (String_t* ___value0, const RuntimeMethod* method) { return (( DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * (*) (String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared)(___value0, method); } // System.Void JC.SocketIO.SocketIOClient::invoke(JC.SocketIO.SocketIOClient/DataPack) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_invoke_mE19EDF4AD500F0B59E38D48A8059ECFEE3D6D7D4 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * ___dataPack0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Socket::On(System.String,BestHTTP.SocketIO.Events.SocketIOCallback,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_On_m63CC4CD3C82BB71896434F6B55EEE91A51758535 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, bool ___autoDecodePayload2, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOWePlaySample::Join() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_Join_m8E97341252C069D945F72F8264E0F4C6722ADC8E (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.GUILayout::BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GUILayout_BeginScrollView_m605976F974526E1D17F6555A35B6CCBBE7ADB492 (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPosition0, bool ___alwaysShowHorizontal1, bool ___alwaysShowVertical2, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options3, const RuntimeMethod* method); // UnityEngine.GUILayoutOption UnityEngine.GUILayout::MinWidth(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GUILayout_MinWidth_m1D097025BC9C8B286936EF0AC507559F1CE01434 (float ___minWidth0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOWePlaySample::SendMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_SendMessage_m3236BA84A374151CEA196F842776835931DF8F41 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) inline void List_1_Insert_m97B34027A068F1175CD336CBC0C7C643493D3A1C (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, String_t* ___item1, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, String_t*, const RuntimeMethod*))List_1_Insert_mAF0CC2EDCA42FFDA178E720B4D907F19DBF91D11_gshared)(__this, ___index0, ___item1, method); } // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) inline void List_1_RemoveRange_m5549450D53B621A60D4EA2E9BE09E8E784151603 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m0BBC3852B9B0719DDA7E6AFEF3C3E3CD165DF5AA_gshared)(__this, ___index0, ___count1, method); } // System.Void BestHTTP.Examples.SocketIOWePlaySample::AddMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_AddMessage_m0CC0863C380DBA8C076D81264C65891E3E651F03 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, String_t* ___msg0, const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::SetString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetString_m94CD8FF45692553A5726DFADF74935F7E1D1C633 (String_t* ___key0, String_t* ___value1, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOWePlaySample::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_Start_m47CFCFCEF2E80314F6EB600363172ACB44154B7A (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.PlayerPrefs::HasKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayerPrefs_HasKey_m48BE5886380B51AB495B91C9A26115B7CB958A92 (String_t* ___key0, const RuntimeMethod* method); // System.String UnityEngine.PlayerPrefs::GetString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlayerPrefs_GetString_m5709C9DC233D10A7E9AF4BCC9639E3F18FE36831 (String_t* ___key0, String_t* ___defaultValue1, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOWePlaySample::Reload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_Reload_m647D1C086A7E7E7252F3F64267DB95DDF7AF0820 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_mF138386223A07CBD4CE94672757E39D0EF718092 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, int32_t ___width0, int32_t ___height1, int32_t ___textureFormat2, bool ___mipChain3, const RuntimeMethod* method); // System.Void UnityEngine.Texture::set_filterMode(UnityEngine.FilterMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0 (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * __this, int32_t ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.SocketIO.Packet::get_Attachments() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_inline (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* (*) (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Boolean UnityEngine.ImageConversion::LoadImage(UnityEngine.Texture2D,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ImageConversion_LoadImage_m5BB4FBA0565E698ED5C6F25F7A0A5F83CADD7477 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___tex0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOWePlaySample::DrawLoginScreen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_DrawLoginScreen_m75B5340B5922FEC3214231C09F2E971A671BA4E1 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::Box(UnityEngine.Texture,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_Box_m59323BCE6FB26211672271BA976C8F6312B1C99E (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___image0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOWePlaySample::DrawControls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_DrawControls_m086B88FFA74CBC0242FBA89BD0F431572D0A0A30 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.SocketIOWePlaySample::DrawChat(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_DrawChat_mCA8169FEB372902F690373A46D3F51F9D3E423B2 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, bool ___withInput0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketManager::set_PreviousState(BestHTTP.SocketIO.SocketManager/States) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_PreviousState_mE68A0D05350F424CA8C91AAD8EF0BE2A62A0382D_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, int32_t ___value0, const RuntimeMethod* method); // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.SocketManager::GetSocket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * SocketManager_GetSocket_mA9D8AFFB4CF479678D864AB66E1FA14583B00AC7 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.SocketManager::GetSocket(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * SocketManager_GetSocket_m6CBEB02AAD0B5ACDCBB81B95E8877997D985710F (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, String_t* ___nsp0, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method); // System.TimeSpan System.DateTime::Subtract(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTime_Subtract_mB3CA7BD87D07F9A98AA7A571D7CA179A4209AE0B (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Double System.TimeSpan::get_TotalMilliseconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Increment(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8 (int32_t* ___location0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mDF089D03851F2F3AF5BD98C1A098B44E4128AE75 (Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m885DD7F1B531E3E4C884DA1064A0E7BA80E62AB6 (List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void BestHTTP.SocketIO.SocketManager::set_Uri(System.Uri) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_Uri_m1C9C3DE368B29179E294EBD13F696F073B6DD63D_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketManager::set_Options(BestHTTP.SocketIO.SocketOptions) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_Options_mDE81B9D7BD5EFC1032F37FB6806C742A2DD7AD29_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketManager::set_State(BestHTTP.SocketIO.SocketManager/States) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_set_State_m304BD5222C17D5365C15AE298C7691E53056FF91 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketManager::set_Encoder(BestHTTP.SocketIO.JsonEncoders.IJsonEncoder) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_Encoder_m44339210B5D23D29FCBF8D11E05F0A55A034D5A1_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m28DB54A8BE62A15609BDE255803C49D125CB11BD (Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * __this, String_t* ___key0, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 *, String_t*, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Void BestHTTP.SocketIO.Socket::.ctor(System.String,BestHTTP.SocketIO.SocketManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket__ctor_m662A2C35192BA6112B40AF9FA38F67B25042B75D (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___nsp0, SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___manager1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m14A252A1193627FEBD19657F35B935030544351E (Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * __this, String_t* ___key0, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 *, String_t*, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m75F3176E3512D405AE780283D28DF5C2E69201BC (List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 *, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m5F0CBD0B9573A49969786FE6E7E799D0E9219397 (Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared)(__this, ___key0, method); } // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_m38329B71CA6E9EEAF653C0C768A3992262582AA4 (List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 *, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *, const RuntimeMethod*))List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_inline (List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // BestHTTP.SocketIO.Transports.TransportTypes BestHTTP.SocketIO.SocketOptions::get_ConnectWith() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SocketOptions_get_ConnectWith_mEBD4ADCBA6BA600D551C94EB2E15D79E1F2C90DA_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Transports.PollingTransport::.ctor(BestHTTP.SocketIO.SocketManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PollingTransport__ctor_m5E0EC20E21FCDFD521E6C27504446936CF9AC56E (PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08 * __this, SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___manager0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketManager::set_Transport(BestHTTP.SocketIO.Transports.ITransport) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_Transport_mCEDE6555D55693E91A9CB3F5A19B520FB4D94989_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.Transports.WebSocketTransport::.ctor(BestHTTP.SocketIO.SocketManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport__ctor_mF5AF3B94485841A40828D8EBE78D8CC4739E3A8A (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * __this, SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___manager0, const RuntimeMethod* method); // BestHTTP.SocketIO.Transports.ITransport BestHTTP.SocketIO.SocketManager::get_Transport() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // BestHTTP.Extensions.HeartbeatManager BestHTTP.HTTPManager::get_Heartbeats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87 (const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeartbeatManager::Subscribe(BestHTTP.Extensions.IHeartbeat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Subscribe_m82D86EFB90F5DB6092D207AA1F12AA9D8F103B9E (HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * __this, RuntimeObject* ___heartbeat0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeartbeatManager::Unsubscribe(BestHTTP.Extensions.IHeartbeat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Unsubscribe_mA48BA2C2B8B51BC598F6559F2978AA35E2689EED (HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * __this, RuntimeObject* ___heartbeat0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_inline (List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * (*) (List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m54ECAC5311B20C12293454521184E0E31E5037A8 (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_m98B376DDDF5DC52DC00386273996E6FDB72F6D6B (Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 *, const RuntimeMethod*))Dictionary_2_Clear_m883E91BB19072DD91E8FA3BEDA31D0FA095667EA_gshared)(__this, method); } // System.Void BestHTTP.SocketIO.SocketManager::set_Handshake(BestHTTP.SocketIO.HandshakeData) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_Handshake_mECA6C0814CBD9F06776D338A8CFDAE0D75D8528F_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.SocketIO.SocketOptions::get_Reconnection() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SocketOptions_get_Reconnection_mA6084054061106C3D6E506063B60D7305FA2E3A2_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPManager::get_IsQuitting() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPManager_get_IsQuitting_mEBD6BBC7B7BCD8EC0AE3FF0F9AAD0C90001B6F5D_inline (const RuntimeMethod* method); // System.Int32 BestHTTP.SocketIO.SocketManager::get_ReconnectAttempts() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SocketManager_get_ReconnectAttempts_mD540F0D261BA0481ECE903E6ADB0D377B5669A85_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketManager::set_ReconnectAttempts(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_ReconnectAttempts_mD1F49A64F2D531D5BBF7188515D2A9701212464F_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 BestHTTP.SocketIO.SocketOptions::get_ReconnectionAttempts() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SocketOptions_get_ReconnectionAttempts_m856580E482873BBD77E4C6896A37257F988E0E0D_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method); // System.Void System.Random::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mF40AD1812BABC06235B661CCE513E4F74EEE9F05 (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, const RuntimeMethod* method); // System.TimeSpan BestHTTP.SocketIO.SocketOptions::get_ReconnectionDelay() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 SocketOptions_get_ReconnectionDelay_m05F3881F20BDB9DF1B3EFF3AF0C331DA29CA5414_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method); // System.Single BestHTTP.SocketIO.SocketOptions::get_RandomizationFactor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float SocketOptions_get_RandomizationFactor_m6FEFE210EC0A781C834B125083DB5C1908B286A4_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method); // System.TimeSpan BestHTTP.SocketIO.SocketOptions::get_ReconnectionDelayMax() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 SocketOptions_get_ReconnectionDelayMax_m6A7328DD629C4DFAE5E2C547D9F28AB5DB2DB629_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t1, const RuntimeMethod* method); // BestHTTP.SocketIO.SocketManager/States BestHTTP.SocketIO.SocketManager::get_PreviousState() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SocketManager_get_PreviousState_m0C9C53FBBAB71BCB1F04E7FA86410D6629F01676_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketManager::SendOfflinePackets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_SendOfflinePackets_mAA088FDD9887D17FFBB21651E89FBC14F1FF953F (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.SocketIO.HandshakeData::get_Upgrades() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * HandshakeData_get_Upgrades_mBD9DE97F60B1183B3018C6F26E1797BA1EF17803_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) inline bool List_1_Contains_m4A4E0ECACD8129D6DC0C12ED0C082B07B7C9AE4B (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Contains_m6E538231C9C2D6015BE7985737C9538D7FC06902_gshared)(__this, ___item0, method); } // System.Void BestHTTP.SocketIO.SocketManager::set_UpgradingTransport(BestHTTP.SocketIO.Transports.ITransport) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_UpgradingTransport_m6310ABB99104EA28A641950B9E4CF7FEE87D2E18_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // BestHTTP.SocketIO.Transports.ITransport BestHTTP.SocketIO.SocketManager::get_UpgradingTransport() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SocketManager_get_UpgradingTransport_mB0B9E705E198ACB793089790EDE0A67DA8AFAF83_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // BestHTTP.SocketIO.Transports.ITransport BestHTTP.SocketIO.SocketManager::SelectTransport() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SocketManager_SelectTransport_m85B9846E4C964D7683B9B3DD18871D1EA8AA009A (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m1D734AB1337F3B90A3A11998FAE1327C265F2DFC_inline (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m4935CF11653687EF5EAB35B45297C04A92081652 (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // BestHTTP.SocketIO.Packet BestHTTP.SocketIO.Packet::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * Packet_Clone_m608A37DEE3182E9125D1B1C9FE748B2463EDA426 (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mE9D8425163A59F7CCBD17050BDEF809B3EADA2FB (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * __this, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 *, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // BestHTTP.SocketIO.TransportEventTypes BestHTTP.SocketIO.Packet::get_TransportEvent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Packet_get_TransportEvent_m8B4F8E3ABF221BE71C6197D6C22EA9EFFF9C325A_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.HandshakeData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandshakeData__ctor_mE5288EED0DA31A2E1E95503057A1312B5E0C384E (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SocketIO.HandshakeData::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HandshakeData_Parse_mA154AE863885B4EC73F96F59A0A897164F164402 (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, String_t* ___str0, const RuntimeMethod* method); // System.String BestHTTP.SocketIO.Packet::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Packet_get_Namespace_mABC4E37770C49EBFC74F19CA39E4410BC2BE7C50_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method); // System.TimeSpan BestHTTP.SocketIO.SocketOptions::get_Timeout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 SocketOptions_get_Timeout_m909A4AACC35F759088C5EBBB9D9A5AB0830FD443_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Inequality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_mA99EAB5E3E7973D645B820DB8C29E9E5790BB13A (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.Boolean System.DateTime::op_GreaterThanOrEqual(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThanOrEqual_mB7C78A9E8E0004F447A9E2735FB33E20005C96C0 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t21, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.TimeSpan BestHTTP.SocketIO.HandshakeData::get_PingInterval() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 HandshakeData_get_PingInterval_mFFD2FE754933A7EF228C0375B586749D4FA5C258_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThan(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.TimeSpan BestHTTP.SocketIO.HandshakeData::get_PingTimeout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 HandshakeData_get_PingTimeout_m984FBB007873008AF3B7C8DD57DE12AD08F113E8_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.JsonEncoders.DefaultJSonEncoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultJSonEncoder__ctor_m711CDA13AADFF698EF5D16D2AFFA34762771D32F (DefaultJSonEncoder_t5460C84D93F52314111F7C8E29016A149C5CF6A1 * __this, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerSink::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerSink__ctor_m4A781B2220E5D1EDE25D818150C9B10A3AB5BF1D (SignerSink_tD8D17441864F2FD3C6FDBE457D3C3D88F1588B43 * __this, RuntimeObject* ___signer0, const RuntimeMethod* method) { { // public SignerSink(ISigner signer) BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993(__this, /*hidden argument*/NULL); // this.mSigner = signer; RuntimeObject* L_0 = ___signer0; __this->set_mSigner_6(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerSink::get_Signer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerSink_get_Signer_m60667564C82A6738AA541C4B09239109886B26ED (SignerSink_tD8D17441864F2FD3C6FDBE457D3C3D88F1588B43 * __this, const RuntimeMethod* method) { { // get { return mSigner; } RuntimeObject* L_0 = __this->get_mSigner_6(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerSink::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerSink_WriteByte_m57D486CE55924BB085AECA7699F8D57E3A7D9DA2 (SignerSink_tD8D17441864F2FD3C6FDBE457D3C3D88F1588B43 * __this, uint8_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // mSigner.Update(b); RuntimeObject* L_0 = __this->get_mSigner_6(); uint8_t L_1 = ___b0; NullCheck(L_0); InterfaceActionInvoker1< uint8_t >::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner::Update(System.Byte) */, ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerSink::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerSink_Write_m18FD209CE40C8C1249F7A1D36BBE25C17DBD53AD (SignerSink_tD8D17441864F2FD3C6FDBE457D3C3D88F1588B43 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (len > 0) int32_t L_0 = ___len2; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0012; } } { // mSigner.BlockUpdate(buf, off, len); RuntimeObject* L_1 = __this->get_mSigner_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buf0; int32_t L_3 = ___off1; int32_t L_4 = ___len2; NullCheck(L_1); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var, L_1, L_2, L_3, L_4); } IL_0012: { // } 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.IO.SignerStream::.ctor(System.IO.Stream,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerStream__ctor_m1560E00BA4A48CD36615688BFE19E161E5A01897 (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, RuntimeObject* ___readSigner1, RuntimeObject* ___writeSigner2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SignerStream( // Stream stream, // ISigner readSigner, // ISigner writeSigner) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // this.stream = stream; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; __this->set_stream_5(L_0); // this.inSigner = readSigner; RuntimeObject* L_1 = ___readSigner1; __this->set_inSigner_6(L_1); // this.outSigner = writeSigner; RuntimeObject* L_2 = ___writeSigner2; __this->set_outSigner_7(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::ReadSigner() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerStream_ReadSigner_m7D87F0776C1FE60EB8AFBC2AAC75C04E1FCA57A6 (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, const RuntimeMethod* method) { { // return inSigner; RuntimeObject* L_0 = __this->get_inSigner_6(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::WriteSigner() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerStream_WriteSigner_mF83167DC1972A7BE7D0F661364371DDC68B0559C (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, const RuntimeMethod* method) { { // return outSigner; RuntimeObject* L_0 = __this->get_outSigner_7(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SignerStream_Read_m53327AE025451CC3384C99FFD755620B42EF891D (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int n = stream.Read(buffer, offset, count); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); int32_t L_4; L_4 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); V_0 = L_4; // if (inSigner != null) RuntimeObject* L_5 = __this->get_inSigner_6(); if (!L_5) { goto IL_0029; } } { // if (n > 0) int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0029; } } { // inSigner.BlockUpdate(buffer, offset, n); RuntimeObject* L_7 = __this->get_inSigner_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer0; int32_t L_9 = ___offset1; int32_t L_10 = V_0; NullCheck(L_7); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var, L_7, L_8, L_9, L_10); } IL_0029: { // return n; int32_t L_11 = V_0; return L_11; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SignerStream_ReadByte_m74A159BD01F637B0F483CA001F7784FF9F49F1AE (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int b = stream.ReadByte(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); V_0 = L_1; // if (inSigner != null) RuntimeObject* L_2 = __this->get_inSigner_6(); if (!L_2) { goto IL_0025; } } { // if (b >= 0) int32_t L_3 = V_0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0025; } } { // inSigner.Update((byte)b); RuntimeObject* L_4 = __this->get_inSigner_6(); int32_t L_5 = V_0; NullCheck(L_4); InterfaceActionInvoker1< uint8_t >::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner::Update(System.Byte) */, ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var, L_4, (uint8_t)((int32_t)((uint8_t)L_5))); } IL_0025: { // return b; int32_t L_6 = V_0; return L_6; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerStream_Write_mDCC3F616F9CFEEAB5D5E3ED18A3579D4449EBB2E (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (outSigner != null) RuntimeObject* L_0 = __this->get_outSigner_7(); if (!L_0) { goto IL_001a; } } { // if (count > 0) int32_t L_1 = ___count2; if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_001a; } } { // outSigner.BlockUpdate(buffer, offset, count); RuntimeObject* L_2 = __this->get_outSigner_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; int32_t L_4 = ___offset1; int32_t L_5 = ___count2; NullCheck(L_2); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var, L_2, L_3, L_4, L_5); } IL_001a: { // stream.Write(buffer, offset, count); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; int32_t L_8 = ___offset1; int32_t L_9 = ___count2; NullCheck(L_6); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_6, L_7, L_8, L_9); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerStream_WriteByte_mF4132023D50C62FEF2F1F05DC576615DF79DADE7 (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, uint8_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (outSigner != null) RuntimeObject* L_0 = __this->get_outSigner_7(); if (!L_0) { goto IL_0014; } } { // outSigner.Update(b); RuntimeObject* L_1 = __this->get_outSigner_7(); uint8_t L_2 = ___b0; NullCheck(L_1); InterfaceActionInvoker1< uint8_t >::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner::Update(System.Byte) */, ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var, L_1, L_2); } IL_0014: { // stream.WriteByte(b); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = __this->get_stream_5(); uint8_t L_4 = ___b0; NullCheck(L_3); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_3, L_4); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SignerStream_get_CanRead_mE4CD749E4D6F4A3A5925D2DE81AD374A5AF333C2 (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, const RuntimeMethod* method) { { // get { return stream.CanRead; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_0); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SignerStream_get_CanWrite_mC8419241C18673517F9993472D9243558594A1F9 (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, const RuntimeMethod* method) { { // get { return stream.CanWrite; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_0); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SignerStream_get_CanSeek_mB1D11DFC03486E236885F04AA3BB58A5B3D8D78C (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, const RuntimeMethod* method) { { // get { return stream.CanSeek; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); return L_1; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SignerStream_get_Length_m5003DF5F40A5565F334D2DA9C2F382DF49A699D4 (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, const RuntimeMethod* method) { { // get { return stream.Length; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SignerStream_get_Position_m7D24024C43384355B0498CE4E106A018C81E1510 (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, const RuntimeMethod* method) { { // get { return stream.Position; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerStream_set_Position_mE5706D8F7D224A01AD983C62CB3BD4E42F22EE5E (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { stream.Position = value; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); int64_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_0, L_1); // set { stream.Position = value; } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerStream_Close_m849638E0EEAD398B250C16C628ED270F50DB0A57 (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(stream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_0, /*hidden argument*/NULL); // base.Close(); Stream_Close_mC34AF5832AD2E47C5E8F9D44E969C45F6F0A9A13(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerStream_Flush_m0DD16CBDBE0F7CE1E3C430DA1C92E29BE90C302F (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, const RuntimeMethod* method) { { // stream.Flush(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_0); // } return; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SignerStream_Seek_mADDAB415C1A0A26FABF4BC709561C3BB2DF7774A (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { // return stream.Seek(offset, origin); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); int64_t L_1 = ___offset0; int32_t L_2 = ___origin1; NullCheck(L_0); int64_t L_3; L_3 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_0, L_1, L_2); return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IO.SignerStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerStream_SetLength_m86CEC792AE9F1614363FA8A6FD1385C52F1A3D46 (SignerStream_tB45E109B06EBC151C697862FC8AC902374E1EAAF * __this, int64_t ___length0, const RuntimeMethod* method) { { // stream.SetLength(length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); int64_t L_1 = ___length0; NullCheck(L_0); VirtualActionInvoker1< int64_t >::Invoke(29 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_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.Security.SignerUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerUtilities__ctor_m464053A12E539CCBF476EF32408F9A72FF32DF71 (SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13 * __this, const RuntimeMethod* method) { { // private SignerUtilities() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignerUtilities__cctor_mF81E8E46949513411795AD28A52122CCBF9F5795 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_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*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral007734E6F2D852BB38C58F3E8C800F293F123668); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral029693D1A0910E0DB5D55649895672E003E4BB3F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0318AA3B6EF13FA73ED1C3DFA7EFF04A0DD3BA31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral043E7533692C68738CBC84B6F93713567FA4B9D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04FED890FE21C899A5EA04FDBCC8A45A6E3E1BFB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral050F1EDA813EEDC7C58C379604CD0BC86B851904); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral054241F3BFEB7ACA7085BCD8652D309248E4EF4B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05F5A6F2B69678575330A559E9B6CF0641E882DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral069C9295CB149F92CE030888B4367DF55B3F1636); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral088DD494D44F9693CBF8F9593701FFD01A3A7EC5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08DFED9B56DBA3DB573A6E23566527810FD3F2D4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0915EB58496979B6C4E888FC8943A4A2BDDC4244); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral099CC28270C1228B5C95019735A469EB93637FAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A0B06124E3DC09F1B7EDA8FCC204DD836858A3F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A8F1E793F4531B363A5B08B970B4790094AC80A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B9FA7AE5B7EEEFB48817166ABFD70EFE04167F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D312484D9F8006135AF1F147FC0ABFDA88C3CE4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E039EE3E04D79F57B38BBA96FECA1E4A608DF32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EBDB94602B6CD414E99DEE025BDE505F4A16505); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EBFEDCE71CC77070BD35887BBA6B3AC08479560); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral104BE4D5415ECEFDF0592B0C0BE9C456867318A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10D9D7D142ADDEA420B87037ED86D5565DA298C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1129BC8793FDB48FD1F49D0F6F70A11902F2757A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral116376817679AD0B2304275BA70311674433808B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11E2811323FC20A0D3ECC2A721C0182CBC75D2EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12C4312BBC75813996E4A2D97E9E2C81AECD4182); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14B092EFBCBFC5B8DCE9B874ADC4C1D83BF5B4FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral155A4BC12A234318BF135F4542D363DCE33CE8A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16E3C42E4C8B523BE89D891036A8BB0EDBA15FF0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral171BF2242734533CB4FDCFA3C451D05E78CC60CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17A865D1961688E229C89D685E89667492D7B479); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral184E7CD390E5FBBD7353E97AE1DE4CC256B374CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19983A64611521CAA3471811E80D433D1A6C5613); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B3E3DE7BC77F89D681C35DAE67480F1996876C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B5982F7895FB0113EE46176F78A36AF42A31937); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B711463921E5B4716877F8A7724FE1841CB6B7A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CB62C537C09C44DC5357315FAF2FB6F8B7C6BD2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DD2B7A7161B8E1E52903C787FAA056CD8FA65CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FDF3C1B76238A2773D9417DEDEF895091BA1556); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2237C7664CEC68CBE543A755603BD32209FE7723); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22706506B958B662D9EEEAD5E6FC9E42EBD3039A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2376009E046E504C46D600A3889864DD5FF3DD2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24EE5AF0E69F1AACDA7497EC3EB4A128C39A4863); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2594D1B685BA6F00D4A64DE944F76318ED32B71E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26E294139715163FBE9A18930A1D8CF567887641); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29C59A4A1958BAD26B6E038EB7AE5CBC1AA4B591); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A27AC1AF1C3F8D074FE700884473531435E38AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A6035A6800B72062BFCC568E59F1FE881C50E65); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BF466A7F20833974993487407F7DAE41976E32C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D3D04CA75261BE7AE3995899EA5DCF4FDFCFD3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DC219B7F3F70CE2604D7EB58991261BFD6E5A64); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DF293F31B6A6AD4F4F611066893CC4FD31B8619); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E3BE265A1AFB60701F6636731DC7262753B9508); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral308F9A98E46302C4F301E6E16852F164C25D763D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral311AEE8EF25C649B1AEF8337D7047F85C972D4C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33038386B47A94676767B67BA384962CDFC9EF7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33BB5A11405346DBDDE78D1A74DE8913BDA24E15); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3413F8C5E1D953073686087B32C04E3E886A8CCA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3508D82DF6DF02FAEE2F9E2B3FE5B1E30828843B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral355344670054DB070754011D8D2527E319681DF0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37012E583DD1F1C8F246850642B98606CD18CCCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3727E5851E275DD3E749AC32F29B7BBCE34EBFEA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral374EA3C06BCA3BC1F58B5D06A676824104EE78DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3789988BDC9B59A43F817690FBB92E0754E4E2BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A0C12D5693445012E288EFB7BEB2C6228789FB3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A29AA375F9BAC1084371C300D4FDDBE5DC2C57B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BB64867D1AA0674C63F99D3455BB22C308116FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CC5A36CB60662877034BD141A0436C98801D5E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D5C24D4C4F3C033BA42B10583A4389C6D30E51E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D76BFBACC4AF1169A5892B3441D41DF56AE6510); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F610BEEA64A25A393556A169718E877E99A5E7D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40202E94CB94F4414051283AC5DD66540DCE9C28); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41DE6CE06B1B081F53763C027A6B9965A89F7DFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4351851F76A2B0C936892EAF654EAD35BC2A592A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4408D910CFD8CBB13B1D24EAF91F35D1AA3192E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44E2DD59B0F03AEB13B8EED7651CE421D479D125); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45E7C71D732EE8A4264A2D0F3ECB384B272F5D5C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4701E4A087C72379D4BC47ED46B08B8B3B03C15E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47B23EDA093C542158D66EE1C67AEA54D219B072); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48AFDFABD7F012EABF87726AE4EC152D12EF2326); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48BE2E48691204F953A77B541E689C219B226BFC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral491827EBF82A40D8CD1E56905A0F639AFC48267E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4AAB833390C14FC1C4C5D936907FDB82B4BCFA52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C0A77CCBCAD53FA2EB1F719E91604205B299A00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C8FC0834485EA54FDC1DD8AEC5C3965BE95DFEA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D0CF1C41E6209782E768D7018548AD983F3978F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E902CD0A7DC211301294374C4EF425BF867B96A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4EBB3996DD3D9C0C09069A666C1BEB1D553A6EE2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4ED4D406CF96DDD0AD85A9943BB77B07E6AAD7F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F74D5663BF634967D3035978548355899B7695A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51898A92325B5C9CAD6D93D0DDA2792AC55112A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral532EDB63D38BE849355CC05BBD302AC7006BF005); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55BF0F6D5B36794DD6EB17AC427C235EA72A2985); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56CFF16536C89A6CF473479CC32384DC06CC28AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral590B1B5C51D5513DF55FF28DA97433C0F21F0568); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B04A2255460161DCF84C02E972906EFD0A54D34); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C2FD03C3DAD895F3C7A31ACD9A74B67C051E743); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C8516CE347CD8B98CC0B8FA3100063169918058); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CCA80392403D47843467C93DE0BB08CD4D3CE01); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CE3E8B09101F917BC02742329BDD6EF87CABB1C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E2D85AA2167BCA0F0B66D51D54279629DD70DD3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E4059AD2C232E00933F16BBE5CACE435CCBFF5D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F1A7897AF6D5097460B156B520C63C705855CA1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FA302710EBEE6EFD73536572A022E934A73F7F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61558D9974EA32BD0D987941CB3872B12F43CFEA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral629EB7E9CBBE7B63A58E9DB1591549C0C5730335); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62FA7B6ACD3FE213C60740F3DF23B3D26D228A3F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6476D4AF47C84CFBB7212B9B3309A946B4F1FE1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral652053E3417EEB2E10DD74FAB4CAD155200EF238); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65933625DB77C9C1626265BD66A3E68032DBDC57); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral660E1257856278368C7CBA1F7D3FD870C399815D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66678D09042AD309640C93293B2EBF82141AB5EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69933B15439556D6D6D93D215E23CAE173A2C3CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral699C5A2F26A3A982D0E1FC390A8471F950E2BDAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A869C464AE42CFC8B6D7D47C6BA40306FB35F7B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D61A5962793C9EE547ED83C65E277AFBF5D42D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DB573B6F9740324AD57C064BD34F3B0241F27A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E7CBDA006FCC8893A6B1EEE63FAEFCD7045475E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6EB88BB6D8FEDB1AA37407138A21C08BFA38EB34); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6ED0886B79BF3D0B86B64220C0532593F6FC1321); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F23583CEF03BB7DDB3E4BEFF341EA1FC85AB4D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7045D4C0A239211D1D609189B7959AB59EC9E06F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral708429802CBDDA081DA338B83F5F3E07D419993A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70BF2565EA6D24A257FF007BE4255361D4B4C912); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral741B67F9DE271E31048B46B31627C18AF9B62864); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758E66C583984405F8D7147197B847B201762057); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral762E6A02E8B32D10D601F43143C53934971AAC64); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76C4B70ED417CDD7C74BA5A6EA1F6FA224C89086); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral776422EF5823ABE2A8839EE12DC33B33576F296D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral776E9383E492CBDB8D30BF4AA1DDF9FD9C3F5647); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7782C5DFF33553EF6A06B19EEC7D43E59D6B861E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7848BB12656B70578D0BEBFBFCBB387FBFDD23EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78E1866C48D320CAD650F6805FD1DB5C06F307BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral794DEA5CBFBC7A8A0FFE03F817B3A011A3A34ED7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79BDD1C9DF13F6F8098341F4D4190EC32A900CAA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79C1603A6F5FFE71389B5E36658CFD0F77A15ED8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A1C360A6A94C59E0D7BBDA8135379D364C6967C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BAB6C1AFDE0F5062E870520A697C2B67A8CFC76); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BD003F717221CAE3E85DD49395B81D3D3E3439F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C376F01266BD7C10FDC0676C38217991A46ECAA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C5A03103DD42865C446C7B36742590C78BCB12F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CBAD5EEDF82DC94A8221F085718EDAE96A87948); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CF9156BD3E33628135EE7FD140F6C831AB48D16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D3A477DC79B216E1B41D94B4BDAAD06C3D1A107); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80DA8AFB6D1ADEA00AFE6596CC87063E4E469C83); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral813661506A5DABD9B15FE77AA73D2864A4E115C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8184358128A0ADB0DCC7C266879569709C1543C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82FB3A59DAA027A49F30141447062822A12283B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral831BFD427B999973389FEBD63A8D4EC7D609AC21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral836C8337DF15316EB401668667A0B807F899135A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83A241C52DAFE0694C5B5B264CF687E09DF793D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85617CF7F06B840D552A9B8E8BB5B0B3979F6602); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A5D3CC6D8C92C62DD06D477C28E31092E8E5397); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AB41D6447A9670B1E79A750970D5E8EBA0F3DAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BB58B989DAAEFFC9FC49609A564874097684981); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C55FC06918A8495793DD0B8BEF5EDB253A46954); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C75BE6DB6EBBDD7D1B1C0C01BB9CFA64CD20B85); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D6A7513C9A393B9B66442BC3D774DD5EF7E3401); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E883E3431AD22301E45EC234D57C10833C316DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91418DC5CE55D8F41D97B9EB719D8DA971A0A80D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92A22FEBB74E170CC5689666C4C494121A0CF991); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92C81139973F7ED9B37C0F43999F55ED9F6AD912); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95CECB12EF5997654615668E9338F78021E26420); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95E8A92D440BD41AE98A16DEBF0B8BA6F71B3EAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96840AE2D51E21B1EF5140B56E3BBDAC1EBF7346); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral971408D9E3D23D5F1C354D8966ADE9C6719B97D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB6C95268FF29E1AFB3356414DABFD0F9A8362); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A3E3D254F762FE58D7286C9D0BF7A8A01BD1AE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B762F69F6A3F5075B8405D37EF882CCA00D215A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C1576AC27CAC8326EA3CDE03CE7A486E12F423A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C86DC74663ECC1CCD6B393712268E40409B9836); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CC607651E3988F8334E1A60D1B36F036BA754E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D708AD458B3B4DBD62A73BD3690E17741B49B15); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E3508FA5D7D4DFAB1BCD1BD60C15A3AEF59885D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FC1CF4ABF45CA58ECFEE4FC9E218E1DED9CE8CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0BC65C2EEFD310763B9E763160E81FC0561D4AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA255F62E36EC8FFE988D0ADAF6617E0D7A99323F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA35EEA8AE15EA3813D1C1FDFD309F2A70675D58C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA549203FC9E945CBBFBEC961F65DB97F2D9EF9C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA65CB8819FC0D831DD0A624DB751D653D3FEBCCF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7AD513E5696D5979899AAB85472797E009007D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8277F3CD521656EAB0D6FCE40E4676BDC1F623B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA834C7919AA572F008660577AD668D7BDA19219A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA6955CF57018EB34CF6FEC1817772550009B913); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA7175D1D813B1C34BD0A882F26F909CF18D98BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA7B97D8F8FAD5B1CDD326D8F82ECE3896140BF8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB93FE56471DAC934AE5603BD748045116390D26); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE7852F7F03945840775A4C2A6DC1D99125B0780); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAEF238C2CF75BC93331876A078C7D21FE3EFD378); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF0AFCE3FD567402BE95142C83C747B7FC7E1B4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFF18995790452813501A3FF79A52C317094A00B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3265ED154F32DE8D0C1E5DBC5BCC44B7B202576); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB333947689D4C2C7AC61C4F4C49000F0A965EDA8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3C8D215BF096BB8826C7B20BEDBA81860CE17E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB45413D5021961F635D2351C965C6FBA649B7EC9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4C051549E92AB6F438A70EE9BF4938897D349AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4D001C31FBECAB595B5B52B652E63F27D0364A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB50D212469D6C5079F5E990FE148CC459888C1E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7B1262A0F1F7AF2F5527A48082BA0191321937C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB806B41B46D0C9A0ED4A3D016C7211DB6E974031); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB815EABDB94BEE595AF04F06FE6FB0A101466439); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9771B1143276DAEE2478EE86F56475E2A00EBFB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9781714FE806F152E476A132D5187A200851483); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB08B62D86F582F4BFB332A7121DA871CE1C9B9F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB9DB7C4F647C7B24E139EA12D38B8EE998B6D2A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCB8F1B217496994031F5354F1BDCA4564629765); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCF7C9C6B0C29FBFE787E18A696142A9F22D3359); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDCDA64B401442F3A0A485FA1DA4A2649D8A5A31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF421D1976829CEC7975ED45844D568A47C77BA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC03C5C5073D40D6486914BEFB606A2E48720F3E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC288C3EF3CB49DCCC0EFC9F0A285E293E87261BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC354348430BBE2F8907CD5DA9BB9F9CA179A80BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3BEBB7A5B6A98B9DCB1D155A3C3BEC1055F7D06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4A2E88339C2E33635DEEC8CBF64629A9274F17F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4D4713E71BA9AB5BB186B79E27C37555944776C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC715ABAB0194B09F559C12418DDEFBF93E0D80C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8567CDB7A7366D698BDDB92985B76F4B748843F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8C948654560189825CD1D00C4B0967775F09581); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC904D8B26CE85B5DD8333B1CFA0500BE388068AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9F16D1EC34FA52DFB41BA950AE82C26A86838D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAB67EC6EAAC1B8C6297186FD0456A54795FD6CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB921A68E7C51C5691CBD6F39008736242C7CFA8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCBF1541B4FD4611DE0BECAE89AA2DDF4BFE398E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCAD23ED8EFB047E7DDC3717C32DD95445488797); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD72562E9AFD41DE97B06CF947BDADF75045A2EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCDDE7E78FCC67275355EB8BF4E41C8CC2315DFE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0C6D4AFE953D9CE14E2F81B70259C4AB735DF92); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD40CEA71E0A6C60B03069D2BBEEB701EA6B5F51E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4C29C85DC01B0835B2D035CB79C4F2EF75D6A2B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8276FC8B56E912FC7C07F045020C715A465AAF5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD88D6F598D1BC1D0C482BC535ECDFDE899719152); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8EA60604B9E8408F17B97F72D29369987A67190); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC9D573BFCD93C0600D92E7564928F309965C057); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD00206F824296889C6C67770303005F968567C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDB1E5CA18A9EC127B1F85C807C5ED8AC4DC732F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEA0F9341EDA74B580CD0E3E596BF56F5CC08AC8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF05232BAF0BABA6B27485EE3215FD062DA6ACBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE03A94EC20896D6E6B0132C28446A3A6BF71C9E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE055359475DE8AEF0494E759C680023AFA18C594); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1B9E16E152452DF75C998AEA41E51A956742114); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2986540C7DE44F1D4C4B073DE9FCFE0D0394285); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2A946E5CA0F1AD062D85F808553F943D0B0AA28); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE4CDE3EB2EAD839D542773C8523D2E0A177862E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6AE6E0BA91D98333547DA3AA2C54C4F923A878F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9EEB45CE22BBBBB03F34C4ECF58A339B2E95CF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB53FD543C66348EED14CD921F6C5223FD82A289); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBA0995EB0DBAA1C50BF998249CD5D140D5D28CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED13ACC4D7BE1DF30500B8802285A3F7A16E9FBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE2A7D39F9CF1400169704545B5B35205E5172DF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE6127F0EFF26E52CB539D1D95A2C1E4D3D42E69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEFC560A6E9D9CEC0FE8292CD07D3E90DE72BA05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF54955BA9399AFB2E016402CAC4FC110BA3C3C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF023E3B1C463976B9FF4F69CB798AE2722E8B70E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF08D8F918289181C1C89076AE505649B71DB03C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3530954E26F686E2D5CDE74EDA022F8FB71A5ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF39378FDB228D1C899BABB186E12163DE48302F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF54CEADCB4F7D93A768C956A0433B645A5CF116C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5B38FFA97A5C0EBC632B73E0D0678046CD92449); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5F587879BD7126E7B6D0C1DC74F4C0C0890A039); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5F59DCE4224F7A84E4A9E11D252A6039448AD08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF61B6A23CE93B6AFE193ECD7C22723977C0AE9BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF71D224125D8E3979A2151DB7D0BBF3E2D89ECA3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8E9BEF18CE566E4A0F9A0613D9C6035FA70E19B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9BDF9ABA7704763345EFB775FE14F9A7ABFD8DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA77CC2B35DBFD028682C2910C67362F7340780A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC0EAD47B47C9A4E386A947510D36846770260B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCA33A79FC241EEFA0DA69552392BFADA14B1795); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD7A9347526E772833D535C11CD9C703302D3807); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEA615C7E99DB0C0900CB7E1F4F22A82DA17B857); s_Il2CppMethodInitialized = true; } { // internal static readonly IDictionary algorithms = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->set_algorithms_0(L_0); // internal static readonly IDictionary oids = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->set_oids_1(L_1); // algorithms["MD2WITHRSA"] = "MD2withRSA"; RuntimeObject* L_2 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_2); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_2, _stringLiteral831BFD427B999973389FEBD63A8D4EC7D609AC21, _stringLiteral5B04A2255460161DCF84C02E972906EFD0A54D34); // algorithms["MD2WITHRSAENCRYPTION"] = "MD2withRSA"; RuntimeObject* L_3 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_3); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_3, _stringLiteral4408D910CFD8CBB13B1D24EAF91F35D1AA3192E4, _stringLiteral5B04A2255460161DCF84C02E972906EFD0A54D34); // algorithms[PkcsObjectIdentifiers.MD2WithRsaEncryption.Id] = "MD2withRSA"; RuntimeObject* L_4 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); 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_MD2WithRsaEncryption_3(); NullCheck(L_5); String_t* L_6; L_6 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_5, /*hidden argument*/NULL); NullCheck(L_4); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_4, L_6, _stringLiteral5B04A2255460161DCF84C02E972906EFD0A54D34); // algorithms["MD4WITHRSA"] = "MD4withRSA"; RuntimeObject* L_7 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_7); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_7, _stringLiteral8184358128A0ADB0DCC7C266879569709C1543C4, _stringLiteral6476D4AF47C84CFBB7212B9B3309A946B4F1FE1D); // algorithms["MD4WITHRSAENCRYPTION"] = "MD4withRSA"; RuntimeObject* L_8 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_8); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_8, _stringLiteralE6AE6E0BA91D98333547DA3AA2C54C4F923A878F, _stringLiteral6476D4AF47C84CFBB7212B9B3309A946B4F1FE1D); // algorithms[PkcsObjectIdentifiers.MD4WithRsaEncryption.Id] = "MD4withRSA"; RuntimeObject* L_9 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_MD4WithRsaEncryption_4(); NullCheck(L_10); String_t* L_11; L_11 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_10, /*hidden argument*/NULL); NullCheck(L_9); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_9, L_11, _stringLiteral6476D4AF47C84CFBB7212B9B3309A946B4F1FE1D); // algorithms[OiwObjectIdentifiers.MD4WithRsa.Id] = "MD4withRSA"; RuntimeObject* L_12 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_MD4WithRsa_0(); NullCheck(L_13); String_t* L_14; L_14 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_12, L_14, _stringLiteral6476D4AF47C84CFBB7212B9B3309A946B4F1FE1D); // algorithms[OiwObjectIdentifiers.MD4WithRsaEncryption.Id] = "MD4withRSA"; RuntimeObject* L_15 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_MD4WithRsaEncryption_2(); NullCheck(L_16); String_t* L_17; L_17 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_16, /*hidden argument*/NULL); NullCheck(L_15); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_15, L_17, _stringLiteral6476D4AF47C84CFBB7212B9B3309A946B4F1FE1D); // algorithms["MD5WITHRSA"] = "MD5withRSA"; RuntimeObject* L_18 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_18); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_18, _stringLiteralD0C6D4AFE953D9CE14E2F81B70259C4AB735DF92, _stringLiteral007734E6F2D852BB38C58F3E8C800F293F123668); // algorithms["MD5WITHRSAENCRYPTION"] = "MD5withRSA"; RuntimeObject* L_19 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_19); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_19, _stringLiteral33BB5A11405346DBDDE78D1A74DE8913BDA24E15, _stringLiteral007734E6F2D852BB38C58F3E8C800F293F123668); // algorithms[PkcsObjectIdentifiers.MD5WithRsaEncryption.Id] = "MD5withRSA"; RuntimeObject* L_20 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_21 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_MD5WithRsaEncryption_5(); NullCheck(L_21); String_t* L_22; L_22 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_21, /*hidden argument*/NULL); NullCheck(L_20); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_20, L_22, _stringLiteral007734E6F2D852BB38C58F3E8C800F293F123668); // algorithms[OiwObjectIdentifiers.MD5WithRsa.Id] = "MD5withRSA"; RuntimeObject* L_23 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_24 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_MD5WithRsa_1(); NullCheck(L_24); String_t* L_25; L_25 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_24, /*hidden argument*/NULL); NullCheck(L_23); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_23, L_25, _stringLiteral007734E6F2D852BB38C58F3E8C800F293F123668); // algorithms["SHA1WITHRSA"] = "SHA-1withRSA"; RuntimeObject* L_26 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_26); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_26, _stringLiteral6E7CBDA006FCC8893A6B1EEE63FAEFCD7045475E, _stringLiteralBB08B62D86F582F4BFB332A7121DA871CE1C9B9F); // algorithms["SHA1WITHRSAENCRYPTION"] = "SHA-1withRSA"; RuntimeObject* L_27 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_27); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_27, _stringLiteral5F1A7897AF6D5097460B156B520C63C705855CA1, _stringLiteralBB08B62D86F582F4BFB332A7121DA871CE1C9B9F); // algorithms["SHA-1WITHRSA"] = "SHA-1withRSA"; RuntimeObject* L_28 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_28); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_28, _stringLiteral29C59A4A1958BAD26B6E038EB7AE5CBC1AA4B591, _stringLiteralBB08B62D86F582F4BFB332A7121DA871CE1C9B9F); // algorithms[PkcsObjectIdentifiers.Sha1WithRsaEncryption.Id] = "SHA-1withRSA"; RuntimeObject* L_29 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_30 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha1WithRsaEncryption_6(); NullCheck(L_30); String_t* L_31; L_31 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_30, /*hidden argument*/NULL); NullCheck(L_29); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_29, L_31, _stringLiteralBB08B62D86F582F4BFB332A7121DA871CE1C9B9F); // algorithms[OiwObjectIdentifiers.Sha1WithRsa.Id] = "SHA-1withRSA"; RuntimeObject* L_32 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_33 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_Sha1WithRsa_10(); NullCheck(L_33); String_t* L_34; L_34 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_33, /*hidden argument*/NULL); NullCheck(L_32); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_32, L_34, _stringLiteralBB08B62D86F582F4BFB332A7121DA871CE1C9B9F); // algorithms["SHA224WITHRSA"] = "SHA-224withRSA"; RuntimeObject* L_35 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_35); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_35, _stringLiteralCDDE7E78FCC67275355EB8BF4E41C8CC2315DFE7, _stringLiteral116376817679AD0B2304275BA70311674433808B); // algorithms["SHA224WITHRSAENCRYPTION"] = "SHA-224withRSA"; RuntimeObject* L_36 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_36); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_36, _stringLiteralF61B6A23CE93B6AFE193ECD7C22723977C0AE9BE, _stringLiteral116376817679AD0B2304275BA70311674433808B); // algorithms[PkcsObjectIdentifiers.Sha224WithRsaEncryption.Id] = "SHA-224withRSA"; RuntimeObject* L_37 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_38 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha224WithRsaEncryption_15(); NullCheck(L_38); String_t* L_39; L_39 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_38, /*hidden argument*/NULL); NullCheck(L_37); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_37, L_39, _stringLiteral116376817679AD0B2304275BA70311674433808B); // algorithms["SHA-224WITHRSA"] = "SHA-224withRSA"; RuntimeObject* L_40 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_40); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_40, _stringLiteralD4C29C85DC01B0835B2D035CB79C4F2EF75D6A2B, _stringLiteral116376817679AD0B2304275BA70311674433808B); // algorithms["SHA256WITHRSA"] = "SHA-256withRSA"; RuntimeObject* L_41 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_41); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_41, _stringLiteral08DFED9B56DBA3DB573A6E23566527810FD3F2D4, _stringLiteralB7B1262A0F1F7AF2F5527A48082BA0191321937C); // algorithms["SHA256WITHRSAENCRYPTION"] = "SHA-256withRSA"; RuntimeObject* L_42 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_42); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_42, _stringLiteralCCAD23ED8EFB047E7DDC3717C32DD95445488797, _stringLiteralB7B1262A0F1F7AF2F5527A48082BA0191321937C); // algorithms[PkcsObjectIdentifiers.Sha256WithRsaEncryption.Id] = "SHA-256withRSA"; RuntimeObject* L_43 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_44 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha256WithRsaEncryption_12(); NullCheck(L_44); String_t* L_45; L_45 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_44, /*hidden argument*/NULL); NullCheck(L_43); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_43, L_45, _stringLiteralB7B1262A0F1F7AF2F5527A48082BA0191321937C); // algorithms["SHA-256WITHRSA"] = "SHA-256withRSA"; RuntimeObject* L_46 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_46); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_46, _stringLiteral14B092EFBCBFC5B8DCE9B874ADC4C1D83BF5B4FA, _stringLiteralB7B1262A0F1F7AF2F5527A48082BA0191321937C); // algorithms["SHA384WITHRSA"] = "SHA-384withRSA"; RuntimeObject* L_47 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_47); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_47, _stringLiteralB9781714FE806F152E476A132D5187A200851483, _stringLiteralB3265ED154F32DE8D0C1E5DBC5BCC44B7B202576); // algorithms["SHA384WITHRSAENCRYPTION"] = "SHA-384withRSA"; RuntimeObject* L_48 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_48); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_48, _stringLiteral7BAB6C1AFDE0F5062E870520A697C2B67A8CFC76, _stringLiteralB3265ED154F32DE8D0C1E5DBC5BCC44B7B202576); // algorithms[PkcsObjectIdentifiers.Sha384WithRsaEncryption.Id] = "SHA-384withRSA"; RuntimeObject* L_49 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_50 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha384WithRsaEncryption_13(); NullCheck(L_50); String_t* L_51; L_51 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_50, /*hidden argument*/NULL); NullCheck(L_49); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_49, L_51, _stringLiteralB3265ED154F32DE8D0C1E5DBC5BCC44B7B202576); // algorithms["SHA-384WITHRSA"] = "SHA-384withRSA"; RuntimeObject* L_52 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_52); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_52, _stringLiteral10D9D7D142ADDEA420B87037ED86D5565DA298C5, _stringLiteralB3265ED154F32DE8D0C1E5DBC5BCC44B7B202576); // algorithms["SHA512WITHRSA"] = "SHA-512withRSA"; RuntimeObject* L_53 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_53); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_53, _stringLiteral4C8FC0834485EA54FDC1DD8AEC5C3965BE95DFEA, _stringLiteralC4A2E88339C2E33635DEEC8CBF64629A9274F17F); // algorithms["SHA512WITHRSAENCRYPTION"] = "SHA-512withRSA"; RuntimeObject* L_54 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_54); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_54, _stringLiteral9C86DC74663ECC1CCD6B393712268E40409B9836, _stringLiteralC4A2E88339C2E33635DEEC8CBF64629A9274F17F); // algorithms[PkcsObjectIdentifiers.Sha512WithRsaEncryption.Id] = "SHA-512withRSA"; RuntimeObject* L_55 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_56 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha512WithRsaEncryption_14(); NullCheck(L_56); String_t* L_57; L_57 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_56, /*hidden argument*/NULL); NullCheck(L_55); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_55, L_57, _stringLiteralC4A2E88339C2E33635DEEC8CBF64629A9274F17F); // algorithms["SHA-512WITHRSA"] = "SHA-512withRSA"; RuntimeObject* L_58 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_58); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_58, _stringLiteral171BF2242734533CB4FDCFA3C451D05E78CC60CA, _stringLiteralC4A2E88339C2E33635DEEC8CBF64629A9274F17F); // algorithms["PSSWITHRSA"] = "PSSwithRSA"; RuntimeObject* L_59 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_59); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_59, _stringLiteralA65CB8819FC0D831DD0A624DB751D653D3FEBCCF, _stringLiteralF5B38FFA97A5C0EBC632B73E0D0678046CD92449); // algorithms["RSASSA-PSS"] = "PSSwithRSA"; RuntimeObject* L_60 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_60); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_60, _stringLiteral6F23583CEF03BB7DDB3E4BEFF341EA1FC85AB4D8, _stringLiteralF5B38FFA97A5C0EBC632B73E0D0678046CD92449); // algorithms[PkcsObjectIdentifiers.IdRsassaPss.Id] = "PSSwithRSA"; RuntimeObject* L_61 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_62 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdRsassaPss_11(); NullCheck(L_62); String_t* L_63; L_63 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_62, /*hidden argument*/NULL); NullCheck(L_61); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_61, L_63, _stringLiteralF5B38FFA97A5C0EBC632B73E0D0678046CD92449); // algorithms["RSAPSS"] = "PSSwithRSA"; RuntimeObject* L_64 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_64); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_64, _stringLiteral0D312484D9F8006135AF1F147FC0ABFDA88C3CE4, _stringLiteralF5B38FFA97A5C0EBC632B73E0D0678046CD92449); // algorithms["SHA1WITHRSAANDMGF1"] = "SHA-1withRSAandMGF1"; RuntimeObject* L_65 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_65); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_65, _stringLiteral0EBFEDCE71CC77070BD35887BBA6B3AC08479560, _stringLiteralF9BDF9ABA7704763345EFB775FE14F9A7ABFD8DE); // algorithms["SHA-1WITHRSAANDMGF1"] = "SHA-1withRSAandMGF1"; RuntimeObject* L_66 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_66); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_66, _stringLiteral5CCA80392403D47843467C93DE0BB08CD4D3CE01, _stringLiteralF9BDF9ABA7704763345EFB775FE14F9A7ABFD8DE); // algorithms["SHA1WITHRSA/PSS"] = "SHA-1withRSAandMGF1"; RuntimeObject* L_67 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_67); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_67, _stringLiteralFA77CC2B35DBFD028682C2910C67362F7340780A, _stringLiteralF9BDF9ABA7704763345EFB775FE14F9A7ABFD8DE); // algorithms["SHA-1WITHRSA/PSS"] = "SHA-1withRSAandMGF1"; RuntimeObject* L_68 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_68); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_68, _stringLiteral776E9383E492CBDB8D30BF4AA1DDF9FD9C3F5647, _stringLiteralF9BDF9ABA7704763345EFB775FE14F9A7ABFD8DE); // algorithms["SHA224WITHRSAANDMGF1"] = "SHA-224withRSAandMGF1"; RuntimeObject* L_69 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_69); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_69, _stringLiteral155A4BC12A234318BF135F4542D363DCE33CE8A5, _stringLiteral0EBDB94602B6CD414E99DEE025BDE505F4A16505); // algorithms["SHA-224WITHRSAANDMGF1"] = "SHA-224withRSAandMGF1"; RuntimeObject* L_70 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_70); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_70, _stringLiteral62FA7B6ACD3FE213C60740F3DF23B3D26D228A3F, _stringLiteral0EBDB94602B6CD414E99DEE025BDE505F4A16505); // algorithms["SHA224WITHRSA/PSS"] = "SHA-224withRSAandMGF1"; RuntimeObject* L_71 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_71); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_71, _stringLiteral741B67F9DE271E31048B46B31627C18AF9B62864, _stringLiteral0EBDB94602B6CD414E99DEE025BDE505F4A16505); // algorithms["SHA-224WITHRSA/PSS"] = "SHA-224withRSAandMGF1"; RuntimeObject* L_72 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_72); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_72, _stringLiteral69933B15439556D6D6D93D215E23CAE173A2C3CE, _stringLiteral0EBDB94602B6CD414E99DEE025BDE505F4A16505); // algorithms["SHA256WITHRSAANDMGF1"] = "SHA-256withRSAandMGF1"; RuntimeObject* L_73 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_73); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_73, _stringLiteralB45413D5021961F635D2351C965C6FBA649B7EC9, _stringLiteral069C9295CB149F92CE030888B4367DF55B3F1636); // algorithms["SHA-256WITHRSAANDMGF1"] = "SHA-256withRSAandMGF1"; RuntimeObject* L_74 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_74); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_74, _stringLiteral5FA302710EBEE6EFD73536572A022E934A73F7F1, _stringLiteral069C9295CB149F92CE030888B4367DF55B3F1636); // algorithms["SHA256WITHRSA/PSS"] = "SHA-256withRSAandMGF1"; RuntimeObject* L_75 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_75); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_75, _stringLiteralF5F59DCE4224F7A84E4A9E11D252A6039448AD08, _stringLiteral069C9295CB149F92CE030888B4367DF55B3F1636); // algorithms["SHA-256WITHRSA/PSS"] = "SHA-256withRSAandMGF1"; RuntimeObject* L_76 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_76); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_76, _stringLiteral0318AA3B6EF13FA73ED1C3DFA7EFF04A0DD3BA31, _stringLiteral069C9295CB149F92CE030888B4367DF55B3F1636); // algorithms["SHA384WITHRSAANDMGF1"] = "SHA-384withRSAandMGF1"; RuntimeObject* L_77 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_77); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_77, _stringLiteral40202E94CB94F4414051283AC5DD66540DCE9C28, _stringLiteralB3C8D215BF096BB8826C7B20BEDBA81860CE17E7); // algorithms["SHA-384WITHRSAANDMGF1"] = "SHA-384withRSAandMGF1"; RuntimeObject* L_78 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_78); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_78, _stringLiteral48AFDFABD7F012EABF87726AE4EC152D12EF2326, _stringLiteralB3C8D215BF096BB8826C7B20BEDBA81860CE17E7); // algorithms["SHA384WITHRSA/PSS"] = "SHA-384withRSAandMGF1"; RuntimeObject* L_79 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_79); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_79, _stringLiteral65933625DB77C9C1626265BD66A3E68032DBDC57, _stringLiteralB3C8D215BF096BB8826C7B20BEDBA81860CE17E7); // algorithms["SHA-384WITHRSA/PSS"] = "SHA-384withRSAandMGF1"; RuntimeObject* L_80 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_80); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_80, _stringLiteral762E6A02E8B32D10D601F43143C53934971AAC64, _stringLiteralB3C8D215BF096BB8826C7B20BEDBA81860CE17E7); // algorithms["SHA512WITHRSAANDMGF1"] = "SHA-512withRSAandMGF1"; RuntimeObject* L_81 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_81); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_81, _stringLiteral2594D1B685BA6F00D4A64DE944F76318ED32B71E, _stringLiteral82FB3A59DAA027A49F30141447062822A12283B0); // algorithms["SHA-512WITHRSAANDMGF1"] = "SHA-512withRSAandMGF1"; RuntimeObject* L_82 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_82); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_82, _stringLiteral80DA8AFB6D1ADEA00AFE6596CC87063E4E469C83, _stringLiteral82FB3A59DAA027A49F30141447062822A12283B0); // algorithms["SHA512WITHRSA/PSS"] = "SHA-512withRSAandMGF1"; RuntimeObject* L_83 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_83); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_83, _stringLiteralDD00206F824296889C6C67770303005F968567C8, _stringLiteral82FB3A59DAA027A49F30141447062822A12283B0); // algorithms["SHA-512WITHRSA/PSS"] = "SHA-512withRSAandMGF1"; RuntimeObject* L_84 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_84); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_84, _stringLiteral043E7533692C68738CBC84B6F93713567FA4B9D1, _stringLiteral82FB3A59DAA027A49F30141447062822A12283B0); // algorithms["RIPEMD128WITHRSA"] = "RIPEMD128withRSA"; RuntimeObject* L_85 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_85); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_85, _stringLiteral9C1576AC27CAC8326EA3CDE03CE7A486E12F423A, _stringLiteralEEFC560A6E9D9CEC0FE8292CD07D3E90DE72BA05); // algorithms["RIPEMD128WITHRSAENCRYPTION"] = "RIPEMD128withRSA"; RuntimeObject* L_86 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_86); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_86, _stringLiteral37012E583DD1F1C8F246850642B98606CD18CCCC, _stringLiteralEEFC560A6E9D9CEC0FE8292CD07D3E90DE72BA05); // algorithms[TeleTrusTObjectIdentifiers.RsaSignatureWithRipeMD128.Id] = "RIPEMD128withRSA"; RuntimeObject* L_87 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_88 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_RsaSignatureWithRipeMD128_6(); NullCheck(L_88); String_t* L_89; L_89 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_88, /*hidden argument*/NULL); NullCheck(L_87); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_87, L_89, _stringLiteralEEFC560A6E9D9CEC0FE8292CD07D3E90DE72BA05); // algorithms["RIPEMD160WITHRSA"] = "RIPEMD160withRSA"; RuntimeObject* L_90 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_90); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_90, _stringLiteral6EB88BB6D8FEDB1AA37407138A21C08BFA38EB34, _stringLiteralAFF18995790452813501A3FF79A52C317094A00B); // algorithms["RIPEMD160WITHRSAENCRYPTION"] = "RIPEMD160withRSA"; RuntimeObject* L_91 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_91); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_91, _stringLiteral813661506A5DABD9B15FE77AA73D2864A4E115C6, _stringLiteralAFF18995790452813501A3FF79A52C317094A00B); // algorithms[TeleTrusTObjectIdentifiers.RsaSignatureWithRipeMD160.Id] = "RIPEMD160withRSA"; RuntimeObject* L_92 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_93 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_RsaSignatureWithRipeMD160_5(); NullCheck(L_93); String_t* L_94; L_94 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_93, /*hidden argument*/NULL); NullCheck(L_92); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_92, L_94, _stringLiteralAFF18995790452813501A3FF79A52C317094A00B); // algorithms["RIPEMD256WITHRSA"] = "RIPEMD256withRSA"; RuntimeObject* L_95 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_95); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_95, _stringLiteral26E294139715163FBE9A18930A1D8CF567887641, _stringLiteralC3BEBB7A5B6A98B9DCB1D155A3C3BEC1055F7D06); // algorithms["RIPEMD256WITHRSAENCRYPTION"] = "RIPEMD256withRSA"; RuntimeObject* L_96 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_96); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_96, _stringLiteral708429802CBDDA081DA338B83F5F3E07D419993A, _stringLiteralC3BEBB7A5B6A98B9DCB1D155A3C3BEC1055F7D06); // algorithms[TeleTrusTObjectIdentifiers.RsaSignatureWithRipeMD256.Id] = "RIPEMD256withRSA"; RuntimeObject* L_97 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_98 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_RsaSignatureWithRipeMD256_7(); NullCheck(L_98); String_t* L_99; L_99 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_98, /*hidden argument*/NULL); NullCheck(L_97); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_97, L_99, _stringLiteralC3BEBB7A5B6A98B9DCB1D155A3C3BEC1055F7D06); // algorithms["NONEWITHRSA"] = "RSA"; RuntimeObject* L_100 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_100); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_100, _stringLiteral17A865D1961688E229C89D685E89667492D7B479, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); // algorithms["RSAWITHNONE"] = "RSA"; RuntimeObject* L_101 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_101); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_101, _stringLiteral5E2D85AA2167BCA0F0B66D51D54279629DD70DD3, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); // algorithms["RAWRSA"] = "RSA"; RuntimeObject* L_102 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_102); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_102, _stringLiteralD40CEA71E0A6C60B03069D2BBEEB701EA6B5F51E, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); // algorithms["RAWRSAPSS"] = "RAWRSASSA-PSS"; RuntimeObject* L_103 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_103); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_103, _stringLiteral050F1EDA813EEDC7C58C379604CD0BC86B851904, _stringLiteralA35EEA8AE15EA3813D1C1FDFD309F2A70675D58C); // algorithms["NONEWITHRSAPSS"] = "RAWRSASSA-PSS"; RuntimeObject* L_104 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_104); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_104, _stringLiteral12C4312BBC75813996E4A2D97E9E2C81AECD4182, _stringLiteralA35EEA8AE15EA3813D1C1FDFD309F2A70675D58C); // algorithms["NONEWITHRSASSA-PSS"] = "RAWRSASSA-PSS"; RuntimeObject* L_105 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_105); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_105, _stringLiteralAA7175D1D813B1C34BD0A882F26F909CF18D98BD, _stringLiteralA35EEA8AE15EA3813D1C1FDFD309F2A70675D58C); // algorithms["NONEWITHDSA"] = "NONEwithDSA"; RuntimeObject* L_106 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_106); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_106, _stringLiteralC288C3EF3CB49DCCC0EFC9F0A285E293E87261BB, _stringLiteralA8277F3CD521656EAB0D6FCE40E4676BDC1F623B); // algorithms["DSAWITHNONE"] = "NONEwithDSA"; RuntimeObject* L_107 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_107); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_107, _stringLiteral9B762F69F6A3F5075B8405D37EF882CCA00D215A, _stringLiteralA8277F3CD521656EAB0D6FCE40E4676BDC1F623B); // algorithms["RAWDSA"] = "NONEwithDSA"; RuntimeObject* L_108 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_108); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_108, _stringLiteralBCF7C9C6B0C29FBFE787E18A696142A9F22D3359, _stringLiteralA8277F3CD521656EAB0D6FCE40E4676BDC1F623B); // algorithms["DSA"] = "SHA-1withDSA"; RuntimeObject* L_109 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_109); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_109, _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8, _stringLiteralDEA0F9341EDA74B580CD0E3E596BF56F5CC08AC8); // algorithms["DSAWITHSHA1"] = "SHA-1withDSA"; RuntimeObject* L_110 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_110); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_110, _stringLiteral6D61A5962793C9EE547ED83C65E277AFBF5D42D7, _stringLiteralDEA0F9341EDA74B580CD0E3E596BF56F5CC08AC8); // algorithms["DSAWITHSHA-1"] = "SHA-1withDSA"; RuntimeObject* L_111 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_111); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_111, _stringLiteral4ED4D406CF96DDD0AD85A9943BB77B07E6AAD7F2, _stringLiteralDEA0F9341EDA74B580CD0E3E596BF56F5CC08AC8); // algorithms["SHA/DSA"] = "SHA-1withDSA"; RuntimeObject* L_112 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_112); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_112, _stringLiteralEE2A7D39F9CF1400169704545B5B35205E5172DF, _stringLiteralDEA0F9341EDA74B580CD0E3E596BF56F5CC08AC8); // algorithms["SHA1/DSA"] = "SHA-1withDSA"; RuntimeObject* L_113 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_113); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_113, _stringLiteral3CC5A36CB60662877034BD141A0436C98801D5E7, _stringLiteralDEA0F9341EDA74B580CD0E3E596BF56F5CC08AC8); // algorithms["SHA-1/DSA"] = "SHA-1withDSA"; RuntimeObject* L_114 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_114); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_114, _stringLiteral9FC1CF4ABF45CA58ECFEE4FC9E218E1DED9CE8CD, _stringLiteralDEA0F9341EDA74B580CD0E3E596BF56F5CC08AC8); // algorithms["SHA1WITHDSA"] = "SHA-1withDSA"; RuntimeObject* L_115 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_115); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_115, _stringLiteral532EDB63D38BE849355CC05BBD302AC7006BF005, _stringLiteralDEA0F9341EDA74B580CD0E3E596BF56F5CC08AC8); // algorithms["SHA-1WITHDSA"] = "SHA-1withDSA"; RuntimeObject* L_116 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_116); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_116, _stringLiteralF54CEADCB4F7D93A768C956A0433B645A5CF116C, _stringLiteralDEA0F9341EDA74B580CD0E3E596BF56F5CC08AC8); // algorithms[X9ObjectIdentifiers.IdDsaWithSha1.Id] = "SHA-1withDSA"; RuntimeObject* L_117 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_118 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_IdDsaWithSha1_50(); NullCheck(L_118); String_t* L_119; L_119 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_118, /*hidden argument*/NULL); NullCheck(L_117); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_117, L_119, _stringLiteralDEA0F9341EDA74B580CD0E3E596BF56F5CC08AC8); // algorithms[OiwObjectIdentifiers.DsaWithSha1.Id] = "SHA-1withDSA"; RuntimeObject* L_120 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_121 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_DsaWithSha1_9(); NullCheck(L_121); String_t* L_122; L_122 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_121, /*hidden argument*/NULL); NullCheck(L_120); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_120, L_122, _stringLiteralDEA0F9341EDA74B580CD0E3E596BF56F5CC08AC8); // algorithms["DSAWITHSHA224"] = "SHA-224withDSA"; RuntimeObject* L_123 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_123); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_123, _stringLiteral5C2FD03C3DAD895F3C7A31ACD9A74B67C051E743, _stringLiteral9A3E3D254F762FE58D7286C9D0BF7A8A01BD1AE0); // algorithms["DSAWITHSHA-224"] = "SHA-224withDSA"; RuntimeObject* L_124 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_124); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_124, _stringLiteral1B711463921E5B4716877F8A7724FE1841CB6B7A, _stringLiteral9A3E3D254F762FE58D7286C9D0BF7A8A01BD1AE0); // algorithms["SHA224/DSA"] = "SHA-224withDSA"; RuntimeObject* L_125 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_125); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_125, _stringLiteralC4D4713E71BA9AB5BB186B79E27C37555944776C, _stringLiteral9A3E3D254F762FE58D7286C9D0BF7A8A01BD1AE0); // algorithms["SHA-224/DSA"] = "SHA-224withDSA"; RuntimeObject* L_126 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_126); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_126, _stringLiteral92A22FEBB74E170CC5689666C4C494121A0CF991, _stringLiteral9A3E3D254F762FE58D7286C9D0BF7A8A01BD1AE0); // algorithms["SHA224WITHDSA"] = "SHA-224withDSA"; RuntimeObject* L_127 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_127); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_127, _stringLiteral83A241C52DAFE0694C5B5B264CF687E09DF793D6, _stringLiteral9A3E3D254F762FE58D7286C9D0BF7A8A01BD1AE0); // algorithms["SHA-224WITHDSA"] = "SHA-224withDSA"; RuntimeObject* L_128 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_128); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_128, _stringLiteralAF0AFCE3FD567402BE95142C83C747B7FC7E1B4C, _stringLiteral9A3E3D254F762FE58D7286C9D0BF7A8A01BD1AE0); // algorithms[NistObjectIdentifiers.DsaWithSha224.Id] = "SHA-224withDSA"; RuntimeObject* L_129 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_130 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_DsaWithSha224_41(); NullCheck(L_130); String_t* L_131; L_131 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_130, /*hidden argument*/NULL); NullCheck(L_129); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_129, L_131, _stringLiteral9A3E3D254F762FE58D7286C9D0BF7A8A01BD1AE0); // algorithms["DSAWITHSHA256"] = "SHA-256withDSA"; RuntimeObject* L_132 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_132); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_132, _stringLiteral491827EBF82A40D8CD1E56905A0F639AFC48267E, _stringLiteralB4C051549E92AB6F438A70EE9BF4938897D349AE); // algorithms["DSAWITHSHA-256"] = "SHA-256withDSA"; RuntimeObject* L_133 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_133); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_133, _stringLiteralA549203FC9E945CBBFBEC961F65DB97F2D9EF9C5, _stringLiteralB4C051549E92AB6F438A70EE9BF4938897D349AE); // algorithms["SHA256/DSA"] = "SHA-256withDSA"; RuntimeObject* L_134 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_134); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_134, _stringLiteral66678D09042AD309640C93293B2EBF82141AB5EA, _stringLiteralB4C051549E92AB6F438A70EE9BF4938897D349AE); // algorithms["SHA-256/DSA"] = "SHA-256withDSA"; RuntimeObject* L_135 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_135); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_135, _stringLiteralBCB8F1B217496994031F5354F1BDCA4564629765, _stringLiteralB4C051549E92AB6F438A70EE9BF4938897D349AE); // algorithms["SHA256WITHDSA"] = "SHA-256withDSA"; RuntimeObject* L_136 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_136); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_136, _stringLiteralDDB1E5CA18A9EC127B1F85C807C5ED8AC4DC732F, _stringLiteralB4C051549E92AB6F438A70EE9BF4938897D349AE); // algorithms["SHA-256WITHDSA"] = "SHA-256withDSA"; RuntimeObject* L_137 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_137); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_137, _stringLiteral4F74D5663BF634967D3035978548355899B7695A, _stringLiteralB4C051549E92AB6F438A70EE9BF4938897D349AE); // algorithms[NistObjectIdentifiers.DsaWithSha256.Id] = "SHA-256withDSA"; RuntimeObject* L_138 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_139 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_DsaWithSha256_42(); NullCheck(L_139); String_t* L_140; L_140 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_139, /*hidden argument*/NULL); NullCheck(L_138); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_138, L_140, _stringLiteralB4C051549E92AB6F438A70EE9BF4938897D349AE); // algorithms["DSAWITHSHA384"] = "SHA-384withDSA"; RuntimeObject* L_141 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_141); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_141, _stringLiteral96840AE2D51E21B1EF5140B56E3BBDAC1EBF7346, _stringLiteral7BD003F717221CAE3E85DD49395B81D3D3E3439F); // algorithms["DSAWITHSHA-384"] = "SHA-384withDSA"; RuntimeObject* L_142 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_142); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_142, _stringLiteral41DE6CE06B1B081F53763C027A6B9965A89F7DFA, _stringLiteral7BD003F717221CAE3E85DD49395B81D3D3E3439F); // algorithms["SHA384/DSA"] = "SHA-384withDSA"; RuntimeObject* L_143 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_143); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_143, _stringLiteral0915EB58496979B6C4E888FC8943A4A2BDDC4244, _stringLiteral7BD003F717221CAE3E85DD49395B81D3D3E3439F); // algorithms["SHA-384/DSA"] = "SHA-384withDSA"; RuntimeObject* L_144 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_144); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_144, _stringLiteral78E1866C48D320CAD650F6805FD1DB5C06F307BC, _stringLiteral7BD003F717221CAE3E85DD49395B81D3D3E3439F); // algorithms["SHA384WITHDSA"] = "SHA-384withDSA"; RuntimeObject* L_145 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_145); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_145, _stringLiteralC715ABAB0194B09F559C12418DDEFBF93E0D80C5, _stringLiteral7BD003F717221CAE3E85DD49395B81D3D3E3439F); // algorithms["SHA-384WITHDSA"] = "SHA-384withDSA"; RuntimeObject* L_146 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_146); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_146, _stringLiteral7045D4C0A239211D1D609189B7959AB59EC9E06F, _stringLiteral7BD003F717221CAE3E85DD49395B81D3D3E3439F); // algorithms[NistObjectIdentifiers.DsaWithSha384.Id] = "SHA-384withDSA"; RuntimeObject* L_147 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_148 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_DsaWithSha384_43(); NullCheck(L_148); String_t* L_149; L_149 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_148, /*hidden argument*/NULL); NullCheck(L_147); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_147, L_149, _stringLiteral7BD003F717221CAE3E85DD49395B81D3D3E3439F); // algorithms["DSAWITHSHA512"] = "SHA-512withDSA"; RuntimeObject* L_150 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_150); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_150, _stringLiteral099CC28270C1228B5C95019735A469EB93637FAC, _stringLiteralE055359475DE8AEF0494E759C680023AFA18C594); // algorithms["DSAWITHSHA-512"] = "SHA-512withDSA"; RuntimeObject* L_151 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_151); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_151, _stringLiteral652053E3417EEB2E10DD74FAB4CAD155200EF238, _stringLiteralE055359475DE8AEF0494E759C680023AFA18C594); // algorithms["SHA512/DSA"] = "SHA-512withDSA"; RuntimeObject* L_152 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_152); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_152, _stringLiteral088DD494D44F9693CBF8F9593701FFD01A3A7EC5, _stringLiteralE055359475DE8AEF0494E759C680023AFA18C594); // algorithms["SHA-512/DSA"] = "SHA-512withDSA"; RuntimeObject* L_153 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_153); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_153, _stringLiteralCBF1541B4FD4611DE0BECAE89AA2DDF4BFE398E8, _stringLiteralE055359475DE8AEF0494E759C680023AFA18C594); // algorithms["SHA512WITHDSA"] = "SHA-512withDSA"; RuntimeObject* L_154 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_154); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_154, _stringLiteral95CECB12EF5997654615668E9338F78021E26420, _stringLiteralE055359475DE8AEF0494E759C680023AFA18C594); // algorithms["SHA-512WITHDSA"] = "SHA-512withDSA"; RuntimeObject* L_155 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_155); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_155, _stringLiteralE9EEB45CE22BBBBB03F34C4ECF58A339B2E95CF1, _stringLiteralE055359475DE8AEF0494E759C680023AFA18C594); // algorithms[NistObjectIdentifiers.DsaWithSha512.Id] = "SHA-512withDSA"; RuntimeObject* L_156 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_157 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_DsaWithSha512_44(); NullCheck(L_157); String_t* L_158; L_158 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_157, /*hidden argument*/NULL); NullCheck(L_156); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_156, L_158, _stringLiteralE055359475DE8AEF0494E759C680023AFA18C594); // algorithms["NONEWITHECDSA"] = "NONEwithECDSA"; RuntimeObject* L_159 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_159); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_159, _stringLiteral3789988BDC9B59A43F817690FBB92E0754E4E2BE, _stringLiteral92C81139973F7ED9B37C0F43999F55ED9F6AD912); // algorithms["ECDSAWITHNONE"] = "NONEwithECDSA"; RuntimeObject* L_160 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_160); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_160, _stringLiteral1B5982F7895FB0113EE46176F78A36AF42A31937, _stringLiteral92C81139973F7ED9B37C0F43999F55ED9F6AD912); // algorithms["ECDSA"] = "SHA-1withECDSA"; RuntimeObject* L_161 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_161); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_161, _stringLiteral70BBC87222786B2FB160BFD7855B579444CE1163, _stringLiteral4E902CD0A7DC211301294374C4EF425BF867B96A); // algorithms["SHA1/ECDSA"] = "SHA-1withECDSA"; RuntimeObject* L_162 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_162); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_162, _stringLiteralB9771B1143276DAEE2478EE86F56475E2A00EBFB, _stringLiteral4E902CD0A7DC211301294374C4EF425BF867B96A); // algorithms["SHA-1/ECDSA"] = "SHA-1withECDSA"; RuntimeObject* L_163 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_163); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_163, _stringLiteral79C1603A6F5FFE71389B5E36658CFD0F77A15ED8, _stringLiteral4E902CD0A7DC211301294374C4EF425BF867B96A); // algorithms["ECDSAWITHSHA1"] = "SHA-1withECDSA"; RuntimeObject* L_164 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_164); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_164, _stringLiteralA7AD513E5696D5979899AAB85472797E009007D2, _stringLiteral4E902CD0A7DC211301294374C4EF425BF867B96A); // algorithms["ECDSAWITHSHA-1"] = "SHA-1withECDSA"; RuntimeObject* L_165 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_165); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_165, _stringLiteral4D0CF1C41E6209782E768D7018548AD983F3978F, _stringLiteral4E902CD0A7DC211301294374C4EF425BF867B96A); // algorithms["SHA1WITHECDSA"] = "SHA-1withECDSA"; RuntimeObject* L_166 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_166); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_166, _stringLiteral91418DC5CE55D8F41D97B9EB719D8DA971A0A80D, _stringLiteral4E902CD0A7DC211301294374C4EF425BF867B96A); // algorithms["SHA-1WITHECDSA"] = "SHA-1withECDSA"; RuntimeObject* L_167 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_167); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_167, _stringLiteralBDCDA64B401442F3A0A485FA1DA4A2649D8A5A31, _stringLiteral4E902CD0A7DC211301294374C4EF425BF867B96A); // algorithms[X9ObjectIdentifiers.ECDsaWithSha1.Id] = "SHA-1withECDSA"; RuntimeObject* L_168 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_169 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha1_10(); NullCheck(L_169); String_t* L_170; L_170 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_169, /*hidden argument*/NULL); NullCheck(L_168); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_168, L_170, _stringLiteral4E902CD0A7DC211301294374C4EF425BF867B96A); // algorithms[TeleTrusTObjectIdentifiers.ECSignWithSha1.Id] = "SHA-1withECDSA"; RuntimeObject* L_171 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_172 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_ECSignWithSha1_9(); NullCheck(L_172); String_t* L_173; L_173 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_172, /*hidden argument*/NULL); NullCheck(L_171); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_171, L_173, _stringLiteral4E902CD0A7DC211301294374C4EF425BF867B96A); // algorithms["SHA224/ECDSA"] = "SHA-224withECDSA"; RuntimeObject* L_174 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_174); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_174, _stringLiteralC8567CDB7A7366D698BDDB92985B76F4B748843F, _stringLiteral2A27AC1AF1C3F8D074FE700884473531435E38AA); // algorithms["SHA-224/ECDSA"] = "SHA-224withECDSA"; RuntimeObject* L_175 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_175); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_175, _stringLiteralA834C7919AA572F008660577AD668D7BDA19219A, _stringLiteral2A27AC1AF1C3F8D074FE700884473531435E38AA); // algorithms["ECDSAWITHSHA224"] = "SHA-224withECDSA"; RuntimeObject* L_176 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_176); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_176, _stringLiteralF3530954E26F686E2D5CDE74EDA022F8FB71A5ED, _stringLiteral2A27AC1AF1C3F8D074FE700884473531435E38AA); // algorithms["ECDSAWITHSHA-224"] = "SHA-224withECDSA"; RuntimeObject* L_177 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_177); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_177, _stringLiteralE1B9E16E152452DF75C998AEA41E51A956742114, _stringLiteral2A27AC1AF1C3F8D074FE700884473531435E38AA); // algorithms["SHA224WITHECDSA"] = "SHA-224withECDSA"; RuntimeObject* L_178 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_178); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_178, _stringLiteral33038386B47A94676767B67BA384962CDFC9EF7C, _stringLiteral2A27AC1AF1C3F8D074FE700884473531435E38AA); // algorithms["SHA-224WITHECDSA"] = "SHA-224withECDSA"; RuntimeObject* L_179 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_179); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_179, _stringLiteral45E7C71D732EE8A4264A2D0F3ECB384B272F5D5C, _stringLiteral2A27AC1AF1C3F8D074FE700884473531435E38AA); // algorithms[X9ObjectIdentifiers.ECDsaWithSha224.Id] = "SHA-224withECDSA"; RuntimeObject* L_180 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_181 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha224_15(); NullCheck(L_181); String_t* L_182; L_182 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_181, /*hidden argument*/NULL); NullCheck(L_180); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_180, L_182, _stringLiteral2A27AC1AF1C3F8D074FE700884473531435E38AA); // algorithms["SHA256/ECDSA"] = "SHA-256withECDSA"; RuntimeObject* L_183 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_183); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_183, _stringLiteral0E039EE3E04D79F57B38BBA96FECA1E4A608DF32, _stringLiteral699C5A2F26A3A982D0E1FC390A8471F950E2BDAF); // algorithms["SHA-256/ECDSA"] = "SHA-256withECDSA"; RuntimeObject* L_184 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_184); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_184, _stringLiteral794DEA5CBFBC7A8A0FFE03F817B3A011A3A34ED7, _stringLiteral699C5A2F26A3A982D0E1FC390A8471F950E2BDAF); // algorithms["ECDSAWITHSHA256"] = "SHA-256withECDSA"; RuntimeObject* L_185 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_185); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_185, _stringLiteral3508D82DF6DF02FAEE2F9E2B3FE5B1E30828843B, _stringLiteral699C5A2F26A3A982D0E1FC390A8471F950E2BDAF); // algorithms["ECDSAWITHSHA-256"] = "SHA-256withECDSA"; RuntimeObject* L_186 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_186); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_186, _stringLiteral1129BC8793FDB48FD1F49D0F6F70A11902F2757A, _stringLiteral699C5A2F26A3A982D0E1FC390A8471F950E2BDAF); // algorithms["SHA256WITHECDSA"] = "SHA-256withECDSA"; RuntimeObject* L_187 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_187); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_187, _stringLiteralF39378FDB228D1C899BABB186E12163DE48302F5, _stringLiteral699C5A2F26A3A982D0E1FC390A8471F950E2BDAF); // algorithms["SHA-256WITHECDSA"] = "SHA-256withECDSA"; RuntimeObject* L_188 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_188); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_188, _stringLiteralB333947689D4C2C7AC61C4F4C49000F0A965EDA8, _stringLiteral699C5A2F26A3A982D0E1FC390A8471F950E2BDAF); // algorithms[X9ObjectIdentifiers.ECDsaWithSha256.Id] = "SHA-256withECDSA"; RuntimeObject* L_189 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_190 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha256_16(); NullCheck(L_190); String_t* L_191; L_191 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_190, /*hidden argument*/NULL); NullCheck(L_189); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_189, L_191, _stringLiteral699C5A2F26A3A982D0E1FC390A8471F950E2BDAF); // algorithms["SHA384/ECDSA"] = "SHA-384withECDSA"; RuntimeObject* L_192 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_192); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_192, _stringLiteral47B23EDA093C542158D66EE1C67AEA54D219B072, _stringLiteral2D3D04CA75261BE7AE3995899EA5DCF4FDFCFD3B); // algorithms["SHA-384/ECDSA"] = "SHA-384withECDSA"; RuntimeObject* L_193 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_193); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_193, _stringLiteralBF421D1976829CEC7975ED45844D568A47C77BA7, _stringLiteral2D3D04CA75261BE7AE3995899EA5DCF4FDFCFD3B); // algorithms["ECDSAWITHSHA384"] = "SHA-384withECDSA"; RuntimeObject* L_194 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_194); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_194, _stringLiteralC03C5C5073D40D6486914BEFB606A2E48720F3E4, _stringLiteral2D3D04CA75261BE7AE3995899EA5DCF4FDFCFD3B); // algorithms["ECDSAWITHSHA-384"] = "SHA-384withECDSA"; RuntimeObject* L_195 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_195); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_195, _stringLiteral8A5D3CC6D8C92C62DD06D477C28E31092E8E5397, _stringLiteral2D3D04CA75261BE7AE3995899EA5DCF4FDFCFD3B); // algorithms["SHA384WITHECDSA"] = "SHA-384withECDSA"; RuntimeObject* L_196 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_196); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_196, _stringLiteral8BB58B989DAAEFFC9FC49609A564874097684981, _stringLiteral2D3D04CA75261BE7AE3995899EA5DCF4FDFCFD3B); // algorithms["SHA-384WITHECDSA"] = "SHA-384withECDSA"; RuntimeObject* L_197 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_197); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_197, _stringLiteral05F5A6F2B69678575330A559E9B6CF0641E882DB, _stringLiteral2D3D04CA75261BE7AE3995899EA5DCF4FDFCFD3B); // algorithms[X9ObjectIdentifiers.ECDsaWithSha384.Id] = "SHA-384withECDSA"; RuntimeObject* L_198 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_199 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha384_17(); NullCheck(L_199); String_t* L_200; L_200 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_199, /*hidden argument*/NULL); NullCheck(L_198); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_198, L_200, _stringLiteral2D3D04CA75261BE7AE3995899EA5DCF4FDFCFD3B); // algorithms["SHA512/ECDSA"] = "SHA-512withECDSA"; RuntimeObject* L_201 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_201); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_201, _stringLiteralAA7B97D8F8FAD5B1CDD326D8F82ECE3896140BF8, _stringLiteral8C75BE6DB6EBBDD7D1B1C0C01BB9CFA64CD20B85); // algorithms["SHA-512/ECDSA"] = "SHA-512withECDSA"; RuntimeObject* L_202 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_202); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_202, _stringLiteralED13ACC4D7BE1DF30500B8802285A3F7A16E9FBF, _stringLiteral8C75BE6DB6EBBDD7D1B1C0C01BB9CFA64CD20B85); // algorithms["ECDSAWITHSHA512"] = "SHA-512withECDSA"; RuntimeObject* L_203 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_203); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_203, _stringLiteral8C55FC06918A8495793DD0B8BEF5EDB253A46954, _stringLiteral8C75BE6DB6EBBDD7D1B1C0C01BB9CFA64CD20B85); // algorithms["ECDSAWITHSHA-512"] = "SHA-512withECDSA"; RuntimeObject* L_204 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_204); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_204, _stringLiteralDF05232BAF0BABA6B27485EE3215FD062DA6ACBC, _stringLiteral8C75BE6DB6EBBDD7D1B1C0C01BB9CFA64CD20B85); // algorithms["SHA512WITHECDSA"] = "SHA-512withECDSA"; RuntimeObject* L_205 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_205); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_205, _stringLiteral1FDF3C1B76238A2773D9417DEDEF895091BA1556, _stringLiteral8C75BE6DB6EBBDD7D1B1C0C01BB9CFA64CD20B85); // algorithms["SHA-512WITHECDSA"] = "SHA-512withECDSA"; RuntimeObject* L_206 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_206); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_206, _stringLiteralFD7A9347526E772833D535C11CD9C703302D3807, _stringLiteral8C75BE6DB6EBBDD7D1B1C0C01BB9CFA64CD20B85); // algorithms[X9ObjectIdentifiers.ECDsaWithSha512.Id] = "SHA-512withECDSA"; RuntimeObject* L_207 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_208 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha512_18(); NullCheck(L_208); String_t* L_209; L_209 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_208, /*hidden argument*/NULL); NullCheck(L_207); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_207, L_209, _stringLiteral8C75BE6DB6EBBDD7D1B1C0C01BB9CFA64CD20B85); // algorithms["RIPEMD160/ECDSA"] = "RIPEMD160withECDSA"; RuntimeObject* L_210 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_210); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_210, _stringLiteral55BF0F6D5B36794DD6EB17AC427C235EA72A2985, _stringLiteral48BE2E48691204F953A77B541E689C219B226BFC); // algorithms["ECDSAWITHRIPEMD160"] = "RIPEMD160withECDSA"; RuntimeObject* L_211 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_211); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_211, _stringLiteralB815EABDB94BEE595AF04F06FE6FB0A101466439, _stringLiteral48BE2E48691204F953A77B541E689C219B226BFC); // algorithms["RIPEMD160WITHECDSA"] = "RIPEMD160withECDSA"; RuntimeObject* L_212 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_212); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_212, _stringLiteral3D76BFBACC4AF1169A5892B3441D41DF56AE6510, _stringLiteral48BE2E48691204F953A77B541E689C219B226BFC); // algorithms[TeleTrusTObjectIdentifiers.ECSignWithRipeMD160.Id] = "RIPEMD160withECDSA"; RuntimeObject* L_213 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_214 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_ECSignWithRipeMD160_10(); NullCheck(L_214); String_t* L_215; L_215 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_214, /*hidden argument*/NULL); NullCheck(L_213); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_213, L_215, _stringLiteral48BE2E48691204F953A77B541E689C219B226BFC); // algorithms["NONEWITHCVC-ECDSA"] = "NONEwithCVC-ECDSA"; RuntimeObject* L_216 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_216); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_216, _stringLiteral6ED0886B79BF3D0B86B64220C0532593F6FC1321, _stringLiteralCD72562E9AFD41DE97B06CF947BDADF75045A2EE); // algorithms["CVC-ECDSAWITHNONE"] = "NONEwithCVC-ECDSA"; RuntimeObject* L_217 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_217); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_217, _stringLiteral22706506B958B662D9EEEAD5E6FC9E42EBD3039A, _stringLiteralCD72562E9AFD41DE97B06CF947BDADF75045A2EE); // algorithms["SHA1/CVC-ECDSA"] = "SHA-1withCVC-ECDSA"; RuntimeObject* L_218 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_218); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_218, _stringLiteralAEF238C2CF75BC93331876A078C7D21FE3EFD378, _stringLiteralD8EA60604B9E8408F17B97F72D29369987A67190); // algorithms["SHA-1/CVC-ECDSA"] = "SHA-1withCVC-ECDSA"; RuntimeObject* L_219 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_219); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_219, _stringLiteral76C4B70ED417CDD7C74BA5A6EA1F6FA224C89086, _stringLiteralD8EA60604B9E8408F17B97F72D29369987A67190); // algorithms["CVC-ECDSAWITHSHA1"] = "SHA-1withCVC-ECDSA"; RuntimeObject* L_220 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_220); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_220, _stringLiteral7C5A03103DD42865C446C7B36742590C78BCB12F, _stringLiteralD8EA60604B9E8408F17B97F72D29369987A67190); // algorithms["CVC-ECDSAWITHSHA-1"] = "SHA-1withCVC-ECDSA"; RuntimeObject* L_221 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_221); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_221, _stringLiteralF71D224125D8E3979A2151DB7D0BBF3E2D89ECA3, _stringLiteralD8EA60604B9E8408F17B97F72D29369987A67190); // algorithms["SHA1WITHCVC-ECDSA"] = "SHA-1withCVC-ECDSA"; RuntimeObject* L_222 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_222); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_222, _stringLiteralF08D8F918289181C1C89076AE505649B71DB03C4, _stringLiteralD8EA60604B9E8408F17B97F72D29369987A67190); // algorithms["SHA-1WITHCVC-ECDSA"] = "SHA-1withCVC-ECDSA"; RuntimeObject* L_223 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_223); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_223, _stringLiteral3A0C12D5693445012E288EFB7BEB2C6228789FB3, _stringLiteralD8EA60604B9E8408F17B97F72D29369987A67190); // algorithms[EacObjectIdentifiers.id_TA_ECDSA_SHA_1.Id] = "SHA-1withCVC-ECDSA"; RuntimeObject* L_224 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_225 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_1_16(); NullCheck(L_225); String_t* L_226; L_226 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_225, /*hidden argument*/NULL); NullCheck(L_224); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_224, L_226, _stringLiteralD8EA60604B9E8408F17B97F72D29369987A67190); // algorithms["SHA224/CVC-ECDSA"] = "SHA-224withCVC-ECDSA"; RuntimeObject* L_227 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_227); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_227, _stringLiteral8AB41D6447A9670B1E79A750970D5E8EBA0F3DAD, _stringLiteral374EA3C06BCA3BC1F58B5D06A676824104EE78DD); // algorithms["SHA-224/CVC-ECDSA"] = "SHA-224withCVC-ECDSA"; RuntimeObject* L_228 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_228); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_228, _stringLiteral3F610BEEA64A25A393556A169718E877E99A5E7D, _stringLiteral374EA3C06BCA3BC1F58B5D06A676824104EE78DD); // algorithms["CVC-ECDSAWITHSHA224"] = "SHA-224withCVC-ECDSA"; RuntimeObject* L_229 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_229); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_229, _stringLiteral2DF293F31B6A6AD4F4F611066893CC4FD31B8619, _stringLiteral374EA3C06BCA3BC1F58B5D06A676824104EE78DD); // algorithms["CVC-ECDSAWITHSHA-224"] = "SHA-224withCVC-ECDSA"; RuntimeObject* L_230 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_230); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_230, _stringLiteral7848BB12656B70578D0BEBFBFCBB387FBFDD23EC, _stringLiteral374EA3C06BCA3BC1F58B5D06A676824104EE78DD); // algorithms["SHA224WITHCVC-ECDSA"] = "SHA-224withCVC-ECDSA"; RuntimeObject* L_231 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_231); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_231, _stringLiteralC8C948654560189825CD1D00C4B0967775F09581, _stringLiteral374EA3C06BCA3BC1F58B5D06A676824104EE78DD); // algorithms["SHA-224WITHCVC-ECDSA"] = "SHA-224withCVC-ECDSA"; RuntimeObject* L_232 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_232); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_232, _stringLiteralCB921A68E7C51C5691CBD6F39008736242C7CFA8, _stringLiteral374EA3C06BCA3BC1F58B5D06A676824104EE78DD); // algorithms[EacObjectIdentifiers.id_TA_ECDSA_SHA_224.Id] = "SHA-224withCVC-ECDSA"; RuntimeObject* L_233 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_234 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_224_17(); NullCheck(L_234); String_t* L_235; L_235 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_234, /*hidden argument*/NULL); NullCheck(L_233); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_233, L_235, _stringLiteral374EA3C06BCA3BC1F58B5D06A676824104EE78DD); // algorithms["SHA256/CVC-ECDSA"] = "SHA-256withCVC-ECDSA"; RuntimeObject* L_236 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_236); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_236, _stringLiteral4701E4A087C72379D4BC47ED46B08B8B3B03C15E, _stringLiteral6DB573B6F9740324AD57C064BD34F3B0241F27A5); // algorithms["SHA-256/CVC-ECDSA"] = "SHA-256withCVC-ECDSA"; RuntimeObject* L_237 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_237); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_237, _stringLiteralCAB67EC6EAAC1B8C6297186FD0456A54795FD6CD, _stringLiteral6DB573B6F9740324AD57C064BD34F3B0241F27A5); // algorithms["CVC-ECDSAWITHSHA256"] = "SHA-256withCVC-ECDSA"; RuntimeObject* L_238 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_238); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_238, _stringLiteral04FED890FE21C899A5EA04FDBCC8A45A6E3E1BFB, _stringLiteral6DB573B6F9740324AD57C064BD34F3B0241F27A5); // algorithms["CVC-ECDSAWITHSHA-256"] = "SHA-256withCVC-ECDSA"; RuntimeObject* L_239 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_239); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_239, _stringLiteral311AEE8EF25C649B1AEF8337D7047F85C972D4C2, _stringLiteral6DB573B6F9740324AD57C064BD34F3B0241F27A5); // algorithms["SHA256WITHCVC-ECDSA"] = "SHA-256withCVC-ECDSA"; RuntimeObject* L_240 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_240); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_240, _stringLiteralF023E3B1C463976B9FF4F69CB798AE2722E8B70E, _stringLiteral6DB573B6F9740324AD57C064BD34F3B0241F27A5); // algorithms["SHA-256WITHCVC-ECDSA"] = "SHA-256withCVC-ECDSA"; RuntimeObject* L_241 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_241); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_241, _stringLiteral2E3BE265A1AFB60701F6636731DC7262753B9508, _stringLiteral6DB573B6F9740324AD57C064BD34F3B0241F27A5); // algorithms[EacObjectIdentifiers.id_TA_ECDSA_SHA_256.Id] = "SHA-256withCVC-ECDSA"; RuntimeObject* L_242 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_243 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_256_18(); NullCheck(L_243); String_t* L_244; L_244 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_243, /*hidden argument*/NULL); NullCheck(L_242); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_242, L_244, _stringLiteral6DB573B6F9740324AD57C064BD34F3B0241F27A5); // algorithms["SHA384/CVC-ECDSA"] = "SHA-384withCVC-ECDSA"; RuntimeObject* L_245 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_245); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_245, _stringLiteral5E4059AD2C232E00933F16BBE5CACE435CCBFF5D, _stringLiteral776422EF5823ABE2A8839EE12DC33B33576F296D); // algorithms["SHA-384/CVC-ECDSA"] = "SHA-384withCVC-ECDSA"; RuntimeObject* L_246 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_246); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_246, _stringLiteral44E2DD59B0F03AEB13B8EED7651CE421D479D125, _stringLiteral776422EF5823ABE2A8839EE12DC33B33576F296D); // algorithms["CVC-ECDSAWITHSHA384"] = "SHA-384withCVC-ECDSA"; RuntimeObject* L_247 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_247); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_247, _stringLiteralEE6127F0EFF26E52CB539D1D95A2C1E4D3D42E69, _stringLiteral776422EF5823ABE2A8839EE12DC33B33576F296D); // algorithms["CVC-ECDSAWITHSHA-384"] = "SHA-384withCVC-ECDSA"; RuntimeObject* L_248 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_248); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_248, _stringLiteral61558D9974EA32BD0D987941CB3872B12F43CFEA, _stringLiteral776422EF5823ABE2A8839EE12DC33B33576F296D); // algorithms["SHA384WITHCVC-ECDSA"] = "SHA-384withCVC-ECDSA"; RuntimeObject* L_249 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_249); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_249, _stringLiteral7782C5DFF33553EF6A06B19EEC7D43E59D6B861E, _stringLiteral776422EF5823ABE2A8839EE12DC33B33576F296D); // algorithms["SHA-384WITHCVC-ECDSA"] = "SHA-384withCVC-ECDSA"; RuntimeObject* L_250 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_250); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_250, _stringLiteralFEA615C7E99DB0C0900CB7E1F4F22A82DA17B857, _stringLiteral776422EF5823ABE2A8839EE12DC33B33576F296D); // algorithms[EacObjectIdentifiers.id_TA_ECDSA_SHA_384.Id] = "SHA-384withCVC-ECDSA"; RuntimeObject* L_251 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_252 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_384_19(); NullCheck(L_252); String_t* L_253; L_253 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_252, /*hidden argument*/NULL); NullCheck(L_251); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_251, L_253, _stringLiteral776422EF5823ABE2A8839EE12DC33B33576F296D); // algorithms["SHA512/CVC-ECDSA"] = "SHA-512withCVC-ECDSA"; RuntimeObject* L_254 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_254); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_254, _stringLiteral7C376F01266BD7C10FDC0676C38217991A46ECAA, _stringLiteral3727E5851E275DD3E749AC32F29B7BBCE34EBFEA); // algorithms["SHA-512/CVC-ECDSA"] = "SHA-512withCVC-ECDSA"; RuntimeObject* L_255 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_255); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_255, _stringLiteralAA6955CF57018EB34CF6FEC1817772550009B913, _stringLiteral3727E5851E275DD3E749AC32F29B7BBCE34EBFEA); // algorithms["CVC-ECDSAWITHSHA512"] = "SHA-512withCVC-ECDSA"; RuntimeObject* L_256 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_256); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_256, _stringLiteral0B9FA7AE5B7EEEFB48817166ABFD70EFE04167F1, _stringLiteral3727E5851E275DD3E749AC32F29B7BBCE34EBFEA); // algorithms["CVC-ECDSAWITHSHA-512"] = "SHA-512withCVC-ECDSA"; RuntimeObject* L_257 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_257); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_257, _stringLiteralD88D6F598D1BC1D0C482BC535ECDFDE899719152, _stringLiteral3727E5851E275DD3E749AC32F29B7BBCE34EBFEA); // algorithms["SHA512WITHCVC-ECDSA"] = "SHA-512withCVC-ECDSA"; RuntimeObject* L_258 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_258); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_258, _stringLiteralEBA0995EB0DBAA1C50BF998249CD5D140D5D28CE, _stringLiteral3727E5851E275DD3E749AC32F29B7BBCE34EBFEA); // algorithms["SHA-512WITHCVC-ECDSA"] = "SHA-512withCVC-ECDSA"; RuntimeObject* L_259 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_259); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_259, _stringLiteral8D6A7513C9A393B9B66442BC3D774DD5EF7E3401, _stringLiteral3727E5851E275DD3E749AC32F29B7BBCE34EBFEA); // algorithms[EacObjectIdentifiers.id_TA_ECDSA_SHA_512.Id] = "SHA-512withCVC-ECDSA"; RuntimeObject* L_260 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_261 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_512_20(); NullCheck(L_261); String_t* L_262; L_262 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_261, /*hidden argument*/NULL); NullCheck(L_260); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_260, L_262, _stringLiteral3727E5851E275DD3E749AC32F29B7BBCE34EBFEA); // algorithms["NONEWITHPLAIN-ECDSA"] = "NONEwithPLAIN-ECDSA"; RuntimeObject* L_263 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_263); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_263, _stringLiteralF8E9BEF18CE566E4A0F9A0613D9C6035FA70E19B, _stringLiteral11E2811323FC20A0D3ECC2A721C0182CBC75D2EC); // algorithms["PLAIN-ECDSAWITHNONE"] = "NONEwithPLAIN-ECDSA"; RuntimeObject* L_264 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_264); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_264, _stringLiteralC9F16D1EC34FA52DFB41BA950AE82C26A86838D2, _stringLiteral11E2811323FC20A0D3ECC2A721C0182CBC75D2EC); // algorithms["SHA1/PLAIN-ECDSA"] = "SHA-1withPLAIN-ECDSA"; RuntimeObject* L_265 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_265); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_265, _stringLiteralD8276FC8B56E912FC7C07F045020C715A465AAF5, _stringLiteral9D708AD458B3B4DBD62A73BD3690E17741B49B15); // algorithms["SHA-1/PLAIN-ECDSA"] = "SHA-1withPLAIN-ECDSA"; RuntimeObject* L_266 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_266); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_266, _stringLiteralBB9DB7C4F647C7B24E139EA12D38B8EE998B6D2A, _stringLiteral9D708AD458B3B4DBD62A73BD3690E17741B49B15); // algorithms["PLAIN-ECDSAWITHSHA1"] = "SHA-1withPLAIN-ECDSA"; RuntimeObject* L_267 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_267); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_267, _stringLiteralB806B41B46D0C9A0ED4A3D016C7211DB6E974031, _stringLiteral9D708AD458B3B4DBD62A73BD3690E17741B49B15); // algorithms["PLAIN-ECDSAWITHSHA-1"] = "SHA-1withPLAIN-ECDSA"; RuntimeObject* L_268 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_268); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_268, _stringLiteral0A0B06124E3DC09F1B7EDA8FCC204DD836858A3F, _stringLiteral9D708AD458B3B4DBD62A73BD3690E17741B49B15); // algorithms["SHA1WITHPLAIN-ECDSA"] = "SHA-1withPLAIN-ECDSA"; RuntimeObject* L_269 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_269); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_269, _stringLiteral4C0A77CCBCAD53FA2EB1F719E91604205B299A00, _stringLiteral9D708AD458B3B4DBD62A73BD3690E17741B49B15); // algorithms["SHA-1WITHPLAIN-ECDSA"] = "SHA-1withPLAIN-ECDSA"; RuntimeObject* L_270 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_270); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_270, _stringLiteral24EE5AF0E69F1AACDA7497EC3EB4A128C39A4863, _stringLiteral9D708AD458B3B4DBD62A73BD3690E17741B49B15); // algorithms[BsiObjectIdentifiers.ecdsa_plain_SHA1.Id] = "SHA-1withPLAIN-ECDSA"; RuntimeObject* L_271 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_272 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_SHA1_3(); NullCheck(L_272); String_t* L_273; L_273 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_272, /*hidden argument*/NULL); NullCheck(L_271); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_271, L_273, _stringLiteral9D708AD458B3B4DBD62A73BD3690E17741B49B15); // algorithms["SHA224/PLAIN-ECDSA"] = "SHA-224withPLAIN-ECDSA"; RuntimeObject* L_274 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_274); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_274, _stringLiteral590B1B5C51D5513DF55FF28DA97433C0F21F0568, _stringLiteral51898A92325B5C9CAD6D93D0DDA2792AC55112A3); // algorithms["SHA-224/PLAIN-ECDSA"] = "SHA-224withPLAIN-ECDSA"; RuntimeObject* L_275 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_275); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_275, _stringLiteral3BB64867D1AA0674C63F99D3455BB22C308116FD, _stringLiteral51898A92325B5C9CAD6D93D0DDA2792AC55112A3); // algorithms["PLAIN-ECDSAWITHSHA224"] = "SHA-224withPLAIN-ECDSA"; RuntimeObject* L_276 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_276); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_276, _stringLiteralEF54955BA9399AFB2E016402CAC4FC110BA3C3C4, _stringLiteral51898A92325B5C9CAD6D93D0DDA2792AC55112A3); // algorithms["PLAIN-ECDSAWITHSHA-224"] = "SHA-224withPLAIN-ECDSA"; RuntimeObject* L_277 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_277); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_277, _stringLiteral629EB7E9CBBE7B63A58E9DB1591549C0C5730335, _stringLiteral51898A92325B5C9CAD6D93D0DDA2792AC55112A3); // algorithms["SHA224WITHPLAIN-ECDSA"] = "SHA-224withPLAIN-ECDSA"; RuntimeObject* L_278 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_278); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_278, _stringLiteralB50D212469D6C5079F5E990FE148CC459888C1E7, _stringLiteral51898A92325B5C9CAD6D93D0DDA2792AC55112A3); // algorithms["SHA-224WITHPLAIN-ECDSA"] = "SHA-224withPLAIN-ECDSA"; RuntimeObject* L_279 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_279); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_279, _stringLiteral8E883E3431AD22301E45EC234D57C10833C316DD, _stringLiteral51898A92325B5C9CAD6D93D0DDA2792AC55112A3); // algorithms[BsiObjectIdentifiers.ecdsa_plain_SHA224.Id] = "SHA-224withPLAIN-ECDSA"; RuntimeObject* L_280 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_281 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_SHA224_4(); NullCheck(L_281); String_t* L_282; L_282 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_281, /*hidden argument*/NULL); NullCheck(L_280); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_280, L_282, _stringLiteral51898A92325B5C9CAD6D93D0DDA2792AC55112A3); // algorithms["SHA256/PLAIN-ECDSA"] = "SHA-256withPLAIN-ECDSA"; RuntimeObject* L_283 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_283); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_283, _stringLiteralAB93FE56471DAC934AE5603BD748045116390D26, _stringLiteral95E8A92D440BD41AE98A16DEBF0B8BA6F71B3EAC); // algorithms["SHA-256/PLAIN-ECDSA"] = "SHA-256withPLAIN-ECDSA"; RuntimeObject* L_284 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_284); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_284, _stringLiteral3D5C24D4C4F3C033BA42B10583A4389C6D30E51E, _stringLiteral95E8A92D440BD41AE98A16DEBF0B8BA6F71B3EAC); // algorithms["PLAIN-ECDSAWITHSHA256"] = "SHA-256withPLAIN-ECDSA"; RuntimeObject* L_285 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_285); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_285, _stringLiteral2376009E046E504C46D600A3889864DD5FF3DD2E, _stringLiteral95E8A92D440BD41AE98A16DEBF0B8BA6F71B3EAC); // algorithms["PLAIN-ECDSAWITHSHA-256"] = "SHA-256withPLAIN-ECDSA"; RuntimeObject* L_286 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_286); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_286, _stringLiteralEB53FD543C66348EED14CD921F6C5223FD82A289, _stringLiteral95E8A92D440BD41AE98A16DEBF0B8BA6F71B3EAC); // algorithms["SHA256WITHPLAIN-ECDSA"] = "SHA-256withPLAIN-ECDSA"; RuntimeObject* L_287 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_287); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_287, _stringLiteralC354348430BBE2F8907CD5DA9BB9F9CA179A80BD, _stringLiteral95E8A92D440BD41AE98A16DEBF0B8BA6F71B3EAC); // algorithms["SHA-256WITHPLAIN-ECDSA"] = "SHA-256withPLAIN-ECDSA"; RuntimeObject* L_288 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_288); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_288, _stringLiteral7CF9156BD3E33628135EE7FD140F6C831AB48D16, _stringLiteral95E8A92D440BD41AE98A16DEBF0B8BA6F71B3EAC); // algorithms[BsiObjectIdentifiers.ecdsa_plain_SHA256.Id] = "SHA-256withPLAIN-ECDSA"; RuntimeObject* L_289 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_290 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_SHA256_5(); NullCheck(L_290); String_t* L_291; L_291 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_290, /*hidden argument*/NULL); NullCheck(L_289); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_289, L_291, _stringLiteral95E8A92D440BD41AE98A16DEBF0B8BA6F71B3EAC); // algorithms["SHA384/PLAIN-ECDSA"] = "SHA-384withPLAIN-ECDSA"; RuntimeObject* L_292 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_292); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_292, _stringLiteral19983A64611521CAA3471811E80D433D1A6C5613, _stringLiteral3413F8C5E1D953073686087B32C04E3E886A8CCA); // algorithms["SHA-384/PLAIN-ECDSA"] = "SHA-384withPLAIN-ECDSA"; RuntimeObject* L_293 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_293); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_293, _stringLiteral56CFF16536C89A6CF473479CC32384DC06CC28AB, _stringLiteral3413F8C5E1D953073686087B32C04E3E886A8CCA); // algorithms["PLAIN-ECDSAWITHSHA384"] = "SHA-384withPLAIN-ECDSA"; RuntimeObject* L_294 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_294); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_294, _stringLiteral7D3A477DC79B216E1B41D94B4BDAAD06C3D1A107, _stringLiteral3413F8C5E1D953073686087B32C04E3E886A8CCA); // algorithms["PLAIN-ECDSAWITHSHA-384"] = "SHA-384withPLAIN-ECDSA"; RuntimeObject* L_295 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_295); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_295, _stringLiteral9E3508FA5D7D4DFAB1BCD1BD60C15A3AEF59885D, _stringLiteral3413F8C5E1D953073686087B32C04E3E886A8CCA); // algorithms["SHA384WITHPLAIN-ECDSA"] = "SHA-384withPLAIN-ECDSA"; RuntimeObject* L_296 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_296); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_296, _stringLiteral3A29AA375F9BAC1084371C300D4FDDBE5DC2C57B, _stringLiteral3413F8C5E1D953073686087B32C04E3E886A8CCA); // algorithms["SHA-384WITHPLAIN-ECDSA"] = "SHA-384withPLAIN-ECDSA"; RuntimeObject* L_297 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_297); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_297, _stringLiteralAE7852F7F03945840775A4C2A6DC1D99125B0780, _stringLiteral3413F8C5E1D953073686087B32C04E3E886A8CCA); // algorithms[BsiObjectIdentifiers.ecdsa_plain_SHA384.Id] = "SHA-384withPLAIN-ECDSA"; RuntimeObject* L_298 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_299 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_SHA384_6(); NullCheck(L_299); String_t* L_300; L_300 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_299, /*hidden argument*/NULL); NullCheck(L_298); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_298, L_300, _stringLiteral3413F8C5E1D953073686087B32C04E3E886A8CCA); // algorithms["SHA512/PLAIN-ECDSA"] = "SHA-512withPLAIN-ECDSA"; RuntimeObject* L_301 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_301); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_301, _stringLiteralC904D8B26CE85B5DD8333B1CFA0500BE388068AE, _stringLiteral184E7CD390E5FBBD7353E97AE1DE4CC256B374CA); // algorithms["SHA-512/PLAIN-ECDSA"] = "SHA-512withPLAIN-ECDSA"; RuntimeObject* L_302 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_302); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_302, _stringLiteral70BF2565EA6D24A257FF007BE4255361D4B4C912, _stringLiteral184E7CD390E5FBBD7353E97AE1DE4CC256B374CA); // algorithms["PLAIN-ECDSAWITHSHA512"] = "SHA-512withPLAIN-ECDSA"; RuntimeObject* L_303 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_303); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_303, _stringLiteral2A6035A6800B72062BFCC568E59F1FE881C50E65, _stringLiteral184E7CD390E5FBBD7353E97AE1DE4CC256B374CA); // algorithms["PLAIN-ECDSAWITHSHA-512"] = "SHA-512withPLAIN-ECDSA"; RuntimeObject* L_304 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_304); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_304, _stringLiteral16E3C42E4C8B523BE89D891036A8BB0EDBA15FF0, _stringLiteral184E7CD390E5FBBD7353E97AE1DE4CC256B374CA); // algorithms["SHA512WITHPLAIN-ECDSA"] = "SHA-512withPLAIN-ECDSA"; RuntimeObject* L_305 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_305); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_305, _stringLiteral054241F3BFEB7ACA7085BCD8652D309248E4EF4B, _stringLiteral184E7CD390E5FBBD7353E97AE1DE4CC256B374CA); // algorithms["SHA-512WITHPLAIN-ECDSA"] = "SHA-512withPLAIN-ECDSA"; RuntimeObject* L_306 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_306); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_306, _stringLiteral758E66C583984405F8D7147197B847B201762057, _stringLiteral184E7CD390E5FBBD7353E97AE1DE4CC256B374CA); // algorithms[BsiObjectIdentifiers.ecdsa_plain_SHA512.Id] = "SHA-512withPLAIN-ECDSA"; RuntimeObject* L_307 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_308 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_SHA512_7(); NullCheck(L_308); String_t* L_309; L_309 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_308, /*hidden argument*/NULL); NullCheck(L_307); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_307, L_309, _stringLiteral184E7CD390E5FBBD7353E97AE1DE4CC256B374CA); // algorithms["RIPEMD160/PLAIN-ECDSA"] = "RIPEMD160withPLAIN-ECDSA"; RuntimeObject* L_310 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_310); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_310, _stringLiteral0A8F1E793F4531B363A5B08B970B4790094AC80A, _stringLiteral1CB62C537C09C44DC5357315FAF2FB6F8B7C6BD2); // algorithms["PLAIN-ECDSAWITHRIPEMD160"] = "RIPEMD160withPLAIN-ECDSA"; RuntimeObject* L_311 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_311); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_311, _stringLiteral1DD2B7A7161B8E1E52903C787FAA056CD8FA65CF, _stringLiteral1CB62C537C09C44DC5357315FAF2FB6F8B7C6BD2); // algorithms["RIPEMD160WITHPLAIN-ECDSA"] = "RIPEMD160withPLAIN-ECDSA"; RuntimeObject* L_312 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_312); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_312, _stringLiteral9CC607651E3988F8334E1A60D1B36F036BA754E3, _stringLiteral1CB62C537C09C44DC5357315FAF2FB6F8B7C6BD2); // algorithms[BsiObjectIdentifiers.ecdsa_plain_RIPEMD160.Id] = "RIPEMD160withPLAIN-ECDSA"; RuntimeObject* L_313 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_314 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_RIPEMD160_8(); NullCheck(L_314); String_t* L_315; L_315 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_314, /*hidden argument*/NULL); NullCheck(L_313); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_313, L_315, _stringLiteral1CB62C537C09C44DC5357315FAF2FB6F8B7C6BD2); // algorithms["SHA1WITHECNR"] = "SHA-1withECNR"; RuntimeObject* L_316 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_316); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_316, _stringLiteral104BE4D5415ECEFDF0592B0C0BE9C456867318A9, _stringLiteral6A869C464AE42CFC8B6D7D47C6BA40306FB35F7B); // algorithms["SHA-1WITHECNR"] = "SHA-1withECNR"; RuntimeObject* L_317 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_317); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_317, _stringLiteral029693D1A0910E0DB5D55649895672E003E4BB3F, _stringLiteral6A869C464AE42CFC8B6D7D47C6BA40306FB35F7B); // algorithms["SHA224WITHECNR"] = "SHA-224withECNR"; RuntimeObject* L_318 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_318); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_318, _stringLiteral660E1257856278368C7CBA1F7D3FD870C399815D, _stringLiteral2DC219B7F3F70CE2604D7EB58991261BFD6E5A64); // algorithms["SHA-224WITHECNR"] = "SHA-224withECNR"; RuntimeObject* L_319 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_319); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_319, _stringLiteral79BDD1C9DF13F6F8098341F4D4190EC32A900CAA, _stringLiteral2DC219B7F3F70CE2604D7EB58991261BFD6E5A64); // algorithms["SHA256WITHECNR"] = "SHA-256withECNR"; RuntimeObject* L_320 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_320); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_320, _stringLiteral1B3E3DE7BC77F89D681C35DAE67480F1996876C1, _stringLiteral5CE3E8B09101F917BC02742329BDD6EF87CABB1C); // algorithms["SHA-256WITHECNR"] = "SHA-256withECNR"; RuntimeObject* L_321 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_321); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_321, _stringLiteralA0BC65C2EEFD310763B9E763160E81FC0561D4AC, _stringLiteral5CE3E8B09101F917BC02742329BDD6EF87CABB1C); // algorithms["SHA384WITHECNR"] = "SHA-384withECNR"; RuntimeObject* L_322 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_322); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_322, _stringLiteralE2A946E5CA0F1AD062D85F808553F943D0B0AA28, _stringLiteralE4CDE3EB2EAD839D542773C8523D2E0A177862E3); // algorithms["SHA-384WITHECNR"] = "SHA-384withECNR"; RuntimeObject* L_323 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_323); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_323, _stringLiteralFBC0EAD47B47C9A4E386A947510D36846770260B, _stringLiteralE4CDE3EB2EAD839D542773C8523D2E0A177862E3); // algorithms["SHA512WITHECNR"] = "SHA-512withECNR"; RuntimeObject* L_324 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_324); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_324, _stringLiteral4AAB833390C14FC1C4C5D936907FDB82B4BCFA52, _stringLiteralFCA33A79FC241EEFA0DA69552392BFADA14B1795); // algorithms["SHA-512WITHECNR"] = "SHA-512withECNR"; RuntimeObject* L_325 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_325); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_325, _stringLiteralE03A94EC20896D6E6B0132C28446A3A6BF71C9E8, _stringLiteralFCA33A79FC241EEFA0DA69552392BFADA14B1795); // algorithms["GOST-3410"] = "GOST3410"; RuntimeObject* L_326 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_326); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_326, _stringLiteral4EBB3996DD3D9C0C09069A666C1BEB1D553A6EE2, _stringLiteral99EB6C95268FF29E1AFB3356414DABFD0F9A8362); // algorithms["GOST-3410-94"] = "GOST3410"; RuntimeObject* L_327 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_327); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_327, _stringLiteralE2986540C7DE44F1D4C4B073DE9FCFE0D0394285, _stringLiteral99EB6C95268FF29E1AFB3356414DABFD0F9A8362); // algorithms["GOST3411WITHGOST3410"] = "GOST3410"; RuntimeObject* L_328 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_328); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_328, _stringLiteral4351851F76A2B0C936892EAF654EAD35BC2A592A, _stringLiteral99EB6C95268FF29E1AFB3356414DABFD0F9A8362); // algorithms[CryptoProObjectIdentifiers.GostR3411x94WithGostR3410x94.Id] = "GOST3410"; RuntimeObject* L_329 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_330 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3411x94WithGostR3410x94_7(); NullCheck(L_330); String_t* L_331; L_331 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_330, /*hidden argument*/NULL); NullCheck(L_329); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_329, L_331, _stringLiteral99EB6C95268FF29E1AFB3356414DABFD0F9A8362); // algorithms["ECGOST-3410"] = "ECGOST3410"; RuntimeObject* L_332 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_332); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_332, _stringLiteral971408D9E3D23D5F1C354D8966ADE9C6719B97D6, _stringLiteral355344670054DB070754011D8D2527E319681DF0); // algorithms["ECGOST-3410-2001"] = "ECGOST3410"; RuntimeObject* L_333 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_333); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_333, _stringLiteralDC9D573BFCD93C0600D92E7564928F309965C057, _stringLiteral355344670054DB070754011D8D2527E319681DF0); // algorithms["GOST3411WITHECGOST3410"] = "ECGOST3410"; RuntimeObject* L_334 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_334); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_334, _stringLiteralB4D001C31FBECAB595B5B52B652E63F27D0364A7, _stringLiteral355344670054DB070754011D8D2527E319681DF0); // algorithms[CryptoProObjectIdentifiers.GostR3411x94WithGostR3410x2001.Id] = "ECGOST3410"; RuntimeObject* L_335 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_336 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3411x94WithGostR3410x2001_8(); NullCheck(L_336); String_t* L_337; L_337 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_336, /*hidden argument*/NULL); NullCheck(L_335); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_335, L_337, _stringLiteral355344670054DB070754011D8D2527E319681DF0); // algorithms["ED25519"] = "Ed25519"; RuntimeObject* L_338 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_338); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_338, _stringLiteral85617CF7F06B840D552A9B8E8BB5B0B3979F6602, _stringLiteralF5F587879BD7126E7B6D0C1DC74F4C0C0890A039); // algorithms[EdECObjectIdentifiers.id_Ed25519.Id] = "Ed25519"; RuntimeObject* L_339 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); IL2CPP_RUNTIME_CLASS_INIT(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_340 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_Ed25519_3(); NullCheck(L_340); String_t* L_341; L_341 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_340, /*hidden argument*/NULL); NullCheck(L_339); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_339, L_341, _stringLiteralF5F587879BD7126E7B6D0C1DC74F4C0C0890A039); // algorithms["ED25519CTX"] = "Ed25519ctx"; RuntimeObject* L_342 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_342); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_342, _stringLiteral7A1C360A6A94C59E0D7BBDA8135379D364C6967C, _stringLiteral7CBAD5EEDF82DC94A8221F085718EDAE96A87948); // algorithms["ED25519PH"] = "Ed25519ph"; RuntimeObject* L_343 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_343); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_343, _stringLiteral2237C7664CEC68CBE543A755603BD32209FE7723, _stringLiteral836C8337DF15316EB401668667A0B807F899135A); // algorithms["ED448"] = "Ed448"; RuntimeObject* L_344 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_344); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_344, _stringLiteral5C8516CE347CD8B98CC0B8FA3100063169918058, _stringLiteralA255F62E36EC8FFE988D0ADAF6617E0D7A99323F); // algorithms[EdECObjectIdentifiers.id_Ed448.Id] = "Ed448"; RuntimeObject* L_345 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_346 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_Ed448_4(); NullCheck(L_346); String_t* L_347; L_347 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_346, /*hidden argument*/NULL); NullCheck(L_345); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_345, L_347, _stringLiteralA255F62E36EC8FFE988D0ADAF6617E0D7A99323F); // algorithms["ED448PH"] = "Ed448ph"; RuntimeObject* L_348 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); NullCheck(L_348); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_348, _stringLiteral308F9A98E46302C4F301E6E16852F164C25D763D, _stringLiteral2BF466A7F20833974993487407F7DAE41976E32C); // oids["MD2withRSA"] = PkcsObjectIdentifiers.MD2WithRsaEncryption; RuntimeObject* L_349 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_350 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_MD2WithRsaEncryption_3(); NullCheck(L_349); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_349, _stringLiteral5B04A2255460161DCF84C02E972906EFD0A54D34, L_350); // oids["MD4withRSA"] = PkcsObjectIdentifiers.MD4WithRsaEncryption; RuntimeObject* L_351 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_352 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_MD4WithRsaEncryption_4(); NullCheck(L_351); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_351, _stringLiteral6476D4AF47C84CFBB7212B9B3309A946B4F1FE1D, L_352); // oids["MD5withRSA"] = PkcsObjectIdentifiers.MD5WithRsaEncryption; RuntimeObject* L_353 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_354 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_MD5WithRsaEncryption_5(); NullCheck(L_353); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_353, _stringLiteral007734E6F2D852BB38C58F3E8C800F293F123668, L_354); // oids["SHA-1withRSA"] = PkcsObjectIdentifiers.Sha1WithRsaEncryption; RuntimeObject* L_355 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_356 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha1WithRsaEncryption_6(); NullCheck(L_355); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_355, _stringLiteralBB08B62D86F582F4BFB332A7121DA871CE1C9B9F, L_356); // oids["SHA-224withRSA"] = PkcsObjectIdentifiers.Sha224WithRsaEncryption; RuntimeObject* L_357 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_358 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha224WithRsaEncryption_15(); NullCheck(L_357); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_357, _stringLiteral116376817679AD0B2304275BA70311674433808B, L_358); // oids["SHA-256withRSA"] = PkcsObjectIdentifiers.Sha256WithRsaEncryption; RuntimeObject* L_359 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_360 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha256WithRsaEncryption_12(); NullCheck(L_359); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_359, _stringLiteralB7B1262A0F1F7AF2F5527A48082BA0191321937C, L_360); // oids["SHA-384withRSA"] = PkcsObjectIdentifiers.Sha384WithRsaEncryption; RuntimeObject* L_361 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_362 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha384WithRsaEncryption_13(); NullCheck(L_361); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_361, _stringLiteralB3265ED154F32DE8D0C1E5DBC5BCC44B7B202576, L_362); // oids["SHA-512withRSA"] = PkcsObjectIdentifiers.Sha512WithRsaEncryption; RuntimeObject* L_363 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_364 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Sha512WithRsaEncryption_14(); NullCheck(L_363); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_363, _stringLiteralC4A2E88339C2E33635DEEC8CBF64629A9274F17F, L_364); // oids["PSSwithRSA"] = PkcsObjectIdentifiers.IdRsassaPss; RuntimeObject* L_365 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_366 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdRsassaPss_11(); NullCheck(L_365); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_365, _stringLiteralF5B38FFA97A5C0EBC632B73E0D0678046CD92449, L_366); // oids["SHA-1withRSAandMGF1"] = PkcsObjectIdentifiers.IdRsassaPss; RuntimeObject* L_367 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_368 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdRsassaPss_11(); NullCheck(L_367); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_367, _stringLiteralF9BDF9ABA7704763345EFB775FE14F9A7ABFD8DE, L_368); // oids["SHA-224withRSAandMGF1"] = PkcsObjectIdentifiers.IdRsassaPss; RuntimeObject* L_369 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_370 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdRsassaPss_11(); NullCheck(L_369); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_369, _stringLiteral0EBDB94602B6CD414E99DEE025BDE505F4A16505, L_370); // oids["SHA-256withRSAandMGF1"] = PkcsObjectIdentifiers.IdRsassaPss; RuntimeObject* L_371 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_372 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdRsassaPss_11(); NullCheck(L_371); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_371, _stringLiteral069C9295CB149F92CE030888B4367DF55B3F1636, L_372); // oids["SHA-384withRSAandMGF1"] = PkcsObjectIdentifiers.IdRsassaPss; RuntimeObject* L_373 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_374 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdRsassaPss_11(); NullCheck(L_373); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_373, _stringLiteralB3C8D215BF096BB8826C7B20BEDBA81860CE17E7, L_374); // oids["SHA-512withRSAandMGF1"] = PkcsObjectIdentifiers.IdRsassaPss; RuntimeObject* L_375 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_376 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdRsassaPss_11(); NullCheck(L_375); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_375, _stringLiteral82FB3A59DAA027A49F30141447062822A12283B0, L_376); // oids["RIPEMD128withRSA"] = TeleTrusTObjectIdentifiers.RsaSignatureWithRipeMD128; RuntimeObject* L_377 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_378 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_RsaSignatureWithRipeMD128_6(); NullCheck(L_377); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_377, _stringLiteralEEFC560A6E9D9CEC0FE8292CD07D3E90DE72BA05, L_378); // oids["RIPEMD160withRSA"] = TeleTrusTObjectIdentifiers.RsaSignatureWithRipeMD160; RuntimeObject* L_379 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_380 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_RsaSignatureWithRipeMD160_5(); NullCheck(L_379); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_379, _stringLiteralAFF18995790452813501A3FF79A52C317094A00B, L_380); // oids["RIPEMD256withRSA"] = TeleTrusTObjectIdentifiers.RsaSignatureWithRipeMD256; RuntimeObject* L_381 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_382 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_RsaSignatureWithRipeMD256_7(); NullCheck(L_381); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_381, _stringLiteralC3BEBB7A5B6A98B9DCB1D155A3C3BEC1055F7D06, L_382); // oids["SHA-1withDSA"] = X9ObjectIdentifiers.IdDsaWithSha1; RuntimeObject* L_383 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_384 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_IdDsaWithSha1_50(); NullCheck(L_383); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_383, _stringLiteralDEA0F9341EDA74B580CD0E3E596BF56F5CC08AC8, L_384); // oids["SHA-1withECDSA"] = X9ObjectIdentifiers.ECDsaWithSha1; RuntimeObject* L_385 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_386 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha1_10(); NullCheck(L_385); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_385, _stringLiteral4E902CD0A7DC211301294374C4EF425BF867B96A, L_386); // oids["SHA-224withECDSA"] = X9ObjectIdentifiers.ECDsaWithSha224; RuntimeObject* L_387 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_388 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha224_15(); NullCheck(L_387); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_387, _stringLiteral2A27AC1AF1C3F8D074FE700884473531435E38AA, L_388); // oids["SHA-256withECDSA"] = X9ObjectIdentifiers.ECDsaWithSha256; RuntimeObject* L_389 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_390 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha256_16(); NullCheck(L_389); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_389, _stringLiteral699C5A2F26A3A982D0E1FC390A8471F950E2BDAF, L_390); // oids["SHA-384withECDSA"] = X9ObjectIdentifiers.ECDsaWithSha384; RuntimeObject* L_391 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_392 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha384_17(); NullCheck(L_391); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_391, _stringLiteral2D3D04CA75261BE7AE3995899EA5DCF4FDFCFD3B, L_392); // oids["SHA-512withECDSA"] = X9ObjectIdentifiers.ECDsaWithSha512; RuntimeObject* L_393 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_394 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_ECDsaWithSha512_18(); NullCheck(L_393); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_393, _stringLiteral8C75BE6DB6EBBDD7D1B1C0C01BB9CFA64CD20B85, L_394); // oids["RIPEMD160withECDSA"] = TeleTrusTObjectIdentifiers.ECSignWithRipeMD160; RuntimeObject* L_395 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_396 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_ECSignWithRipeMD160_10(); NullCheck(L_395); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_395, _stringLiteral48BE2E48691204F953A77B541E689C219B226BFC, L_396); // oids["SHA-1withCVC-ECDSA"] = EacObjectIdentifiers.id_TA_ECDSA_SHA_1; RuntimeObject* L_397 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_398 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_1_16(); NullCheck(L_397); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_397, _stringLiteralD8EA60604B9E8408F17B97F72D29369987A67190, L_398); // oids["SHA-224withCVC-ECDSA"] = EacObjectIdentifiers.id_TA_ECDSA_SHA_224; RuntimeObject* L_399 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_400 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_224_17(); NullCheck(L_399); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_399, _stringLiteral374EA3C06BCA3BC1F58B5D06A676824104EE78DD, L_400); // oids["SHA-256withCVC-ECDSA"] = EacObjectIdentifiers.id_TA_ECDSA_SHA_256; RuntimeObject* L_401 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_402 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_256_18(); NullCheck(L_401); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_401, _stringLiteral6DB573B6F9740324AD57C064BD34F3B0241F27A5, L_402); // oids["SHA-384withCVC-ECDSA"] = EacObjectIdentifiers.id_TA_ECDSA_SHA_384; RuntimeObject* L_403 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_404 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_384_19(); NullCheck(L_403); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_403, _stringLiteral776422EF5823ABE2A8839EE12DC33B33576F296D, L_404); // oids["SHA-512withCVC-ECDSA"] = EacObjectIdentifiers.id_TA_ECDSA_SHA_512; RuntimeObject* L_405 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_406 = ((EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_StaticFields*)il2cpp_codegen_static_fields_for(EacObjectIdentifiers_t80A844878045983111DC3798277A6A8B1EEEE884_il2cpp_TypeInfo_var))->get_id_TA_ECDSA_SHA_512_20(); NullCheck(L_405); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_405, _stringLiteral3727E5851E275DD3E749AC32F29B7BBCE34EBFEA, L_406); // oids["SHA-1withPLAIN-ECDSA"] = BsiObjectIdentifiers.ecdsa_plain_SHA1; RuntimeObject* L_407 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_408 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_SHA1_3(); NullCheck(L_407); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_407, _stringLiteral9D708AD458B3B4DBD62A73BD3690E17741B49B15, L_408); // oids["SHA-224withPLAIN-ECDSA"] = BsiObjectIdentifiers.ecdsa_plain_SHA224; RuntimeObject* L_409 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_410 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_SHA224_4(); NullCheck(L_409); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_409, _stringLiteral51898A92325B5C9CAD6D93D0DDA2792AC55112A3, L_410); // oids["SHA-256withPLAIN-ECDSA"] = BsiObjectIdentifiers.ecdsa_plain_SHA256; RuntimeObject* L_411 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_412 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_SHA256_5(); NullCheck(L_411); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_411, _stringLiteral95E8A92D440BD41AE98A16DEBF0B8BA6F71B3EAC, L_412); // oids["SHA-384withPLAIN-ECDSA"] = BsiObjectIdentifiers.ecdsa_plain_SHA384; RuntimeObject* L_413 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_414 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_SHA384_6(); NullCheck(L_413); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_413, _stringLiteral3413F8C5E1D953073686087B32C04E3E886A8CCA, L_414); // oids["SHA-512withPLAIN-ECDSA"] = BsiObjectIdentifiers.ecdsa_plain_SHA512; RuntimeObject* L_415 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_416 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_SHA512_7(); NullCheck(L_415); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_415, _stringLiteral184E7CD390E5FBBD7353E97AE1DE4CC256B374CA, L_416); // oids["RIPEMD160withPLAIN-ECDSA"] = BsiObjectIdentifiers.ecdsa_plain_RIPEMD160; RuntimeObject* L_417 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_418 = ((BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_StaticFields*)il2cpp_codegen_static_fields_for(BsiObjectIdentifiers_t26A770DD6C629AD0B353F07F51F42D7AE982787A_il2cpp_TypeInfo_var))->get_ecdsa_plain_RIPEMD160_8(); NullCheck(L_417); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_417, _stringLiteral1CB62C537C09C44DC5357315FAF2FB6F8B7C6BD2, L_418); // oids["GOST3410"] = CryptoProObjectIdentifiers.GostR3411x94WithGostR3410x94; RuntimeObject* L_419 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_420 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3411x94WithGostR3410x94_7(); NullCheck(L_419); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_419, _stringLiteral99EB6C95268FF29E1AFB3356414DABFD0F9A8362, L_420); // oids["ECGOST3410"] = CryptoProObjectIdentifiers.GostR3411x94WithGostR3410x2001; RuntimeObject* L_421 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_422 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3411x94WithGostR3410x2001_8(); NullCheck(L_421); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_421, _stringLiteral355344670054DB070754011D8D2527E319681DF0, L_422); // oids["Ed25519"] = EdECObjectIdentifiers.id_Ed25519; RuntimeObject* L_423 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_424 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_Ed25519_3(); NullCheck(L_423); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_423, _stringLiteralF5F587879BD7126E7B6D0C1DC74F4C0C0890A039, L_424); // oids["Ed448"] = EdECObjectIdentifiers.id_Ed448; RuntimeObject* L_425 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_426 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_Ed448_4(); NullCheck(L_425); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_425, _stringLiteralA255F62E36EC8FFE988D0ADAF6617E0D7A99323F, L_426); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::GetObjectIdentifier(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * SignerUtilities_GetObjectIdentifier_m4124F0CFFAE78BC664E35B023050EFFFC69CB62E (String_t* ___mechanism0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // if (mechanism == null) String_t* L_0 = ___mechanism0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("mechanism"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA36834494CF41A5E74504498A20F1AB44DD17A0E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignerUtilities_GetObjectIdentifier_m4124F0CFFAE78BC664E35B023050EFFFC69CB62E_RuntimeMethod_var))); } IL_000e: { // mechanism = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(mechanism); String_t* L_2 = ___mechanism0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_3; L_3 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_2, /*hidden argument*/NULL); ___mechanism0 = L_3; // string aliased = (string) algorithms[mechanism]; IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); String_t* L_5 = ___mechanism0; NullCheck(L_4); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_4, L_5); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); // if (aliased != null) String_t* L_7 = V_0; if (!L_7) { goto IL_002d; } } { // mechanism = aliased; String_t* L_8 = V_0; ___mechanism0 = L_8; } IL_002d: { // return (DerObjectIdentifier) oids[mechanism]; IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); RuntimeObject* L_9 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); String_t* L_10 = ___mechanism0; NullCheck(L_9); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_9, L_10); return ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_11, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)); } } // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::get_Algorithms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerUtilities_get_Algorithms_mA61E184C133DC1F96859A2895D93A1CABF360081 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return oids.Keys; } IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_oids_1(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::GetDefaultX509Parameters(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * SignerUtilities_GetDefaultX509Parameters_mFADD9A37AF10F7DB035FFD096E71966B325D6E6B (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return GetDefaultX509Parameters(id.Id); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___id0; NullCheck(L_0); String_t* L_1; L_1 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2; L_2 = SignerUtilities_GetDefaultX509Parameters_m4BB226A6AFD7B167A16C25B875D83680E639AF0A(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::GetDefaultX509Parameters(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * SignerUtilities_GetDefaultX509Parameters_m4BB226A6AFD7B167A16C25B875D83680E639AF0A (String_t* ___algorithm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F14545E96A97CA6E4BB71607070728BAD81EE42); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5B38FFA97A5C0EBC632B73E0D0678046CD92449); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // if (algorithm == null) String_t* L_0 = ___algorithm0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("algorithm"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignerUtilities_GetDefaultX509Parameters_m4BB226A6AFD7B167A16C25B875D83680E639AF0A_RuntimeMethod_var))); } IL_000e: { // algorithm = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(algorithm); String_t* L_2 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_3; L_3 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_2, /*hidden argument*/NULL); ___algorithm0 = L_3; // string mechanism = (string) algorithms[algorithm]; IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); String_t* L_5 = ___algorithm0; NullCheck(L_4); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_4, L_5); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); // if (mechanism == null) String_t* L_7 = V_0; if (L_7) { goto IL_002c; } } { // mechanism = algorithm; String_t* L_8 = ___algorithm0; V_0 = L_8; } IL_002c: { // if (mechanism == "PSSwithRSA") String_t* L_9 = V_0; bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_9, _stringLiteralF5B38FFA97A5C0EBC632B73E0D0678046CD92449, /*hidden argument*/NULL); if (!L_10) { goto IL_0044; } } { // return GetPssX509Parameters("SHA-1"); IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_11; L_11 = SignerUtilities_GetPssX509Parameters_mFE86BD85DAFE25D20C57B9F07A083501F8136DB2(_stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A, /*hidden argument*/NULL); return L_11; } IL_0044: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(mechanism, "withRSAandMGF1")) String_t* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_13; L_13 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_12, _stringLiteral8F14545E96A97CA6E4BB71607070728BAD81EE42, /*hidden argument*/NULL); if (!L_13) { goto IL_006f; } } { // string digestName = mechanism.Substring(0, mechanism.Length - "withRSAandMGF1".Length); String_t* L_14 = V_0; String_t* L_15 = V_0; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); NullCheck(_stringLiteral8F14545E96A97CA6E4BB71607070728BAD81EE42); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral8F14545E96A97CA6E4BB71607070728BAD81EE42, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_18; L_18 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_14, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), /*hidden argument*/NULL); // return GetPssX509Parameters(digestName); IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_19; L_19 = SignerUtilities_GetPssX509Parameters_mFE86BD85DAFE25D20C57B9F07A083501F8136DB2(L_18, /*hidden argument*/NULL); return L_19; } IL_006f: { // return DerNull.Instance; IL2CPP_RUNTIME_CLASS_INIT(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_20 = ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->get_Instance_2(); return L_20; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::GetPssX509Parameters(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * SignerUtilities_GetPssX509Parameters_mFE86BD85DAFE25D20C57B9F07A083501F8136DB2 (String_t* ___digestName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_0 = NULL; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * V_1 = NULL; int32_t V_2 = 0; { // AlgorithmIdentifier hashAlgorithm = new AlgorithmIdentifier( // DigestUtilities.GetObjectIdentifier(digestName), DerNull.Instance); String_t* L_0 = ___digestName0; IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1; L_1 = DigestUtilities_GetObjectIdentifier_m9880ABDBE41400BFB3D25E5A0230211F28FE6EB0(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_2 = ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->get_Instance_2(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_3 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_3, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // AlgorithmIdentifier maskGenAlgorithm = new AlgorithmIdentifier( // PkcsObjectIdentifiers.IdMgf1, hashAlgorithm); IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdMgf1_9(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_5 = V_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_6 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_6, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; // int saltLen = DigestUtilities.GetDigest(digestName).GetDigestSize(); String_t* L_7 = ___digestName0; RuntimeObject* L_8; L_8 = DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_8); V_2 = L_9; // return new RsassaPssParameters(hashAlgorithm, maskGenAlgorithm, // new DerInteger(saltLen), new DerInteger(1)); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_10 = V_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_11 = V_1; int32_t L_12 = V_2; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_13 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_13, L_12, /*hidden argument*/NULL); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_14 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_14, 1, /*hidden argument*/NULL); RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69 * L_15 = (RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69 *)il2cpp_codegen_object_new(RsassaPssParameters_t59919836CCCB08CC894C0A52AE9F983740ECFB69_il2cpp_TypeInfo_var); RsassaPssParameters__ctor_m7D750278B1EDDC3E337098DCC4DCC4BCE4F23027(L_15, L_10, L_11, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::GetSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerUtilities_GetSigner_mFAB912DF533DE0189B823C1E08EE9D2297362F42 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return GetSigner(id.Id); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___id0; NullCheck(L_0); String_t* L_1; L_1 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = SignerUtilities_GetSigner_mA7DA1E4D22BE302FDF5EA80A7226F44FF18C5F64(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::GetSigner(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerUtilities_GetSigner_mA7DA1E4D22BE302FDF5EA80A7226F44FF18C5F64 (String_t* ___algorithm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410Signer_tBE48D5005663FD76B2AD83347A29CDABBB9B738A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlainDsaEncoding_t6392F900856B46A3B97B903CEF442C19459CB3D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral209B45716DDB774057781AB12F266D56464AC564); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25F76CC1BDA61C71DE0DB52A74E1709B018BD814); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BF466A7F20833974993487407F7DAE41976E32C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral355344670054DB070754011D8D2527E319681DF0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E422D7B99CD202628C415E8F77E57258DDC08AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral474D30CADA95E3BBDF2267CFE828850B86CD9E12); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53FC9A4802794E8D2C48FD663DB2713C0BB503DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B2EE195BDAC749E6440849654D6F73CDDABD46D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CBAD5EEDF82DC94A8221F085718EDAE96A87948); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral836C8337DF15316EB401668667A0B807F899135A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F14545E96A97CA6E4BB71607070728BAD81EE42); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98BFC85EBBDB5C5113E70FD2C39F1C33F0A364E1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99EB6C95268FF29E1AFB3356414DABFD0F9A8362); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA22EB11516A92A2C13C4708996E7BDDDD3F416A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA255F62E36EC8FFE988D0ADAF6617E0D7A99323F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA35EEA8AE15EA3813D1C1FDFD309F2A70675D58C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC32FDB4E82384DEE5AE1FE3337BE0EC70E7A6EB8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD233603641F1A6909AB75F8B321393EFD672B062); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE33A8E02EB5236526C9BE376E2111D969AA77BE8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5B38FFA97A5C0EBC632B73E0D0678046CD92449); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5F587879BD7126E7B6D0C1DC74F4C0C0890A039); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCC686880452F21BEBFD65DBF36219C54E4CF401); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; String_t* V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; RuntimeObject* V_9 = NULL; { // if (algorithm == null) String_t* L_0 = ___algorithm0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("algorithm"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignerUtilities_GetSigner_mA7DA1E4D22BE302FDF5EA80A7226F44FF18C5F64_RuntimeMethod_var))); } IL_000e: { // algorithm = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(algorithm); String_t* L_2 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_3; L_3 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_2, /*hidden argument*/NULL); ___algorithm0 = L_3; // string mechanism = (string) algorithms[algorithm]; IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); String_t* L_5 = ___algorithm0; NullCheck(L_4); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_4, L_5); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); // if (mechanism == null) String_t* L_7 = V_0; if (L_7) { goto IL_002c; } } { // mechanism = algorithm; String_t* L_8 = ___algorithm0; V_0 = L_8; } IL_002c: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.StartsWith(mechanism, "Ed")) String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_10; L_10 = Platform_StartsWith_m5AAC2BD78907F92E332405AF241F612A5AF41524(L_9, _stringLiteralD233603641F1A6909AB75F8B321393EFD672B062, /*hidden argument*/NULL); if (!L_10) { goto IL_00ac; } } { // if (mechanism.Equals("Ed25519")) String_t* L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_11, _stringLiteralF5F587879BD7126E7B6D0C1DC74F4C0C0890A039, /*hidden argument*/NULL); if (!L_12) { goto IL_004c; } } { // return new Ed25519Signer(); Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F * L_13 = (Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F *)il2cpp_codegen_object_new(Ed25519Signer_tCE9230A4471C07E61BBA123E8C19BD7AA715705F_il2cpp_TypeInfo_var); Ed25519Signer__ctor_m090A4E1CC2124B364E48B9BC2CDC38CC7CC47C9C(L_13, /*hidden argument*/NULL); return L_13; } IL_004c: { // if (mechanism.Equals("Ed25519ctx")) String_t* L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_14, _stringLiteral7CBAD5EEDF82DC94A8221F085718EDAE96A87948, /*hidden argument*/NULL); if (!L_15) { goto IL_0064; } } { // return new Ed25519ctxSigner(Arrays.EmptyBytes); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ((Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_StaticFields*)il2cpp_codegen_static_fields_for(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E * L_17 = (Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E *)il2cpp_codegen_object_new(Ed25519ctxSigner_t6BDCA4F5B8DAFC9F5F7A8697502D453082BA3A5E_il2cpp_TypeInfo_var); Ed25519ctxSigner__ctor_mD005EE59DB87EB815955EC1589F999A07FE0EEEA(L_17, L_16, /*hidden argument*/NULL); return L_17; } IL_0064: { // if (mechanism.Equals("Ed25519ph")) String_t* L_18 = V_0; NullCheck(L_18); bool L_19; L_19 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_18, _stringLiteral836C8337DF15316EB401668667A0B807F899135A, /*hidden argument*/NULL); if (!L_19) { goto IL_007c; } } { // return new Ed25519phSigner(Arrays.EmptyBytes); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ((Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_StaticFields*)il2cpp_codegen_static_fields_for(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 * L_21 = (Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328 *)il2cpp_codegen_object_new(Ed25519phSigner_t5BC5DF99624F1D8B672436FCD7864B903DB37328_il2cpp_TypeInfo_var); Ed25519phSigner__ctor_mDFFB84FD697B9BC3C880ED30AD1CA0ED0B7B3BF4(L_21, L_20, /*hidden argument*/NULL); return L_21; } IL_007c: { // if (mechanism.Equals("Ed448")) String_t* L_22 = V_0; NullCheck(L_22); bool L_23; L_23 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_22, _stringLiteralA255F62E36EC8FFE988D0ADAF6617E0D7A99323F, /*hidden argument*/NULL); if (!L_23) { goto IL_0094; } } { // return new Ed448Signer(Arrays.EmptyBytes); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ((Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_StaticFields*)il2cpp_codegen_static_fields_for(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45 * L_25 = (Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45 *)il2cpp_codegen_object_new(Ed448Signer_t7FBC4A94D0E6779E81C0CF4B0F7AADFA70738A45_il2cpp_TypeInfo_var); Ed448Signer__ctor_m25D4ED2B17AC29CAC17C212CE8C53C640E03EA09(L_25, L_24, /*hidden argument*/NULL); return L_25; } IL_0094: { // if (mechanism.Equals("Ed448ph")) String_t* L_26 = V_0; NullCheck(L_26); bool L_27; L_27 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_26, _stringLiteral2BF466A7F20833974993487407F7DAE41976E32C, /*hidden argument*/NULL); if (!L_27) { goto IL_00ac; } } { // return new Ed448phSigner(Arrays.EmptyBytes); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ((Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_StaticFields*)il2cpp_codegen_static_fields_for(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB * L_29 = (Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB *)il2cpp_codegen_object_new(Ed448phSigner_tAEFD776B25F72F216DA041EC6BEAF864A0BA60EB_il2cpp_TypeInfo_var); Ed448phSigner__ctor_m768FB73DBBD5F301614DA2ED3F01265D5D35C4FD(L_29, L_28, /*hidden argument*/NULL); return L_29; } IL_00ac: { // if (mechanism.Equals("RSA")) String_t* L_30 = V_0; NullCheck(L_30); bool L_31; L_31 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_30, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); if (!L_31) { goto IL_00c5; } } { // return (new RsaDigestSigner(new NullDigest(), (AlgorithmIdentifier)null)); NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82 * L_32 = (NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82 *)il2cpp_codegen_object_new(NullDigest_t4BCB1626A8C555E32E26F70ABD9081D3A9A5DD82_il2cpp_TypeInfo_var); NullDigest__ctor_m2CDC49E91B55B309967491BC55BBBCF9E71CC0AB(L_32, /*hidden argument*/NULL); RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC * L_33 = (RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC *)il2cpp_codegen_object_new(RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC_il2cpp_TypeInfo_var); RsaDigestSigner__ctor_m6FD4459BBE68897C6386C8EE8F712733F51E7122(L_33, L_32, (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)NULL, /*hidden argument*/NULL); return L_33; } IL_00c5: { // if (mechanism.Equals("RAWRSASSA-PSS")) String_t* L_34 = V_0; NullCheck(L_34); bool L_35; L_35 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_34, _stringLiteralA35EEA8AE15EA3813D1C1FDFD309F2A70675D58C, /*hidden argument*/NULL); if (!L_35) { goto IL_00e2; } } { // return PssSigner.CreateRawSigner(new RsaBlindedEngine(), new Sha1Digest()); RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 * L_36 = (RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 *)il2cpp_codegen_object_new(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var); RsaBlindedEngine__ctor_m310A5FACC596A6A5203D793F835E9CC930846A31(L_36, /*hidden argument*/NULL); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_37 = (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)il2cpp_codegen_object_new(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648(L_37, /*hidden argument*/NULL); PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * L_38; L_38 = PssSigner_CreateRawSigner_m8E978CE186D0B625FB2E0CD071F1E684CF0288EF(L_36, L_37, /*hidden argument*/NULL); return L_38; } IL_00e2: { // if (mechanism.Equals("PSSwithRSA")) String_t* L_39 = V_0; NullCheck(L_39); bool L_40; L_40 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_39, _stringLiteralF5B38FFA97A5C0EBC632B73E0D0678046CD92449, /*hidden argument*/NULL); if (!L_40) { goto IL_00ff; } } { // return (new PssSigner(new RsaBlindedEngine(), new Sha1Digest())); RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 * L_41 = (RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 *)il2cpp_codegen_object_new(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var); RsaBlindedEngine__ctor_m310A5FACC596A6A5203D793F835E9CC930846A31(L_41, /*hidden argument*/NULL); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_42 = (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)il2cpp_codegen_object_new(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648(L_42, /*hidden argument*/NULL); PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * L_43 = (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 *)il2cpp_codegen_object_new(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489_il2cpp_TypeInfo_var); PssSigner__ctor_m805347AC9AF5AFAF8F9637474A36D26FA53B1045(L_43, L_41, L_42, /*hidden argument*/NULL); return L_43; } IL_00ff: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(mechanism, "withRSA")) String_t* L_44 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_45; L_45 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_44, _stringLiteral209B45716DDB774057781AB12F266D56464AC564, /*hidden argument*/NULL); if (!L_45) { goto IL_0129; } } { // string digestName = mechanism.Substring(0, mechanism.LastIndexOf("with")); String_t* L_46 = V_0; String_t* L_47 = V_0; NullCheck(L_47); int32_t L_48; L_48 = String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902(L_47, _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A, /*hidden argument*/NULL); NullCheck(L_46); String_t* L_49; L_49 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_46, 0, L_48, /*hidden argument*/NULL); // IDigest digest = DigestUtilities.GetDigest(digestName); IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); RuntimeObject* L_50; L_50 = DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67(L_49, /*hidden argument*/NULL); // return new RsaDigestSigner(digest); RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC * L_51 = (RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC *)il2cpp_codegen_object_new(RsaDigestSigner_tFE7CAA21FA585A1888EB7F041B342E3106059DFC_il2cpp_TypeInfo_var); RsaDigestSigner__ctor_m1ED72EE1FE9DD47ADFE9248483B9454212A74CF4(L_51, L_50, /*hidden argument*/NULL); return L_51; } IL_0129: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(mechanism, "withRSAandMGF1")) String_t* L_52 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_53; L_53 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_52, _stringLiteral8F14545E96A97CA6E4BB71607070728BAD81EE42, /*hidden argument*/NULL); if (!L_53) { goto IL_015a; } } { // string digestName = mechanism.Substring(0, mechanism.LastIndexOf("with")); String_t* L_54 = V_0; String_t* L_55 = V_0; NullCheck(L_55); int32_t L_56; L_56 = String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902(L_55, _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A, /*hidden argument*/NULL); NullCheck(L_54); String_t* L_57; L_57 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_54, 0, L_56, /*hidden argument*/NULL); // IDigest digest = DigestUtilities.GetDigest(digestName); IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); RuntimeObject* L_58; L_58 = DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67(L_57, /*hidden argument*/NULL); V_1 = L_58; // return new PssSigner(new RsaBlindedEngine(), digest); RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 * L_59 = (RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 *)il2cpp_codegen_object_new(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var); RsaBlindedEngine__ctor_m310A5FACC596A6A5203D793F835E9CC930846A31(L_59, /*hidden argument*/NULL); RuntimeObject* L_60 = V_1; PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 * L_61 = (PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489 *)il2cpp_codegen_object_new(PssSigner_tA23FF2916C25C2AA407AB4EDB0B82C9E235AD489_il2cpp_TypeInfo_var); PssSigner__ctor_m805347AC9AF5AFAF8F9637474A36D26FA53B1045(L_61, L_59, L_60, /*hidden argument*/NULL); return L_61; } IL_015a: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(mechanism, "withDSA")) String_t* L_62 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_63; L_63 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_62, _stringLiteralE33A8E02EB5236526C9BE376E2111D969AA77BE8, /*hidden argument*/NULL); if (!L_63) { goto IL_018b; } } { // string digestName = mechanism.Substring(0, mechanism.LastIndexOf("with")); String_t* L_64 = V_0; String_t* L_65 = V_0; NullCheck(L_65); int32_t L_66; L_66 = String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902(L_65, _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A, /*hidden argument*/NULL); NullCheck(L_64); String_t* L_67; L_67 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_64, 0, L_66, /*hidden argument*/NULL); // IDigest digest = DigestUtilities.GetDigest(digestName); IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); RuntimeObject* L_68; L_68 = DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67(L_67, /*hidden argument*/NULL); V_2 = L_68; // return new DsaDigestSigner(new DsaSigner(), digest); DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * L_69 = (DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 *)il2cpp_codegen_object_new(DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22_il2cpp_TypeInfo_var); DsaSigner__ctor_mD9DB50053BE847BF048CE402BF831F76FDF5C653(L_69, /*hidden argument*/NULL); RuntimeObject* L_70 = V_2; DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55 * L_71 = (DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55 *)il2cpp_codegen_object_new(DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55_il2cpp_TypeInfo_var); DsaDigestSigner__ctor_m9AAE8A07722E67E499E98FB6B3AF3E53A4D9E05B(L_71, L_69, L_70, /*hidden argument*/NULL); return L_71; } IL_018b: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(mechanism, "withECDSA")) String_t* L_72 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_73; L_73 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_72, _stringLiteral25F76CC1BDA61C71DE0DB52A74E1709B018BD814, /*hidden argument*/NULL); if (!L_73) { goto IL_01bc; } } { // string digestName = mechanism.Substring(0, mechanism.LastIndexOf("with")); String_t* L_74 = V_0; String_t* L_75 = V_0; NullCheck(L_75); int32_t L_76; L_76 = String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902(L_75, _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A, /*hidden argument*/NULL); NullCheck(L_74); String_t* L_77; L_77 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_74, 0, L_76, /*hidden argument*/NULL); // IDigest digest = DigestUtilities.GetDigest(digestName); IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); RuntimeObject* L_78; L_78 = DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67(L_77, /*hidden argument*/NULL); V_3 = L_78; // return new DsaDigestSigner(new ECDsaSigner(), digest); ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * L_79 = (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 *)il2cpp_codegen_object_new(ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_il2cpp_TypeInfo_var); ECDsaSigner__ctor_mC4F4D5CE581433D26564968322F566A578F8017F(L_79, /*hidden argument*/NULL); RuntimeObject* L_80 = V_3; DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55 * L_81 = (DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55 *)il2cpp_codegen_object_new(DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55_il2cpp_TypeInfo_var); DsaDigestSigner__ctor_m9AAE8A07722E67E499E98FB6B3AF3E53A4D9E05B(L_81, L_79, L_80, /*hidden argument*/NULL); return L_81; } IL_01bc: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(mechanism, "withCVC-ECDSA") // || BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(mechanism, "withPLAIN-ECDSA")) String_t* L_82 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_83; L_83 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_82, _stringLiteral53FC9A4802794E8D2C48FD663DB2713C0BB503DB, /*hidden argument*/NULL); if (L_83) { goto IL_01d6; } } { String_t* L_84 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_85; L_85 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_84, _stringLiteral98BFC85EBBDB5C5113E70FD2C39F1C33F0A364E1, /*hidden argument*/NULL); if (!L_85) { goto IL_0201; } } IL_01d6: { // string digestName = mechanism.Substring(0, mechanism.LastIndexOf("with")); String_t* L_86 = V_0; String_t* L_87 = V_0; NullCheck(L_87); int32_t L_88; L_88 = String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902(L_87, _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A, /*hidden argument*/NULL); NullCheck(L_86); String_t* L_89; L_89 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_86, 0, L_88, /*hidden argument*/NULL); // IDigest digest = DigestUtilities.GetDigest(digestName); IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); RuntimeObject* L_90; L_90 = DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67(L_89, /*hidden argument*/NULL); V_4 = L_90; // return new DsaDigestSigner(new ECDsaSigner(), digest, PlainDsaEncoding.Instance); ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 * L_91 = (ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760 *)il2cpp_codegen_object_new(ECDsaSigner_tB22A90B41509D48DC54D1AFAF408F0E4326A3760_il2cpp_TypeInfo_var); ECDsaSigner__ctor_mC4F4D5CE581433D26564968322F566A578F8017F(L_91, /*hidden argument*/NULL); RuntimeObject* L_92 = V_4; IL2CPP_RUNTIME_CLASS_INIT(PlainDsaEncoding_t6392F900856B46A3B97B903CEF442C19459CB3D3_il2cpp_TypeInfo_var); PlainDsaEncoding_t6392F900856B46A3B97B903CEF442C19459CB3D3 * L_93 = ((PlainDsaEncoding_t6392F900856B46A3B97B903CEF442C19459CB3D3_StaticFields*)il2cpp_codegen_static_fields_for(PlainDsaEncoding_t6392F900856B46A3B97B903CEF442C19459CB3D3_il2cpp_TypeInfo_var))->get_Instance_0(); DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55 * L_94 = (DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55 *)il2cpp_codegen_object_new(DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55_il2cpp_TypeInfo_var); DsaDigestSigner__ctor_m9D093C410AA711B1A74CB45DC88688499D38512A(L_94, L_91, L_92, L_93, /*hidden argument*/NULL); return L_94; } IL_0201: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(mechanism, "withECNR")) String_t* L_95 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_96; L_96 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_95, _stringLiteral474D30CADA95E3BBDF2267CFE828850B86CD9E12, /*hidden argument*/NULL); if (!L_96) { goto IL_0234; } } { // string digestName = mechanism.Substring(0, mechanism.LastIndexOf("with")); String_t* L_97 = V_0; String_t* L_98 = V_0; NullCheck(L_98); int32_t L_99; L_99 = String_LastIndexOf_m80AFBEF2F3857F9D6A67126F4C4D9A9B9CEC5902(L_98, _stringLiteralB6765A3F403DC14EACF320351BFC019F1605A13A, /*hidden argument*/NULL); NullCheck(L_97); String_t* L_100; L_100 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_97, 0, L_99, /*hidden argument*/NULL); // IDigest digest = DigestUtilities.GetDigest(digestName); IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); RuntimeObject* L_101; L_101 = DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67(L_100, /*hidden argument*/NULL); V_5 = L_101; // return new DsaDigestSigner(new ECNRSigner(), digest); ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31 * L_102 = (ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31 *)il2cpp_codegen_object_new(ECNRSigner_t97E5B5F4CDFB003DC8A9924D707E472BE9D20C31_il2cpp_TypeInfo_var); ECNRSigner__ctor_mFB9EBC35314B93F793C826ADBC470082E30E8F66(L_102, /*hidden argument*/NULL); RuntimeObject* L_103 = V_5; DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55 * L_104 = (DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55 *)il2cpp_codegen_object_new(DsaDigestSigner_t9112A38762BE48470A167012B83D0C9F67621D55_il2cpp_TypeInfo_var); DsaDigestSigner__ctor_m9AAE8A07722E67E499E98FB6B3AF3E53A4D9E05B(L_104, L_102, L_103, /*hidden argument*/NULL); return L_104; } IL_0234: { // if (mechanism.Equals("GOST3410")) String_t* L_105 = V_0; NullCheck(L_105); bool L_106; L_106 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_105, _stringLiteral99EB6C95268FF29E1AFB3356414DABFD0F9A8362, /*hidden argument*/NULL); if (!L_106) { goto IL_0251; } } { // return new Gost3410DigestSigner(new Gost3410Signer(), new Gost3411Digest()); Gost3410Signer_tBE48D5005663FD76B2AD83347A29CDABBB9B738A * L_107 = (Gost3410Signer_tBE48D5005663FD76B2AD83347A29CDABBB9B738A *)il2cpp_codegen_object_new(Gost3410Signer_tBE48D5005663FD76B2AD83347A29CDABBB9B738A_il2cpp_TypeInfo_var); Gost3410Signer__ctor_m7920F6CE6A15A0DFE0117B7FC1409F0DCD0550D7(L_107, /*hidden argument*/NULL); Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F * L_108 = (Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F *)il2cpp_codegen_object_new(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F_il2cpp_TypeInfo_var); Gost3411Digest__ctor_mCEC236F7FC6DE0CB9915CE407744E9D97C9D64F3(L_108, /*hidden argument*/NULL); Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655 * L_109 = (Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655 *)il2cpp_codegen_object_new(Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655_il2cpp_TypeInfo_var); Gost3410DigestSigner__ctor_mED36A26D895B3CE2654B624C079AD2B48964B9E1(L_109, L_107, L_108, /*hidden argument*/NULL); return L_109; } IL_0251: { // if (mechanism.Equals("ECGOST3410")) String_t* L_110 = V_0; NullCheck(L_110); bool L_111; L_111 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_110, _stringLiteral355344670054DB070754011D8D2527E319681DF0, /*hidden argument*/NULL); if (!L_111) { goto IL_026e; } } { // return new Gost3410DigestSigner(new ECGost3410Signer(), new Gost3411Digest()); ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE * L_112 = (ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE *)il2cpp_codegen_object_new(ECGost3410Signer_t754FF32E7348A6F8ED3538379F99F7DAF5E02CAE_il2cpp_TypeInfo_var); ECGost3410Signer__ctor_m3F4711BCCDE46FA4BE9EEC1292A4CE2CAB9E0401(L_112, /*hidden argument*/NULL); Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F * L_113 = (Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F *)il2cpp_codegen_object_new(Gost3411Digest_t948DE32FF7898642F0B02CA0FADA1D64C1AAEE7F_il2cpp_TypeInfo_var); Gost3411Digest__ctor_mCEC236F7FC6DE0CB9915CE407744E9D97C9D64F3(L_113, /*hidden argument*/NULL); Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655 * L_114 = (Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655 *)il2cpp_codegen_object_new(Gost3410DigestSigner_tBAB198FDBB3F9C761F14AF1AC8E8CAAA179B7655_il2cpp_TypeInfo_var); Gost3410DigestSigner__ctor_mED36A26D895B3CE2654B624C079AD2B48964B9E1(L_114, L_112, L_113, /*hidden argument*/NULL); return L_114; } IL_026e: { // if (mechanism.Equals("SHA1WITHRSA/ISO9796-2")) String_t* L_115 = V_0; NullCheck(L_115); bool L_116; L_116 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_115, _stringLiteral3E422D7B99CD202628C415E8F77E57258DDC08AC, /*hidden argument*/NULL); if (!L_116) { goto IL_028c; } } { // return new Iso9796d2Signer(new RsaBlindedEngine(), new Sha1Digest(), true); RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 * L_117 = (RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 *)il2cpp_codegen_object_new(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var); RsaBlindedEngine__ctor_m310A5FACC596A6A5203D793F835E9CC930846A31(L_117, /*hidden argument*/NULL); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_118 = (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)il2cpp_codegen_object_new(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648(L_118, /*hidden argument*/NULL); Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51 * L_119 = (Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51 *)il2cpp_codegen_object_new(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51_il2cpp_TypeInfo_var); Iso9796d2Signer__ctor_m434B05E028932A77B57B9F312CB0B00277C4E34C(L_119, L_117, L_118, (bool)1, /*hidden argument*/NULL); return L_119; } IL_028c: { // if (mechanism.Equals("MD5WITHRSA/ISO9796-2")) String_t* L_120 = V_0; NullCheck(L_120); bool L_121; L_121 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_120, _stringLiteralFCC686880452F21BEBFD65DBF36219C54E4CF401, /*hidden argument*/NULL); if (!L_121) { goto IL_02aa; } } { // return new Iso9796d2Signer(new RsaBlindedEngine(), new MD5Digest(), true); RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 * L_122 = (RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 *)il2cpp_codegen_object_new(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var); RsaBlindedEngine__ctor_m310A5FACC596A6A5203D793F835E9CC930846A31(L_122, /*hidden argument*/NULL); MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B * L_123 = (MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B *)il2cpp_codegen_object_new(MD5Digest_t928D0A068D9E4C50824CD21F75ED29809466123B_il2cpp_TypeInfo_var); MD5Digest__ctor_m26C687501CC97E024B00F8C074790F3756E2BC58(L_123, /*hidden argument*/NULL); Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51 * L_124 = (Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51 *)il2cpp_codegen_object_new(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51_il2cpp_TypeInfo_var); Iso9796d2Signer__ctor_m434B05E028932A77B57B9F312CB0B00277C4E34C(L_124, L_122, L_123, (bool)1, /*hidden argument*/NULL); return L_124; } IL_02aa: { // if (mechanism.Equals("RIPEMD160WITHRSA/ISO9796-2")) String_t* L_125 = V_0; NullCheck(L_125); bool L_126; L_126 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_125, _stringLiteralA22EB11516A92A2C13C4708996E7BDDDD3F416A3, /*hidden argument*/NULL); if (!L_126) { goto IL_02c8; } } { // return new Iso9796d2Signer(new RsaBlindedEngine(), new RipeMD160Digest(), true); RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 * L_127 = (RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 *)il2cpp_codegen_object_new(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var); RsaBlindedEngine__ctor_m310A5FACC596A6A5203D793F835E9CC930846A31(L_127, /*hidden argument*/NULL); RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB * L_128 = (RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB *)il2cpp_codegen_object_new(RipeMD160Digest_t0CD92D075B8F1D47CAFB4B563AFAE9C154B6FBEB_il2cpp_TypeInfo_var); RipeMD160Digest__ctor_m83D3A2192ED48296B459F02132F842BE43B1FBC1(L_128, /*hidden argument*/NULL); Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51 * L_129 = (Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51 *)il2cpp_codegen_object_new(Iso9796d2Signer_tAB5E8AB924EE6AE6A622C3F2800CB941322E8D51_il2cpp_TypeInfo_var); Iso9796d2Signer__ctor_m434B05E028932A77B57B9F312CB0B00277C4E34C(L_129, L_127, L_128, (bool)1, /*hidden argument*/NULL); return L_129; } IL_02c8: { // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(mechanism, "/X9.31")) String_t* L_130 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_131; L_131 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_130, _stringLiteral7B2EE195BDAC749E6440849654D6F73CDDABD46D, /*hidden argument*/NULL); if (!L_131) { goto IL_034e; } } { // string x931 = mechanism.Substring(0, mechanism.Length - "/X9.31".Length); String_t* L_132 = V_0; String_t* L_133 = V_0; NullCheck(L_133); int32_t L_134; L_134 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_133, /*hidden argument*/NULL); NullCheck(_stringLiteral7B2EE195BDAC749E6440849654D6F73CDDABD46D); int32_t L_135; L_135 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral7B2EE195BDAC749E6440849654D6F73CDDABD46D, /*hidden argument*/NULL); NullCheck(L_132); String_t* L_136; L_136 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_132, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_134, (int32_t)L_135)), /*hidden argument*/NULL); V_6 = L_136; // int withPos = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.IndexOf(x931, "WITH"); String_t* L_137 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); int32_t L_138; L_138 = Platform_IndexOf_mDB70E24C7BA422B47279D3D583624C32D134B398(L_137, _stringLiteralC32FDB4E82384DEE5AE1FE3337BE0EC70E7A6EB8, /*hidden argument*/NULL); V_7 = L_138; // if (withPos > 0) int32_t L_139 = V_7; if ((((int32_t)L_139) <= ((int32_t)0))) { goto IL_034e; } } { // int endPos = withPos + "WITH".Length; int32_t L_140 = V_7; NullCheck(_stringLiteralC32FDB4E82384DEE5AE1FE3337BE0EC70E7A6EB8); int32_t L_141; L_141 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteralC32FDB4E82384DEE5AE1FE3337BE0EC70E7A6EB8, /*hidden argument*/NULL); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)L_141)); // string digestName = x931.Substring(0, withPos); String_t* L_142 = V_6; int32_t L_143 = V_7; NullCheck(L_142); String_t* L_144; L_144 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_142, 0, L_143, /*hidden argument*/NULL); // IDigest digest = DigestUtilities.GetDigest(digestName); IL2CPP_RUNTIME_CLASS_INIT(DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var); RuntimeObject* L_145; L_145 = DigestUtilities_GetDigest_mE5288E6C70B2783BA075196BD74CD848834BAC67(L_144, /*hidden argument*/NULL); V_9 = L_145; // string cipherName = x931.Substring(endPos, x931.Length - endPos); String_t* L_146 = V_6; int32_t L_147 = V_8; String_t* L_148 = V_6; NullCheck(L_148); int32_t L_149; L_149 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_148, /*hidden argument*/NULL); int32_t L_150 = V_8; NullCheck(L_146); String_t* L_151; L_151 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_146, L_147, ((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)L_150)), /*hidden argument*/NULL); // if (cipherName.Equals("RSA")) NullCheck(L_151); bool L_152; L_152 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_151, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); if (!L_152) { goto IL_034e; } } { // IAsymmetricBlockCipher cipher = new RsaBlindedEngine(); RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 * L_153 = (RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2 *)il2cpp_codegen_object_new(RsaBlindedEngine_t4F192F2B138DBFB23611F919883B586E26113CF2_il2cpp_TypeInfo_var); RsaBlindedEngine__ctor_m310A5FACC596A6A5203D793F835E9CC930846A31(L_153, /*hidden argument*/NULL); // return new X931Signer(cipher, digest); RuntimeObject* L_154 = V_9; X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B * L_155 = (X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B *)il2cpp_codegen_object_new(X931Signer_t0C97B2C6A01B4D8F252321BA5CD572D7D1FF2D6B_il2cpp_TypeInfo_var); X931Signer__ctor_m17A84B1437CC21C75CA01CFE02A96A9C63F75857(L_155, L_153, L_154, /*hidden argument*/NULL); return L_155; } IL_034e: { // throw new SecurityUtilityException("Signer " + algorithm + " not recognised."); String_t* L_156 = ___algorithm0; String_t* L_157; L_157 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC3E248BE0A41AC25A4749649C3660B5A67F28FF6)), L_156, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F5911E8A3231A40F62B3FD2C4C34FF66509B719)), /*hidden argument*/NULL); SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA * L_158 = (SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SecurityUtilityException_t302EB7051FEB04E7829C028B4BC072B6664255CA_il2cpp_TypeInfo_var))); SecurityUtilityException__ctor_mB63BE0B4E219F9F856A46F58A141561F023CE057(L_158, L_157, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_158, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SignerUtilities_GetSigner_mA7DA1E4D22BE302FDF5EA80A7226F44FF18C5F64_RuntimeMethod_var))); } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::GetEncodingName(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SignerUtilities_GetEncodingName_m9143B3FDD6E89BB9855058240A49CCF3713DD9A5 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (string) algorithms[oid.Id]; IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_StaticFields*)il2cpp_codegen_static_fields_for(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var))->get_algorithms_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___oid0; NullCheck(L_1); String_t* L_2; L_2 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_2); return ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::InitSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerUtilities_InitSigner_mDA9972C8E2BE673C1B8F07E41662E229F350DBCF (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithmOid0, bool ___forSigning1, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey2, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return InitSigner(algorithmOid.Id, forSigning, privateKey, random); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___algorithmOid0; NullCheck(L_0); String_t* L_1; L_1 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_0, /*hidden argument*/NULL); bool L_2 = ___forSigning1; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_3 = ___privateKey2; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_4 = ___random3; IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = SignerUtilities_InitSigner_m4320920118A035833DCB013928B8A1372EE3F483(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SignerUtilities::InitSigner(System.String,System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SignerUtilities_InitSigner_m4320920118A035833DCB013928B8A1372EE3F483 (String_t* ___algorithm0, bool ___forSigning1, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey2, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ISigner signer = SignerUtilities.GetSigner(algorithm); String_t* L_0 = ___algorithm0; IL2CPP_RUNTIME_CLASS_INIT(SignerUtilities_t85A42F8179A404E46148D49278854CCF5ED2FB13_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = SignerUtilities_GetSigner_mA7DA1E4D22BE302FDF5EA80A7226F44FF18C5F64(L_0, /*hidden argument*/NULL); // signer.Init(forSigning, ParameterUtilities.WithRandom(privateKey, random)); RuntimeObject* L_2 = L_1; bool L_3 = ___forSigning1; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_4 = ___privateKey2; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_5 = ___random3; IL2CPP_RUNTIME_CLASS_INIT(ParameterUtilities_t234D0F218EFEF9117357F420840DDED9D44E2FD8_il2cpp_TypeInfo_var); RuntimeObject* L_6; L_6 = ParameterUtilities_WithRandom_m2B2C49BC70E0743124C948C50C919C754785B26C(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA_il2cpp_TypeInfo_var, L_2, L_3, L_6); // return signer; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificate::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22 * SigningCertificate_GetInstance_m5A04DB4BF1024BF09C64176CB7C6BAD27EFE6EF7 (RuntimeObject * ___o0, 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*)&SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (o == null || o is SigningCertificate) RuntimeObject * L_0 = ___o0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___o0; if (!((SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22 *)IsInstClass((RuntimeObject*)L_1, SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (SigningCertificate) o; RuntimeObject * L_2 = ___o0; return ((SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22 *)CastclassClass((RuntimeObject*)L_2, SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22_il2cpp_TypeInfo_var)); } IL_0012: { // if (o is Asn1Sequence) RuntimeObject * L_3 = ___o0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new SigningCertificate((Asn1Sequence) o); RuntimeObject * L_4 = ___o0; SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22 * L_5 = (SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22 *)il2cpp_codegen_object_new(SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22_il2cpp_TypeInfo_var); SigningCertificate__ctor_m694F0EFE5C531947B2DE215BCC47333370204F84(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException( // "unknown object in 'SigningCertificate' factory : " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(o) + "."); RuntimeObject * L_6 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7669ACC86D552D938492E755E3E35A368BED2E40)), L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SigningCertificate_GetInstance_m5A04DB4BF1024BF09C64176CB7C6BAD27EFE6EF7_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificate::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SigningCertificate__ctor_m694F0EFE5C531947B2DE215BCC47333370204F84 (SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { int32_t V_0 = 0; { // public SigningCertificate( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count < 1 || seq.Count > 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_0018; } } { Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_2); if ((((int32_t)L_3) <= ((int32_t)2))) { goto IL_0036; } } IL_0018: { // throw new ArgumentException("Bad sequence size: " + seq.Count); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___seq0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_4); V_0 = L_5; String_t* L_6; L_6 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SigningCertificate__ctor_m694F0EFE5C531947B2DE215BCC47333370204F84_RuntimeMethod_var))); } IL_0036: { // this.certs = Asn1Sequence.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; NullCheck(L_9); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10; L_10 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_9, 0); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11; L_11 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_10, /*hidden argument*/NULL); __this->set_certs_2(L_11); // if (seq.Count > 1) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = ___seq0; NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_12); if ((((int32_t)L_13) <= ((int32_t)1))) { goto IL_0063; } } { // this.policies = Asn1Sequence.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_14 = ___seq0; NullCheck(L_14); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_15; L_15 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_14, 1); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_16; L_16 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_15, /*hidden argument*/NULL); __this->set_policies_3(L_16); } IL_0063: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificate::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SigningCertificate__ctor_mB9D2014D9C99F16F8B9278AB75F21FC1BB0D35F9 (SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22 * __this, EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * ___essCertID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SigningCertificate( // EssCertID essCertID) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // certs = new DerSequence(essCertID); EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * L_0 = ___essCertID0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_1 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m8EB3146F62BFBDDB9A823CCEDA96A894B787E0F7(L_1, L_0, /*hidden argument*/NULL); __this->set_certs_2(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertID[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificate::GetCerts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EssCertIDU5BU5D_t74329CEF5A784FD4810B35CA8A4D0C50A2F67C61* SigningCertificate_GetCerts_m2A5E303AF024817FF2603A0DAF27C3FB921F15DC (SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EssCertIDU5BU5D_t74329CEF5A784FD4810B35CA8A4D0C50A2F67C61_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EssCertIDU5BU5D_t74329CEF5A784FD4810B35CA8A4D0C50A2F67C61* V_0 = NULL; int32_t V_1 = 0; { // EssCertID[] cs = new EssCertID[certs.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_certs_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); EssCertIDU5BU5D_t74329CEF5A784FD4810B35CA8A4D0C50A2F67C61* L_2 = (EssCertIDU5BU5D_t74329CEF5A784FD4810B35CA8A4D0C50A2F67C61*)(EssCertIDU5BU5D_t74329CEF5A784FD4810B35CA8A4D0C50A2F67C61*)SZArrayNew(EssCertIDU5BU5D_t74329CEF5A784FD4810B35CA8A4D0C50A2F67C61_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i != certs.Count; i++) V_1 = 0; goto IL_002d; } IL_0015: { // cs[i] = EssCertID.GetInstance(certs[i]); EssCertIDU5BU5D_t74329CEF5A784FD4810B35CA8A4D0C50A2F67C61* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_certs_2(); int32_t L_6 = V_1; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, L_6); EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD * L_8; L_8 = EssCertID_GetInstance_m62EC75A3CC03ECABC0DF221D569BDD9B40BBE204(L_7, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (EssCertID_t773CAD5C100D56F09CA4274747ACFFA9FF0DFADD *)L_8); // for (int i = 0; i != certs.Count; i++) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { // for (int i = 0; i != certs.Count; i++) int32_t L_10 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = __this->get_certs_2(); NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_11); if ((!(((uint32_t)L_10) == ((uint32_t)L_12)))) { goto IL_0015; } } { // return cs; EssCertIDU5BU5D_t74329CEF5A784FD4810B35CA8A4D0C50A2F67C61* L_13 = V_0; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificate::GetPolicies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* SigningCertificate_GetPolicies_mD59C1820CC5489627513F642118D85718D34A879 (SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* V_0 = NULL; int32_t V_1 = 0; { // if (policies == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_policies_3(); if (L_0) { goto IL_000a; } } { // return null; return (PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39*)NULL; } IL_000a: { // PolicyInformation[] ps = new PolicyInformation[policies.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = __this->get_policies_3(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_1); PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_3 = (PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39*)(PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39*)SZArrayNew(PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; // for (int i = 0; i != policies.Count; i++) V_1 = 0; goto IL_0037; } IL_001f: { // ps[i] = PolicyInformation.GetInstance(policies[i]); PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_4 = V_0; int32_t L_5 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = __this->get_policies_3(); int32_t L_7 = V_1; NullCheck(L_6); 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_6, L_7); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_9; L_9 = PolicyInformation_GetInstance_m4DAE320E434CB34C456F6D7C955B3B45E1AC77FB(L_8, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_9); (L_4)->SetAt(static_cast(L_5), (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 *)L_9); // for (int i = 0; i != policies.Count; i++) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0037: { // for (int i = 0; i != policies.Count; i++) int32_t L_11 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = __this->get_policies_3(); NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_12); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_001f; } } { // return ps; PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_14 = V_0; return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificate::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * SigningCertificate_ToAsn1Object_m80E40839CF0B227780D8945066300DF751FA9F7F (SigningCertificate_tED2A4D85B53A1F92B18C820079CF57535F8D8C22 * __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 v = new Asn1EncodableVector(certs); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = __this->get_certs_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 (policies != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = __this->get_policies_3(); if (!L_4) { goto IL_0032; } } { // v.Add(policies); 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; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_8 = __this->get_policies_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(v); 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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD * SigningCertificateV2_GetInstance_mEA18519D857E3D922F65BB6BF9AB357AE3EBCAF9 (RuntimeObject * ___o0, 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*)&SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (o == null || o is SigningCertificateV2) RuntimeObject * L_0 = ___o0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___o0; if (!((SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD *)IsInstClass((RuntimeObject*)L_1, SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (SigningCertificateV2) o; RuntimeObject * L_2 = ___o0; return ((SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD *)CastclassClass((RuntimeObject*)L_2, SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD_il2cpp_TypeInfo_var)); } IL_0012: { // if (o is Asn1Sequence) RuntimeObject * L_3 = ___o0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new SigningCertificateV2((Asn1Sequence) o); RuntimeObject * L_4 = ___o0; SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD * L_5 = (SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD *)il2cpp_codegen_object_new(SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD_il2cpp_TypeInfo_var); SigningCertificateV2__ctor_mBE88598120E6343ED77D9D6DBA0F9C639399F4D9(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException( // "unknown object in 'SigningCertificateV2' factory : " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(o) + "."); RuntimeObject * L_6 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA91F7723F1781461CABA55BA226AEFB6695C5B73)), L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SigningCertificateV2_GetInstance_mEA18519D857E3D922F65BB6BF9AB357AE3EBCAF9_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SigningCertificateV2__ctor_mBE88598120E6343ED77D9D6DBA0F9C639399F4D9 (SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { int32_t V_0 = 0; { // private SigningCertificateV2( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count < 1 || seq.Count > 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_0018; } } { Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_2); if ((((int32_t)L_3) <= ((int32_t)2))) { goto IL_003b; } } IL_0018: { // throw new ArgumentException("Bad sequence size: " + seq.Count, "seq"); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___seq0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_4); V_0 = L_5; String_t* L_6; L_6 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SigningCertificateV2__ctor_mBE88598120E6343ED77D9D6DBA0F9C639399F4D9_RuntimeMethod_var))); } IL_003b: { // this.certs = Asn1Sequence.GetInstance(seq[0].ToAsn1Object()); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; NullCheck(L_9); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10; L_10 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_9, 0); NullCheck(L_10); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_11; L_11 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_10); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12; L_12 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_11, /*hidden argument*/NULL); __this->set_certs_2(L_12); // if (seq.Count > 1) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = ___seq0; NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_13); if ((((int32_t)L_14) <= ((int32_t)1))) { goto IL_0072; } } { // this.policies = Asn1Sequence.GetInstance(seq[1].ToAsn1Object()); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_15 = ___seq0; NullCheck(L_15); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_16; L_16 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_15, 1); NullCheck(L_16); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_17; L_17 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_16); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_18; L_18 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_17, /*hidden argument*/NULL); __this->set_policies_3(L_18); } IL_0072: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SigningCertificateV2__ctor_m04BA0A287C93A96A91F0CD7A8B4CC6BA6813FAFA (SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD * __this, EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * ___cert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SigningCertificateV2( // EssCertIDv2 cert) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.certs = new DerSequence(cert); EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * L_0 = ___cert0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_1 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m8EB3146F62BFBDDB9A823CCEDA96A894B787E0F7(L_1, L_0, /*hidden argument*/NULL); __this->set_certs_2(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SigningCertificateV2__ctor_m6A226450690E04D4262542CFD92154E5D939A296 (SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD * __this, EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E* ___certs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_0 = NULL; { // public SigningCertificateV2( // EssCertIDv2[] certs) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.certs = new DerSequence(certs); EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E* L_0 = ___certs0; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_2 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_2, L_1, /*hidden argument*/NULL); __this->set_certs_2(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2[],BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SigningCertificateV2__ctor_mB3E0D4EE1DEF912A12B27FB5FB9D91ED958A11D6 (SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD * __this, EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E* ___certs0, PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* ___policies1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_0 = NULL; { // public SigningCertificateV2( // EssCertIDv2[] certs, // PolicyInformation[] policies) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.certs = new DerSequence(certs); EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E* L_0 = ___certs0; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_2 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_2, L_1, /*hidden argument*/NULL); __this->set_certs_2(L_2); // if (policies != null) PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_3 = ___policies1; if (!L_3) { goto IL_0025; } } { // this.policies = new DerSequence(policies); PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_4 = ___policies1; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_4; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_6 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_6, L_5, /*hidden argument*/NULL); __this->set_policies_3(L_6); } IL_0025: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.EssCertIDv2[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2::GetCerts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E* SigningCertificateV2_GetCerts_m0D2DC2B637E1CE070DA5ADDEC8B6A18E1BA04867 (SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E* V_0 = NULL; int32_t V_1 = 0; { // EssCertIDv2[] certIds = new EssCertIDv2[certs.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_certs_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E* L_2 = (EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E*)(EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E*)SZArrayNew(EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i != certs.Count; i++) V_1 = 0; goto IL_002d; } IL_0015: { // certIds[i] = EssCertIDv2.GetInstance(certs[i]); EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_certs_2(); int32_t L_6 = V_1; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, L_6); IL2CPP_RUNTIME_CLASS_INIT(EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6_il2cpp_TypeInfo_var); EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 * L_8; L_8 = EssCertIDv2_GetInstance_mF4F0A0E0588FD0527623DD7143F75CA1F0EF9465(L_7, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (EssCertIDv2_tBA534165AB04C20A232CFCCC8C86D06BF93246F6 *)L_8); // for (int i = 0; i != certs.Count; i++) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { // for (int i = 0; i != certs.Count; i++) int32_t L_10 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = __this->get_certs_2(); NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_11); if ((!(((uint32_t)L_10) == ((uint32_t)L_12)))) { goto IL_0015; } } { // return certIds; EssCertIDv2U5BU5D_t9B0E22F1E6840213D4C1178B5826431B975A9E1E* L_13 = V_0; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.PolicyInformation[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2::GetPolicies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* SigningCertificateV2_GetPolicies_mD77C5A9074057F580CAEF3D3103FE388412A0220 (SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* V_0 = NULL; int32_t V_1 = 0; { // if (policies == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_policies_3(); if (L_0) { goto IL_000a; } } { // return null; return (PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39*)NULL; } IL_000a: { // PolicyInformation[] policyInformations = new PolicyInformation[policies.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = __this->get_policies_3(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_1); PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_3 = (PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39*)(PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39*)SZArrayNew(PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; // for (int i = 0; i != policies.Count; i++) V_1 = 0; goto IL_0037; } IL_001f: { // policyInformations[i] = PolicyInformation.GetInstance(policies[i]); PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_4 = V_0; int32_t L_5 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = __this->get_policies_3(); int32_t L_7 = V_1; NullCheck(L_6); 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_6, L_7); PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 * L_9; L_9 = PolicyInformation_GetInstance_m4DAE320E434CB34C456F6D7C955B3B45E1AC77FB(L_8, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_9); (L_4)->SetAt(static_cast(L_5), (PolicyInformation_tE6BD2B127B9092C0749444149CBF88B56961BA15 *)L_9); // for (int i = 0; i != policies.Count; i++) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0037: { // for (int i = 0; i != policies.Count; i++) int32_t L_11 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12 = __this->get_policies_3(); NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_12); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_001f; } } { // return policyInformations; PolicyInformationU5BU5D_tB4F89094B73DD3801274A163FAC1DDE7A13CDC39* L_14 = V_0; return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ess.SigningCertificateV2::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * SigningCertificateV2_ToAsn1Object_mB430B01C9F943E51F880AF4B221F5804D2C5E301 (SigningCertificateV2_t090ABEE42DA02B5F0459EF62EE98A8F93E53B2BD * __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 v = new Asn1EncodableVector(certs); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = __this->get_certs_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 (policies != null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = __this->get_policies_3(); if (!L_4) { goto IL_0032; } } { // v.Add(policies); 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; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_8 = __this->get_policies_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(v); 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.Void UnityStandardAssets.Utility.SimpleActivatorMenu::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleActivatorMenu_OnEnable_m48FD01590E2B2D63F59B060586B76D5567D3FD89 (SimpleActivatorMenu_tFA1F5C1BAF1C8C5828EAD241CCD0D8B2E3DA4EEE * __this, const RuntimeMethod* method) { { // m_CurrentActiveObject = 0; __this->set_m_CurrentActiveObject_6(0); // camSwitchButton.text = objects[m_CurrentActiveObject].name; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_camSwitchButton_4(); GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_1 = __this->get_objects_5(); int32_t L_2 = __this->get_m_CurrentActiveObject_6(); NullCheck(L_1); int32_t L_3 = L_2; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_4); String_t* L_5; L_5 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_4, /*hidden argument*/NULL); NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_0, L_5); // } return; } } // System.Void UnityStandardAssets.Utility.SimpleActivatorMenu::NextCamera() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleActivatorMenu_NextCamera_m50FFBD8CEE9F20F058AB3BE89ACC535324DA28CB (SimpleActivatorMenu_tFA1F5C1BAF1C8C5828EAD241CCD0D8B2E3DA4EEE * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; { // int nextactiveobject = m_CurrentActiveObject + 1 >= objects.Length ? 0 : m_CurrentActiveObject + 1; int32_t L_0 = __this->get_m_CurrentActiveObject_6(); GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_1 = __this->get_objects_5(); NullCheck(L_1); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_001c; } } { int32_t L_2 = __this->get_m_CurrentActiveObject_6(); G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); goto IL_001d; } IL_001c: { G_B3_0 = 0; } IL_001d: { V_0 = G_B3_0; // for (int i = 0; i < objects.Length; i++) V_1 = 0; goto IL_0037; } IL_0022: { // objects[i].SetActive(i == nextactiveobject); GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_3 = __this->get_objects_5(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = (L_3)->GetAt(static_cast(L_5)); int32_t L_7 = V_1; int32_t L_8 = V_0; NullCheck(L_6); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_6, (bool)((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0), /*hidden argument*/NULL); // for (int i = 0; i < objects.Length; i++) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0037: { // for (int i = 0; i < objects.Length; i++) int32_t L_10 = V_1; GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_11 = __this->get_objects_5(); NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0022; } } { // m_CurrentActiveObject = nextactiveobject; int32_t L_12 = V_0; __this->set_m_CurrentActiveObject_6(L_12); // camSwitchButton.text = objects[m_CurrentActiveObject].name; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_13 = __this->get_camSwitchButton_4(); GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_14 = __this->get_objects_5(); int32_t L_15 = __this->get_m_CurrentActiveObject_6(); NullCheck(L_14); int32_t L_16 = L_15; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); String_t* L_18; L_18 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_17, /*hidden argument*/NULL); NullCheck(L_13); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_13, L_18); // } return; } } // System.Void UnityStandardAssets.Utility.SimpleActivatorMenu::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleActivatorMenu__ctor_m2AE7165E21060D135F5D5C4D93E063DF436FF072 (SimpleActivatorMenu_tFA1F5C1BAF1C8C5828EAD241CCD0D8B2E3DA4EEE * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SimpleAttributeTableGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleAttributeTableGenerator__ctor_m00AA92D7CFE4CD1167EDFA7CEA113F35708C317E (SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC * __this, AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * ___attributes0, const RuntimeMethod* method) { { // public SimpleAttributeTableGenerator( // AttributeTable attributes) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.attributes = attributes; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_0 = ___attributes0; __this->set_attributes_0(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.AttributeTable BestHTTP.SecureProtocol.Org.BouncyCastle.Cms.SimpleAttributeTableGenerator::GetAttributes(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * SimpleAttributeTableGenerator_GetAttributes_mDE62F8B1BF24E90EA956AE6D46FFAD46055CBCAE (SimpleAttributeTableGenerator_tEAD7E1B0FC74978DA5E20EB96928F236C84208CC * __this, RuntimeObject* ___parameters0, const RuntimeMethod* method) { { // return attributes; AttributeTable_t371D3EEB48215EF35F7B1EF2CD883DB5FF6BBB72 * L_0 = __this->get_attributes_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_GetInstance_mD72DF0561251E07A2C8EA3A2800253A00BBAAA73 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___val0, int32_t ___scale1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SimpleBigDecimal(val.ShiftLeft(scale), scale); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___val0; int32_t L_1 = ___scale1; NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_0, L_1, /*hidden argument*/NULL); int32_t L_3 = ___scale1; SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_4 = (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)il2cpp_codegen_object_new(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876(L_4, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___bigInt0, int32_t ___scale1, const RuntimeMethod* method) { { // public SimpleBigDecimal(BigInteger bigInt, int scale) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (scale < 0) int32_t L_0 = ___scale1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0015; } } { // throw new ArgumentException("scale may not be negative"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3DEBA941C4D5C5F8A706614BAAE0F8083E7FC249)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876_RuntimeMethod_var))); } IL_0015: { // this.bigInt = bigInt; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___bigInt0; __this->set_bigInt_0(L_2); // this.scale = scale; int32_t L_3 = ___scale1; __this->set_scale_1(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleBigDecimal__ctor_mA1CFEDFDFC9ECC8CD1C8CF999BD1E2F93E4A37D0 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * ___limBigDec0, const RuntimeMethod* method) { { // private SimpleBigDecimal(SimpleBigDecimal limBigDec) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // bigInt = limBigDec.bigInt; SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_0 = ___limBigDec0; NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = L_0->get_bigInt_0(); __this->set_bigInt_0(L_1); // scale = limBigDec.scale; SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_2 = ___limBigDec0; NullCheck(L_2); int32_t L_3 = L_2->get_scale_1(); __this->set_scale_1(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::CheckScale(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleBigDecimal_CheckScale_mFDCDF89A53FE8D22079C0FC72E6CA0C26CE7DA85 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * ___b0, const RuntimeMethod* method) { { // if (scale != b.scale) int32_t L_0 = __this->get_scale_1(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_1 = ___b0; NullCheck(L_1); int32_t L_2 = L_1->get_scale_1(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0019; } } { // throw new ArgumentException("Only SimpleBigDecimal of same scale allowed in arithmetic operations"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1C6D64139E5FB625574D597A74E583D5CE11AFCE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleBigDecimal_CheckScale_mFDCDF89A53FE8D22079C0FC72E6CA0C26CE7DA85_RuntimeMethod_var))); } IL_0019: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::AdjustScale(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_AdjustScale_m29767CDD74F8B10A055F44BFC327BDA29A51016A (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, int32_t ___newScale0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (newScale < 0) int32_t L_0 = ___newScale0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { // throw new ArgumentException("scale may not be negative"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3DEBA941C4D5C5F8A706614BAAE0F8083E7FC249)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SimpleBigDecimal_AdjustScale_m29767CDD74F8B10A055F44BFC327BDA29A51016A_RuntimeMethod_var))); } IL_000f: { // if (newScale == scale) int32_t L_2 = ___newScale0; int32_t L_3 = __this->get_scale_1(); if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_001a; } } { // return this; return __this; } IL_001a: { // return new SimpleBigDecimal(bigInt.ShiftLeft(newScale - scale), newScale); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = __this->get_bigInt_0(); int32_t L_5 = ___newScale0; int32_t L_6 = __this->get_scale_1(); NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); int32_t L_8 = ___newScale0; SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_9 = (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)il2cpp_codegen_object_new(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876(L_9, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_Add_mA73C83185506F0702AA0C0ED5C2BEABC9BD7EB81 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CheckScale(b); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_0 = ___b0; SimpleBigDecimal_CheckScale_mFDCDF89A53FE8D22079C0FC72E6CA0C26CE7DA85(__this, L_0, /*hidden argument*/NULL); // return new SimpleBigDecimal(bigInt.Add(b.bigInt), scale); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_bigInt_0(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_2 = ___b0; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = L_2->get_bigInt_0(); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_1, L_3, /*hidden argument*/NULL); int32_t L_5 = __this->get_scale_1(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_6 = (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)il2cpp_codegen_object_new(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876(L_6, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_Add_m294B2798274583423D0C7600060CE6B7CF5E8E63 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SimpleBigDecimal(bigInt.Add(b.ShiftLeft(scale)), scale); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_bigInt_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___b0; int32_t L_2 = __this->get_scale_1(); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_0, L_3, /*hidden argument*/NULL); int32_t L_5 = __this->get_scale_1(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_6 = (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)il2cpp_codegen_object_new(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876(L_6, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Negate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_Negate_mFD4AA7C31C3CD7069D17B38B69E97B97B8ABDDDC (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SimpleBigDecimal(bigInt.Negate(), scale); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_bigInt_0(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_Negate_m14DBB5492117918CD6D25EFDA5AB9555782F1C98(L_0, /*hidden argument*/NULL); int32_t L_2 = __this->get_scale_1(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_3 = (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)il2cpp_codegen_object_new(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876(L_3, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_Subtract_m81155118CE01D3649898067F34723567C952E0FB (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * ___b0, const RuntimeMethod* method) { { // return Add(b.Negate()); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_0 = ___b0; NullCheck(L_0); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_1; L_1 = SimpleBigDecimal_Negate_mFD4AA7C31C3CD7069D17B38B69E97B97B8ABDDDC(L_0, /*hidden argument*/NULL); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_2; L_2 = SimpleBigDecimal_Add_mA73C83185506F0702AA0C0ED5C2BEABC9BD7EB81(__this, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_Subtract_m7B10BAB8BA9CC124D52EA92ABBB1C73C30123DF4 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SimpleBigDecimal(bigInt.Subtract(b.ShiftLeft(scale)), scale); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_bigInt_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___b0; int32_t L_2 = __this->get_scale_1(); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_0, L_3, /*hidden argument*/NULL); int32_t L_5 = __this->get_scale_1(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_6 = (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)il2cpp_codegen_object_new(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876(L_6, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_Multiply_mE930EDD7922FF5E20E9751A611BD45E74DF86303 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CheckScale(b); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_0 = ___b0; SimpleBigDecimal_CheckScale_mFDCDF89A53FE8D22079C0FC72E6CA0C26CE7DA85(__this, L_0, /*hidden argument*/NULL); // return new SimpleBigDecimal(bigInt.Multiply(b.bigInt), scale + scale); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_bigInt_0(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_2 = ___b0; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = L_2->get_bigInt_0(); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_1, L_3, /*hidden argument*/NULL); int32_t L_5 = __this->get_scale_1(); int32_t L_6 = __this->get_scale_1(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_7 = (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)il2cpp_codegen_object_new(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876(L_7, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); return L_7; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_Multiply_m8A2713DC20ABC4C0133D708A18FF4881398206FC (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SimpleBigDecimal(bigInt.Multiply(b), scale); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_bigInt_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___b0; NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_0, L_1, /*hidden argument*/NULL); int32_t L_3 = __this->get_scale_1(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_4 = (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)il2cpp_codegen_object_new(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876(L_4, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_Divide_m5DF67B8C78E905A585C8F490828ABCEF537DB382 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CheckScale(b); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_0 = ___b0; SimpleBigDecimal_CheckScale_mFDCDF89A53FE8D22079C0FC72E6CA0C26CE7DA85(__this, L_0, /*hidden argument*/NULL); // BigInteger dividend = bigInt.ShiftLeft(scale); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_bigInt_0(); int32_t L_2 = __this->get_scale_1(); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_1, L_2, /*hidden argument*/NULL); // return new SimpleBigDecimal(dividend.Divide(b.bigInt), scale); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_4 = ___b0; NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = L_4->get_bigInt_0(); NullCheck(L_3); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = BigInteger_Divide_m13FDAD15EF3A36ABE09AF25575C554CCB1E59356(L_3, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_scale_1(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_8 = (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)il2cpp_codegen_object_new(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876(L_8, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_Divide_m35111DB310FF52FA0DEF57A9607B978392AF931C (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SimpleBigDecimal(bigInt.Divide(b), scale); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_bigInt_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___b0; NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = BigInteger_Divide_m13FDAD15EF3A36ABE09AF25575C554CCB1E59356(L_0, L_1, /*hidden argument*/NULL); int32_t L_3 = __this->get_scale_1(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_4 = (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)il2cpp_codegen_object_new(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876(L_4, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::ShiftLeft(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * SimpleBigDecimal_ShiftLeft_m9E9DAB982AD8974B156F1D1FA78FCAF1FCDA610E (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, int32_t ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SimpleBigDecimal(bigInt.ShiftLeft(n), scale); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_bigInt_0(); int32_t L_1 = ___n0; NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_0, L_1, /*hidden argument*/NULL); int32_t L_3 = __this->get_scale_1(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_4 = (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)il2cpp_codegen_object_new(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876(L_4, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::CompareTo(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleBigDecimal_CompareTo_mB7556FDEE68CBE033319F389E64C183F6F85A8EB (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * ___val0, const RuntimeMethod* method) { { // CheckScale(val); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_0 = ___val0; SimpleBigDecimal_CheckScale_mFDCDF89A53FE8D22079C0FC72E6CA0C26CE7DA85(__this, L_0, /*hidden argument*/NULL); // return bigInt.CompareTo(val.bigInt); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_bigInt_0(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_2 = ___val0; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = L_2->get_bigInt_0(); NullCheck(L_1); int32_t L_4; L_4 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::CompareTo(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleBigDecimal_CompareTo_mAB85CB06FBD00C7DA20AB84FFACA0F9279B359D4 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___val0, const RuntimeMethod* method) { { // return bigInt.CompareTo(val.ShiftLeft(scale)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_bigInt_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___val0; int32_t L_2 = __this->get_scale_1(); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_4; L_4 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_0, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Floor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SimpleBigDecimal_Floor_m55CC5DB7663134D4D3A596B7F777B6889E775ADD (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, const RuntimeMethod* method) { { // return bigInt.ShiftRight(scale); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_bigInt_0(); int32_t L_1 = __this->get_scale_1(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = BigInteger_ShiftRight_m24332C73CA4FF51A829E2F1AB89F0B3903CDF642(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Round() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * SimpleBigDecimal_Round_m2D243DBAF385A5CA369E1F3093596A337CB1A338 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * V_0 = NULL; { // SimpleBigDecimal oneHalf = new SimpleBigDecimal(BigInteger.One, 1); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_1 = (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)il2cpp_codegen_object_new(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); SimpleBigDecimal__ctor_m0D611D1E0D39DF556C361006DE02E4F22BDDE876(L_1, L_0, 1, /*hidden argument*/NULL); V_0 = L_1; // return Add(oneHalf.AdjustScale(scale)).Floor(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_2 = V_0; int32_t L_3 = __this->get_scale_1(); NullCheck(L_2); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_4; L_4 = SimpleBigDecimal_AdjustScale_m29767CDD74F8B10A055F44BFC327BDA29A51016A(L_2, L_3, /*hidden argument*/NULL); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_5; L_5 = SimpleBigDecimal_Add_mA73C83185506F0702AA0C0ED5C2BEABC9BD7EB81(__this, L_4, /*hidden argument*/NULL); NullCheck(L_5); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = SimpleBigDecimal_Floor_m55CC5DB7663134D4D3A596B7F777B6889E775ADD(L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::get_IntValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleBigDecimal_get_IntValue_mB60CE1AD620FA5D9AEE91362F9B192DFDFC9368A (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, const RuntimeMethod* method) { { // get { return Floor().IntValue; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0; L_0 = SimpleBigDecimal_Floor_m55CC5DB7663134D4D3A596B7F777B6889E775ADD(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::get_LongValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SimpleBigDecimal_get_LongValue_m326780150E1FF35F8CAE5D57F4647F82013F2CC1 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, const RuntimeMethod* method) { { // get { return Floor().LongValue; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0; L_0 = SimpleBigDecimal_Floor_m55CC5DB7663134D4D3A596B7F777B6889E775ADD(__this, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1; L_1 = BigInteger_get_LongValue_mD25E17A1B3BEC1FCC9AB66017D91BF024B93F61B(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::get_Scale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleBigDecimal_get_Scale_mC724707182A1374B28144EF53A80E5AC9EB8174D (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, const RuntimeMethod* method) { { // get { return scale; } int32_t L_0 = __this->get_scale_1(); return L_0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SimpleBigDecimal_ToString_mC0F85A6E764DC0C5B8320B2D1C7DB352035D1957 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; String_t* V_2 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; String_t* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; { // if (scale == 0) int32_t L_0 = __this->get_scale_1(); if (L_0) { goto IL_0014; } } { // return bigInt.ToString(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_bigInt_0(); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); return L_2; } IL_0014: { // BigInteger floorBigInt = Floor(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = SimpleBigDecimal_Floor_m55CC5DB7663134D4D3A596B7F777B6889E775ADD(__this, /*hidden argument*/NULL); V_0 = L_3; // BigInteger fract = bigInt.Subtract(floorBigInt.ShiftLeft(scale)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = __this->get_bigInt_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_0; int32_t L_6 = __this->get_scale_1(); NullCheck(L_5); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_4, L_7, /*hidden argument*/NULL); V_1 = L_8; // if (bigInt.SignValue < 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = __this->get_bigInt_0(); NullCheck(L_9); int32_t L_10; L_10 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0058; } } { // fract = BigInteger.One.ShiftLeft(scale).Subtract(fract); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); int32_t L_12 = __this->get_scale_1(); NullCheck(L_11); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13; L_13 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_11, L_12, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14 = V_1; NullCheck(L_13); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15; L_15 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; } IL_0058: { // if ((floorBigInt.SignValue == -1) && (!(fract.Equals(BigInteger.Zero)))) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = V_0; NullCheck(L_16); int32_t L_17; L_17 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)(-1))))) { goto IL_007a; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Zero_7(); NullCheck(L_18); bool L_20; L_20 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_18, L_19); if (L_20) { goto IL_007a; } } { // floorBigInt = floorBigInt.Add(BigInteger.One); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_21); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_23; L_23 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_21, L_22, /*hidden argument*/NULL); V_0 = L_23; } IL_007a: { // string leftOfPoint = floorBigInt.ToString(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24 = V_0; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24); V_2 = L_25; // char[] fractCharArr = new char[scale]; int32_t L_26 = __this->get_scale_1(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_26); V_3 = L_27; // string fractStr = fract.ToString(2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28 = V_1; NullCheck(L_28); String_t* L_29; L_29 = BigInteger_ToString_mFF53767A6FF70750090DBF90EF6F28D9BF247EC6(L_28, 2, /*hidden argument*/NULL); V_4 = L_29; // int fractLen = fractStr.Length; String_t* L_30 = V_4; NullCheck(L_30); int32_t L_31; L_31 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_30, /*hidden argument*/NULL); V_5 = L_31; // int zeroes = scale - fractLen; int32_t L_32 = __this->get_scale_1(); int32_t L_33 = V_5; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)); // for (int i = 0; i < zeroes; i++) V_8 = 0; goto IL_00bb; } IL_00af: { // fractCharArr[i] = '0'; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_34 = V_3; int32_t L_35 = V_8; NullCheck(L_34); (L_34)->SetAt(static_cast(L_35), (Il2CppChar)((int32_t)48)); // for (int i = 0; i < zeroes; i++) int32_t L_36 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00bb: { // for (int i = 0; i < zeroes; i++) int32_t L_37 = V_8; int32_t L_38 = V_6; if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_00af; } } { // for (int j = 0; j < fractLen; j++) V_9 = 0; goto IL_00dc; } IL_00c6: { // fractCharArr[zeroes + j] = fractStr[j]; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_39 = V_3; int32_t L_40 = V_6; int32_t L_41 = V_9; String_t* L_42 = V_4; int32_t L_43 = V_9; NullCheck(L_42); Il2CppChar L_44; L_44 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_42, L_43, /*hidden argument*/NULL); NullCheck(L_39); (L_39)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41))), (Il2CppChar)L_44); // for (int j = 0; j < fractLen; j++) int32_t L_45 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_00dc: { // for (int j = 0; j < fractLen; j++) int32_t L_46 = V_9; int32_t L_47 = V_5; if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_00c6; } } { // string rightOfPoint = new string(fractCharArr); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_48 = V_3; String_t* L_49; L_49 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_48, /*hidden argument*/NULL); V_7 = L_49; // StringBuilder sb = new StringBuilder(leftOfPoint); String_t* L_50 = V_2; StringBuilder_t * L_51 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77(L_51, L_50, /*hidden argument*/NULL); // sb.Append("."); StringBuilder_t * L_52 = L_51; NullCheck(L_52); StringBuilder_t * L_53; L_53 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_52, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); // sb.Append(rightOfPoint); StringBuilder_t * L_54 = L_52; String_t* L_55 = V_7; NullCheck(L_54); StringBuilder_t * L_56; L_56 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_54, L_55, /*hidden argument*/NULL); // return sb.ToString(); NullCheck(L_54); String_t* L_57; L_57 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_54); return L_57; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleBigDecimal_Equals_m7F0D9BFE035252E7AAC2EABB96BDAE177786908B (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * V_0 = NULL; { // if (this == obj) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // SimpleBigDecimal other = obj as SimpleBigDecimal; RuntimeObject * L_1 = ___obj0; V_0 = ((SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA *)IsInstClass((RuntimeObject*)L_1, SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA_il2cpp_TypeInfo_var)); // if (other == null) SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return bigInt.Equals(other.bigInt) // && scale == other.scale; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = __this->get_bigInt_0(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_4 = V_0; NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = L_4->get_bigInt_0(); NullCheck(L_3); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_3, L_5); if (!L_6) { goto IL_0034; } } { int32_t L_7 = __this->get_scale_1(); SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_scale_1(); return (bool)((((int32_t)L_7) == ((int32_t)L_9))? 1 : 0); } IL_0034: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleBigDecimal_GetHashCode_m96B0679CA24AB7C257CC2BA5607BB2611D5332C4 (SimpleBigDecimal_t7B91875DA014FFD325D8C09D75919E3677C402CA * __this, const RuntimeMethod* method) { { // return bigInt.GetHashCode() ^ scale; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_bigInt_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); int32_t L_2 = __this->get_scale_1(); return ((int32_t)((int32_t)L_1^(int32_t)L_2)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.SimpleLookupTable::Copy(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* SimpleLookupTable_Copy_m11A419C1CAE17CAB43E73A767786E3D0310C3196 (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* V_0 = NULL; int32_t V_1 = 0; { // ECPoint[] result = new ECPoint[len]; int32_t L_0 = ___len2; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_1 = (ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF*)SZArrayNew(ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // for (int i = 0; i < len; ++i) V_1 = 0; goto IL_0017; } IL_000b: { // result[i] = points[off + i]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_2 = V_0; int32_t L_3 = V_1; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_4 = ___points0; int32_t L_5 = ___off1; int32_t L_6 = V_1; NullCheck(L_4); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8 = (L_4)->GetAt(static_cast(L_7)); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_8); (L_2)->SetAt(static_cast(L_3), (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *)L_8); // for (int i = 0; i < len; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0017: { // for (int i = 0; i < len; ++i) int32_t L_10 = V_1; int32_t L_11 = ___len2; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_000b; } } { // return result; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_12 = V_0; return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.SimpleLookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleLookupTable__ctor_mAC70CA34CF59B84014AA9BF66FBBAC6834B4A0F6 (SimpleLookupTable_t9173203525A41F2D544C495F94B12D2A968CEAB7 * __this, ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* ___points0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { { // public SimpleLookupTable(ECPoint[] points, int off, int len) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.points = Copy(points, off, len); ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_0 = ___points0; int32_t L_1 = ___off1; int32_t L_2 = ___len2; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_3; L_3 = SimpleLookupTable_Copy_m11A419C1CAE17CAB43E73A767786E3D0310C3196(L_0, L_1, L_2, /*hidden argument*/NULL); __this->set_points_0(L_3); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.SimpleLookupTable::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleLookupTable_get_Size_m124FB548365913F90C88B1563905C1F50AAB3872 (SimpleLookupTable_t9173203525A41F2D544C495F94B12D2A968CEAB7 * __this, const RuntimeMethod* method) { { // get { return points.Length; } ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_0 = __this->get_points_0(); NullCheck(L_0); return ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.SimpleLookupTable::Lookup(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SimpleLookupTable_Lookup_m4C624D3F463FFC0D0C3CE44C3E9BD08907E689C8 (SimpleLookupTable_t9173203525A41F2D544C495F94B12D2A968CEAB7 * __this, int32_t ___index0, const RuntimeMethod* method) { { // return points[index]; ECPointU5BU5D_tD2D897EF716415E07E8499709FF4F33D2FF200FF* L_0 = __this->get_points_0(); int32_t L_1 = ___index0; NullCheck(L_0); int32_t L_2 = L_1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Utility.SimpleMouseRotator::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleMouseRotator_Start_mC61B3E02E806C9E966F37029A33553D7643E5B15 (SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80 * __this, const RuntimeMethod* method) { { // m_OriginalRotation = transform.localRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_1; L_1 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_0, /*hidden argument*/NULL); __this->set_m_OriginalRotation_13(L_1); // } return; } } // System.Void UnityStandardAssets.Utility.SimpleMouseRotator::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleMouseRotator_Update_m524B5CCCCFCBFCCB88FFA000C12D3B8DB1FA352A (SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { // transform.localRotation = m_OriginalRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_1 = __this->get_m_OriginalRotation_13(); NullCheck(L_0); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_0, L_1, /*hidden argument*/NULL); // if (relative) bool L_2 = __this->get_relative_9(); if (!L_2) { goto IL_025d; } } { // inputH = CrossPlatformInputManager.GetAxis("Mouse X"); IL2CPP_RUNTIME_CLASS_INIT(CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); float L_3; L_3 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7, /*hidden argument*/NULL); V_0 = L_3; // inputV = CrossPlatformInputManager.GetAxis("Mouse Y"); float L_4; L_4 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0, /*hidden argument*/NULL); V_1 = L_4; // if (m_TargetAngles.y > 180) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_5 = __this->get_address_of_m_TargetAngles_10(); float L_6 = L_5->get_y_3(); if ((!(((float)L_6) > ((float)(180.0f))))) { goto IL_006c; } } { // m_TargetAngles.y -= 360; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_7 = __this->get_address_of_m_TargetAngles_10(); float* L_8 = L_7->get_address_of_y_3(); float* L_9 = L_8; float L_10 = *((float*)L_9); *((float*)L_9) = (float)((float)il2cpp_codegen_subtract((float)L_10, (float)(360.0f))); // m_FollowAngles.y -= 360; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_11 = __this->get_address_of_m_FollowAngles_11(); float* L_12 = L_11->get_address_of_y_3(); float* L_13 = L_12; float L_14 = *((float*)L_13); *((float*)L_13) = (float)((float)il2cpp_codegen_subtract((float)L_14, (float)(360.0f))); } IL_006c: { // if (m_TargetAngles.x > 180) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_15 = __this->get_address_of_m_TargetAngles_10(); float L_16 = L_15->get_x_2(); if ((!(((float)L_16) > ((float)(180.0f))))) { goto IL_00a6; } } { // m_TargetAngles.x -= 360; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_17 = __this->get_address_of_m_TargetAngles_10(); float* L_18 = L_17->get_address_of_x_2(); float* L_19 = L_18; float L_20 = *((float*)L_19); *((float*)L_19) = (float)((float)il2cpp_codegen_subtract((float)L_20, (float)(360.0f))); // m_FollowAngles.x -= 360; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_21 = __this->get_address_of_m_FollowAngles_11(); float* L_22 = L_21->get_address_of_x_2(); float* L_23 = L_22; float L_24 = *((float*)L_23); *((float*)L_23) = (float)((float)il2cpp_codegen_subtract((float)L_24, (float)(360.0f))); } IL_00a6: { // if (m_TargetAngles.y < -180) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_25 = __this->get_address_of_m_TargetAngles_10(); float L_26 = L_25->get_y_3(); if ((!(((float)L_26) < ((float)(-180.0f))))) { goto IL_00e0; } } { // m_TargetAngles.y += 360; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_27 = __this->get_address_of_m_TargetAngles_10(); float* L_28 = L_27->get_address_of_y_3(); float* L_29 = L_28; float L_30 = *((float*)L_29); *((float*)L_29) = (float)((float)il2cpp_codegen_add((float)L_30, (float)(360.0f))); // m_FollowAngles.y += 360; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_31 = __this->get_address_of_m_FollowAngles_11(); float* L_32 = L_31->get_address_of_y_3(); float* L_33 = L_32; float L_34 = *((float*)L_33); *((float*)L_33) = (float)((float)il2cpp_codegen_add((float)L_34, (float)(360.0f))); } IL_00e0: { // if (m_TargetAngles.x < -180) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_35 = __this->get_address_of_m_TargetAngles_10(); float L_36 = L_35->get_x_2(); if ((!(((float)L_36) < ((float)(-180.0f))))) { goto IL_011a; } } { // m_TargetAngles.x += 360; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_37 = __this->get_address_of_m_TargetAngles_10(); float* L_38 = L_37->get_address_of_x_2(); float* L_39 = L_38; float L_40 = *((float*)L_39); *((float*)L_39) = (float)((float)il2cpp_codegen_add((float)L_40, (float)(360.0f))); // m_FollowAngles.x += 360; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_41 = __this->get_address_of_m_FollowAngles_11(); float* L_42 = L_41->get_address_of_x_2(); float* L_43 = L_42; float L_44 = *((float*)L_43); *((float*)L_43) = (float)((float)il2cpp_codegen_add((float)L_44, (float)(360.0f))); } IL_011a: { // if (autoZeroHorizontalOnMobile) { bool L_45 = __this->get_autoZeroHorizontalOnMobile_8(); if (!L_45) { goto IL_0164; } } { // m_TargetAngles.y = Mathf.Lerp (-rotationRange.y * 0.5f, rotationRange.y * 0.5f, inputH * .5f + .5f); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_46 = __this->get_address_of_m_TargetAngles_10(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_47 = __this->get_address_of_rotationRange_4(); float L_48 = L_47->get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_49 = __this->get_address_of_rotationRange_4(); float L_50 = L_49->get_y_1(); float L_51 = V_0; float L_52; L_52 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(((float)il2cpp_codegen_multiply((float)((-L_48)), (float)(0.5f))), ((float)il2cpp_codegen_multiply((float)L_50, (float)(0.5f))), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_51, (float)(0.5f))), (float)(0.5f))), /*hidden argument*/NULL); L_46->set_y_3(L_52); // } else { goto IL_017b; } IL_0164: { // m_TargetAngles.y += inputH * rotationSpeed; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_53 = __this->get_address_of_m_TargetAngles_10(); float* L_54 = L_53->get_address_of_y_3(); float* L_55 = L_54; float L_56 = *((float*)L_55); float L_57 = V_0; float L_58 = __this->get_rotationSpeed_5(); *((float*)L_55) = (float)((float)il2cpp_codegen_add((float)L_56, (float)((float)il2cpp_codegen_multiply((float)L_57, (float)L_58)))); } IL_017b: { // if (autoZeroVerticalOnMobile) { bool L_59 = __this->get_autoZeroVerticalOnMobile_7(); if (!L_59) { goto IL_01c5; } } { // m_TargetAngles.x = Mathf.Lerp (-rotationRange.x * 0.5f, rotationRange.x * 0.5f, inputV * .5f + .5f); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_60 = __this->get_address_of_m_TargetAngles_10(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_61 = __this->get_address_of_rotationRange_4(); float L_62 = L_61->get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_63 = __this->get_address_of_rotationRange_4(); float L_64 = L_63->get_x_0(); float L_65 = V_1; float L_66; L_66 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(((float)il2cpp_codegen_multiply((float)((-L_62)), (float)(0.5f))), ((float)il2cpp_codegen_multiply((float)L_64, (float)(0.5f))), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_65, (float)(0.5f))), (float)(0.5f))), /*hidden argument*/NULL); L_60->set_x_2(L_66); // } else { goto IL_01dc; } IL_01c5: { // m_TargetAngles.x += inputV * rotationSpeed; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_67 = __this->get_address_of_m_TargetAngles_10(); float* L_68 = L_67->get_address_of_x_2(); float* L_69 = L_68; float L_70 = *((float*)L_69); float L_71 = V_1; float L_72 = __this->get_rotationSpeed_5(); *((float*)L_69) = (float)((float)il2cpp_codegen_add((float)L_70, (float)((float)il2cpp_codegen_multiply((float)L_71, (float)L_72)))); } IL_01dc: { // m_TargetAngles.y = Mathf.Clamp(m_TargetAngles.y, -rotationRange.y*0.5f, rotationRange.y*0.5f); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_73 = __this->get_address_of_m_TargetAngles_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_74 = __this->get_address_of_m_TargetAngles_10(); float L_75 = L_74->get_y_3(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_76 = __this->get_address_of_rotationRange_4(); float L_77 = L_76->get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_78 = __this->get_address_of_rotationRange_4(); float L_79 = L_78->get_y_1(); float L_80; L_80 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_75, ((float)il2cpp_codegen_multiply((float)((-L_77)), (float)(0.5f))), ((float)il2cpp_codegen_multiply((float)L_79, (float)(0.5f))), /*hidden argument*/NULL); L_73->set_y_3(L_80); // m_TargetAngles.x = Mathf.Clamp(m_TargetAngles.x, -rotationRange.x*0.5f, rotationRange.x*0.5f); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_81 = __this->get_address_of_m_TargetAngles_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_82 = __this->get_address_of_m_TargetAngles_10(); float L_83 = L_82->get_x_2(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_84 = __this->get_address_of_rotationRange_4(); float L_85 = L_84->get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_86 = __this->get_address_of_rotationRange_4(); float L_87 = L_86->get_x_0(); float L_88; L_88 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_83, ((float)il2cpp_codegen_multiply((float)((-L_85)), (float)(0.5f))), ((float)il2cpp_codegen_multiply((float)L_87, (float)(0.5f))), /*hidden argument*/NULL); L_81->set_x_2(L_88); // } goto IL_02e9; } IL_025d: { // inputH = Input.mousePosition.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_89; L_89 = Input_get_mousePosition_m79528BC2F30C57054641F709C855130AE586AC0E(/*hidden argument*/NULL); float L_90 = L_89.get_x_2(); V_0 = L_90; // inputV = Input.mousePosition.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_91; L_91 = Input_get_mousePosition_m79528BC2F30C57054641F709C855130AE586AC0E(/*hidden argument*/NULL); float L_92 = L_91.get_y_3(); V_1 = L_92; // m_TargetAngles.y = Mathf.Lerp(-rotationRange.y*0.5f, rotationRange.y*0.5f, inputH/Screen.width); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_93 = __this->get_address_of_m_TargetAngles_10(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_94 = __this->get_address_of_rotationRange_4(); float L_95 = L_94->get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_96 = __this->get_address_of_rotationRange_4(); float L_97 = L_96->get_y_1(); float L_98 = V_0; int32_t L_99; L_99 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); float L_100; L_100 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(((float)il2cpp_codegen_multiply((float)((-L_95)), (float)(0.5f))), ((float)il2cpp_codegen_multiply((float)L_97, (float)(0.5f))), ((float)((float)L_98/(float)((float)((float)L_99)))), /*hidden argument*/NULL); L_93->set_y_3(L_100); // m_TargetAngles.x = Mathf.Lerp(-rotationRange.x*0.5f, rotationRange.x*0.5f, inputV/Screen.height); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_101 = __this->get_address_of_m_TargetAngles_10(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_102 = __this->get_address_of_rotationRange_4(); float L_103 = L_102->get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_104 = __this->get_address_of_rotationRange_4(); float L_105 = L_104->get_x_0(); float L_106 = V_1; int32_t L_107; L_107 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); float L_108; L_108 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(((float)il2cpp_codegen_multiply((float)((-L_103)), (float)(0.5f))), ((float)il2cpp_codegen_multiply((float)L_105, (float)(0.5f))), ((float)((float)L_106/(float)((float)((float)L_107)))), /*hidden argument*/NULL); L_101->set_x_2(L_108); } IL_02e9: { // m_FollowAngles = Vector3.SmoothDamp(m_FollowAngles, m_TargetAngles, ref m_FollowVelocity, dampingTime); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_109 = __this->get_m_FollowAngles_11(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_110 = __this->get_m_TargetAngles_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_111 = __this->get_address_of_m_FollowVelocity_12(); float L_112 = __this->get_dampingTime_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_113; L_113 = Vector3_SmoothDamp_m4655944DBD5B44125F8F4B5A15E31DE94CB0F627(L_109, L_110, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_111, L_112, /*hidden argument*/NULL); __this->set_m_FollowAngles_11(L_113); // transform.localRotation = m_OriginalRotation*Quaternion.Euler(-m_FollowAngles.x, m_FollowAngles.y, 0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_114; L_114 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_115 = __this->get_m_OriginalRotation_13(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_116 = __this->get_address_of_m_FollowAngles_11(); float L_117 = L_116->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_118 = __this->get_address_of_m_FollowAngles_11(); float L_119 = L_118->get_y_3(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_120; L_120 = Quaternion_Euler_m37BF99FFFA09F4B3F83DC066641B82C59B19A9C3(((-L_117)), L_119, (0.0f), /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_121; L_121 = Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0(L_115, L_120, /*hidden argument*/NULL); NullCheck(L_114); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_114, L_121, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Utility.SimpleMouseRotator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleMouseRotator__ctor_m3CAF12200E3884E468A94ECFAAFBD517191D9516 (SimpleMouseRotator_tEDDF2DC83A53093F272F6D965B5828F6F04CCD80 * __this, const RuntimeMethod* method) { { // public Vector2 rotationRange = new Vector3(70, 70); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; memset((&L_0), 0, sizeof(L_0)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_0), (70.0f), (70.0f), /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_0, /*hidden argument*/NULL); __this->set_rotationRange_4(L_1); // public float rotationSpeed = 10; __this->set_rotationSpeed_5((10.0f)); // public float dampingTime = 0.2f; __this->set_dampingTime_6((0.200000003f)); // public bool autoZeroVerticalOnMobile = true; __this->set_autoZeroVerticalOnMobile_7((bool)1); // public bool relative = true; __this->set_relative_9((bool)1); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Examples.SimpleStreamingSample::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleStreamingSample_Start_mF81CF7460FBF001CC50CEB0C09400DF4194D102C (SimpleStreamingSample_t33FC149C4A0EF1CB3FDBB32B800FF94979398913 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleStreamingSample_signalRConnection_OnError_mECD4CE9E9BE9DB77BBF9671C9DDE5D417227D640_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleStreamingSample_signalRConnection_OnNonHubMessage_m8E686254053EB362F4259FECC8DB8DBF80EC275C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleStreamingSample_signalRConnection_OnStateChanged_m051F3DC292472B69F57E20CF872FB4D9AA1CC6A7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // signalRConnection = new Connection(URI); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_URI_4(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_1 = (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC *)il2cpp_codegen_object_new(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var); Connection__ctor_mF07A68D7D6355EA225290EDCF294C73039167E5A(L_1, L_0, /*hidden argument*/NULL); __this->set_signalRConnection_5(L_1); // signalRConnection.OnNonHubMessage += signalRConnection_OnNonHubMessage; Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_2 = __this->get_signalRConnection_5(); OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * L_3 = (OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 *)il2cpp_codegen_object_new(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4_il2cpp_TypeInfo_var); OnNonHubMessageDelegate__ctor_m92ABF60CD2C154CB85E38D9D2A3B659DF3F1C4C4(L_3, __this, (intptr_t)((intptr_t)SimpleStreamingSample_signalRConnection_OnNonHubMessage_m8E686254053EB362F4259FECC8DB8DBF80EC275C_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_2); Connection_add_OnNonHubMessage_m02413411CD8A86DE8E682F9D7A9100567BF134CA(L_2, L_3, /*hidden argument*/NULL); // signalRConnection.OnStateChanged += signalRConnection_OnStateChanged; Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_4 = __this->get_signalRConnection_5(); OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * L_5 = (OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 *)il2cpp_codegen_object_new(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24_il2cpp_TypeInfo_var); OnStateChanged__ctor_mB9D6F1706390D89BC05025A662EDEB6E2DEE3A16(L_5, __this, (intptr_t)((intptr_t)SimpleStreamingSample_signalRConnection_OnStateChanged_m051F3DC292472B69F57E20CF872FB4D9AA1CC6A7_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_4); Connection_add_OnStateChanged_mEB74C411FF4B5D6AB3A47DC728A057044F80C542(L_4, L_5, /*hidden argument*/NULL); // signalRConnection.OnError += signalRConnection_OnError; Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_6 = __this->get_signalRConnection_5(); OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * L_7 = (OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 *)il2cpp_codegen_object_new(OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30_il2cpp_TypeInfo_var); OnErrorDelegate__ctor_mCEEB25DB46049FBD76047387A764DD19E0A13AF7(L_7, __this, (intptr_t)((intptr_t)SimpleStreamingSample_signalRConnection_OnError_mECD4CE9E9BE9DB77BBF9671C9DDE5D417227D640_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); Connection_add_OnError_m5627BEC3E59A770653AA07AA0D19AAF7F47DBFE5(L_6, L_7, /*hidden argument*/NULL); // signalRConnection.Open(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_8 = __this->get_signalRConnection_5(); NullCheck(L_8); Connection_Open_m6439E65084C815C273A98CB05C7D4A0B82434206(L_8, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SimpleStreamingSample::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleStreamingSample_OnDestroy_m60767DA7E14C21686E612CEB53069E7495E66FEB (SimpleStreamingSample_t33FC149C4A0EF1CB3FDBB32B800FF94979398913 * __this, const RuntimeMethod* method) { { // signalRConnection.Close(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = __this->get_signalRConnection_5(); NullCheck(L_0); Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345(L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SimpleStreamingSample::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleStreamingSample_OnGUI_m635A14B8C418E94DC1D3C2B01691E336ACC46408 (SimpleStreamingSample_t33FC149C4A0EF1CB3FDBB32B800FF94979398913 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimpleStreamingSample_U3COnGUIU3Eb__5_0_m6A221D208226EBB5F7EFD2F0D892312360C4C793_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // GUIHelper.DrawArea(GUIHelper.ClientArea, true, () => // { // GUILayout.Label("Messages"); // // GUILayout.BeginHorizontal(); // GUILayout.Space(20); // messages.Draw(Screen.width - 20, 0); // GUILayout.EndHorizontal(); // }); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_0 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_ClientArea_3(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)SimpleStreamingSample_U3COnGUIU3Eb__5_0_m6A221D208226EBB5F7EFD2F0D892312360C4C793_RuntimeMethod_var), /*hidden argument*/NULL); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(L_0, (bool)1, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SimpleStreamingSample::signalRConnection_OnNonHubMessage(BestHTTP.SignalR.Connection,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleStreamingSample_signalRConnection_OnNonHubMessage_m8E686254053EB362F4259FECC8DB8DBF80EC275C (SimpleStreamingSample_t33FC149C4A0EF1CB3FDBB32B800FF94979398913 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, RuntimeObject * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5D4CE546C4BE4DC1D80AC4B854F807B51520D33); s_Il2CppMethodInitialized = true; } { // messages.Add("[Server Message] " + data.ToString()); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_0 = __this->get_messages_6(); RuntimeObject * L_1 = ___data1; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralF5D4CE546C4BE4DC1D80AC4B854F807B51520D33, L_2, /*hidden argument*/NULL); NullCheck(L_0); GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545(L_0, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SimpleStreamingSample::signalRConnection_OnStateChanged(BestHTTP.SignalR.Connection,BestHTTP.SignalR.ConnectionStates,BestHTTP.SignalR.ConnectionStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleStreamingSample_signalRConnection_OnStateChanged_m051F3DC292472B69F57E20CF872FB4D9AA1CC6A7 (SimpleStreamingSample_t33FC149C4A0EF1CB3FDBB32B800FF94979398913 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, int32_t ___oldState1, int32_t ___newState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBB899F10924E860F6331E768757334E5AF182E4); s_Il2CppMethodInitialized = true; } { // messages.Add(string.Format("[State Change] {0} => {1}", oldState, newState)); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_0 = __this->get_messages_6(); int32_t L_1 = ___oldState1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386_il2cpp_TypeInfo_var, &L_2); int32_t L_4 = ___newState2; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386_il2cpp_TypeInfo_var, &L_5); String_t* L_7; L_7 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralEBB899F10924E860F6331E768757334E5AF182E4, L_3, L_6, /*hidden argument*/NULL); NullCheck(L_0); GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545(L_0, L_7, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SimpleStreamingSample::signalRConnection_OnError(BestHTTP.SignalR.Connection,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleStreamingSample_signalRConnection_OnError_mECD4CE9E9BE9DB77BBF9671C9DDE5D417227D640 (SimpleStreamingSample_t33FC149C4A0EF1CB3FDBB32B800FF94979398913 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, String_t* ___error1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82DC64595FFC8C02A3E5695D1486AF92B637BE95); s_Il2CppMethodInitialized = true; } { // messages.Add("[Error] " + error); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_0 = __this->get_messages_6(); String_t* L_1 = ___error1; String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral82DC64595FFC8C02A3E5695D1486AF92B637BE95, L_1, /*hidden argument*/NULL); NullCheck(L_0); GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545(L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SimpleStreamingSample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleStreamingSample__ctor_m596C26A565965FACD1E7F1296A25C7AC7198B070 (SimpleStreamingSample_t33FC149C4A0EF1CB3FDBB32B800FF94979398913 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61085D70D0453300D6DE1CF4A80C1600C2D0C4A7); s_Il2CppMethodInitialized = true; } { // readonly Uri URI = new Uri(GUIHelper.BaseURL + "/streaming-connection"); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); String_t* L_0 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_BaseURL_0(); String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, _stringLiteral61085D70D0453300D6DE1CF4A80C1600C2D0C4A7, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_2, L_1, /*hidden argument*/NULL); __this->set_URI_4(L_2); // GUIMessageList messages = new GUIMessageList(); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_3 = (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F *)il2cpp_codegen_object_new(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F_il2cpp_TypeInfo_var); GUIMessageList__ctor_m2A38A0230378C832F710132D4A39868FD69EC06B(L_3, /*hidden argument*/NULL); __this->set_messages_6(L_3); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Examples.SimpleStreamingSample::b__5_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleStreamingSample_U3COnGUIU3Eb__5_0_m6A221D208226EBB5F7EFD2F0D892312360C4C793 (SimpleStreamingSample_t33FC149C4A0EF1CB3FDBB32B800FF94979398913 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AB9A3EDC1866CA9DC5753097B1C144B16CA582F); s_Il2CppMethodInitialized = true; } { // GUILayout.Label("Messages"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_0; L_0 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral2AB9A3EDC1866CA9DC5753097B1C144B16CA582F, L_0, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_1; L_1 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_1, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // messages.Draw(Screen.width - 20, 0); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_2 = __this->get_messages_6(); int32_t L_3; L_3 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); NullCheck(L_2); GUIMessageList_Draw_mBD9333B10EE5F2EC94F8AE2ECACF2C2B2AF20637(L_2, ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)20))))), (0.0f), /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*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 JC.Unity.SimulateMouse::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouse_Awake_m39E10F690E0B109B49CF0378666D68122FA6949C (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_m1E89A717F12E593FF6530C49A4F7F3A53FD14548_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimulateMouse_U3CAwakeU3Eb__5_0_m11496FD62AA3B9C864E8E98AAA15786AF4880E09_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // mousePointer.anchorMin = Vector2.zero; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_mousePointer_5(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = Vector2_get_zero_m621041B9DF5FAE86C1EF4CB28C224FEA089CB828(/*hidden argument*/NULL); NullCheck(L_0); RectTransform_set_anchorMin_mD9E6E95890B701A5190C12F5AE42E622246AF798(L_0, L_1, /*hidden argument*/NULL); // mousePointer.anchorMax = Vector2.zero; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = __this->get_mousePointer_5(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3; L_3 = Vector2_get_zero_m621041B9DF5FAE86C1EF4CB28C224FEA089CB828(/*hidden argument*/NULL); NullCheck(L_2); RectTransform_set_anchorMax_m67E04F54B5122804E32019D5FAE50C21CC67651D(L_2, L_3, /*hidden argument*/NULL); // if (mScreenRayRaycasterUIWrapper != null) { ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * L_4 = __this->get_mScreenRayRaycasterUIWrapper_8(); if (!L_4) { goto IL_0040; } } { // mScreenRayRaycasterUIWrapper.Init(this, () => { // Vector2 pos = mousePointer.anchoredPosition; // pos.x *= (float) Screen.width / GetScaleScreenWidth(); // pos.y *= (float) Screen.height / GetScaleScreenHeight(); // return pos; // }); ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * L_5 = __this->get_mScreenRayRaycasterUIWrapper_8(); Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344 * L_6 = (Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344 *)il2cpp_codegen_object_new(Func_1_t0AD9DFDD3411F76BF4E087C04686E67D91EB7344_il2cpp_TypeInfo_var); Func_1__ctor_m1E89A717F12E593FF6530C49A4F7F3A53FD14548(L_6, __this, (intptr_t)((intptr_t)SimulateMouse_U3CAwakeU3Eb__5_0_m11496FD62AA3B9C864E8E98AAA15786AF4880E09_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_m1E89A717F12E593FF6530C49A4F7F3A53FD14548_RuntimeMethod_var); NullCheck(L_5); ScreenRayRaycasterUIWrapper_Init_m4778D7B164B6696F41C29182A632BE29EBBC1A03(L_5, __this, L_6, /*hidden argument*/NULL); } IL_0040: { // } return; } } // System.Void JC.Unity.SimulateMouse::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouse_OnDisable_m344024B891452D822A7FB125CD75436C97B810EC (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method) { { // mScreenRayRaycasterUIWrapper.PressUp(); ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * L_0 = __this->get_mScreenRayRaycasterUIWrapper_8(); NullCheck(L_0); ScreenRayRaycasterUIWrapper_PressUp_mB7BAC6BF53380B7C1FEA8B9DB9EA207B5CF6BD9A(L_0, /*hidden argument*/NULL); // } return; } } // System.Void JC.Unity.SimulateMouse::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouse_OnEnable_mDF75867A6DA17B198E341A85B7458AF1247549DE (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method) { { // MakeMouseToScreenCenter(); SimulateMouse_MakeMouseToScreenCenter_m718E8130B813E5C9E9E97C1960FA47DEA8215DD5(__this, /*hidden argument*/NULL); // } return; } } // System.Void JC.Unity.SimulateMouse::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouse_Update_mDAD7A3991EE02D091CD0F9F3FCB92DBF92A1D4A8 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method) { { // mScreenRayRaycasterUIWrapper.Update(); ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * L_0 = __this->get_mScreenRayRaycasterUIWrapper_8(); NullCheck(L_0); ScreenRayRaycasterUIWrapper_Update_m1C58D194E185F928F8219AC5C5BA4674E109811B(L_0, /*hidden argument*/NULL); // } return; } } // UnityEngine.Vector2 JC.Unity.SimulateMouse::ClampValue(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 SimulateMouse_ClampValue_m16DD601DACEA159F9AA180F572EEC0E4E31487E2 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___val0, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * G_B2_0 = NULL; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * G_B1_0 = NULL; float G_B3_0 = 0.0f; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * G_B3_1 = NULL; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * G_B5_0 = NULL; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * G_B4_0 = NULL; float G_B6_0 = 0.0f; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * G_B6_1 = NULL; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * G_B8_0 = NULL; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * G_B7_0 = NULL; float G_B9_0 = 0.0f; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * G_B9_1 = NULL; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * G_B11_0 = NULL; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * G_B10_0 = NULL; float G_B12_0 = 0.0f; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * G_B12_1 = NULL; { // val.x = val.x < 0 ? 0 : val.x; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___val0; float L_1 = L_0.get_x_0(); G_B1_0 = (&___val0); if ((((float)L_1) < ((float)(0.0f)))) { G_B2_0 = (&___val0); goto IL_0017; } } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___val0; float L_3 = L_2.get_x_0(); G_B3_0 = L_3; G_B3_1 = G_B1_0; goto IL_001c; } IL_0017: { G_B3_0 = (0.0f); G_B3_1 = G_B2_0; } IL_001c: { G_B3_1->set_x_0(G_B3_0); // val.y = val.y < 0 ? 0 : val.y; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___val0; float L_5 = L_4.get_y_1(); G_B4_0 = (&___val0); if ((((float)L_5) < ((float)(0.0f)))) { G_B5_0 = (&___val0); goto IL_0038; } } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6 = ___val0; float L_7 = L_6.get_y_1(); G_B6_0 = L_7; G_B6_1 = G_B4_0; goto IL_003d; } IL_0038: { G_B6_0 = (0.0f); G_B6_1 = G_B5_0; } IL_003d: { G_B6_1->set_y_1(G_B6_0); // float maxWidth = GetScaleScreenWidth(); float L_8; L_8 = SimulateMouse_GetScaleScreenWidth_m268EA1665BB8880318ED05B24E9E73B34850BDE5(__this, /*hidden argument*/NULL); V_0 = L_8; // float maxHeight = GetScaleScreenHeight(); float L_9; L_9 = SimulateMouse_GetScaleScreenHeight_m8518D179B68F35D953F09793C9C8E1C836AFEB50(__this, /*hidden argument*/NULL); V_1 = L_9; // val.x = val.x > maxWidth ? maxWidth : val.x; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_10 = ___val0; float L_11 = L_10.get_x_0(); float L_12 = V_0; G_B7_0 = (&___val0); if ((((float)L_11) > ((float)L_12))) { G_B8_0 = (&___val0); goto IL_0063; } } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_13 = ___val0; float L_14 = L_13.get_x_0(); G_B9_0 = L_14; G_B9_1 = G_B7_0; goto IL_0064; } IL_0063: { float L_15 = V_0; G_B9_0 = L_15; G_B9_1 = G_B8_0; } IL_0064: { G_B9_1->set_x_0(G_B9_0); // val.y = val.y > maxHeight ? maxHeight : val.y; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16 = ___val0; float L_17 = L_16.get_y_1(); float L_18 = V_1; G_B10_0 = (&___val0); if ((((float)L_17) > ((float)L_18))) { G_B11_0 = (&___val0); goto IL_007c; } } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_19 = ___val0; float L_20 = L_19.get_y_1(); G_B12_0 = L_20; G_B12_1 = G_B10_0; goto IL_007d; } IL_007c: { float L_21 = V_1; G_B12_0 = L_21; G_B12_1 = G_B11_0; } IL_007d: { G_B12_1->set_y_1(G_B12_0); // return val; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_22 = ___val0; return L_22; } } // System.Single JC.Unity.SimulateMouse::GetScaleScreenWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SimulateMouse_GetScaleScreenWidth_m268EA1665BB8880318ED05B24E9E73B34850BDE5 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { // float width = Screen.width; int32_t L_0; L_0 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); V_0 = ((float)((float)L_0)); // if (canvasScaler.uiScaleMode == CanvasScaler.ScaleMode.ScaleWithScreenSize) { CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * L_1 = __this->get_canvasScaler_4(); NullCheck(L_1); int32_t L_2; L_2 = CanvasScaler_get_uiScaleMode_m6B2801FE9E3816E01F2B85F46BB554695B6FC7A5_inline(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0075; } } { // if (canvasScaler.screenMatchMode == CanvasScaler.ScreenMatchMode.MatchWidthOrHeight) { CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * L_3 = __this->get_canvasScaler_4(); NullCheck(L_3); int32_t L_4; L_4 = CanvasScaler_get_screenMatchMode_m3AF1E5875BA22777EC08A70E308EFF74FE5F8C36_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0075; } } { // float height = Screen.height; int32_t L_5; L_5 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); V_1 = ((float)((float)L_5)); // if (canvasScaler.matchWidthOrHeight == 1) { CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * L_6 = __this->get_canvasScaler_4(); NullCheck(L_6); float L_7; L_7 = CanvasScaler_get_matchWidthOrHeight_mB0DF4FAA9AFC23C53DF212CC4092775162D59B42_inline(L_6, /*hidden argument*/NULL); if ((!(((float)L_7) == ((float)(1.0f))))) { goto IL_0052; } } { // width *= canvasScaler.referenceResolution.y / height; float L_8 = V_0; CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * L_9 = __this->get_canvasScaler_4(); NullCheck(L_9); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_10; L_10 = CanvasScaler_get_referenceResolution_mC88C9BB9FAB47FEDAFB14ECC57620870E965F542_inline(L_9, /*hidden argument*/NULL); float L_11 = L_10.get_y_1(); float L_12 = V_1; V_0 = ((float)il2cpp_codegen_multiply((float)L_8, (float)((float)((float)L_11/(float)L_12)))); // } else if (canvasScaler.matchWidthOrHeight == 0) { goto IL_0075; } IL_0052: { // } else if (canvasScaler.matchWidthOrHeight == 0) { CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * L_13 = __this->get_canvasScaler_4(); NullCheck(L_13); float L_14; L_14 = CanvasScaler_get_matchWidthOrHeight_mB0DF4FAA9AFC23C53DF212CC4092775162D59B42_inline(L_13, /*hidden argument*/NULL); if ((!(((float)L_14) == ((float)(0.0f))))) { goto IL_0075; } } { // width = canvasScaler.referenceResolution.x; CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * L_15 = __this->get_canvasScaler_4(); NullCheck(L_15); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16; L_16 = CanvasScaler_get_referenceResolution_mC88C9BB9FAB47FEDAFB14ECC57620870E965F542_inline(L_15, /*hidden argument*/NULL); float L_17 = L_16.get_x_0(); V_0 = L_17; } IL_0075: { // return width; float L_18 = V_0; return L_18; } } // System.Single JC.Unity.SimulateMouse::GetScaleScreenHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SimulateMouse_GetScaleScreenHeight_m8518D179B68F35D953F09793C9C8E1C836AFEB50 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { // float height = Screen.height; int32_t L_0; L_0 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); V_0 = ((float)((float)L_0)); // if (canvasScaler.uiScaleMode == CanvasScaler.ScaleMode.ScaleWithScreenSize) { CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * L_1 = __this->get_canvasScaler_4(); NullCheck(L_1); int32_t L_2; L_2 = CanvasScaler_get_uiScaleMode_m6B2801FE9E3816E01F2B85F46BB554695B6FC7A5_inline(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0075; } } { // if (canvasScaler.screenMatchMode == CanvasScaler.ScreenMatchMode.MatchWidthOrHeight) { CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * L_3 = __this->get_canvasScaler_4(); NullCheck(L_3); int32_t L_4; L_4 = CanvasScaler_get_screenMatchMode_m3AF1E5875BA22777EC08A70E308EFF74FE5F8C36_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0075; } } { // float width = Screen.width; int32_t L_5; L_5 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); V_1 = ((float)((float)L_5)); // if (canvasScaler.matchWidthOrHeight == 0) { CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * L_6 = __this->get_canvasScaler_4(); NullCheck(L_6); float L_7; L_7 = CanvasScaler_get_matchWidthOrHeight_mB0DF4FAA9AFC23C53DF212CC4092775162D59B42_inline(L_6, /*hidden argument*/NULL); if ((!(((float)L_7) == ((float)(0.0f))))) { goto IL_0052; } } { // height *= canvasScaler.referenceResolution.x / width; float L_8 = V_0; CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * L_9 = __this->get_canvasScaler_4(); NullCheck(L_9); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_10; L_10 = CanvasScaler_get_referenceResolution_mC88C9BB9FAB47FEDAFB14ECC57620870E965F542_inline(L_9, /*hidden argument*/NULL); float L_11 = L_10.get_x_0(); float L_12 = V_1; V_0 = ((float)il2cpp_codegen_multiply((float)L_8, (float)((float)((float)L_11/(float)L_12)))); // } else if (canvasScaler.matchWidthOrHeight == 1) { goto IL_0075; } IL_0052: { // } else if (canvasScaler.matchWidthOrHeight == 1) { CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * L_13 = __this->get_canvasScaler_4(); NullCheck(L_13); float L_14; L_14 = CanvasScaler_get_matchWidthOrHeight_mB0DF4FAA9AFC23C53DF212CC4092775162D59B42_inline(L_13, /*hidden argument*/NULL); if ((!(((float)L_14) == ((float)(1.0f))))) { goto IL_0075; } } { // height = canvasScaler.referenceResolution.y; CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * L_15 = __this->get_canvasScaler_4(); NullCheck(L_15); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16; L_16 = CanvasScaler_get_referenceResolution_mC88C9BB9FAB47FEDAFB14ECC57620870E965F542_inline(L_15, /*hidden argument*/NULL); float L_17 = L_16.get_y_1(); V_0 = L_17; } IL_0075: { // return height; float L_18 = V_0; return L_18; } } // System.Void JC.Unity.SimulateMouse::MoveMousePointer(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouse_MoveMousePointer_mCD217FE3EBF628B61EAF52AE41EC88A242DFCFE0 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___deltaPos0, 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; } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (mousePointer == null) return; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_mousePointer_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { // if (mousePointer == null) return; return; } IL_000f: { // Vector2 val = mousePointer.anchoredPosition; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = __this->get_mousePointer_5(); NullCheck(L_2); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3; L_3 = RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975(L_2, /*hidden argument*/NULL); V_0 = L_3; // val += deltaPos; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5 = ___deltaPos0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6; L_6 = Vector2_op_Addition_m5EACC2AEA80FEE29F380397CF1F4B11D04BE71CC_inline(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; // mousePointer.anchoredPosition = ClampValue(val); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_7 = __this->get_mousePointer_5(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9; L_9 = SimulateMouse_ClampValue_m16DD601DACEA159F9AA180F572EEC0E4E31487E2(__this, L_8, /*hidden argument*/NULL); NullCheck(L_7); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_7, L_9, /*hidden argument*/NULL); // } return; } } // System.Void JC.Unity.SimulateMouse::SetMousePointerPosition(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouse_SetMousePointerPosition_mC595A154098E21B2E2345D352E495575E446E1C9 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (mousePointer == null) return; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_mousePointer_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { // if (mousePointer == null) return; return; } IL_000f: { // mousePointer.position = pos; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = __this->get_mousePointer_5(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3 = ___pos0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_3, /*hidden argument*/NULL); NullCheck(L_2); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_2, L_4, /*hidden argument*/NULL); // } return; } } // System.Void JC.Unity.SimulateMouse::ClickMousePointer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouse_ClickMousePointer_m1CC57F1FAAEBE677AE30858873FC7686684B105D (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method) { { // mScreenRayRaycasterUIWrapper.Click(); ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * L_0 = __this->get_mScreenRayRaycasterUIWrapper_8(); NullCheck(L_0); ScreenRayRaycasterUIWrapper_Click_m435732938FE534A1929F8965AB3018DFA407D74B(L_0, /*hidden argument*/NULL); // } return; } } // System.Void JC.Unity.SimulateMouse::MakeMouseToScreenCenter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouse_MakeMouseToScreenCenter_m718E8130B813E5C9E9E97C1960FA47DEA8215DD5 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method) { { // mousePointer.anchoredPosition = new Vector2(GetScaleScreenWidth()/2,GetScaleScreenHeight()/2); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_mousePointer_5(); float L_1; L_1 = SimulateMouse_GetScaleScreenWidth_m268EA1665BB8880318ED05B24E9E73B34850BDE5(__this, /*hidden argument*/NULL); float L_2; L_2 = SimulateMouse_GetScaleScreenHeight_m8518D179B68F35D953F09793C9C8E1C836AFEB50(__this, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3; memset((&L_3), 0, sizeof(L_3)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_3), ((float)((float)L_1/(float)(2.0f))), ((float)((float)L_2/(float)(2.0f))), /*hidden argument*/NULL); NullCheck(L_0); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_0, L_3, /*hidden argument*/NULL); // } return; } } // UnityEngine.UI.Selectable JC.Unity.SimulateMouse::GetCurrentSelectable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * SimulateMouse_GetCurrentSelectable_m136C0BCFF0D0E16678D53FF992C203E608CF3690 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method) { { // return mScreenRayRaycasterUIWrapper.m_currentSelectable; ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * L_0 = __this->get_mScreenRayRaycasterUIWrapper_8(); NullCheck(L_0); Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * L_1 = L_0->get_m_currentSelectable_0(); return L_1; } } // System.Void JC.Unity.SimulateMouse::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouse__ctor_mA51A0D75BC842B4582C31BF0140593DB4737ABB0 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ScreenRayRaycasterUIWrapper mScreenRayRaycasterUIWrapper = new ScreenRayRaycasterUIWrapper(); ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC * L_0 = (ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC *)il2cpp_codegen_object_new(ScreenRayRaycasterUIWrapper_t8D58919603EE541D44E9F1211F425E887F81DFDC_il2cpp_TypeInfo_var); ScreenRayRaycasterUIWrapper__ctor_m353998E885B3515566C72E38608CEBA74479CC4E(L_0, /*hidden argument*/NULL); __this->set_mScreenRayRaycasterUIWrapper_8(L_0); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // UnityEngine.Vector2 JC.Unity.SimulateMouse::b__5_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 SimulateMouse_U3CAwakeU3Eb__5_0_m11496FD62AA3B9C864E8E98AAA15786AF4880E09 (SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * __this, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { // Vector2 pos = mousePointer.anchoredPosition; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_mousePointer_5(); NullCheck(L_0); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = RectTransform_get_anchoredPosition_mFDC4F160F99634B2FBC73FE5FB1F4F4127CDD975(L_0, /*hidden argument*/NULL); V_0 = L_1; // pos.x *= (float) Screen.width / GetScaleScreenWidth(); float* L_2 = (&V_0)->get_address_of_x_0(); float* L_3 = L_2; float L_4 = *((float*)L_3); int32_t L_5; L_5 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); float L_6; L_6 = SimulateMouse_GetScaleScreenWidth_m268EA1665BB8880318ED05B24E9E73B34850BDE5(__this, /*hidden argument*/NULL); *((float*)L_3) = (float)((float)il2cpp_codegen_multiply((float)L_4, (float)((float)((float)((float)((float)L_5))/(float)L_6)))); // pos.y *= (float) Screen.height / GetScaleScreenHeight(); float* L_7 = (&V_0)->get_address_of_y_1(); float* L_8 = L_7; float L_9 = *((float*)L_8); int32_t L_10; L_10 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); float L_11; L_11 = SimulateMouse_GetScaleScreenHeight_m8518D179B68F35D953F09793C9C8E1C836AFEB50(__this, /*hidden argument*/NULL); *((float*)L_8) = (float)((float)il2cpp_codegen_multiply((float)L_9, (float)((float)((float)((float)((float)L_10))/(float)L_11)))); // return pos; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_12 = V_0; return L_12; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SimulateMouseController::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_Init_m85DA06E6F09CC604B70F531EB4FB6E19A965CEFE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CInitU3Eb__1_0_m7FE1336B033CAC9ACD2B6F27B82771A1EE57F4A4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_2__ctor_mE0417B33CF845A6B9324E67D296ADEA562B91DE0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * G_B2_0 = NULL; UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * G_B1_0 = NULL; { // ins = new SimulateMouseController(); SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * L_0 = (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 *)il2cpp_codegen_object_new(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_il2cpp_TypeInfo_var); SimulateMouseController__ctor_mA97C877908B7263C2AA9A595892315E0457EF4E7(L_0, /*hidden argument*/NULL); ((SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_StaticFields*)il2cpp_codegen_static_fields_for(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_il2cpp_TypeInfo_var))->set_ins_0(L_0); // SceneManager.sceneLoaded += (scene, mode) => { // if (!scene.name.StartsWith("Game")) { // ins.AddOpenLocker("NotGame"); // } // }; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413_il2cpp_TypeInfo_var); UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * L_1 = ((U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413_il2cpp_TypeInfo_var))->get_U3CU3E9__1_0_1(); UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413_il2cpp_TypeInfo_var); U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413 * L_3 = ((U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * L_4 = (UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 *)il2cpp_codegen_object_new(UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906_il2cpp_TypeInfo_var); UnityAction_2__ctor_mE0417B33CF845A6B9324E67D296ADEA562B91DE0(L_4, L_3, (intptr_t)((intptr_t)U3CU3Ec_U3CInitU3Eb__1_0_m7FE1336B033CAC9ACD2B6F27B82771A1EE57F4A4_RuntimeMethod_var), /*hidden argument*/UnityAction_2__ctor_mE0417B33CF845A6B9324E67D296ADEA562B91DE0_RuntimeMethod_var); UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * L_5 = L_4; ((U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t66C0FC32206A7F2D6172C9B6C209E1DF617BD413_il2cpp_TypeInfo_var))->set_U3CU3E9__1_0_1(L_5); G_B2_0 = L_5; } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_add_sceneLoaded_m54990A485E2E66739E31090BDC3A4C01EF7729BA(G_B2_0, /*hidden argument*/NULL); // } return; } } // System.Void SimulateMouseController::AddOpenLocker(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_AddOpenLocker_m0219CD347F275757F4F193538575211E43D299AF (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, RuntimeObject * ___locker0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // openLockerSet.Add(locker); HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * L_0 = __this->get_openLockerSet_2(); RuntimeObject * L_1 = ___locker0; NullCheck(L_0); bool L_2; L_2 = HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C(L_0, L_1, /*hidden argument*/HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_RuntimeMethod_var); // CheckAndOpenOrClose(); SimulateMouseController_CheckAndOpenOrClose_mB6A3AAC03022F0F4047BECA780366E2A286245C5(__this, /*hidden argument*/NULL); // } return; } } // System.Void SimulateMouseController::RemoveOpenLocker(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_RemoveOpenLocker_mACD7A5B21F70FF2486CBD6E47AA9530044E02E87 (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, RuntimeObject * ___locker0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // openLockerSet.Remove(locker); HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * L_0 = __this->get_openLockerSet_2(); RuntimeObject * L_1 = ___locker0; NullCheck(L_0); bool L_2; L_2 = HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02(L_0, L_1, /*hidden argument*/HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_RuntimeMethod_var); // CheckAndOpenOrClose(); SimulateMouseController_CheckAndOpenOrClose_mB6A3AAC03022F0F4047BECA780366E2A286245C5(__this, /*hidden argument*/NULL); // } return; } } // System.Void SimulateMouseController::SetBleConnected(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_SetBleConnected_m3C54C070AD85437D87FBB7464F8337B47E28C45D (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, bool ___connected0, const RuntimeMethod* method) { { // bleConnected = connected; bool L_0 = ___connected0; __this->set_bleConnected_1(L_0); // CheckAndOpenOrClose(); SimulateMouseController_CheckAndOpenOrClose_mB6A3AAC03022F0F4047BECA780366E2A286245C5(__this, /*hidden argument*/NULL); // } return; } } // System.Void SimulateMouseController::CheckAndOpenOrClose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_CheckAndOpenOrClose_mB6A3AAC03022F0F4047BECA780366E2A286245C5 (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (bleConnected) { bool L_0 = __this->get_bleConnected_1(); if (!L_0) { goto IL_0024; } } { // if (openLockerSet.Count > 0) { HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * L_1 = __this->get_openLockerSet_2(); NullCheck(L_1); int32_t L_2; L_2 = HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_inline(L_1, /*hidden argument*/HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_RuntimeMethod_var); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_001d; } } { // Open(); SimulateMouseController_Open_m6558C14500C56757CC8A2E51D7FF3668775D854D(__this, /*hidden argument*/NULL); // } else { return; } IL_001d: { // Close(); SimulateMouseController_Close_mA9B424EFE9E1619F34E652E3523CEAD1A3F0807C(__this, /*hidden argument*/NULL); // } else { return; } IL_0024: { // Close(); SimulateMouseController_Close_mA9B424EFE9E1619F34E652E3523CEAD1A3F0807C(__this, /*hidden argument*/NULL); // } return; } } // System.Void SimulateMouseController::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_Open_m6558C14500C56757CC8A2E51D7FF3668775D854D (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (SB_EventSystem.ins && !SB_EventSystem.ins.simulateMouseIsAwaked) { SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_0 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_2 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_2); bool L_3 = L_2->get_simulateMouseIsAwaked_7(); if (L_3) { goto IL_0022; } } { // SB_EventSystem.ins.AwakenSimulateMouse(); SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_4 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_4); SB_EventSystem_AwakenSimulateMouse_m64D4CE9DCB889CAD615599BD8394BD6023ED7E9A(L_4, /*hidden argument*/NULL); } IL_0022: { // } return; } } // System.Void SimulateMouseController::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_Close_mA9B424EFE9E1619F34E652E3523CEAD1A3F0807C (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (SB_EventSystem.ins && SB_EventSystem.ins.simulateMouseIsAwaked) { SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_0 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_2 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_2); bool L_3 = L_2->get_simulateMouseIsAwaked_7(); if (!L_3) { goto IL_0022; } } { // SB_EventSystem.ins.AwakenSimulateMouse(); SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_4 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_4); SB_EventSystem_AwakenSimulateMouse_m64D4CE9DCB889CAD615599BD8394BD6023ED7E9A(L_4, /*hidden argument*/NULL); } IL_0022: { // } return; } } // System.Void SimulateMouseController::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController__ctor_mA97C877908B7263C2AA9A595892315E0457EF4E7 (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // HashSet openLockerSet = new HashSet(); HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * L_0 = (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B *)il2cpp_codegen_object_new(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B_il2cpp_TypeInfo_var); HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7(L_0, /*hidden argument*/HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_RuntimeMethod_var); __this->set_openLockerSet_2(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SimulatedTlsSrpIdentityManager BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SimulatedTlsSrpIdentityManager::GetRfc5054Default(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C * SimulatedTlsSrpIdentityManager_GetRfc5054Default_mA30B1D522D497013716E0489360E34313142DDCB (Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___group0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seedKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * V_0 = NULL; HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * V_1 = NULL; { // Srp6VerifierGenerator verifierGenerator = new Srp6VerifierGenerator(); Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * L_0 = (Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 *)il2cpp_codegen_object_new(Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06_il2cpp_TypeInfo_var); Srp6VerifierGenerator__ctor_mEB25C88080D4971424BBE685E811D04A4F787E01(L_0, /*hidden argument*/NULL); V_0 = L_0; // verifierGenerator.Init(group, TlsUtilities.CreateHash(HashAlgorithm.sha1)); Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * L_1 = V_0; Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_2 = ___group0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = TlsUtilities_CreateHash_m14A3ED0375E79886C74DE1BAC49447C922246D88((uint8_t)2, /*hidden argument*/NULL); NullCheck(L_1); VirtualActionInvoker2< Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 *, RuntimeObject* >::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) */, L_1, L_2, L_3); // HMac mac = new HMac(TlsUtilities.CreateHash(HashAlgorithm.sha1)); RuntimeObject* L_4; L_4 = TlsUtilities_CreateHash_m14A3ED0375E79886C74DE1BAC49447C922246D88((uint8_t)2, /*hidden argument*/NULL); HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_5 = (HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B *)il2cpp_codegen_object_new(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B_il2cpp_TypeInfo_var); HMac__ctor_m2F116E272494B59F6E93CF539BBAE3A571D0FBFE(L_5, L_4, /*hidden argument*/NULL); V_1 = L_5; // mac.Init(new KeyParameter(seedKey)); HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_6 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___seedKey1; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_8 = (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)il2cpp_codegen_object_new(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); KeyParameter__ctor_m96EBA1A3EB3F4981F3C14E96086C7083DDE16E67(L_8, L_7, /*hidden argument*/NULL); NullCheck(L_6); VirtualActionInvoker1< RuntimeObject* >::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, L_6, L_8); // return new SimulatedTlsSrpIdentityManager(group, verifierGenerator, mac); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_9 = ___group0; Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * L_10 = V_0; HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_11 = V_1; SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C * L_12 = (SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C *)il2cpp_codegen_object_new(SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_il2cpp_TypeInfo_var); SimulatedTlsSrpIdentityManager__ctor_m1E1B6B93BEE74FA8B2CA28B310BCD52BA68BCC57(L_12, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SimulatedTlsSrpIdentityManager::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulatedTlsSrpIdentityManager__ctor_m1E1B6B93BEE74FA8B2CA28B310BCD52BA68BCC57 (SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C * __this, Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___group0, Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * ___verifierGenerator1, RuntimeObject* ___mac2, const RuntimeMethod* method) { { // public SimulatedTlsSrpIdentityManager(Srp6GroupParameters group, Srp6VerifierGenerator verifierGenerator, IMac mac) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mGroup = group; Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_0 = ___group0; __this->set_mGroup_2(L_0); // this.mVerifierGenerator = verifierGenerator; Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * L_1 = ___verifierGenerator1; __this->set_mVerifierGenerator_3(L_1); // this.mMac = mac; RuntimeObject* L_2 = ___mac2; __this->set_mMac_4(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SimulatedTlsSrpIdentityManager::GetLoginParameters(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 * SimulatedTlsSrpIdentityManager_GetLoginParameters_mFCE8620B86BDA4C94BC6D1AB56E9583ABEE58C3B (SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___identity0, 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*)&IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; { // mMac.BlockUpdate(PREFIX_SALT, 0, PREFIX_SALT.Length); RuntimeObject* L_0 = __this->get_mMac_4(); IL2CPP_RUNTIME_CLASS_INIT(SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_StaticFields*)il2cpp_codegen_static_fields_for(SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_il2cpp_TypeInfo_var))->get_PREFIX_SALT_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ((SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_StaticFields*)il2cpp_codegen_static_fields_for(SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_il2cpp_TypeInfo_var))->get_PREFIX_SALT_1(); NullCheck(L_2); NullCheck(L_0); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_0, L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); // mMac.BlockUpdate(identity, 0, identity.Length); RuntimeObject* L_3 = __this->get_mMac_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___identity0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___identity0; NullCheck(L_5); NullCheck(L_3); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_3, L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))); // byte[] salt = new byte[mMac.GetMacSize()]; RuntimeObject* L_6 = __this->get_mMac_4(); NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::GetMacSize() */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_7); V_0 = L_8; // mMac.DoFinal(salt, 0); RuntimeObject* L_9 = __this->get_mMac_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; NullCheck(L_9); int32_t L_11; L_11 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::DoFinal(System.Byte[],System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_9, L_10, 0); // mMac.BlockUpdate(PREFIX_PASSWORD, 0, PREFIX_PASSWORD.Length); RuntimeObject* L_12 = __this->get_mMac_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ((SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_StaticFields*)il2cpp_codegen_static_fields_for(SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_il2cpp_TypeInfo_var))->get_PREFIX_PASSWORD_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ((SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_StaticFields*)il2cpp_codegen_static_fields_for(SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_il2cpp_TypeInfo_var))->get_PREFIX_PASSWORD_0(); NullCheck(L_14); NullCheck(L_12); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_12, L_13, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))); // mMac.BlockUpdate(identity, 0, identity.Length); RuntimeObject* L_15 = __this->get_mMac_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___identity0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___identity0; NullCheck(L_17); NullCheck(L_15); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_15, L_16, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))); // byte[] password = new byte[mMac.GetMacSize()]; RuntimeObject* L_18 = __this->get_mMac_4(); NullCheck(L_18); int32_t L_19; L_19 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::GetMacSize() */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_19); V_1 = L_20; // mMac.DoFinal(password, 0); RuntimeObject* L_21 = __this->get_mMac_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_1; NullCheck(L_21); int32_t L_23; L_23 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IMac::DoFinal(System.Byte[],System.Int32) */, IMac_tF574CEDFF4E3D5D95581FD8DF86EF985AE61B37C_il2cpp_TypeInfo_var, L_21, L_22, 0); // BigInteger verifier = mVerifierGenerator.GenerateVerifier(salt, identity, password); Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * L_24 = __this->get_mVerifierGenerator_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___identity0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_1; NullCheck(L_24); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28; L_28 = VirtualFuncInvoker3< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::GenerateVerifier(System.Byte[],System.Byte[],System.Byte[]) */, L_24, L_25, L_26, L_27); V_2 = L_28; // return new TlsSrpLoginParameters(mGroup, verifier, salt); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_29 = __this->get_mGroup_2(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_30 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_0; TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 * L_32 = (TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 *)il2cpp_codegen_object_new(TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88_il2cpp_TypeInfo_var); TlsSrpLoginParameters__ctor_m64DA92E89B3342AF6ABB0C891DE64D4101FE755E(L_32, L_29, L_30, L_31, /*hidden argument*/NULL); return L_32; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SimulatedTlsSrpIdentityManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulatedTlsSrpIdentityManager__cctor_m3EC74A6A0BEE4017657E4BA5A14D3CA0CF8372F3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral842B8C7345E8AE5608EE332378D4489B8AF9C37C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73); s_Il2CppMethodInitialized = true; } { // private static readonly byte[] PREFIX_PASSWORD = Strings.ToByteArray("password"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Strings_ToByteArray_m79BDFC45DF85C17DCB7A27A9FE2F939304A957BC(_stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73, /*hidden argument*/NULL); ((SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_StaticFields*)il2cpp_codegen_static_fields_for(SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_il2cpp_TypeInfo_var))->set_PREFIX_PASSWORD_0(L_0); // private static readonly byte[] PREFIX_SALT = Strings.ToByteArray("salt"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Strings_ToByteArray_m79BDFC45DF85C17DCB7A27A9FE2F939304A957BC(_stringLiteral842B8C7345E8AE5608EE332378D4489B8AF9C37C, /*hidden argument*/NULL); ((SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_StaticFields*)il2cpp_codegen_static_fields_for(SimulatedTlsSrpIdentityManager_tF888A23A1C2E1060C22ED818DECB5E8891305E1C_il2cpp_TypeInfo_var))->set_PREFIX_SALT_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SinglePubInfo__ctor_mDDDA2BC9FB9BD0249910E0BC1D1C96B7B6DE61DA (SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // private SinglePubInfo(Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // pubMethod = DerInteger.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); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2; L_2 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_1, /*hidden argument*/NULL); __this->set_pubMethod_2(L_2); // if (seq.Count == 2) 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 ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0033; } } { // pubLocation = GeneralName.GetInstance(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); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_7; L_7 = GeneralName_GetInstance_m1272C84D0DB838BFCAB7024ACBF3C833D0BE8A66(L_6, /*hidden argument*/NULL); __this->set_pubLocation_3(L_7); } IL_0033: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 * SinglePubInfo_GetInstance_m4D6998578F224EDFEAD46BF373E06D9B8CAD705D (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*)&SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is SinglePubInfo) RuntimeObject * L_0 = ___obj0; if (!((SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 *)IsInstClass((RuntimeObject*)L_0, SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (SinglePubInfo)obj; RuntimeObject * L_1 = ___obj0; return ((SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 *)CastclassClass((RuntimeObject*)L_1, SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6_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 SinglePubInfo((Asn1Sequence)obj); RuntimeObject * L_3 = ___obj0; SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 * L_4 = (SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 *)il2cpp_codegen_object_new(SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6_il2cpp_TypeInfo_var); SinglePubInfo__ctor_mDDDA2BC9FB9BD0249910E0BC1D1C96B7B6DE61DA(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*)&SinglePubInfo_GetInstance_m4D6998578F224EDFEAD46BF373E06D9B8CAD705D_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo::get_PubLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * SinglePubInfo_get_PubLocation_m4E5C1B04EB9490162806DC5706B3D9462DA46ECA (SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 * __this, const RuntimeMethod* method) { { // get { return pubLocation; } GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = __this->get_pubLocation_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SinglePubInfo::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * SinglePubInfo_ToAsn1Object_mC287BD2015D183C53C4A6C1886B98B86B9523927 (SinglePubInfo_t6E7CF7FA59D25B4C9721D9829AAD1E648CF28BA6 * __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 v = new Asn1EncodableVector(pubMethod); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = __this->get_pubMethod_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; // v.AddOptional(pubLocation); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_4 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = L_5; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_7 = __this->get_pubLocation_3(); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_7); NullCheck(L_4); Asn1EncodableVector_AddOptional_mB97BC076BA9B253F5C10545EE0EE4A839EF34D5A(L_4, L_6, /*hidden argument*/NULL); // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_9 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_9, L_8, /*hidden argument*/NULL); return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleResp__ctor_mA46285B06996D86E99937F5C48EC755ABCED0A79 (SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * __this, SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * ___resp0, const RuntimeMethod* method) { { // public SingleResp( // SingleResponse resp) X509ExtensionBase__ctor_m17C359C027031D09C61C27360069BA8328E0713F(__this, /*hidden argument*/NULL); // this.resp = resp; SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * L_0 = ___resp0; __this->set_resp_0(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp::GetCertID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * SingleResp_GetCertID_m76856C7B71EFC92AF9C5E936BB16DC2491107417 (SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new CertificateID(resp.CertId); SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * L_0 = __this->get_resp_0(); NullCheck(L_0); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_1; L_1 = SingleResponse_get_CertId_m6233EDB262D1C60F294F356FA79B16F0A169B29B_inline(L_0, /*hidden argument*/NULL); CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * L_2 = (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 *)il2cpp_codegen_object_new(CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490_il2cpp_TypeInfo_var); CertificateID__ctor_mD4C769B3D8754A40AC5E0B6C3AF3E609ED782FF4(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp::GetCertStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SingleResp_GetCertStatus_m9D1DF6DEF9E2C002A4B128C7478D0CF8E04396C0 (SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnknownStatus_tFC4293AFAA741CE4F6E0F06C57C2C5864B114C0E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * V_0 = NULL; { // CertStatus s = resp.CertStatus; SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * L_0 = __this->get_resp_0(); NullCheck(L_0); CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_1; L_1 = SingleResponse_get_CertStatus_m481EC153FAEDF795CC5A61A12D8C2347DDB6BC44_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (s.TagNo == 0) CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = CertStatus_get_TagNo_m02227622DB255B803DC23C3C444BBC977980F4B6_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0016; } } { // return null; // good return NULL; } IL_0016: { // if (s.TagNo == 1) CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = CertStatus_get_TagNo_m02227622DB255B803DC23C3C444BBC977980F4B6_inline(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0030; } } { // return new RevokedStatus(RevokedInfo.GetInstance(s.Status)); CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_6 = V_0; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = CertStatus_get_Status_mCE7F44AD45711C8623D491B53AB699C383001479_inline(L_6, /*hidden argument*/NULL); RevokedInfo_tAA20A224A61C1826A1AB3710959B31A7C874D481 * L_8; L_8 = RevokedInfo_GetInstance_mB6BE4553F70BFCF58E871C79B4C8EBE50F692DC1(L_7, /*hidden argument*/NULL); RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 * L_9 = (RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121 *)il2cpp_codegen_object_new(RevokedStatus_tB2066F6CDA1977527627FAF45276D47BD2C85121_il2cpp_TypeInfo_var); RevokedStatus__ctor_mABC3BF143663DD16071176DAB1BFC56F7B6960DB(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0030: { // return new UnknownStatus(); UnknownStatus_tFC4293AFAA741CE4F6E0F06C57C2C5864B114C0E * L_10 = (UnknownStatus_tFC4293AFAA741CE4F6E0F06C57C2C5864B114C0E *)il2cpp_codegen_object_new(UnknownStatus_tFC4293AFAA741CE4F6E0F06C57C2C5864B114C0E_il2cpp_TypeInfo_var); UnknownStatus__ctor_mA0B6EA74859111690A53688B50931CC0760FD597(L_10, /*hidden argument*/NULL); return L_10; } } // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp::get_ThisUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 SingleResp_get_ThisUpdate_m51516C2221DC211FE45B16A0AF628577E160DE58 (SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * __this, const RuntimeMethod* method) { { // get { return resp.ThisUpdate.ToDateTime(); } SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * L_0 = __this->get_resp_0(); NullCheck(L_0); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_1; L_1 = SingleResponse_get_ThisUpdate_m46304D8A0488537DC52B83E45B0EAB17B0B3A6D0_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DerGeneralizedTime_ToDateTime_m39AFA523A5A7DC35778076EEB60F021AF24291C5(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeObject BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp::get_NextUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * SingleResp_get_NextUpdate_m67134A87BEE21B7B4A2C4A8EE32C2A0AC735F280 (SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return resp.NextUpdate == null // ? null // : new DateTimeObject(resp.NextUpdate.ToDateTime()); SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * L_0 = __this->get_resp_0(); NullCheck(L_0); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_1; L_1 = SingleResponse_get_NextUpdate_mF16AD9049561CE2187BDB59805CCC517D9348DE5_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * L_2 = __this->get_resp_0(); NullCheck(L_2); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_3; L_3 = SingleResponse_get_NextUpdate_mF16AD9049561CE2187BDB59805CCC517D9348DE5_inline(L_2, /*hidden argument*/NULL); NullCheck(L_3); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DerGeneralizedTime_ToDateTime_m39AFA523A5A7DC35778076EEB60F021AF24291C5(L_3, /*hidden argument*/NULL); DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 * L_5 = (DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 *)il2cpp_codegen_object_new(DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54_il2cpp_TypeInfo_var); DateTimeObject__ctor_m0269A13B4BB92FFF26673518D2770600ED2D8D86(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_0023: { return (DateTimeObject_tD3D00CE2EC23DE07701C2169068B3D47BC4D5B54 *)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp::get_SingleExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * SingleResp_get_SingleExtensions_m6A688C0A4201CAA8C14DE67B4F859EFD3ADAEB87 (SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * __this, const RuntimeMethod* method) { { // get { return resp.SingleExtensions; } SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * L_0 = __this->get_resp_0(); NullCheck(L_0); X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_1; L_1 = SingleResponse_get_SingleExtensions_m6EC727F6F2C2A663A756EC9BB0E632032C3F5F86_inline(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp::GetX509Extensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * SingleResp_GetX509Extensions_m414FBE9ECEC7683E6749B51D53881A062EB15B88 (SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * __this, const RuntimeMethod* method) { { // return SingleExtensions; X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_0; L_0 = SingleResp_get_SingleExtensions_m6A688C0A4201CAA8C14DE67B4F859EFD3ADAEB87(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleResponse__ctor_m935104EB79BB97850F227FABD61A050F2F002021 (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___certID0, CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * ___certStatus1, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___thisUpdate2, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___nextUpdate3, X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___singleExtensions4, const RuntimeMethod* method) { { // public SingleResponse( // CertID certID, // CertStatus certStatus, // DerGeneralizedTime thisUpdate, // DerGeneralizedTime nextUpdate, // X509Extensions singleExtensions) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.certID = certID; CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_0 = ___certID0; __this->set_certID_2(L_0); // this.certStatus = certStatus; CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_1 = ___certStatus1; __this->set_certStatus_3(L_1); // this.thisUpdate = thisUpdate; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_2 = ___thisUpdate2; __this->set_thisUpdate_4(L_2); // this.nextUpdate = nextUpdate; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_3 = ___nextUpdate3; __this->set_nextUpdate_5(L_3); // this.singleExtensions = singleExtensions; X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_4 = ___singleExtensions4; __this->set_singleExtensions_6(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleResponse__ctor_m1B95ABC7ADD2D725D36106EFA00D3AF6580B4ED1 (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_0 = NULL; { // public SingleResponse( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.certID = CertID.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); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_2; L_2 = CertID_GetInstance_m4FF3A9F97DD6B1C2A622A6F9468BB165D3ABD3D7(L_1, /*hidden argument*/NULL); __this->set_certID_2(L_2); // this.certStatus = CertStatus.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); CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_5; L_5 = CertStatus_GetInstance_mF22935716CAF357479E14F67EFEE604856D74ED9(L_4, /*hidden argument*/NULL); __this->set_certStatus_3(L_5); // this.thisUpdate = (DerGeneralizedTime)seq[2]; 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, 2); __this->set_thisUpdate_4(((DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)CastclassClass((RuntimeObject*)L_7, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var))); // if (seq.Count > 4) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_8 = ___seq0; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_8); if ((((int32_t)L_9) <= ((int32_t)4))) { goto IL_0076; } } { // this.nextUpdate = DerGeneralizedTime.GetInstance( // (Asn1TaggedObject) seq[3], true); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10 = ___seq0; NullCheck(L_10); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_11; L_11 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_10, 3); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_12; L_12 = DerGeneralizedTime_GetInstance_m94235D85D82B622C125EFE58779A25EC726C7500(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_11, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL); __this->set_nextUpdate_5(L_12); // this.singleExtensions = X509Extensions.GetInstance( // (Asn1TaggedObject) seq[4], true); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = ___seq0; NullCheck(L_13); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_14; L_14 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_13, 4); IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_15; L_15 = X509Extensions_GetInstance_m2A6E55A2B2E3F4B20A06A1E1DFABDCBCB5DEE11B(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_14, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL); __this->set_singleExtensions_6(L_15); // } return; } IL_0076: { // else if (seq.Count > 3) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_16 = ___seq0; NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_16); if ((((int32_t)L_17) <= ((int32_t)3))) { goto IL_00af; } } { // Asn1TaggedObject o = (Asn1TaggedObject) seq[3]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_18 = ___seq0; NullCheck(L_18); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_19; L_19 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_18, 3); V_0 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_19, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)); // if (o.TagNo == 0) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_20 = V_0; NullCheck(L_20); int32_t L_21; L_21 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00a2; } } { // this.nextUpdate = DerGeneralizedTime.GetInstance(o, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_22 = V_0; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_23; L_23 = DerGeneralizedTime_GetInstance_m94235D85D82B622C125EFE58779A25EC726C7500(L_22, (bool)1, /*hidden argument*/NULL); __this->set_nextUpdate_5(L_23); // } return; } IL_00a2: { // this.singleExtensions = X509Extensions.GetInstance(o, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_24 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_25; L_25 = X509Extensions_GetInstance_m2A6E55A2B2E3F4B20A06A1E1DFABDCBCB5DEE11B(L_24, (bool)1, /*hidden argument*/NULL); __this->set_singleExtensions_6(L_25); } IL_00af: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * SingleResponse_GetInstance_m2047A21915369537865C32E44880BD550F266B7B (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method) { { // return GetInstance(Asn1Sequence.GetInstance(obj, explicitly)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; bool L_1 = ___explicitly1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_0, L_1, /*hidden argument*/NULL); SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * L_3; L_3 = SingleResponse_GetInstance_mC28E96F33754BFB12C179F641A585CB5AF0AADBA(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * SingleResponse_GetInstance_mC28E96F33754BFB12C179F641A585CB5AF0AADBA (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*)&SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is SingleResponse) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 *)IsInstClass((RuntimeObject*)L_1, SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (SingleResponse)obj; RuntimeObject * L_2 = ___obj0; return ((SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 *)CastclassClass((RuntimeObject*)L_2, SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619_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 SingleResponse((Asn1Sequence)obj); RuntimeObject * L_4 = ___obj0; SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * L_5 = (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 *)il2cpp_codegen_object_new(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619_il2cpp_TypeInfo_var); SingleResponse__ctor_m1B95ABC7ADD2D725D36106EFA00D3AF6580B4ED1(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SingleResponse_GetInstance_mC28E96F33754BFB12C179F641A585CB5AF0AADBA_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::get_CertId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * SingleResponse_get_CertId_m6233EDB262D1C60F294F356FA79B16F0A169B29B (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method) { { // get { return certID; } CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_0 = __this->get_certID_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::get_CertStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * SingleResponse_get_CertStatus_m481EC153FAEDF795CC5A61A12D8C2347DDB6BC44 (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method) { { // get { return certStatus; } CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_0 = __this->get_certStatus_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::get_ThisUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * SingleResponse_get_ThisUpdate_m46304D8A0488537DC52B83E45B0EAB17B0B3A6D0 (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method) { { // get { return thisUpdate; } DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_0 = __this->get_thisUpdate_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::get_NextUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * SingleResponse_get_NextUpdate_mF16AD9049561CE2187BDB59805CCC517D9348DE5 (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method) { { // get { return nextUpdate; } DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_0 = __this->get_nextUpdate_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::get_SingleExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * SingleResponse_get_SingleExtensions_m6EC727F6F2C2A663A756EC9BB0E632032C3F5F86 (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method) { { // get { return singleExtensions; } X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_0 = __this->get_singleExtensions_6(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * SingleResponse_ToAsn1Object_m419BD26980C30558AB5FE205117F8ABE0364CCAB (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector( // certID, certStatus, thisUpdate); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)3); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_2 = __this->get_certID_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; CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_4 = __this->get_certStatus_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_3; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_6 = __this->get_thisUpdate_4(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_7 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_7, L_5, /*hidden argument*/NULL); V_0 = L_7; // if (nextUpdate != null) DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_8 = __this->get_nextUpdate_5(); if (!L_8) { goto IL_004b; } } { // v.Add(new DerTaggedObject(true, 0, nextUpdate)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_11 = L_10; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_12 = __this->get_nextUpdate_5(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_13 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_13, (bool)1, 0, L_12, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_13); NullCheck(L_9); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_9, L_11, /*hidden argument*/NULL); } IL_004b: { // if (singleExtensions != null) X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_14 = __this->get_singleExtensions_6(); if (!L_14) { goto IL_006f; } } { // v.Add(new DerTaggedObject(true, 1, singleExtensions)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_15 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_16 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_17 = L_16; X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_18 = __this->get_singleExtensions_6(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_19 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_19, (bool)1, 1, L_18, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_19); NullCheck(L_15); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_15, L_17, /*hidden argument*/NULL); } IL_006f: { // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_20 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_21 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_21, L_20, /*hidden argument*/NULL); return L_21; } } #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.Macs.SipHash::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SipHash__ctor_mE899EF3B8945EF3A43391A03AEC74880B4668599 (SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E * __this, const RuntimeMethod* method) { { // : this(2, 4) SipHash__ctor_m2653D81F1B6D47989BCBD9567A1BB553245A9D24(__this, 2, 4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SipHash__ctor_m2653D81F1B6D47989BCBD9567A1BB553245A9D24 (SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E * __this, int32_t ___c0, int32_t ___d1, const RuntimeMethod* method) { { // public SipHash(int c, int d) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.c = c; int32_t L_0 = ___c0; __this->set_c_0(L_0); // this.d = d; int32_t L_1 = ___d1; __this->set_d_1(L_1); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SipHash_get_AlgorithmName_mC0BBC4BFCED30B6C9256968E63CEF126F613FB70 (SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6EC569AA0ACFA41FB7FB87F2D80E4E7FE0F6A14); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // get { return "SipHash-" + c + "-" + d; } int32_t L_0 = __this->get_c_0(); V_0 = L_0; String_t* L_1; L_1 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_2 = __this->get_d_1(); V_0 = L_2; String_t* L_3; L_3 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(_stringLiteralD6EC569AA0ACFA41FB7FB87F2D80E4E7FE0F6A14, L_1, _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::GetMacSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SipHash_GetMacSize_m452C17115D8215E807A5A46F9C4FB59495875A39 (SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E * __this, const RuntimeMethod* method) { { // return 8; return 8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SipHash_Init_mCAADB6203E42836E1E001B4C6B2D194734BDFF34 (SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E * __this, RuntimeObject* ___parameters0, 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; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * G_B2_0 = NULL; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * G_B1_0 = NULL; { // KeyParameter keyParameter = parameters as KeyParameter; RuntimeObject* L_0 = ___parameters0; // if (keyParameter == null) KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_1 = ((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)); G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0019; } } { // throw new ArgumentException("must be an instance of KeyParameter", "parameters"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0C2C8987828E01D85FC122E11371CD17A9B27B40)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SipHash_Init_mCAADB6203E42836E1E001B4C6B2D194734BDFF34_RuntimeMethod_var))); } IL_0019: { // byte[] key = keyParameter.GetKey(); NullCheck(G_B2_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(G_B2_0, /*hidden argument*/NULL); V_0 = L_3; // if (key.Length != 16) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_4); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) == ((int32_t)((int32_t)16)))) { goto IL_0036; } } { // throw new ArgumentException("must be a 128-bit key", "parameters"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB80EEF4A6BDCB6B1C755569BAB4BD8A610B18FC)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SipHash_Init_mCAADB6203E42836E1E001B4C6B2D194734BDFF34_RuntimeMethod_var))); } IL_0036: { // this.k0 = (long)Pack.LE_To_UInt64(key, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; uint64_t L_7; L_7 = Pack_LE_To_UInt64_m7CC2C29E6C45033ED7B8A580B198ABAC4AA28033(L_6, 0, /*hidden argument*/NULL); __this->set_k0_2(L_7); // this.k1 = (long)Pack.LE_To_UInt64(key, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; uint64_t L_9; L_9 = Pack_LE_To_UInt64_m7CC2C29E6C45033ED7B8A580B198ABAC4AA28033(L_8, 8, /*hidden argument*/NULL); __this->set_k1_3(L_9); // Reset(); VirtualActionInvoker0::Invoke(18 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::Reset() */, __this); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SipHash_Update_m6E588E834E9433670B73E49CE0CE059EE8A25814 (SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E * __this, uint8_t ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; { // m = (long)(((ulong)m >> 8) | ((ulong)input << 56)); int64_t L_0 = __this->get_m_8(); uint8_t L_1 = ___input0; __this->set_m_8(((int64_t)((int64_t)((int64_t)((uint64_t)L_0>>8))|(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_1))<<(int32_t)((int32_t)56)))))); // if (++wordPos == 8) int32_t L_2 = __this->get_wordPos_9(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); int32_t L_3 = V_0; __this->set_wordPos_9(L_3); int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)8)))) { goto IL_0035; } } { // ProcessMessageWord(); VirtualActionInvoker0::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::ProcessMessageWord() */, __this); // wordPos = 0; __this->set_wordPos_9(0); } IL_0035: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SipHash_BlockUpdate_m7E8567FFDE6393F9FFC899F96C4A0ED02010A318 (SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; uint64_t V_3 = 0; int32_t V_4 = 0; { // int i = 0, fullWords = length & ~7; V_0 = 0; // int i = 0, fullWords = length & ~7; int32_t L_0 = ___length2; V_1 = ((int32_t)((int32_t)L_0&(int32_t)((int32_t)-8))); // if (wordPos == 0) int32_t L_1 = __this->get_wordPos_9(); if (L_1) { goto IL_005a; } } { goto IL_002a; } IL_0011: { // m = (long)Pack.LE_To_UInt64(input, offset + i); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___offset1; int32_t L_4 = V_0; uint64_t L_5; L_5 = Pack_LE_To_UInt64_m7CC2C29E6C45033ED7B8A580B198ABAC4AA28033(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), /*hidden argument*/NULL); __this->set_m_8(L_5); // ProcessMessageWord(); VirtualActionInvoker0::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::ProcessMessageWord() */, __this); // for (; i < fullWords; i += 8) int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)8)); } IL_002a: { // for (; i < fullWords; i += 8) int32_t L_7 = V_0; int32_t L_8 = V_1; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0011; } } { goto IL_004c; } IL_0030: { // m = (long)(((ulong)m >> 8) | ((ulong)input[offset + i] << 56)); int64_t L_9 = __this->get_m_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___input0; int32_t L_11 = ___offset1; int32_t L_12 = V_0; NullCheck(L_10); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); uint8_t L_14 = (L_10)->GetAt(static_cast(L_13)); __this->set_m_8(((int64_t)((int64_t)((int64_t)((uint64_t)L_9>>8))|(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_14))<<(int32_t)((int32_t)56)))))); // for (; i < length; ++i) int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004c: { // for (; i < length; ++i) int32_t L_16 = V_0; int32_t L_17 = ___length2; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0030; } } { // wordPos = length - fullWords; int32_t L_18 = ___length2; int32_t L_19 = V_1; __this->set_wordPos_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))); // } return; } IL_005a: { // int bits = wordPos << 3; int32_t L_20 = __this->get_wordPos_9(); V_2 = ((int32_t)((int32_t)L_20<<(int32_t)3)); goto IL_0099; } IL_0065: { // ulong n = Pack.LE_To_UInt64(input, offset + i); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___input0; int32_t L_22 = ___offset1; int32_t L_23 = V_0; uint64_t L_24; L_24 = Pack_LE_To_UInt64_m7CC2C29E6C45033ED7B8A580B198ABAC4AA28033(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL); V_3 = L_24; // m = (long)((n << bits) | ((ulong)m >> -bits)); uint64_t L_25 = V_3; int32_t L_26 = V_2; int64_t L_27 = __this->get_m_8(); int32_t L_28 = V_2; __this->set_m_8(((int64_t)((int64_t)((int64_t)((int64_t)L_25<<(int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)63)))))|(int64_t)((int64_t)((uint64_t)L_27>>((int32_t)((int32_t)((-L_28))&(int32_t)((int32_t)63)))))))); // ProcessMessageWord(); VirtualActionInvoker0::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::ProcessMessageWord() */, __this); // m = (long)n; uint64_t L_29 = V_3; __this->set_m_8(L_29); // for (; i < fullWords; i += 8) int32_t L_30 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)8)); } IL_0099: { // for (; i < fullWords; i += 8) int32_t L_31 = V_0; int32_t L_32 = V_1; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0065; } } { goto IL_00df; } IL_009f: { // m = (long)(((ulong)m >> 8) | ((ulong)input[offset + i] << 56)); int64_t L_33 = __this->get_m_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ___input0; int32_t L_35 = ___offset1; int32_t L_36 = V_0; NullCheck(L_34); int32_t L_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36)); uint8_t L_38 = (L_34)->GetAt(static_cast(L_37)); __this->set_m_8(((int64_t)((int64_t)((int64_t)((uint64_t)L_33>>8))|(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_38))<<(int32_t)((int32_t)56)))))); // if (++wordPos == 8) int32_t L_39 = __this->get_wordPos_9(); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); int32_t L_40 = V_4; __this->set_wordPos_9(L_40); int32_t L_41 = V_4; if ((!(((uint32_t)L_41) == ((uint32_t)8)))) { goto IL_00db; } } { // ProcessMessageWord(); VirtualActionInvoker0::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::ProcessMessageWord() */, __this); // wordPos = 0; __this->set_wordPos_9(0); } IL_00db: { // for (; i < length; ++i) int32_t L_42 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00df: { // for (; i < length; ++i) int32_t L_43 = V_0; int32_t L_44 = ___length2; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_009f; } } { // } return; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::DoFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SipHash_DoFinal_m354EE21DAAD95B0AA22D01533E594D77D67954B8 (SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E * __this, const RuntimeMethod* method) { { // m = (long)((ulong)m >> ((7 - wordPos) << 3)); int64_t L_0 = __this->get_m_8(); int32_t L_1 = __this->get_wordPos_9(); __this->set_m_8(((int64_t)((uint64_t)L_0>>((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_1))<<(int32_t)3))&(int32_t)((int32_t)63)))))); // m = (long)((ulong)m >> 8); int64_t L_2 = __this->get_m_8(); __this->set_m_8(((int64_t)((uint64_t)L_2>>8))); // m = (long)((ulong)m | ((ulong)((wordCount << 3) + wordPos) << 56)); int64_t L_3 = __this->get_m_8(); int32_t L_4 = __this->get_wordCount_10(); int32_t L_5 = __this->get_wordPos_9(); __this->set_m_8(((int64_t)((int64_t)L_3|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_4<<(int32_t)3)), (int32_t)L_5))))<<(int32_t)((int32_t)56)))))); // ProcessMessageWord(); VirtualActionInvoker0::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::ProcessMessageWord() */, __this); // v2 ^= 0xffL; int64_t L_6 = __this->get_v2_6(); __this->set_v2_6(((int64_t)((int64_t)L_6^(int64_t)((int64_t)((int64_t)((int32_t)255)))))); // ApplySipRounds(d); int32_t L_7 = __this->get_d_1(); VirtualActionInvoker1< int32_t >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::ApplySipRounds(System.Int32) */, __this, L_7); // long result = v0 ^ v1 ^ v2 ^ v3; int64_t L_8 = __this->get_v0_4(); int64_t L_9 = __this->get_v1_5(); int64_t L_10 = __this->get_v2_6(); int64_t L_11 = __this->get_v3_7(); // Reset(); VirtualActionInvoker0::Invoke(18 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::Reset() */, __this); // return result; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_8^(int64_t)L_9))^(int64_t)L_10))^(int64_t)L_11)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SipHash_DoFinal_mB5E0E36DCAC232939F0911090A4564383CB7BA2E (SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // long result = DoFinal(); int64_t L_0; L_0 = VirtualFuncInvoker0< int64_t >::Invoke(16 /* System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::DoFinal() */, __this); // Pack.UInt64_To_LE((ulong)result, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; Pack_UInt64_To_LE_m1A999D62C6E575820F9A44813CD5D7008B74F888(L_0, L_1, L_2, /*hidden argument*/NULL); // return 8; return 8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SipHash_Reset_mE29BB1794688502972775803A959C1B43709AF78 (SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E * __this, const RuntimeMethod* method) { { // v0 = k0 ^ 0x736f6d6570736575L; int64_t L_0 = __this->get_k0_2(); __this->set_v0_4(((int64_t)((int64_t)L_0^(int64_t)((int64_t)8317987319222330741LL)))); // v1 = k1 ^ 0x646f72616e646f6dL; int64_t L_1 = __this->get_k1_3(); __this->set_v1_5(((int64_t)((int64_t)L_1^(int64_t)((int64_t)7237128888997146477LL)))); // v2 = k0 ^ 0x6c7967656e657261L; int64_t L_2 = __this->get_k0_2(); __this->set_v2_6(((int64_t)((int64_t)L_2^(int64_t)((int64_t)7816392313619706465LL)))); // v3 = k1 ^ 0x7465646279746573L; int64_t L_3 = __this->get_k1_3(); __this->set_v3_7(((int64_t)((int64_t)L_3^(int64_t)((int64_t)8387220255154660723LL)))); // m = 0; __this->set_m_8(((int64_t)((int64_t)0))); // wordPos = 0; __this->set_wordPos_9(0); // wordCount = 0; __this->set_wordCount_10(0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::ProcessMessageWord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SipHash_ProcessMessageWord_m33F853D3F0DFB343795FB95357876657D2DC86C9 (SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E * __this, const RuntimeMethod* method) { { // ++wordCount; int32_t L_0 = __this->get_wordCount_10(); __this->set_wordCount_10(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); // v3 ^= m; int64_t L_1 = __this->get_v3_7(); int64_t L_2 = __this->get_m_8(); __this->set_v3_7(((int64_t)((int64_t)L_1^(int64_t)L_2))); // ApplySipRounds(c); int32_t L_3 = __this->get_c_0(); VirtualActionInvoker1< int32_t >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::ApplySipRounds(System.Int32) */, __this, L_3); // v0 ^= m; int64_t L_4 = __this->get_v0_4(); int64_t L_5 = __this->get_m_8(); __this->set_v0_4(((int64_t)((int64_t)L_4^(int64_t)L_5))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::ApplySipRounds(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SipHash_ApplySipRounds_m36E9A77FAFF7608DC2EFA324EBFA1967DDBE86D5 (SipHash_t766E9D59DC8BD1264E3959E1279939FD7FB49F1E * __this, int32_t ___n0, const RuntimeMethod* method) { int64_t V_0 = 0; int64_t V_1 = 0; int64_t V_2 = 0; int64_t V_3 = 0; int32_t V_4 = 0; { // long r0 = v0, r1 = v1, r2 = v2, r3 = v3; int64_t L_0 = __this->get_v0_4(); V_0 = L_0; // long r0 = v0, r1 = v1, r2 = v2, r3 = v3; int64_t L_1 = __this->get_v1_5(); V_1 = L_1; // long r0 = v0, r1 = v1, r2 = v2, r3 = v3; int64_t L_2 = __this->get_v2_6(); V_2 = L_2; // long r0 = v0, r1 = v1, r2 = v2, r3 = v3; int64_t L_3 = __this->get_v3_7(); V_3 = L_3; // for (int r = 0; r < n; ++r) V_4 = 0; goto IL_007d; } IL_0021: { // r0 += r1; int64_t L_4 = V_0; int64_t L_5 = V_1; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_4, (int64_t)L_5)); // r2 += r3; int64_t L_6 = V_2; int64_t L_7 = V_3; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)L_7)); // r1 = RotateLeft(r1, 13); int64_t L_8 = V_1; int64_t L_9; L_9 = SipHash_RotateLeft_mD5D0BED99DFD6526D8F1849D0968F48C27F2BDB8(L_8, ((int32_t)13), /*hidden argument*/NULL); V_1 = L_9; // r3 = RotateLeft(r3, 16); int64_t L_10 = V_3; int64_t L_11; L_11 = SipHash_RotateLeft_mD5D0BED99DFD6526D8F1849D0968F48C27F2BDB8(L_10, ((int32_t)16), /*hidden argument*/NULL); V_3 = L_11; // r1 ^= r0; int64_t L_12 = V_1; int64_t L_13 = V_0; V_1 = ((int64_t)((int64_t)L_12^(int64_t)L_13)); // r3 ^= r2; int64_t L_14 = V_3; int64_t L_15 = V_2; V_3 = ((int64_t)((int64_t)L_14^(int64_t)L_15)); // r0 = RotateLeft(r0, 32); int64_t L_16 = V_0; int64_t L_17; L_17 = SipHash_RotateLeft_mD5D0BED99DFD6526D8F1849D0968F48C27F2BDB8(L_16, ((int32_t)32), /*hidden argument*/NULL); V_0 = L_17; // r2 += r1; int64_t L_18 = V_2; int64_t L_19 = V_1; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_18, (int64_t)L_19)); // r0 += r3; int64_t L_20 = V_0; int64_t L_21 = V_3; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_20, (int64_t)L_21)); // r1 = RotateLeft(r1, 17); int64_t L_22 = V_1; int64_t L_23; L_23 = SipHash_RotateLeft_mD5D0BED99DFD6526D8F1849D0968F48C27F2BDB8(L_22, ((int32_t)17), /*hidden argument*/NULL); V_1 = L_23; // r3 = RotateLeft(r3, 21); int64_t L_24 = V_3; int64_t L_25; L_25 = SipHash_RotateLeft_mD5D0BED99DFD6526D8F1849D0968F48C27F2BDB8(L_24, ((int32_t)21), /*hidden argument*/NULL); V_3 = L_25; // r1 ^= r2; int64_t L_26 = V_1; int64_t L_27 = V_2; V_1 = ((int64_t)((int64_t)L_26^(int64_t)L_27)); // r3 ^= r0; int64_t L_28 = V_3; int64_t L_29 = V_0; V_3 = ((int64_t)((int64_t)L_28^(int64_t)L_29)); // r2 = RotateLeft(r2, 32); int64_t L_30 = V_2; int64_t L_31; L_31 = SipHash_RotateLeft_mD5D0BED99DFD6526D8F1849D0968F48C27F2BDB8(L_30, ((int32_t)32), /*hidden argument*/NULL); V_2 = L_31; // for (int r = 0; r < n; ++r) int32_t L_32 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_007d: { // for (int r = 0; r < n; ++r) int32_t L_33 = V_4; int32_t L_34 = ___n0; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0021; } } { // v0 = r0; v1 = r1; v2 = r2; v3 = r3; int64_t L_35 = V_0; __this->set_v0_4(L_35); // v0 = r0; v1 = r1; v2 = r2; v3 = r3; int64_t L_36 = V_1; __this->set_v1_5(L_36); // v0 = r0; v1 = r1; v2 = r2; v3 = r3; int64_t L_37 = V_2; __this->set_v2_6(L_37); // v0 = r0; v1 = r1; v2 = r2; v3 = r3; int64_t L_38 = V_3; __this->set_v3_7(L_38); // } return; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SipHash::RotateLeft(System.Int64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SipHash_RotateLeft_mD5D0BED99DFD6526D8F1849D0968F48C27F2BDB8 (int64_t ___x0, int32_t ___n1, const RuntimeMethod* method) { uint64_t V_0 = 0; { // ulong ux = (ulong)x; int64_t L_0 = ___x0; V_0 = L_0; // ux = (ux << n) | (ux >> -n); uint64_t L_1 = V_0; int32_t L_2 = ___n1; uint64_t L_3 = V_0; int32_t L_4 = ___n1; V_0 = ((int64_t)((int64_t)((int64_t)((int64_t)L_1<<(int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)63)))))|(int64_t)((int64_t)((uint64_t)L_3>>((int32_t)((int32_t)((-L_4))&(int32_t)((int32_t)63))))))); // return (long)ux; uint64_t L_5 = V_0; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinDigest__ctor_m757ED8FCC9B08B1E8A371B500C8EC34E7C49E417 (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, int32_t ___stateSizeBits0, int32_t ___digestSizeBits1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SkeinDigest(int stateSizeBits, int digestSizeBits) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.engine = new SkeinEngine(stateSizeBits, digestSizeBits); int32_t L_0 = ___stateSizeBits0; int32_t L_1 = ___digestSizeBits1; SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_2 = (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB *)il2cpp_codegen_object_new(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); SkeinEngine__ctor_mB69316EB7E3CD89E6D6C1D019E9DD4BC67594ECA(L_2, L_0, L_1, /*hidden argument*/NULL); __this->set_engine_3(L_2); // Init(null); SkeinDigest_Init_mA9F0A9D7B3834DEE41855DF5F3EA46A33E18FD9C(__this, (SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinDigest__ctor_m2C9896944B834253981571F5B97FC0E10DF543D8 (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * ___digest0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SkeinDigest(SkeinDigest digest) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.engine = new SkeinEngine(digest.engine); SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * L_0 = ___digest0; NullCheck(L_0); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_1 = L_0->get_engine_3(); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_2 = (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB *)il2cpp_codegen_object_new(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); SkeinEngine__ctor_mD161512BE0C4B82EC7FD36E84C5E796887EE2667(L_2, L_1, /*hidden argument*/NULL); __this->set_engine_3(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinDigest_Reset_m14A6331C019C2C3CE9D24905FC1100D85BAA0C8C (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * V_0 = NULL; { // SkeinDigest d = (SkeinDigest)other; RuntimeObject* L_0 = ___other0; V_0 = ((SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 *)CastclassClass((RuntimeObject*)L_0, SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2_il2cpp_TypeInfo_var)); // engine.Reset(d.engine); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_1 = __this->get_engine_3(); SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * L_2 = V_0; NullCheck(L_2); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_3 = L_2->get_engine_3(); NullCheck(L_1); SkeinEngine_Reset_mA7F23BE0E5EC6CECA4E1DB9A723A531409DDFE08(L_1, L_3, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SkeinDigest_Copy_m9B3481CA2DBD36DAD504EBAB2ED27D8DCFD753C7 (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SkeinDigest(this); SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * L_0 = (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 *)il2cpp_codegen_object_new(SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2_il2cpp_TypeInfo_var); SkeinDigest__ctor_m2C9896944B834253981571F5B97FC0E10DF543D8(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SkeinDigest_get_AlgorithmName_m7DA98453EA8D3DB59CB35986129161A0152DD30C (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89E0BF3F5A585BAF695A88C3131EB727125BD40A); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // get { return "Skein-" + (engine.BlockSize * 8) + "-" + (engine.OutputSize * 8); } SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); NullCheck(L_0); int32_t L_1; L_1 = SkeinEngine_get_BlockSize_mFEE911D9D55DF8D7DD21CB88D2B171DD3A0F74E8(L_0, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)8)); String_t* L_2; L_2 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_3 = __this->get_engine_3(); NullCheck(L_3); int32_t L_4; L_4 = SkeinEngine_get_OutputSize_mDEB45C014629EE096184F27B13BF06047DF38658_inline(L_3, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)8)); String_t* L_5; L_5 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(_stringLiteral89E0BF3F5A585BAF695A88C3131EB727125BD40A, L_2, _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkeinDigest_GetDigestSize_m567E2DBFFA7ED501DD5621BEBC92F897A0B11603 (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, const RuntimeMethod* method) { { // return engine.OutputSize; SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); NullCheck(L_0); int32_t L_1; L_1 = SkeinEngine_get_OutputSize_mDEB45C014629EE096184F27B13BF06047DF38658_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::GetByteLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkeinDigest_GetByteLength_m986C669B48BE6FCECFED6E5D5F34CF8E51C55A94 (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, const RuntimeMethod* method) { { // return engine.BlockSize; SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); NullCheck(L_0); int32_t L_1; L_1 = SkeinEngine_get_BlockSize_mFEE911D9D55DF8D7DD21CB88D2B171DD3A0F74E8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinDigest_Init_mA9F0A9D7B3834DEE41855DF5F3EA46A33E18FD9C (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * ___parameters0, const RuntimeMethod* method) { { // engine.Init(parameters); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * L_1 = ___parameters0; NullCheck(L_0); SkeinEngine_Init_mF24EED937598BE358BC60168769A6CD38DD004BE(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinDigest_Reset_mC0D939691F6AE0840568A6D25163A4E4C2F4C923 (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, const RuntimeMethod* method) { { // engine.Reset(); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); NullCheck(L_0); SkeinEngine_Reset_mA90FC73150DADA7EAE515B939B0AF76C8FD42D7C(L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinDigest_Update_m03916BBB5CA89E7E894AC1ECA4FA7A71790B62A8 (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, uint8_t ___inByte0, const RuntimeMethod* method) { { // engine.Update(inByte); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); uint8_t L_1 = ___inByte0; NullCheck(L_0); SkeinEngine_Update_mF9D3758B50CD32BF8F6F477B80B6EAE000AEEBE4(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinDigest_BlockUpdate_mC669353C8D58A95B866C0EF273DAA1F0EB540BB8 (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, int32_t ___len2, const RuntimeMethod* method) { { // engine.Update(inBytes, inOff, len); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___inBytes0; int32_t L_2 = ___inOff1; int32_t L_3 = ___len2; NullCheck(L_0); SkeinEngine_Update_mD730EFFAF99AD82BBDCE6D817AA9AF50FD8F7B50(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinDigest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkeinDigest_DoFinal_mFB243CB18B502228A9A28FA0FDCCB9F44F1536B6 (SkeinDigest_t9F958517838FC8BA8F2CFC1344CA5F21F73390D2 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes0, int32_t ___outOff1, const RuntimeMethod* method) { { // return engine.DoFinal(outBytes, outOff); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___outBytes0; int32_t L_2 = ___outOff1; NullCheck(L_0); int32_t L_3; L_3 = SkeinEngine_DoFinal_mB0F29234373AE322F8591ADFFC857FED2BC0FF7D(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine__cctor_m5ED18418B7745E9D6710C3CCAD84DBE8BF2ED709 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly IDictionary INITIAL_STATES = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_StaticFields*)il2cpp_codegen_static_fields_for(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var))->set_INITIAL_STATES_7(L_0); // InitialState(SKEIN_256, 128, new ulong[]{ // 0xe1111906964d7260UL, // 0x883daaa77c8d811cUL, // 0x10080df491960f7aUL, // 0xccf7dde5b45bc1c2UL}); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)4); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); SkeinEngine_InitialState_m7A73BD8B551C0332D4756C2814BA6346FC9158D3(((int32_t)256), ((int32_t)128), L_2, /*hidden argument*/NULL); // InitialState(SKEIN_256, 160, new ulong[]{ // 0x1420231472825e98UL, // 0x2ac4e9a25a77e590UL, // 0xd47a58568838d63eUL, // 0x2dd2e4968586ab7dUL}); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)4); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = L_4; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); SkeinEngine_InitialState_m7A73BD8B551C0332D4756C2814BA6346FC9158D3(((int32_t)256), ((int32_t)160), L_5, /*hidden argument*/NULL); // InitialState(SKEIN_256, 224, new ulong[]{ // 0xc6098a8c9ae5ea0bUL, // 0x876d568608c5191cUL, // 0x99cb88d7d7f53884UL, // 0x384bddb1aeddb5deUL}); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)4); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = L_7; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_9 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL); SkeinEngine_InitialState_m7A73BD8B551C0332D4756C2814BA6346FC9158D3(((int32_t)256), ((int32_t)224), L_8, /*hidden argument*/NULL); // InitialState(SKEIN_256, 256, new ulong[]{ // 0xfc9da860d048b449UL, // 0x2fca66479fa7d833UL, // 0xb33bc3896656840fUL, // 0x6a54e920fde8da69UL}); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)4); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = L_10; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_12 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_11, L_12, /*hidden argument*/NULL); SkeinEngine_InitialState_m7A73BD8B551C0332D4756C2814BA6346FC9158D3(((int32_t)256), ((int32_t)256), L_11, /*hidden argument*/NULL); // InitialState(SKEIN_512, 128, new ulong[]{ // 0xa8bc7bf36fbf9f52UL, // 0x1e9872cebd1af0aaUL, // 0x309b1790b32190d3UL, // 0xbcfbb8543f94805cUL, // 0x0da61bcd6e31b11bUL, // 0x1a18ebead46a32e3UL, // 0xa2cc5b18ce84aa82UL, // 0x6982ab289d46982dUL}); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)8); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = L_13; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_15 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_14, L_15, /*hidden argument*/NULL); SkeinEngine_InitialState_m7A73BD8B551C0332D4756C2814BA6346FC9158D3(((int32_t)512), ((int32_t)128), L_14, /*hidden argument*/NULL); // InitialState(SKEIN_512, 160, new ulong[]{ // 0x28b81a2ae013bd91UL, // 0xc2f11668b5bdf78fUL, // 0x1760d8f3f6a56f12UL, // 0x4fb747588239904fUL, // 0x21ede07f7eaf5056UL, // 0xd908922e63ed70b8UL, // 0xb8ec76ffeccb52faUL, // 0x01a47bb8a3f27a6eUL}); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)8); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_17 = L_16; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_18 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_17, L_18, /*hidden argument*/NULL); SkeinEngine_InitialState_m7A73BD8B551C0332D4756C2814BA6346FC9158D3(((int32_t)512), ((int32_t)160), L_17, /*hidden argument*/NULL); // InitialState(SKEIN_512, 224, new ulong[]{ // 0xccd0616248677224UL, // 0xcba65cf3a92339efUL, // 0x8ccd69d652ff4b64UL, // 0x398aed7b3ab890b4UL, // 0x0f59d1b1457d2bd0UL, // 0x6776fe6575d4eb3dUL, // 0x99fbc70e997413e9UL, // 0x9e2cfccfe1c41ef7UL}); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_19 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)8); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_20 = L_19; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_21 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_20, L_21, /*hidden argument*/NULL); SkeinEngine_InitialState_m7A73BD8B551C0332D4756C2814BA6346FC9158D3(((int32_t)512), ((int32_t)224), L_20, /*hidden argument*/NULL); // InitialState(SKEIN_512, 384, new ulong[]{ // 0xa3f6c6bf3a75ef5fUL, // 0xb0fef9ccfd84faa4UL, // 0x9d77dd663d770cfeUL, // 0xd798cbf3b468fddaUL, // 0x1bc4a6668a0e4465UL, // 0x7ed7d434e5807407UL, // 0x548fc1acd4ec44d6UL, // 0x266e17546aa18ff8UL}); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)8); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = L_22; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_24 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_23, L_24, /*hidden argument*/NULL); SkeinEngine_InitialState_m7A73BD8B551C0332D4756C2814BA6346FC9158D3(((int32_t)512), ((int32_t)384), L_23, /*hidden argument*/NULL); // InitialState(SKEIN_512, 512, new ulong[]{ // 0x4903adff749c51ceUL, // 0x0d95de399746df03UL, // 0x8fd1934127c79bceUL, // 0x9a255629ff352cb1UL, // 0x5db62599df6ca7b0UL, // 0xeabe394ca9d5c3f4UL, // 0x991112c71a75b523UL, // 0xae18a40b660fcc33UL}); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_25 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)8); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_26 = L_25; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_27 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_26, L_27, /*hidden argument*/NULL); SkeinEngine_InitialState_m7A73BD8B551C0332D4756C2814BA6346FC9158D3(((int32_t)512), ((int32_t)512), L_26, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::InitialState(System.Int32,System.Int32,System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_InitialState_m7A73BD8B551C0332D4756C2814BA6346FC9158D3 (int32_t ___blockSize0, int32_t ___outputSize1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___state2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // INITIAL_STATES.Add(VariantIdentifier(blockSize / 8, outputSize / 8), state); IL2CPP_RUNTIME_CLASS_INIT(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_StaticFields*)il2cpp_codegen_static_fields_for(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var))->get_INITIAL_STATES_7(); int32_t L_1 = ___blockSize0; int32_t L_2 = ___outputSize1; int32_t L_3; L_3 = SkeinEngine_VariantIdentifier_m2EEF14B7911F4EE865552DA629E4BBCED5C997C2(((int32_t)((int32_t)L_1/(int32_t)8)), ((int32_t)((int32_t)L_2/(int32_t)8)), /*hidden argument*/NULL); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___state2; NullCheck(L_0); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_5, (RuntimeObject *)(RuntimeObject *)L_6); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::VariantIdentifier(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkeinEngine_VariantIdentifier_m2EEF14B7911F4EE865552DA629E4BBCED5C997C2 (int32_t ___blockSizeBytes0, int32_t ___outputSizeBytes1, const RuntimeMethod* method) { { // return (outputSizeBytes << 16) | blockSizeBytes; int32_t L_0 = ___outputSizeBytes1; int32_t L_1 = ___blockSizeBytes0; return ((int32_t)((int32_t)((int32_t)((int32_t)L_0<<(int32_t)((int32_t)16)))|(int32_t)L_1)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine__ctor_mB69316EB7E3CD89E6D6C1D019E9DD4BC67594ECA (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, int32_t ___blockSizeBits0, int32_t ___outputSizeBits1, 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*)&ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly byte[] singleByte = new byte[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); __this->set_singleByte_16(L_0); // public SkeinEngine(int blockSizeBits, int outputSizeBits) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (outputSizeBits % 8 != 0) int32_t L_1 = ___outputSizeBits1; if (!((int32_t)((int32_t)L_1%(int32_t)8))) { goto IL_002e; } } { // throw new ArgumentException("Output size must be a multiple of 8 bits. :" + outputSizeBits); String_t* L_2; L_2 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___outputSizeBits1), /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AFE3341C252D09D14363C6B369DB12C49850B0E)), 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*)&SkeinEngine__ctor_mB69316EB7E3CD89E6D6C1D019E9DD4BC67594ECA_RuntimeMethod_var))); } IL_002e: { // this.outputSizeBytes = outputSizeBits / 8; int32_t L_5 = ___outputSizeBits1; __this->set_outputSizeBytes_9(((int32_t)((int32_t)L_5/(int32_t)8))); // this.threefish = new ThreefishEngine(blockSizeBits); int32_t L_6 = ___blockSizeBits0; ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * L_7 = (ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD *)il2cpp_codegen_object_new(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); ThreefishEngine__ctor_mB34FB9E5B9299AE050DF810E4C39CEC0B0D5690F(L_7, L_6, /*hidden argument*/NULL); __this->set_threefish_8(L_7); // this.ubi = new UBI(this,threefish.GetBlockSize()); ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * L_8 = __this->get_threefish_8(); NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::GetBlockSize() */, L_8); UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * L_10 = (UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC *)il2cpp_codegen_object_new(UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC_il2cpp_TypeInfo_var); UBI__ctor_m59810B16B27112EDAEB6D82312095ED164941FAF(L_10, __this, L_9, /*hidden argument*/NULL); __this->set_ubi_15(L_10); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine__ctor_mD161512BE0C4B82EC7FD36E84C5E796887EE2667 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * ___engine0, const RuntimeMethod* method) { { // : this(engine.BlockSize * 8, engine.OutputSize * 8) SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = ___engine0; NullCheck(L_0); int32_t L_1; L_1 = SkeinEngine_get_BlockSize_mFEE911D9D55DF8D7DD21CB88D2B171DD3A0F74E8(L_0, /*hidden argument*/NULL); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_2 = ___engine0; NullCheck(L_2); int32_t L_3; L_3 = SkeinEngine_get_OutputSize_mDEB45C014629EE096184F27B13BF06047DF38658_inline(L_2, /*hidden argument*/NULL); SkeinEngine__ctor_mB69316EB7E3CD89E6D6C1D019E9DD4BC67594ECA(__this, ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)8)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)8)), /*hidden argument*/NULL); // CopyIn(engine); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_4 = ___engine0; SkeinEngine_CopyIn_m0C17A4942B9FD8DBAB95E7C03A655A1628C5C36A(__this, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_CopyIn_m0C17A4942B9FD8DBAB95E7C03A655A1628C5C36A (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * ___engine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.ubi.Reset(engine.ubi); UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * L_0 = __this->get_ubi_15(); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_1 = ___engine0; NullCheck(L_1); UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * L_2 = L_1->get_ubi_15(); NullCheck(L_0); UBI_Reset_mFD73A776BDF8F30E415EA0A32C002F2D629C53A6(L_0, L_2, /*hidden argument*/NULL); // this.chain = Arrays.Clone(engine.chain, this.chain); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_3 = ___engine0; NullCheck(L_3); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = L_3->get_chain_10(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = __this->get_chain_10(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6; L_6 = Arrays_Clone_m22BB274E6F68AF463A3383CA90A7470CD9AA803D(L_4, L_5, /*hidden argument*/NULL); __this->set_chain_10(L_6); // this.initialState = Arrays.Clone(engine.initialState, this.initialState); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_7 = ___engine0; NullCheck(L_7); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = L_7->get_initialState_11(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = __this->get_initialState_11(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10; L_10 = Arrays_Clone_m22BB274E6F68AF463A3383CA90A7470CD9AA803D(L_8, L_9, /*hidden argument*/NULL); __this->set_initialState_11(L_10); // this.key = Arrays.Clone(engine.key, this.key); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_11 = ___engine0; NullCheck(L_11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = L_11->get_key_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get_key_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = Arrays_Clone_mF26404DBF5A21745160D256A91CFC8C08E9B76CE(L_12, L_13, /*hidden argument*/NULL); __this->set_key_12(L_14); // this.preMessageParameters = Clone(engine.preMessageParameters, this.preMessageParameters); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_15 = ___engine0; NullCheck(L_15); ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_16 = L_15->get_preMessageParameters_13(); ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_17 = __this->get_preMessageParameters_13(); IL2CPP_RUNTIME_CLASS_INIT(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_18; L_18 = SkeinEngine_Clone_m618BA6C5B21E9107235A027930B931250B9B324E(L_16, L_17, /*hidden argument*/NULL); __this->set_preMessageParameters_13(L_18); // this.postMessageParameters = Clone(engine.postMessageParameters, this.postMessageParameters); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_19 = ___engine0; NullCheck(L_19); ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_20 = L_19->get_postMessageParameters_14(); ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_21 = __this->get_postMessageParameters_14(); ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_22; L_22 = SkeinEngine_Clone_m618BA6C5B21E9107235A027930B931250B9B324E(L_20, L_21, /*hidden argument*/NULL); __this->set_postMessageParameters_14(L_22); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Clone(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine/Parameter[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* SkeinEngine_Clone_m618BA6C5B21E9107235A027930B931250B9B324E (ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* ___data0, ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* ___existing1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (data == null) ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_0 = ___data0; if (L_0) { goto IL_0005; } } { // return null; return (ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A*)NULL; } IL_0005: { // if ((existing == null) || (existing.Length != data.Length)) ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_1 = ___existing1; if (!L_1) { goto IL_0010; } } { ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_2 = ___existing1; NullCheck(L_2); ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_3 = ___data0; NullCheck(L_3); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))) { goto IL_001a; } } IL_0010: { // existing = new Parameter[data.Length]; ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_4 = ___data0; NullCheck(L_4); ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_5 = (ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A*)(ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A*)SZArrayNew(ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))); ___existing1 = L_5; } IL_001a: { // Array.Copy(data, 0, existing, 0, existing.Length); ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_6 = ___data0; ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_7 = ___existing1; ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_8 = ___existing1; NullCheck(L_8); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), /*hidden argument*/NULL); // return existing; ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_9 = ___existing1; return L_9; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SkeinEngine_Copy_m5E60E0084E185D9BD9617B8A5209FFFCD5F2872B (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SkeinEngine(this); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB *)il2cpp_codegen_object_new(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); SkeinEngine__ctor_mD161512BE0C4B82EC7FD36E84C5E796887EE2667(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_Reset_mA7F23BE0E5EC6CECA4E1DB9A723A531409DDFE08 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * V_0 = NULL; { // SkeinEngine s = (SkeinEngine)other; RuntimeObject* L_0 = ___other0; V_0 = ((SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB *)CastclassClass((RuntimeObject*)L_0, SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var)); // if ((BlockSize != s.BlockSize) || (outputSizeBytes != s.outputSizeBytes)) int32_t L_1; L_1 = SkeinEngine_get_BlockSize_mFEE911D9D55DF8D7DD21CB88D2B171DD3A0F74E8(__this, /*hidden argument*/NULL); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = SkeinEngine_get_BlockSize_mFEE911D9D55DF8D7DD21CB88D2B171DD3A0F74E8(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0023; } } { int32_t L_4 = __this->get_outputSizeBytes_9(); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get_outputSizeBytes_9(); if ((((int32_t)L_4) == ((int32_t)L_6))) { goto IL_002e; } } IL_0023: { // throw new MemoableResetException("Incompatible parameters in provided SkeinEngine."); MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E * L_7 = (MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoableResetException_tFB7EEBFF78B0C7435E4E3F57922ECA8DD1CBE97E_il2cpp_TypeInfo_var))); MemoableResetException__ctor_m5A8A4EBB07ED5DFB05401A715BBF8B47E80C2ACD(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral385E85254A14B73C5A43C2B05896B2A6782C16A1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SkeinEngine_Reset_mA7F23BE0E5EC6CECA4E1DB9A723A531409DDFE08_RuntimeMethod_var))); } IL_002e: { // CopyIn(s); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_8 = V_0; SkeinEngine_CopyIn_m0C17A4942B9FD8DBAB95E7C03A655A1628C5C36A(__this, L_8, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::get_OutputSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkeinEngine_get_OutputSize_mDEB45C014629EE096184F27B13BF06047DF38658 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method) { { // get { return outputSizeBytes; } int32_t L_0 = __this->get_outputSizeBytes_9(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::get_BlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkeinEngine_get_BlockSize_mFEE911D9D55DF8D7DD21CB88D2B171DD3A0F74E8 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method) { { // get { return threefish.GetBlockSize (); } ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD * L_0 = __this->get_threefish_8(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.ThreefishEngine::GetBlockSize() */, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_Init_mF24EED937598BE358BC60168769A6CD38DD004BE (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * ___parameters0, const RuntimeMethod* method) { { // this.chain = null; __this->set_chain_10((UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)NULL); // this.key = null; __this->set_key_12((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); // this.preMessageParameters = null; __this->set_preMessageParameters_13((ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A*)NULL); // this.postMessageParameters = null; __this->set_postMessageParameters_14((ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A*)NULL); // if (parameters != null) SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * L_0 = ___parameters0; if (!L_0) { goto IL_0042; } } { // byte[] key = parameters.GetKey(); SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * L_1 = ___parameters0; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = SkeinParameters_GetKey_m1F82E4B1DD00DD6199BE08EB3F05D0E40B3EB19A(L_1, /*hidden argument*/NULL); // if (key.Length < 16) NullCheck(L_2); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) >= ((int32_t)((int32_t)16)))) { goto IL_0036; } } { // throw new ArgumentException("Skein key must be at least 128 bits."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB5D610D72476F4C53BBAF56C4E027216B1D06949)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SkeinEngine_Init_mF24EED937598BE358BC60168769A6CD38DD004BE_RuntimeMethod_var))); } IL_0036: { // InitParams(parameters.GetParameters()); SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * L_4 = ___parameters0; NullCheck(L_4); RuntimeObject* L_5; L_5 = SkeinParameters_GetParameters_mEB3B60DD9664678027C8B6A433EBD0CDBA3EBEF2_inline(L_4, /*hidden argument*/NULL); SkeinEngine_InitParams_m42167726570626F5D937C2DA35008E8B90DC90EA(__this, L_5, /*hidden argument*/NULL); } IL_0042: { // CreateInitialState(); SkeinEngine_CreateInitialState_mCCB79B397BEE7340AA06042E1C67096AF871A634(__this, /*hidden argument*/NULL); // UbiInit(PARAM_TYPE_MESSAGE); SkeinEngine_UbiInit_m52D27F939F05E7156E8358826D0B3CC1615664C2(__this, ((int32_t)48), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::InitParams(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_InitParams_m42167726570626F5D937C2DA35008E8B90DC90EA (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, RuntimeObject* ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Sort_TisParameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF_m72F73B8FBAD8D9F5E016A727F744C0551FC518D9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; { // IEnumerator keys = parameters.Keys.GetEnumerator(); RuntimeObject* L_0 = ___parameters0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_0 = L_2; // IList pre = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_1 = L_3; // IList post = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); RuntimeObject* L_4; L_4 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_2 = L_4; goto IL_006b; } IL_001a: { // int type = (int)keys.Current; RuntimeObject* L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_3 = ((*(int32_t*)((int32_t*)UnBox(L_6, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); // byte[] value = (byte[])parameters[type]; RuntimeObject* L_7 = ___parameters0; int32_t L_8 = V_3; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_9); NullCheck(L_7); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_7, L_10); V_4 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_11, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); // if (type == PARAM_TYPE_KEY) int32_t L_12 = V_3; if (L_12) { goto IL_0046; } } { // this.key = value; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_4; __this->set_key_12(L_13); // } goto IL_006b; } IL_0046: { // else if (type < PARAM_TYPE_MESSAGE) int32_t L_14 = V_3; if ((((int32_t)L_14) >= ((int32_t)((int32_t)48)))) { goto IL_005c; } } { // pre.Add(new Parameter(type, value)); RuntimeObject* L_15 = V_1; int32_t L_16 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_4; Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * L_18 = (Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF *)il2cpp_codegen_object_new(Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF_il2cpp_TypeInfo_var); Parameter__ctor_m00AB65CE1299135583D8DBA9B00CA720FAEBB794(L_18, L_16, L_17, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_19; L_19 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_15, L_18); // } goto IL_006b; } IL_005c: { // post.Add(new Parameter(type, value)); RuntimeObject* L_20 = V_2; int32_t L_21 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_4; Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * L_23 = (Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF *)il2cpp_codegen_object_new(Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF_il2cpp_TypeInfo_var); Parameter__ctor_m00AB65CE1299135583D8DBA9B00CA720FAEBB794(L_23, L_21, L_22, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_24; L_24 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_20, L_23); } IL_006b: { // while (keys.MoveNext()) RuntimeObject* L_25 = V_0; NullCheck(L_25); bool L_26; L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_001a; } } { // preMessageParameters = new Parameter[pre.Count]; RuntimeObject* L_27 = V_1; NullCheck(L_27); int32_t L_28; L_28 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_27); ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_29 = (ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A*)(ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A*)SZArrayNew(ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A_il2cpp_TypeInfo_var, (uint32_t)L_28); __this->set_preMessageParameters_13(L_29); // pre.CopyTo(preMessageParameters, 0); RuntimeObject* L_30 = V_1; ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_31 = __this->get_preMessageParameters_13(); NullCheck(L_30); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_30, (RuntimeArray *)(RuntimeArray *)L_31, 0); // Array.Sort(preMessageParameters); ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_32 = __this->get_preMessageParameters_13(); Array_Sort_TisParameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF_m72F73B8FBAD8D9F5E016A727F744C0551FC518D9(L_32, /*hidden argument*/Array_Sort_TisParameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF_m72F73B8FBAD8D9F5E016A727F744C0551FC518D9_RuntimeMethod_var); // postMessageParameters = new Parameter[post.Count]; RuntimeObject* L_33 = V_2; NullCheck(L_33); int32_t L_34; L_34 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_33); ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_35 = (ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A*)(ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A*)SZArrayNew(ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A_il2cpp_TypeInfo_var, (uint32_t)L_34); __this->set_postMessageParameters_14(L_35); // post.CopyTo(postMessageParameters, 0); RuntimeObject* L_36 = V_2; ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_37 = __this->get_postMessageParameters_14(); NullCheck(L_36); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_36, (RuntimeArray *)(RuntimeArray *)L_37, 0); // Array.Sort(postMessageParameters); ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_38 = __this->get_postMessageParameters_14(); Array_Sort_TisParameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF_m72F73B8FBAD8D9F5E016A727F744C0551FC518D9(L_38, /*hidden argument*/Array_Sort_TisParameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF_m72F73B8FBAD8D9F5E016A727F744C0551FC518D9_RuntimeMethod_var); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::CreateInitialState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_CreateInitialState_mCCB79B397BEE7340AA06042E1C67096AF871A634 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Configuration_tC93D13807702A305CF331D3BED035A774F64257A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; int32_t V_1 = 0; Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * V_2 = NULL; { // ulong[] precalc = (ulong[])INITIAL_STATES[VariantIdentifier(BlockSize, OutputSize)]; IL2CPP_RUNTIME_CLASS_INIT(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_StaticFields*)il2cpp_codegen_static_fields_for(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var))->get_INITIAL_STATES_7(); int32_t L_1; L_1 = SkeinEngine_get_BlockSize_mFEE911D9D55DF8D7DD21CB88D2B171DD3A0F74E8(__this, /*hidden argument*/NULL); int32_t L_2; L_2 = SkeinEngine_get_OutputSize_mDEB45C014629EE096184F27B13BF06047DF38658_inline(__this, /*hidden argument*/NULL); int32_t L_3; L_3 = SkeinEngine_VariantIdentifier_m2EEF14B7911F4EE865552DA629E4BBCED5C997C2(L_1, L_2, /*hidden argument*/NULL); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); NullCheck(L_0); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_5); V_0 = ((UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)Castclass((RuntimeObject*)L_6, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var)); // if ((key == null) && (precalc != null)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_key_12(); if (L_7) { goto IL_003f; } } { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_0; if (!L_8) { goto IL_003f; } } { // chain = Arrays.Clone(precalc); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10; L_10 = Arrays_Clone_mC889FC1BB67CD1CAAF3D9D284DB95A01AED832A1(L_9, /*hidden argument*/NULL); __this->set_chain_10(L_10); // } goto IL_0081; } IL_003f: { // chain = new ulong[BlockSize / 8]; int32_t L_11; L_11 = SkeinEngine_get_BlockSize_mFEE911D9D55DF8D7DD21CB88D2B171DD3A0F74E8(__this, /*hidden argument*/NULL); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_11/(int32_t)8))); __this->set_chain_10(L_12); // if (key != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get_key_12(); if (!L_13) { goto IL_0067; } } { // UbiComplete(SkeinParameters.PARAM_TYPE_KEY, key); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_key_12(); SkeinEngine_UbiComplete_m28C4B0055BD0B342D958241B4B9DFDDF33C1B449(__this, 0, L_14, /*hidden argument*/NULL); } IL_0067: { // UbiComplete(PARAM_TYPE_CONFIG, new Configuration(outputSizeBytes * 8).Bytes); int32_t L_15 = __this->get_outputSizeBytes_9(); Configuration_tC93D13807702A305CF331D3BED035A774F64257A * L_16 = (Configuration_tC93D13807702A305CF331D3BED035A774F64257A *)il2cpp_codegen_object_new(Configuration_tC93D13807702A305CF331D3BED035A774F64257A_il2cpp_TypeInfo_var); Configuration__ctor_mBA385ABE84D8EA46F90E5B0828FE1858877C7E80(L_16, ((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)8)))), /*hidden argument*/NULL); NullCheck(L_16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17; L_17 = Configuration_get_Bytes_m821293A5D1EC4F762D9D36F1F2EA62FDC6C35C62_inline(L_16, /*hidden argument*/NULL); SkeinEngine_UbiComplete_m28C4B0055BD0B342D958241B4B9DFDDF33C1B449(__this, 4, L_17, /*hidden argument*/NULL); } IL_0081: { // if (preMessageParameters != null) ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_18 = __this->get_preMessageParameters_13(); if (!L_18) { goto IL_00b7; } } { // for (int i = 0; i < preMessageParameters.Length; i++) V_1 = 0; goto IL_00ac; } IL_008d: { // Parameter param = preMessageParameters[i]; ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_19 = __this->get_preMessageParameters_13(); int32_t L_20 = V_1; NullCheck(L_19); int32_t L_21 = L_20; Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * L_22 = (L_19)->GetAt(static_cast(L_21)); V_2 = L_22; // UbiComplete(param.Type, param.Value); Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * L_23 = V_2; NullCheck(L_23); int32_t L_24; L_24 = Parameter_get_Type_m1FC01B38F27614D6D02A4899F88EBA2470F9C931_inline(L_23, /*hidden argument*/NULL); Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * L_25 = V_2; NullCheck(L_25); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26; L_26 = Parameter_get_Value_mAB2C9AD2460106F5D6DCAE84E9744F3C1E0A2C98_inline(L_25, /*hidden argument*/NULL); SkeinEngine_UbiComplete_m28C4B0055BD0B342D958241B4B9DFDDF33C1B449(__this, L_24, L_26, /*hidden argument*/NULL); // for (int i = 0; i < preMessageParameters.Length; i++) int32_t L_27 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00ac: { // for (int i = 0; i < preMessageParameters.Length; i++) int32_t L_28 = V_1; ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_29 = __this->get_preMessageParameters_13(); NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))) { goto IL_008d; } } IL_00b7: { // initialState = Arrays.Clone(chain); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_30 = __this->get_chain_10(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_31; L_31 = Arrays_Clone_mC889FC1BB67CD1CAAF3D9D284DB95A01AED832A1(L_30, /*hidden argument*/NULL); __this->set_initialState_11(L_31); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_Reset_mA90FC73150DADA7EAE515B939B0AF76C8FD42D7C (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method) { { // Array.Copy(initialState, 0, chain, 0, chain.Length); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_initialState_11(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_chain_10(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get_chain_10(); NullCheck(L_2); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, 0, (RuntimeArray *)(RuntimeArray *)L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), /*hidden argument*/NULL); // UbiInit(PARAM_TYPE_MESSAGE); SkeinEngine_UbiInit_m52D27F939F05E7156E8358826D0B3CC1615664C2(__this, ((int32_t)48), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::UbiComplete(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_UbiComplete_m28C4B0055BD0B342D958241B4B9DFDDF33C1B449 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, int32_t ___type0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value1, const RuntimeMethod* method) { { // UbiInit(type); int32_t L_0 = ___type0; SkeinEngine_UbiInit_m52D27F939F05E7156E8358826D0B3CC1615664C2(__this, L_0, /*hidden argument*/NULL); // this.ubi.Update(value, 0, value.Length, chain); UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * L_1 = __this->get_ubi_15(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___value1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___value1; NullCheck(L_3); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = __this->get_chain_10(); NullCheck(L_1); UBI_Update_m14BCA4466C55238422BA463F1022A0DA8460561D(L_1, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), L_4, /*hidden argument*/NULL); // UbiFinal(); SkeinEngine_UbiFinal_m2E9FEC04E56C4B7AA83732B840F828665DE4837B(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::UbiInit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_UbiInit_m52D27F939F05E7156E8358826D0B3CC1615664C2 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, int32_t ___type0, const RuntimeMethod* method) { { // this.ubi.Reset(type); UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * L_0 = __this->get_ubi_15(); int32_t L_1 = ___type0; NullCheck(L_0); UBI_Reset_m52232B22707378CB018CB15260241753AFA51768(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::UbiFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_UbiFinal_m2E9FEC04E56C4B7AA83732B840F828665DE4837B (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method) { { // ubi.DoFinal(chain); UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * L_0 = __this->get_ubi_15(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_chain_10(); NullCheck(L_0); UBI_DoFinal_m950DC86C2B82CBCF72AC22A008DF9B1D49A16C1C(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::CheckInitialised() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_CheckInitialised_m01876D2A4B2DB1D923FDBFFB3EE53DEA01FCD2F8 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method) { { // if (this.ubi == null) UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * L_0 = __this->get_ubi_15(); if (L_0) { goto IL_0013; } } { // throw new ArgumentException("Skein engine is not initialised."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB1B0864EEC2DBC9265FA9A46A5569FD88CE71706)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SkeinEngine_CheckInitialised_m01876D2A4B2DB1D923FDBFFB3EE53DEA01FCD2F8_RuntimeMethod_var))); } IL_0013: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_Update_mF9D3758B50CD32BF8F6F477B80B6EAE000AEEBE4 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, uint8_t ___inByte0, const RuntimeMethod* method) { { // singleByte[0] = inByte; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_singleByte_16(); uint8_t L_1 = ___inByte0; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint8_t)L_1); // Update(singleByte, 0, 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_singleByte_16(); SkeinEngine_Update_mD730EFFAF99AD82BBDCE6D817AA9AF50FD8F7B50(__this, L_2, 0, 1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Update(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_Update_mD730EFFAF99AD82BBDCE6D817AA9AF50FD8F7B50 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, int32_t ___len2, const RuntimeMethod* method) { { // CheckInitialised(); SkeinEngine_CheckInitialised_m01876D2A4B2DB1D923FDBFFB3EE53DEA01FCD2F8(__this, /*hidden argument*/NULL); // ubi.Update(inBytes, inOff, len, chain); UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * L_0 = __this->get_ubi_15(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___inBytes0; int32_t L_2 = ___inOff1; int32_t L_3 = ___len2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = __this->get_chain_10(); NullCheck(L_0); UBI_Update_m14BCA4466C55238422BA463F1022A0DA8460561D(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkeinEngine_DoFinal_mB0F29234373AE322F8591ADFFC857FED2BC0FF7D (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes0, int32_t ___outOff1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { // CheckInitialised(); SkeinEngine_CheckInitialised_m01876D2A4B2DB1D923FDBFFB3EE53DEA01FCD2F8(__this, /*hidden argument*/NULL); // if (outBytes.Length < (outOff + outputSizeBytes)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___outBytes0; NullCheck(L_0); int32_t L_1 = ___outOff1; int32_t L_2 = __this->get_outputSizeBytes_9(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))))) { goto IL_001e; } } { // throw new DataLengthException("Output buffer is too short to hold output"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_3 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC8142DC23100ACC04095E4B94669B4BDC88233A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SkeinEngine_DoFinal_mB0F29234373AE322F8591ADFFC857FED2BC0FF7D_RuntimeMethod_var))); } IL_001e: { // UbiFinal(); SkeinEngine_UbiFinal_m2E9FEC04E56C4B7AA83732B840F828665DE4837B(__this, /*hidden argument*/NULL); // if (postMessageParameters != null) ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_4 = __this->get_postMessageParameters_14(); if (!L_4) { goto IL_005a; } } { // for (int i = 0; i < postMessageParameters.Length; i++) V_2 = 0; goto IL_004f; } IL_0030: { // Parameter param = postMessageParameters[i]; ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_5 = __this->get_postMessageParameters_14(); int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * L_8 = (L_5)->GetAt(static_cast(L_7)); V_3 = L_8; // UbiComplete(param.Type, param.Value); Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * L_9 = V_3; NullCheck(L_9); int32_t L_10; L_10 = Parameter_get_Type_m1FC01B38F27614D6D02A4899F88EBA2470F9C931_inline(L_9, /*hidden argument*/NULL); Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * L_11 = V_3; NullCheck(L_11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = Parameter_get_Value_mAB2C9AD2460106F5D6DCAE84E9744F3C1E0A2C98_inline(L_11, /*hidden argument*/NULL); SkeinEngine_UbiComplete_m28C4B0055BD0B342D958241B4B9DFDDF33C1B449(__this, L_10, L_12, /*hidden argument*/NULL); // for (int i = 0; i < postMessageParameters.Length; i++) int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004f: { // for (int i = 0; i < postMessageParameters.Length; i++) int32_t L_14 = V_2; ParameterU5BU5D_t0836822C336B8F480B98EF33B89FE33ADC18B01A* L_15 = __this->get_postMessageParameters_14(); NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_0030; } } IL_005a: { // int blockSize = BlockSize; int32_t L_16; L_16 = SkeinEngine_get_BlockSize_mFEE911D9D55DF8D7DD21CB88D2B171DD3A0F74E8(__this, /*hidden argument*/NULL); V_0 = L_16; // int blocksRequired = ((outputSizeBytes + blockSize - 1) / blockSize); int32_t L_17 = __this->get_outputSizeBytes_9(); int32_t L_18 = V_0; int32_t L_19 = V_0; V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)1))/(int32_t)L_19)); // for (int i = 0; i < blocksRequired; i++) V_4 = 0; goto IL_009e; } IL_0073: { // int toWrite = System.Math.Min(blockSize, outputSizeBytes - (i * blockSize)); int32_t L_20 = V_0; int32_t L_21 = __this->get_outputSizeBytes_9(); int32_t L_22 = V_4; int32_t L_23 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_24; L_24 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_22, (int32_t)L_23)))), /*hidden argument*/NULL); V_5 = L_24; // Output((ulong)i, outBytes, outOff + (i * blockSize), toWrite); int32_t L_25 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___outBytes0; int32_t L_27 = ___outOff1; int32_t L_28 = V_4; int32_t L_29 = V_0; int32_t L_30 = V_5; SkeinEngine_Output_mA12ACC7246F546586580D5FC45E6DC76AF956C24(__this, ((int64_t)((int64_t)L_25)), L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_28, (int32_t)L_29)))), L_30, /*hidden argument*/NULL); // for (int i = 0; i < blocksRequired; i++) int32_t L_31 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_009e: { // for (int i = 0; i < blocksRequired; i++) int32_t L_32 = V_4; int32_t L_33 = V_1; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0073; } } { // Reset(); SkeinEngine_Reset_mA90FC73150DADA7EAE515B939B0AF76C8FD42D7C(__this, /*hidden argument*/NULL); // return outputSizeBytes; int32_t L_34 = __this->get_outputSizeBytes_9(); return L_34; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.SkeinEngine::Output(System.UInt64,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinEngine_Output_mA12ACC7246F546586580D5FC45E6DC76AF956C24 (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, uint64_t ___outputSequence0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes1, int32_t ___outOff2, int32_t ___outputBytes3, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { // byte[] currentBytes = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_0; // ThreefishEngine.WordToBytes(outputSequence, currentBytes, 0); uint64_t L_1 = ___outputSequence0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); ThreefishEngine_WordToBytes_mF72E3840ED09991D6F199862A37851FDA730385E(L_1, L_2, 0, /*hidden argument*/NULL); // ulong[] outputWords = new ulong[chain.Length]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = __this->get_chain_10(); NullCheck(L_3); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); V_1 = L_4; // UbiInit(PARAM_TYPE_OUTPUT); SkeinEngine_UbiInit_m52D27F939F05E7156E8358826D0B3CC1615664C2(__this, ((int32_t)63), /*hidden argument*/NULL); // this.ubi.Update(currentBytes, 0, currentBytes.Length, outputWords); UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * L_5 = __this->get_ubi_15(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; NullCheck(L_7); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_1; NullCheck(L_5); UBI_Update_m14BCA4466C55238422BA463F1022A0DA8460561D(L_5, L_6, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), L_8, /*hidden argument*/NULL); // ubi.DoFinal(outputWords); UBI_t541FE1F1F26D101358B8250B0927BCA6B6B4B2AC * L_9 = __this->get_ubi_15(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = V_1; NullCheck(L_9); UBI_DoFinal_m950DC86C2B82CBCF72AC22A008DF9B1D49A16C1C(L_9, L_10, /*hidden argument*/NULL); // int wordsRequired = ((outputBytes + 8 - 1) / 8); int32_t L_11 = ___outputBytes3; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)8)), (int32_t)1))/(int32_t)8)); // for (int i = 0; i < wordsRequired; i++) V_3 = 0; goto IL_008f; } IL_004f: { // int toWrite = System.Math.Min(8, outputBytes - (i * 8)); int32_t L_12 = ___outputBytes3; int32_t L_13 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_14; L_14 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)8)))), /*hidden argument*/NULL); V_4 = L_14; // if (toWrite == 8) int32_t L_15 = V_4; if ((!(((uint32_t)L_15) == ((uint32_t)8)))) { goto IL_0072; } } { // ThreefishEngine.WordToBytes(outputWords[i], outBytes, outOff + (i * 8)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = V_1; int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = L_17; int64_t L_19 = (int64_t)(L_16)->GetAt(static_cast(L_18)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___outBytes1; int32_t L_21 = ___outOff2; int32_t L_22 = V_3; IL2CPP_RUNTIME_CLASS_INIT(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); ThreefishEngine_WordToBytes_mF72E3840ED09991D6F199862A37851FDA730385E(L_19, L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_22, (int32_t)8)))), /*hidden argument*/NULL); // } goto IL_008b; } IL_0072: { // ThreefishEngine.WordToBytes(outputWords[i], currentBytes, 0); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = V_1; int32_t L_24 = V_3; NullCheck(L_23); int32_t L_25 = L_24; int64_t L_26 = (int64_t)(L_23)->GetAt(static_cast(L_25)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ThreefishEngine_t78AD04EE004AEE2D9DCDE8FE52EA0897F0B3E2BD_il2cpp_TypeInfo_var); ThreefishEngine_WordToBytes_mF72E3840ED09991D6F199862A37851FDA730385E(L_26, L_27, 0, /*hidden argument*/NULL); // Array.Copy(currentBytes, 0, outBytes, outOff + (i * 8), toWrite); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___outBytes1; int32_t L_30 = ___outOff2; int32_t L_31 = V_3; int32_t L_32 = V_4; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_28, 0, (RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)8)))), L_32, /*hidden argument*/NULL); } IL_008b: { // for (int i = 0; i < wordsRequired; i++) int32_t L_33 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_008f: { // for (int i = 0; i < wordsRequired; i++) int32_t L_34 = V_3; int32_t L_35 = V_2; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_004f; } } { // } 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.Macs.SkeinMac::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinMac__ctor_m3243EA9700CD0C195ABBD335BD4554DF28BC29BD (SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC * __this, int32_t ___stateSizeBits0, int32_t ___digestSizeBits1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SkeinMac(int stateSizeBits, int digestSizeBits) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.engine = new SkeinEngine(stateSizeBits, digestSizeBits); int32_t L_0 = ___stateSizeBits0; int32_t L_1 = ___digestSizeBits1; SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_2 = (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB *)il2cpp_codegen_object_new(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); SkeinEngine__ctor_mB69316EB7E3CD89E6D6C1D019E9DD4BC67594ECA(L_2, L_0, L_1, /*hidden argument*/NULL); __this->set_engine_3(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SkeinMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SkeinMac) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinMac__ctor_m33441E898AE8D9707C8032A249201550520BC0F9 (SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC * __this, SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC * ___mac0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SkeinMac(SkeinMac mac) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.engine = new SkeinEngine(mac.engine); SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC * L_0 = ___mac0; NullCheck(L_0); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_1 = L_0->get_engine_3(); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_2 = (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB *)il2cpp_codegen_object_new(SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB_il2cpp_TypeInfo_var); SkeinEngine__ctor_mD161512BE0C4B82EC7FD36E84C5E796887EE2667(L_2, L_1, /*hidden argument*/NULL); __this->set_engine_3(L_2); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SkeinMac::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SkeinMac_get_AlgorithmName_m36DE8F6B7F5769E835D1955AC341B0F81107E163 (SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D60AC5770D4F760AEFAF7885FA604E7091BBEDE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // get { return "Skein-MAC-" + (engine.BlockSize * 8) + "-" + (engine.OutputSize * 8); } SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); NullCheck(L_0); int32_t L_1; L_1 = SkeinEngine_get_BlockSize_mFEE911D9D55DF8D7DD21CB88D2B171DD3A0F74E8(L_0, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)8)); String_t* L_2; L_2 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_3 = __this->get_engine_3(); NullCheck(L_3); int32_t L_4; L_4 = SkeinEngine_get_OutputSize_mDEB45C014629EE096184F27B13BF06047DF38658_inline(L_3, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)8)); String_t* L_5; L_5 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(_stringLiteral6D60AC5770D4F760AEFAF7885FA604E7091BBEDE, L_2, _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SkeinMac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinMac_Init_mAF32784ADDE1346EB89E06745B0DE6DF9A0E922A (SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC * __this, RuntimeObject* ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Builder_t2E67E72692269CC17DD5068C0240E6BAA3AA1E7C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * V_0 = NULL; { // if (parameters is SkeinParameters) RuntimeObject* L_0 = ___parameters0; if (!((SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 *)IsInstClass((RuntimeObject*)L_0, SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8_il2cpp_TypeInfo_var))) { goto IL_0011; } } { // skeinParameters = (SkeinParameters)parameters; RuntimeObject* L_1 = ___parameters0; V_0 = ((SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 *)CastclassClass((RuntimeObject*)L_1, SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8_il2cpp_TypeInfo_var)); // } goto IL_004c; } IL_0011: { // else if (parameters is KeyParameter) RuntimeObject* L_2 = ___parameters0; if (!((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_2, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_0036; } } { // skeinParameters = new SkeinParameters.Builder().SetKey(((KeyParameter)parameters).GetKey()).Build(); Builder_t2E67E72692269CC17DD5068C0240E6BAA3AA1E7C * L_3 = (Builder_t2E67E72692269CC17DD5068C0240E6BAA3AA1E7C *)il2cpp_codegen_object_new(Builder_t2E67E72692269CC17DD5068C0240E6BAA3AA1E7C_il2cpp_TypeInfo_var); Builder__ctor_m10EEBEBC83C805AF0594568C922F8A288C9A02A6(L_3, /*hidden argument*/NULL); RuntimeObject* L_4 = ___parameters0; NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_4, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_4, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_3); Builder_t2E67E72692269CC17DD5068C0240E6BAA3AA1E7C * L_6; L_6 = Builder_SetKey_m7D4D24A31539197010D75F28A99C7F474D1F135D(L_3, L_5, /*hidden argument*/NULL); NullCheck(L_6); SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * L_7; L_7 = Builder_Build_m32D561E36416A58341E25969F0BA210E923CDAC9(L_6, /*hidden argument*/NULL); V_0 = L_7; // } goto IL_004c; } IL_0036: { // throw new ArgumentException("Invalid parameter passed to Skein MAC init - " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_8 = ___parameters0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9285BEB84CFC90BDC52DB62913B2A7EFFB48DF38)), L_9, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SkeinMac_Init_mAF32784ADDE1346EB89E06745B0DE6DF9A0E922A_RuntimeMethod_var))); } IL_004c: { // if (skeinParameters.GetKey() == null) SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * L_12 = V_0; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = SkeinParameters_GetKey_m1F82E4B1DD00DD6199BE08EB3F05D0E40B3EB19A(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_005f; } } { // throw new ArgumentException("Skein MAC requires a key parameter."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA8250B534396AB58BA9610ADE04FDD1310D4478D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SkeinMac_Init_mAF32784ADDE1346EB89E06745B0DE6DF9A0E922A_RuntimeMethod_var))); } IL_005f: { // engine.Init(skeinParameters); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_15 = __this->get_engine_3(); SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * L_16 = V_0; NullCheck(L_15); SkeinEngine_Init_mF24EED937598BE358BC60168769A6CD38DD004BE(L_15, L_16, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SkeinMac::GetMacSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkeinMac_GetMacSize_mE58D491DD9F4B4B19B529F75386F65098661D55A (SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC * __this, const RuntimeMethod* method) { { // return engine.OutputSize; SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); NullCheck(L_0); int32_t L_1; L_1 = SkeinEngine_get_OutputSize_mDEB45C014629EE096184F27B13BF06047DF38658_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SkeinMac::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinMac_Reset_mFC06C33256D83F4B0A6029164347F0E94075DC76 (SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC * __this, const RuntimeMethod* method) { { // engine.Reset(); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); NullCheck(L_0); SkeinEngine_Reset_mA90FC73150DADA7EAE515B939B0AF76C8FD42D7C(L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SkeinMac::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinMac_Update_mCE00B088D71F7D6F7F0942CBFFC73AE369EC21B7 (SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC * __this, uint8_t ___inByte0, const RuntimeMethod* method) { { // engine.Update(inByte); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); uint8_t L_1 = ___inByte0; NullCheck(L_0); SkeinEngine_Update_mF9D3758B50CD32BF8F6F477B80B6EAE000AEEBE4(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SkeinMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinMac_BlockUpdate_m4278DFE56F073A0897C592A3FA4BDBA92EF1A5B8 (SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___len2, const RuntimeMethod* method) { { // engine.Update(input, inOff, len); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; int32_t L_2 = ___inOff1; int32_t L_3 = ___len2; NullCheck(L_0); SkeinEngine_Update_mD730EFFAF99AD82BBDCE6D817AA9AF50FD8F7B50(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.SkeinMac::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkeinMac_DoFinal_mE22B17FEC477A98B12203C88C6EECA80FBE3CBD4 (SkeinMac_t0BE1E82DA4F655F9D0A6CB617070EDDCE44053BC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // return engine.DoFinal(output, outOff); SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * L_0 = __this->get_engine_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___output0; int32_t L_2 = ___outOff1; NullCheck(L_0); int32_t L_3; L_3 = SkeinEngine_DoFinal_mB0F29234373AE322F8591ADFFC857FED2BC0FF7D(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinParameters__ctor_m12DF9D868FE45926B7AFC84D9DAB7FF9E354AD0E (SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable()) IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); SkeinParameters__ctor_m89217DAF91D2BFA243E0ECE6A826D74A806351D6(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters::.ctor(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkeinParameters__ctor_m89217DAF91D2BFA243E0ECE6A826D74A806351D6 (SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * __this, RuntimeObject* ___parameters0, const RuntimeMethod* method) { { // private SkeinParameters(IDictionary parameters) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.parameters = parameters; RuntimeObject* L_0 = ___parameters0; __this->set_parameters_8(L_0); // } return; } } // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters::GetParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SkeinParameters_GetParameters_mEB3B60DD9664678027C8B6A433EBD0CDBA3EBEF2 (SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * __this, const RuntimeMethod* method) { { // return parameters; RuntimeObject* L_0 = __this->get_parameters_8(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters::GetKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SkeinParameters_GetKey_m1F82E4B1DD00DD6199BE08EB3F05D0E40B3EB19A (SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * __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*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (byte[])parameters[PARAM_TYPE_KEY]; RuntimeObject* L_0 = __this->get_parameters_8(); int32_t L_1 = 0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); NullCheck(L_0); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_2); return ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters::GetPersonalisation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SkeinParameters_GetPersonalisation_mC5A432BB70166BF7B636BB13A44EF691F88972E9 (SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * __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*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (byte[])parameters[PARAM_TYPE_PERSONALISATION]; RuntimeObject* L_0 = __this->get_parameters_8(); int32_t L_1 = 8; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); NullCheck(L_0); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_2); return ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters::GetPublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SkeinParameters_GetPublicKey_mC1D95461FE92221926168216C9E9BA3E348F4C01 (SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * __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*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (byte[])parameters[PARAM_TYPE_PUBLIC_KEY]; RuntimeObject* L_0 = __this->get_parameters_8(); int32_t L_1 = ((int32_t)12); RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); NullCheck(L_0); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_2); return ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters::GetKeyIdentifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SkeinParameters_GetKeyIdentifier_m1899FA6192825750E300FAE18E475CEC728F5DD4 (SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * __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*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (byte[])parameters[PARAM_TYPE_KEY_IDENTIFIER]; RuntimeObject* L_0 = __this->get_parameters_8(); int32_t L_1 = ((int32_t)16); RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); NullCheck(L_0); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_2); return ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.SkeinParameters::GetNonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SkeinParameters_GetNonce_m79922C25A0A2DF4AB7F47D51BECD6A6C018B6404 (SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * __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*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (byte[])parameters[PARAM_TYPE_NONCE]; RuntimeObject* L_0 = __this->get_parameters_8(); int32_t L_1 = ((int32_t)20); RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); NullCheck(L_0); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_2); return ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.IEnumerator UnityStandardAssets.Vehicles.Car.SkidTrail::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SkidTrail_Start_m2695ED24C08B06196C72289F1966031DEF0EA411 (SkidTrail_t6A2242DEDB54B75C0A8D197C86315CC5CA9E8D6E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CStartU3Ed__1_tC0A64744D6FDCA1AE114A1F2671F010A81C657EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CStartU3Ed__1_tC0A64744D6FDCA1AE114A1F2671F010A81C657EF * L_0 = (U3CStartU3Ed__1_tC0A64744D6FDCA1AE114A1F2671F010A81C657EF *)il2cpp_codegen_object_new(U3CStartU3Ed__1_tC0A64744D6FDCA1AE114A1F2671F010A81C657EF_il2cpp_TypeInfo_var); U3CStartU3Ed__1__ctor_m7AFCB32BFE8C866374C483F7A8B4C8406CC6B5CD(L_0, 0, /*hidden argument*/NULL); U3CStartU3Ed__1_tC0A64744D6FDCA1AE114A1F2671F010A81C657EF * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void UnityStandardAssets.Vehicles.Car.SkidTrail::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkidTrail__ctor_m91FCFC15149FA5B42C14DC21BAAC3FBF508ED90B (SkidTrail_t6A2242DEDB54B75C0A8D197C86315CC5CA9E8D6E * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkipjackEngine_Init_m7983028A0DF8A2DBF5B153A4AD8BF7ABEDAEE817 (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, 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*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // 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 SKIPJACK 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*)&_stringLiteral52C87AE284E4E522A650221F2C4D41E4C9790B61)), 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*)&SkipjackEngine_Init_m7983028A0DF8A2DBF5B153A4AD8BF7ABEDAEE817_RuntimeMethod_var))); } IL_001e: { // byte[] keyBytes = ((KeyParameter)parameters).GetKey(); RuntimeObject* L_5 = ___parameters1; NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_5, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_5, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_6; // this.encrypting = forEncryption; bool L_7 = ___forEncryption0; __this->set_encrypting_6(L_7); // this.key0 = new int[32]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->set_key0_2(L_8); // this.key1 = new int[32]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->set_key1_3(L_9); // this.key2 = new int[32]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->set_key2_4(L_10); // this.key3 = new int[32]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->set_key3_5(L_11); // for (int i = 0; i < 32; i ++) V_1 = 0; goto IL_00cb; } IL_0069: { // key0[i] = keyBytes[(i * 4) % 10] & 0xff; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = __this->get_key0_2(); int32_t L_13 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)4))%(int32_t)((int32_t)10))); uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (int32_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)255)))); // key1[i] = keyBytes[(i * 4 + 1) % 10] & 0xff; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = __this->get_key1_3(); int32_t L_19 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_0; int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)4)), (int32_t)1))%(int32_t)((int32_t)10))); uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_18); (L_18)->SetAt(static_cast(L_19), (int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)255)))); // key2[i] = keyBytes[(i * 4 + 2) % 10] & 0xff; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = __this->get_key2_4(); int32_t L_25 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_0; int32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)4)), (int32_t)2))%(int32_t)((int32_t)10))); uint8_t L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_24); (L_24)->SetAt(static_cast(L_25), (int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)255)))); // key3[i] = keyBytes[(i * 4 + 3) % 10] & 0xff; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = __this->get_key3_5(); int32_t L_31 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_0; int32_t L_33 = V_1; NullCheck(L_32); int32_t L_34 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_33, (int32_t)4)), (int32_t)3))%(int32_t)((int32_t)10))); uint8_t L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_30); (L_30)->SetAt(static_cast(L_31), (int32_t)((int32_t)((int32_t)L_35&(int32_t)((int32_t)255)))); // for (int i = 0; i < 32; i ++) int32_t L_36 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00cb: { // for (int i = 0; i < 32; i ++) int32_t L_37 = V_1; if ((((int32_t)L_37) < ((int32_t)((int32_t)32)))) { goto IL_0069; } } { // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SkipjackEngine_get_AlgorithmName_m9F8CA68A744F1FEA95F19B22C470EF49B0802161 (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64888CD5821707061DDFA24950B80AEF7D15319D); s_Il2CppMethodInitialized = true; } { // get { return "SKIPJACK"; } return _stringLiteral64888CD5821707061DDFA24950B80AEF7D15319D; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SkipjackEngine_get_IsPartialBlockOkay_mE504AEE8D7DF8620CD889D440AF473D78DDF8764 (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkipjackEngine_GetBlockSize_mA6E5E2D7096FD81A54CC4CDA3F9AC5380E006415 (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __this, const RuntimeMethod* method) { { // return BLOCK_SIZE; return 8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkipjackEngine_ProcessBlock_mFDA71E2CD0AE30B53BEE70EF6FA2BB95C7444FF7 (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __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 (key1 == null) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_key1_3(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("SKIPJACK 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*)&_stringLiteralD3D26C9F26A712F62A6BE84B1E41F4C6BE837C16)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SkipjackEngine_ProcessBlock_mFDA71E2CD0AE30B53BEE70EF6FA2BB95C7444FF7_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_6(); if (!L_6) { goto IL_0044; } } { // 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; int32_t L_11; L_11 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(16 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, __this, L_7, L_8, L_9, L_10); // } goto IL_0050; } IL_0044: { // DecryptBlock(input, inOff, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___input0; int32_t L_13 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___output2; int32_t L_15 = ___outOff3; int32_t L_16; L_16 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(17 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, __this, L_12, L_13, L_14, L_15); } IL_0050: { // return BLOCK_SIZE; return 8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkipjackEngine_Reset_m3A92A9112E143884F4031344C7A28DAAF2DE4FA0 (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __this, const RuntimeMethod* method) { { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::G(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkipjackEngine_G_m445D642875FAEEA5BBB0B19236502E228ADE7052 (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __this, int32_t ___k0, int32_t ___w1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_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; { // g1 = (w >> 8) & 0xff; int32_t L_0 = ___w1; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_0>>(int32_t)8))&(int32_t)((int32_t)255))); // g2 = w & 0xff; int32_t L_1 = ___w1; V_1 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)255))); // g3 = ftable[g2 ^ key0[k]] ^ g1; IL2CPP_RUNTIME_CLASS_INIT(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_2 = ((SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_StaticFields*)il2cpp_codegen_static_fields_for(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var))->get_ftable_1(); int32_t L_3 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_key0_2(); int32_t L_5 = ___k0; NullCheck(L_4); int32_t L_6 = L_5; int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_2); int32_t L_8 = ((int32_t)((int32_t)L_3^(int32_t)L_7)); int16_t L_9 = (L_2)->GetAt(static_cast(L_8)); int32_t L_10 = V_0; V_2 = ((int32_t)((int32_t)L_9^(int32_t)L_10)); // g4 = ftable[g3 ^ key1[k]] ^ g2; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_11 = ((SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_StaticFields*)il2cpp_codegen_static_fields_for(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var))->get_ftable_1(); int32_t L_12 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = __this->get_key1_3(); int32_t L_14 = ___k0; NullCheck(L_13); int32_t L_15 = L_14; int32_t L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_11); int32_t L_17 = ((int32_t)((int32_t)L_12^(int32_t)L_16)); int16_t L_18 = (L_11)->GetAt(static_cast(L_17)); int32_t L_19 = V_1; V_3 = ((int32_t)((int32_t)L_18^(int32_t)L_19)); // g5 = ftable[g4 ^ key2[k]] ^ g3; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_20 = ((SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_StaticFields*)il2cpp_codegen_static_fields_for(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var))->get_ftable_1(); int32_t L_21 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = __this->get_key2_4(); int32_t L_23 = ___k0; NullCheck(L_22); int32_t L_24 = L_23; int32_t L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_20); int32_t L_26 = ((int32_t)((int32_t)L_21^(int32_t)L_25)); int16_t L_27 = (L_20)->GetAt(static_cast(L_26)); int32_t L_28 = V_2; V_4 = ((int32_t)((int32_t)L_27^(int32_t)L_28)); // g6 = ftable[g5 ^ key3[k]] ^ g4; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_29 = ((SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_StaticFields*)il2cpp_codegen_static_fields_for(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var))->get_ftable_1(); int32_t L_30 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = __this->get_key3_5(); int32_t L_32 = ___k0; NullCheck(L_31); int32_t L_33 = L_32; int32_t L_34 = (L_31)->GetAt(static_cast(L_33)); NullCheck(L_29); int32_t L_35 = ((int32_t)((int32_t)L_30^(int32_t)L_34)); int16_t L_36 = (L_29)->GetAt(static_cast(L_35)); int32_t L_37 = V_3; V_5 = ((int32_t)((int32_t)L_36^(int32_t)L_37)); // return ((g5 << 8) + g6); int32_t L_38 = V_4; int32_t L_39 = V_5; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_38<<(int32_t)8)), (int32_t)L_39)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkipjackEngine_EncryptBlock_m9FC9EE58F6F51F71AF94E778F72A598E5C1E8573 (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __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; int32_t V_7 = 0; int32_t V_8 = 0; { // int w1 = (input[inOff + 0] << 8) + (input[inOff + 1] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; NullCheck(L_0); int32_t L_2 = L_1; 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)1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_3<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)255))))); // int w2 = (input[inOff + 2] << 8) + (input[inOff + 3] & 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)2)); 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)3)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_11<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255))))); // int w3 = (input[inOff + 4] << 8) + (input[inOff + 5] & 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)4)); 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)5)); uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_19<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)255))))); // int w4 = (input[inOff + 6] << 8) + (input[inOff + 7] & 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)6)); 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 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)7)); uint8_t L_31 = (L_28)->GetAt(static_cast(L_30)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_27<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_31&(int32_t)((int32_t)255))))); // int k = 0; V_4 = 0; // for (int t = 0; t < 2; t++) V_5 = 0; goto IL_00ba; } IL_0056: { // for(int i = 0; i < 8; i++) V_6 = 0; goto IL_0082; } IL_005b: { // int tmp = w4; int32_t L_32 = V_3; V_7 = L_32; // w4 = w3; int32_t L_33 = V_2; V_3 = L_33; // w3 = w2; int32_t L_34 = V_1; V_2 = L_34; // w2 = G(k, w1); int32_t L_35 = V_4; int32_t L_36 = V_0; int32_t L_37; L_37 = SkipjackEngine_G_m445D642875FAEEA5BBB0B19236502E228ADE7052(__this, L_35, L_36, /*hidden argument*/NULL); V_1 = L_37; // w1 = w2 ^ tmp ^ (k + 1); int32_t L_38 = V_1; int32_t L_39 = V_7; int32_t L_40 = V_4; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_38^(int32_t)L_39))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)))); // k++; int32_t L_41 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); // for(int i = 0; i < 8; i++) int32_t L_42 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_0082: { // for(int i = 0; i < 8; i++) int32_t L_43 = V_6; if ((((int32_t)L_43) < ((int32_t)8))) { goto IL_005b; } } { // for(int i = 0; i < 8; i++) V_8 = 0; goto IL_00af; } IL_008c: { // int tmp = w4; int32_t L_44 = V_3; // w4 = w3; int32_t L_45 = V_2; V_3 = L_45; // w3 = w1 ^ w2 ^ (k + 1); int32_t L_46 = V_0; int32_t L_47 = V_1; int32_t L_48 = V_4; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_46^(int32_t)L_47))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)))); // w2 = G(k, w1); int32_t L_49 = V_4; int32_t L_50 = V_0; int32_t L_51; L_51 = SkipjackEngine_G_m445D642875FAEEA5BBB0B19236502E228ADE7052(__this, L_49, L_50, /*hidden argument*/NULL); V_1 = L_51; // w1 = tmp; V_0 = L_44; // k++; int32_t L_52 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); // for(int i = 0; i < 8; i++) int32_t L_53 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_00af: { // for(int i = 0; i < 8; i++) int32_t L_54 = V_8; if ((((int32_t)L_54) < ((int32_t)8))) { goto IL_008c; } } { // for (int t = 0; t < 2; t++) int32_t L_55 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_00ba: { // for (int t = 0; t < 2; t++) int32_t L_56 = V_5; if ((((int32_t)L_56) < ((int32_t)2))) { goto IL_0056; } } { // outBytes[outOff + 0] = (byte)((w1 >> 8)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = ___outBytes2; int32_t L_58 = ___outOff3; int32_t L_59 = V_0; NullCheck(L_57); (L_57)->SetAt(static_cast(L_58), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_59>>(int32_t)8))))); // outBytes[outOff + 1] = (byte)(w1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = ___outBytes2; int32_t L_61 = ___outOff3; int32_t L_62 = V_0; NullCheck(L_60); (L_60)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1))), (uint8_t)((int32_t)((uint8_t)L_62))); // outBytes[outOff + 2] = (byte)((w2 >> 8)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = ___outBytes2; int32_t L_64 = ___outOff3; int32_t L_65 = V_1; NullCheck(L_63); (L_63)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_65>>(int32_t)8))))); // outBytes[outOff + 3] = (byte)(w2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = ___outBytes2; int32_t L_67 = ___outOff3; int32_t L_68 = V_1; NullCheck(L_66); (L_66)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)L_68))); // outBytes[outOff + 4] = (byte)((w3 >> 8)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = ___outBytes2; int32_t L_70 = ___outOff3; int32_t L_71 = V_2; NullCheck(L_69); (L_69)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)4))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_71>>(int32_t)8))))); // outBytes[outOff + 5] = (byte)(w3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = ___outBytes2; int32_t L_73 = ___outOff3; int32_t L_74 = V_2; NullCheck(L_72); (L_72)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)5))), (uint8_t)((int32_t)((uint8_t)L_74))); // outBytes[outOff + 6] = (byte)((w4 >> 8)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = ___outBytes2; int32_t L_76 = ___outOff3; int32_t L_77 = V_3; NullCheck(L_75); (L_75)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)6))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_77>>(int32_t)8))))); // outBytes[outOff + 7] = (byte)(w4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = ___outBytes2; int32_t L_79 = ___outOff3; int32_t L_80 = V_3; NullCheck(L_78); (L_78)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)7))), (uint8_t)((int32_t)((uint8_t)L_80))); // return BLOCK_SIZE; return 8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::H(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkipjackEngine_H_mA3328C043C73CABCF5A486627FBCB9E1C7F2C326 (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __this, int32_t ___k0, int32_t ___w1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_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; { // h1 = w & 0xff; int32_t L_0 = ___w1; V_0 = ((int32_t)((int32_t)L_0&(int32_t)((int32_t)255))); // h2 = (w >> 8) & 0xff; int32_t L_1 = ___w1; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1>>(int32_t)8))&(int32_t)((int32_t)255))); // h3 = ftable[h2 ^ key3[k]] ^ h1; IL2CPP_RUNTIME_CLASS_INIT(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_2 = ((SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_StaticFields*)il2cpp_codegen_static_fields_for(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var))->get_ftable_1(); int32_t L_3 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_key3_5(); int32_t L_5 = ___k0; NullCheck(L_4); int32_t L_6 = L_5; int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_2); int32_t L_8 = ((int32_t)((int32_t)L_3^(int32_t)L_7)); int16_t L_9 = (L_2)->GetAt(static_cast(L_8)); int32_t L_10 = V_0; V_2 = ((int32_t)((int32_t)L_9^(int32_t)L_10)); // h4 = ftable[h3 ^ key2[k]] ^ h2; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_11 = ((SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_StaticFields*)il2cpp_codegen_static_fields_for(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var))->get_ftable_1(); int32_t L_12 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = __this->get_key2_4(); int32_t L_14 = ___k0; NullCheck(L_13); int32_t L_15 = L_14; int32_t L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_11); int32_t L_17 = ((int32_t)((int32_t)L_12^(int32_t)L_16)); int16_t L_18 = (L_11)->GetAt(static_cast(L_17)); int32_t L_19 = V_1; V_3 = ((int32_t)((int32_t)L_18^(int32_t)L_19)); // h5 = ftable[h4 ^ key1[k]] ^ h3; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_20 = ((SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_StaticFields*)il2cpp_codegen_static_fields_for(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var))->get_ftable_1(); int32_t L_21 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = __this->get_key1_3(); int32_t L_23 = ___k0; NullCheck(L_22); int32_t L_24 = L_23; int32_t L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_20); int32_t L_26 = ((int32_t)((int32_t)L_21^(int32_t)L_25)); int16_t L_27 = (L_20)->GetAt(static_cast(L_26)); int32_t L_28 = V_2; V_4 = ((int32_t)((int32_t)L_27^(int32_t)L_28)); // h6 = ftable[h5 ^ key0[k]] ^ h4; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_29 = ((SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_StaticFields*)il2cpp_codegen_static_fields_for(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var))->get_ftable_1(); int32_t L_30 = V_4; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = __this->get_key0_2(); int32_t L_32 = ___k0; NullCheck(L_31); int32_t L_33 = L_32; int32_t L_34 = (L_31)->GetAt(static_cast(L_33)); NullCheck(L_29); int32_t L_35 = ((int32_t)((int32_t)L_30^(int32_t)L_34)); int16_t L_36 = (L_29)->GetAt(static_cast(L_35)); int32_t L_37 = V_3; // return ((h6 << 8) + h5); int32_t L_38 = V_4; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_36^(int32_t)L_37))<<(int32_t)8)), (int32_t)L_38)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SkipjackEngine_DecryptBlock_mF4A53F1E11B2EC404F9733A90F98215DD34F5E0A (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __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; int32_t V_7 = 0; int32_t V_8 = 0; { // int w2 = (input[inOff + 0] << 8) + (input[inOff + 1] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; NullCheck(L_0); int32_t L_2 = L_1; 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)1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_3<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)255))))); // int w1 = (input[inOff + 2] << 8) + (input[inOff + 3] & 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)2)); 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)3)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_11<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255))))); // int w4 = (input[inOff + 4] << 8) + (input[inOff + 5] & 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)4)); 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)5)); uint8_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_19<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)255))))); // int w3 = (input[inOff + 6] << 8) + (input[inOff + 7] & 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)6)); 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 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)7)); uint8_t L_31 = (L_28)->GetAt(static_cast(L_30)); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_27<<(int32_t)8)), (int32_t)((int32_t)((int32_t)L_31&(int32_t)((int32_t)255))))); // int k = 31; V_4 = ((int32_t)31); // for (int t = 0; t < 2; t++) V_5 = 0; goto IL_00bb; } IL_0057: { // for(int i = 0; i < 8; i++) V_6 = 0; goto IL_0083; } IL_005c: { // int tmp = w4; int32_t L_32 = V_2; V_7 = L_32; // w4 = w3; int32_t L_33 = V_3; V_2 = L_33; // w3 = w2; int32_t L_34 = V_0; V_3 = L_34; // w2 = H(k, w1); int32_t L_35 = V_4; int32_t L_36 = V_1; int32_t L_37; L_37 = SkipjackEngine_H_mA3328C043C73CABCF5A486627FBCB9E1C7F2C326(__this, L_35, L_36, /*hidden argument*/NULL); V_0 = L_37; // w1 = w2 ^ tmp ^ (k + 1); int32_t L_38 = V_0; int32_t L_39 = V_7; int32_t L_40 = V_4; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_38^(int32_t)L_39))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)))); // k--; int32_t L_41 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)); // for(int i = 0; i < 8; i++) int32_t L_42 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_0083: { // for(int i = 0; i < 8; i++) int32_t L_43 = V_6; if ((((int32_t)L_43) < ((int32_t)8))) { goto IL_005c; } } { // for(int i = 0; i < 8; i++) V_8 = 0; goto IL_00b0; } IL_008d: { // int tmp = w4; int32_t L_44 = V_2; // w4 = w3; int32_t L_45 = V_3; V_2 = L_45; // w3 = w1 ^ w2 ^ (k + 1); int32_t L_46 = V_1; int32_t L_47 = V_0; int32_t L_48 = V_4; V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_46^(int32_t)L_47))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)))); // w2 = H(k, w1); int32_t L_49 = V_4; int32_t L_50 = V_1; int32_t L_51; L_51 = SkipjackEngine_H_mA3328C043C73CABCF5A486627FBCB9E1C7F2C326(__this, L_49, L_50, /*hidden argument*/NULL); V_0 = L_51; // w1 = tmp; V_1 = L_44; // k--; int32_t L_52 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)1)); // for(int i = 0; i < 8; i++) int32_t L_53 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_00b0: { // for(int i = 0; i < 8; i++) int32_t L_54 = V_8; if ((((int32_t)L_54) < ((int32_t)8))) { goto IL_008d; } } { // for (int t = 0; t < 2; t++) int32_t L_55 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_00bb: { // for (int t = 0; t < 2; t++) int32_t L_56 = V_5; if ((((int32_t)L_56) < ((int32_t)2))) { goto IL_0057; } } { // outBytes[outOff + 0] = (byte)((w2 >> 8)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = ___outBytes2; int32_t L_58 = ___outOff3; int32_t L_59 = V_0; NullCheck(L_57); (L_57)->SetAt(static_cast(L_58), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_59>>(int32_t)8))))); // outBytes[outOff + 1] = (byte)(w2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = ___outBytes2; int32_t L_61 = ___outOff3; int32_t L_62 = V_0; NullCheck(L_60); (L_60)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1))), (uint8_t)((int32_t)((uint8_t)L_62))); // outBytes[outOff + 2] = (byte)((w1 >> 8)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = ___outBytes2; int32_t L_64 = ___outOff3; int32_t L_65 = V_1; NullCheck(L_63); (L_63)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)2))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_65>>(int32_t)8))))); // outBytes[outOff + 3] = (byte)(w1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = ___outBytes2; int32_t L_67 = ___outOff3; int32_t L_68 = V_1; NullCheck(L_66); (L_66)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)3))), (uint8_t)((int32_t)((uint8_t)L_68))); // outBytes[outOff + 4] = (byte)((w4 >> 8)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = ___outBytes2; int32_t L_70 = ___outOff3; int32_t L_71 = V_2; NullCheck(L_69); (L_69)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)4))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_71>>(int32_t)8))))); // outBytes[outOff + 5] = (byte)(w4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = ___outBytes2; int32_t L_73 = ___outOff3; int32_t L_74 = V_2; NullCheck(L_72); (L_72)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)5))), (uint8_t)((int32_t)((uint8_t)L_74))); // outBytes[outOff + 6] = (byte)((w3 >> 8)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = ___outBytes2; int32_t L_76 = ___outOff3; int32_t L_77 = V_3; NullCheck(L_75); (L_75)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)6))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_77>>(int32_t)8))))); // outBytes[outOff + 7] = (byte)(w3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = ___outBytes2; int32_t L_79 = ___outOff3; int32_t L_80 = V_3; NullCheck(L_78); (L_78)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)7))), (uint8_t)((int32_t)((uint8_t)L_80))); // return BLOCK_SIZE; return 8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkipjackEngine__ctor_mC357D4C82C6146B7790CBA515E33E960FB06A81E (SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.SkipjackEngine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkipjackEngine__cctor_mD6B758835E4D3264F05E786B7F551CC4F6EDFB53 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // static readonly short [] ftable = // { // 0xa3, 0xd7, 0x09, 0x83, 0xf8, 0x48, 0xf6, 0xf4, 0xb3, 0x21, 0x15, 0x78, 0x99, 0xb1, 0xaf, 0xf9, // 0xe7, 0x2d, 0x4d, 0x8a, 0xce, 0x4c, 0xca, 0x2e, 0x52, 0x95, 0xd9, 0x1e, 0x4e, 0x38, 0x44, 0x28, // 0x0a, 0xdf, 0x02, 0xa0, 0x17, 0xf1, 0x60, 0x68, 0x12, 0xb7, 0x7a, 0xc3, 0xe9, 0xfa, 0x3d, 0x53, // 0x96, 0x84, 0x6b, 0xba, 0xf2, 0x63, 0x9a, 0x19, 0x7c, 0xae, 0xe5, 0xf5, 0xf7, 0x16, 0x6a, 0xa2, // 0x39, 0xb6, 0x7b, 0x0f, 0xc1, 0x93, 0x81, 0x1b, 0xee, 0xb4, 0x1a, 0xea, 0xd0, 0x91, 0x2f, 0xb8, // 0x55, 0xb9, 0xda, 0x85, 0x3f, 0x41, 0xbf, 0xe0, 0x5a, 0x58, 0x80, 0x5f, 0x66, 0x0b, 0xd8, 0x90, // 0x35, 0xd5, 0xc0, 0xa7, 0x33, 0x06, 0x65, 0x69, 0x45, 0x00, 0x94, 0x56, 0x6d, 0x98, 0x9b, 0x76, // 0x97, 0xfc, 0xb2, 0xc2, 0xb0, 0xfe, 0xdb, 0x20, 0xe1, 0xeb, 0xd6, 0xe4, 0xdd, 0x47, 0x4a, 0x1d, // 0x42, 0xed, 0x9e, 0x6e, 0x49, 0x3c, 0xcd, 0x43, 0x27, 0xd2, 0x07, 0xd4, 0xde, 0xc7, 0x67, 0x18, // 0x89, 0xcb, 0x30, 0x1f, 0x8d, 0xc6, 0x8f, 0xaa, 0xc8, 0x74, 0xdc, 0xc9, 0x5d, 0x5c, 0x31, 0xa4, // 0x70, 0x88, 0x61, 0x2c, 0x9f, 0x0d, 0x2b, 0x87, 0x50, 0x82, 0x54, 0x64, 0x26, 0x7d, 0x03, 0x40, // 0x34, 0x4b, 0x1c, 0x73, 0xd1, 0xc4, 0xfd, 0x3b, 0xcc, 0xfb, 0x7f, 0xab, 0xe6, 0x3e, 0x5b, 0xa5, // 0xad, 0x04, 0x23, 0x9c, 0x14, 0x51, 0x22, 0xf0, 0x29, 0x79, 0x71, 0x7e, 0xff, 0x8c, 0x0e, 0xe2, // 0x0c, 0xef, 0xbc, 0x72, 0x75, 0x6f, 0x37, 0xa1, 0xec, 0xd3, 0x8e, 0x62, 0x8b, 0x86, 0x10, 0xe8, // 0x08, 0x77, 0x11, 0xbe, 0x92, 0x4f, 0x24, 0xc5, 0x32, 0x36, 0x9d, 0xcf, 0xf3, 0xa6, 0xbb, 0xac, // 0x5e, 0x6c, 0xa9, 0x13, 0x57, 0x25, 0xb5, 0xe3, 0xbd, 0xa8, 0x3a, 0x01, 0x05, 0x59, 0x2a, 0x46 // }; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_StaticFields*)il2cpp_codegen_static_fields_for(SkipjackEngine_tF28D2FC73E2BD2A5EB6FCF41B71E8DAB05419269_il2cpp_TypeInfo_var))->set_ftable_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.SceneUtils.SlowMoButton::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SlowMoButton_Start_m8F334286C4BEE772EAA4842F431E01BB4929A04C (SlowMoButton_t80B8DA3AC1AF29DE10D3490401D378DC855ECF1E * __this, const RuntimeMethod* method) { { // m_SlowMo = false; __this->set_m_SlowMo_9((bool)0); // } return; } } // System.Void UnityStandardAssets.SceneUtils.SlowMoButton::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SlowMoButton_OnDestroy_mE8D51330ED641B12795E984B6F0ECCB00536DBDB (SlowMoButton_t80B8DA3AC1AF29DE10D3490401D378DC855ECF1E * __this, const RuntimeMethod* method) { { // Time.timeScale = 1; Time_set_timeScale_m1987DE9E74FC6C0126CE4F59A6293E3B85BD01EA((1.0f), /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.SceneUtils.SlowMoButton::ChangeSpeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SlowMoButton_ChangeSpeed_m0C19576C039AA7BBBC478C87A6C964376BA58EAB (SlowMoButton_t80B8DA3AC1AF29DE10D3490401D378DC855ECF1E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * V_0 = NULL; Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * G_B3_0 = NULL; Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * G_B2_0 = NULL; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * G_B4_0 = NULL; Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * G_B4_1 = NULL; float G_B8_0 = 0.0f; { // m_SlowMo = !m_SlowMo; bool L_0 = __this->get_m_SlowMo_9(); __this->set_m_SlowMo_9((bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)); // var image = button.targetGraphic as Image; Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_1 = __this->get_button_8(); NullCheck(L_1); Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * L_2; L_2 = Selectable_get_targetGraphic_mF2D1BFB9DE33BAB553933533CC4A9135A37F4A72_inline(L_1, /*hidden argument*/NULL); V_0 = ((Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C *)IsInstClass((RuntimeObject*)L_2, Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_il2cpp_TypeInfo_var)); // if (image != null) Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0045; } } { // image.sprite = m_SlowMo ? SlowSpeedTex : FullSpeedTex; Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_5 = V_0; bool L_6 = __this->get_m_SlowMo_9(); G_B2_0 = L_5; if (L_6) { G_B3_0 = L_5; goto IL_003a; } } { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_7 = __this->get_FullSpeedTex_4(); G_B4_0 = L_7; G_B4_1 = G_B2_0; goto IL_0040; } IL_003a: { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_8 = __this->get_SlowSpeedTex_5(); G_B4_0 = L_8; G_B4_1 = G_B3_0; } IL_0040: { NullCheck(G_B4_1); Image_set_sprite_m55C50F18ABA0A98E926FC777F7D07FA18A7D04E4(G_B4_1, G_B4_0, /*hidden argument*/NULL); } IL_0045: { // button.targetGraphic = image; Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_9 = __this->get_button_8(); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_10 = V_0; NullCheck(L_9); Selectable_set_targetGraphic_m668325D43E18A35560B4176477D004ECDB9C9604(L_9, L_10, /*hidden argument*/NULL); // Time.timeScale = m_SlowMo ? slowSpeed : fullSpeed; bool L_11 = __this->get_m_SlowMo_9(); if (L_11) { goto IL_0061; } } { float L_12 = __this->get_fullSpeed_6(); G_B8_0 = L_12; goto IL_0067; } IL_0061: { float L_13 = __this->get_slowSpeed_7(); G_B8_0 = L_13; } IL_0067: { Time_set_timeScale_m1987DE9E74FC6C0126CE4F59A6293E3B85BD01EA(G_B8_0, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.SceneUtils.SlowMoButton::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SlowMoButton__ctor_m993A85A43C7462445119B63636FD65A6F8C0F6BF (SlowMoButton_t80B8DA3AC1AF29DE10D3490401D378DC855ECF1E * __this, const RuntimeMethod* method) { { // public float fullSpeed = 1; __this->set_fullSpeed_6((1.0f)); // public float slowSpeed = 0.3f; __this->set_slowSpeed_7((0.300000012f)); 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.Smime.SmimeAttributes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeAttributes__ctor_m6DA2615385EE1440AD341323D8DA7D32E434F4A2 (SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeAttributes::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeAttributes__cctor_m1C447227C58D5CDCBE2B12896CCFB07D4C7D23E4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly DerObjectIdentifier SmimeCapabilities = PkcsObjectIdentifiers.Pkcs9AtSmimeCapabilities; IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_Pkcs9AtSmimeCapabilities_60(); ((SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_StaticFields*)il2cpp_codegen_static_fields_for(SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var))->set_SmimeCapabilities_0(L_0); // public static readonly DerObjectIdentifier EncrypKeyPref = PkcsObjectIdentifiers.IdAAEncrypKeyPref; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_IdAAEncrypKeyPref_99(); ((SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_StaticFields*)il2cpp_codegen_static_fields_for(SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var))->set_EncrypKeyPref_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 * SmimeCapabilities_GetInstance_mECDB4C21FD82527F501F4256FB6F015FB257662D (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*)&AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is SmimeCapabilities) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 *)IsInstClass((RuntimeObject*)L_1, SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (SmimeCapabilities) obj; RuntimeObject * L_2 = ___obj0; return ((SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 *)CastclassClass((RuntimeObject*)L_2, SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_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 SmimeCapabilities((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 * L_5 = (SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 *)il2cpp_codegen_object_new(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var); SmimeCapabilities__ctor_mE7C8E73454A82227041F0416C329183ED9F53580(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // if (obj is AttributeX509) RuntimeObject * L_6 = ___obj0; if (!((AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA *)IsInstClass((RuntimeObject*)L_6, AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA_il2cpp_TypeInfo_var))) { goto IL_004a; } } { // return new SmimeCapabilities( // (Asn1Sequence)(((AttributeX509) obj).AttrValues[0])); RuntimeObject * L_7 = ___obj0; NullCheck(((AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA *)CastclassClass((RuntimeObject*)L_7, AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA_il2cpp_TypeInfo_var))); Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_8; L_8 = AttributeX509_get_AttrValues_mF4873A78A4C6E03F0436C3EB13D7C5918FDFCB11_inline(((AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA *)CastclassClass((RuntimeObject*)L_7, AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_8); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_9; L_9 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set::get_Item(System.Int32) */, L_8, 0); SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 * L_10 = (SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 *)il2cpp_codegen_object_new(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var); SmimeCapabilities__ctor_mE7C8E73454A82227041F0416C329183ED9F53580(L_10, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_9, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_10; } IL_004a: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_11 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_12; L_12 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_11, /*hidden argument*/NULL); String_t* L_13; L_13 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_12, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_14, L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmimeCapabilities_GetInstance_mECDB4C21FD82527F501F4256FB6F015FB257662D_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapabilities__ctor_mE7C8E73454A82227041F0416C329183ED9F53580 (SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { { // public SmimeCapabilities( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // capabilities = seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; __this->set_capabilities_13(L_0); // } return; } } // System.Collections.ArrayList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::GetCapabilities(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * SmimeCapabilities_GetCapabilities_m1C9AD37D8E22036130909ED4D9EEEDEE992F0DE2 (SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___capability0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; { // ArrayList list = new ArrayList(); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); V_0 = L_0; // DoGetCapabilitiesForOid(capability, list); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___capability0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = V_0; SmimeCapabilities_DoGetCapabilitiesForOid_m1BDC0ED4B20EA62BACD18D82D0BBFD4D8E57F5DA(__this, L_1, L_2, /*hidden argument*/NULL); // return list; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = V_0; return L_3; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::GetCapabilitiesForOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SmimeCapabilities_GetCapabilitiesForOid_mA38785AA7EB0F0D16BBCBAA5FFEDED9B575C743C (SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___capability0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // IList list = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_0 = L_0; // DoGetCapabilitiesForOid(capability, list); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___capability0; RuntimeObject* L_2 = V_0; SmimeCapabilities_DoGetCapabilitiesForOid_m1BDC0ED4B20EA62BACD18D82D0BBFD4D8E57F5DA(__this, L_1, L_2, /*hidden argument*/NULL); // return list; RuntimeObject* L_3 = V_0; return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::DoGetCapabilitiesForOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapabilities_DoGetCapabilitiesForOid_m1BDC0ED4B20EA62BACD18D82D0BBFD4D8E57F5DA (SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___capability0, RuntimeObject* ___list1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * V_1 = NULL; RuntimeObject* V_2 = NULL; SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (capability == null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___capability0; if (L_0) { goto IL_0040; } } { // foreach (object o in capabilities) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = __this->get_capabilities_13(); NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_1); V_0 = L_2; } IL_000f: try {// begin try (depth: 1) { goto IL_0025; } IL_0011: { // foreach (object o in capabilities) RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); // SmimeCapability cap = SmimeCapability.GetInstance(o); IL2CPP_RUNTIME_CLASS_INIT(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var); SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * L_5; L_5 = SmimeCapability_GetInstance_m58181C02031BD0AFECAC8C33519569A27DB94FE1(L_4, /*hidden argument*/NULL); V_1 = L_5; // list.Add(cap); RuntimeObject* L_6 = ___list1; SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * L_7 = V_1; NullCheck(L_6); int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_6, L_7); } IL_0025: { // foreach (object o in capabilities) RuntimeObject* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0011; } } IL_002d: { IL2CPP_LEAVE(0x8B, FINALLY_002f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002f; } FINALLY_002f: {// begin finally (depth: 1) { RuntimeObject* L_11 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_2; if (!L_12) { goto IL_003f; } } IL_0039: { RuntimeObject* L_13 = V_2; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_003f: { IL2CPP_END_FINALLY(47) } }// end finally (depth: 1) IL2CPP_CLEANUP(47) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8B, IL_008b) } IL_0040: { // foreach (object o in capabilities) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_14 = __this->get_capabilities_13(); NullCheck(L_14); RuntimeObject* L_15; L_15 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_14); V_0 = L_15; } IL_004c: try {// begin try (depth: 1) { goto IL_0070; } IL_004e: { // foreach (object o in capabilities) RuntimeObject* L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); // SmimeCapability cap = SmimeCapability.GetInstance(o); IL2CPP_RUNTIME_CLASS_INIT(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var); SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * L_18; L_18 = SmimeCapability_GetInstance_m58181C02031BD0AFECAC8C33519569A27DB94FE1(L_17, /*hidden argument*/NULL); V_3 = L_18; // if (capability.Equals(cap.CapabilityID)) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_19 = ___capability0; SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * L_20 = V_3; NullCheck(L_20); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_21; L_21 = SmimeCapability_get_CapabilityID_mB7269DA300073BE515BFFAE1908022920088367E_inline(L_20, /*hidden argument*/NULL); NullCheck(L_19); bool L_22; L_22 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_19, L_21); if (!L_22) { goto IL_0070; } } IL_0068: { // list.Add(cap); RuntimeObject* L_23 = ___list1; SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * L_24 = V_3; NullCheck(L_23); int32_t L_25; L_25 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_23, L_24); } IL_0070: { // foreach (object o in capabilities) RuntimeObject* L_26 = V_0; NullCheck(L_26); bool L_27; L_27 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_004e; } } IL_0078: { IL2CPP_LEAVE(0x8B, FINALLY_007a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007a; } FINALLY_007a: {// begin finally (depth: 1) { RuntimeObject* L_28 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_28, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_29 = V_2; if (!L_29) { goto IL_008a; } } IL_0084: { RuntimeObject* L_30 = V_2; NullCheck(L_30); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_30); } IL_008a: { IL2CPP_END_FINALLY(122) } }// end finally (depth: 1) IL2CPP_CLEANUP(122) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8B, IL_008b) } IL_008b: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * SmimeCapabilities_ToAsn1Object_mEE7D40ED7DC24C398CCF733C664879696EBBA55B (SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64 * __this, const RuntimeMethod* method) { { // return capabilities; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_capabilities_13(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilities::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapabilities__cctor_m11AD8874E99603F2CDC3EB38E52455BD09A5E65A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DEDEB681745CEED17ADAFDE8E12ABA3C0D8B8B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB208787952720CE341FAC3135FA095D2F1C22B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAC8159E4A2EFDD9F6B375FC8448887EB86937BF); s_Il2CppMethodInitialized = true; } { // public static readonly DerObjectIdentifier PreferSignedData = PkcsObjectIdentifiers.PreferSignedData; IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PreferSignedData_77(); ((SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var))->set_PreferSignedData_2(L_0); // public static readonly DerObjectIdentifier CannotDecryptAny = PkcsObjectIdentifiers.CannotDecryptAny; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_CannotDecryptAny_78(); ((SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var))->set_CannotDecryptAny_3(L_1); // public static readonly DerObjectIdentifier SmimeCapabilitesVersions = PkcsObjectIdentifiers.SmimeCapabilitiesVersions; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_SmimeCapabilitiesVersions_79(); ((SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var))->set_SmimeCapabilitesVersions_4(L_2); // public static readonly DerObjectIdentifier Aes256Cbc = NistObjectIdentifiers.IdAes256Cbc; IL2CPP_RUNTIME_CLASS_INIT(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes256Cbc_34(); ((SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var))->set_Aes256Cbc_5(L_3); // public static readonly DerObjectIdentifier Aes192Cbc = NistObjectIdentifiers.IdAes192Cbc; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes192Cbc_27(); ((SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var))->set_Aes192Cbc_6(L_4); // public static readonly DerObjectIdentifier Aes128Cbc = NistObjectIdentifiers.IdAes128Cbc; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_StaticFields*)il2cpp_codegen_static_fields_for(NistObjectIdentifiers_t864BE36E669E4BE4DADC60354429C183F8BEE9AA_il2cpp_TypeInfo_var))->get_IdAes128Cbc_20(); ((SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var))->set_Aes128Cbc_7(L_5); // public static readonly DerObjectIdentifier IdeaCbc = new DerObjectIdentifier("1.3.6.1.4.1.188.7.1.1.2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_6, _stringLiteralAB208787952720CE341FAC3135FA095D2F1C22B9, /*hidden argument*/NULL); ((SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var))->set_IdeaCbc_8(L_6); // public static readonly DerObjectIdentifier Cast5Cbc = new DerObjectIdentifier("1.2.840.113533.7.66.10"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_7, _stringLiteral8DEDEB681745CEED17ADAFDE8E12ABA3C0D8B8B8, /*hidden argument*/NULL); ((SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var))->set_Cast5Cbc_9(L_7); // public static readonly DerObjectIdentifier DesCbc = new DerObjectIdentifier("1.3.14.3.2.7"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_8, _stringLiteralDAC8159E4A2EFDD9F6B375FC8448887EB86937BF, /*hidden argument*/NULL); ((SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var))->set_DesCbc_10(L_8); // public static readonly DerObjectIdentifier DesEde3Cbc = PkcsObjectIdentifiers.DesEde3Cbc; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_DesEde3Cbc_30(); ((SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var))->set_DesEde3Cbc_11(L_9); // public static readonly DerObjectIdentifier RC2Cbc = PkcsObjectIdentifiers.RC2Cbc; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_RC2Cbc_31(); ((SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapabilities_tAF6BE5CFF4A06D2DEBCEF806B522EDAF081ADB64_il2cpp_TypeInfo_var))->set_RC2Cbc_12(L_10); 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.Smime.SmimeCapabilitiesAttribute::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilityVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapabilitiesAttribute__ctor_m6BA8781F0D80D5CA7536437D29201041E2D8D07C (SmimeCapabilitiesAttribute_tE85947B76229CF1D1439667C7C263E91D931476C * __this, SmimeCapabilityVector_tCCCC963D9D5A7D726E3BFF881C376283DA8D518E * ___capabilities0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(SmimeAttributes.SmimeCapabilities, // new DerSet(new DerSequence(capabilities.ToAsn1EncodableVector()))) IL2CPP_RUNTIME_CLASS_INIT(SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_StaticFields*)il2cpp_codegen_static_fields_for(SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var))->get_SmimeCapabilities_0(); SmimeCapabilityVector_tCCCC963D9D5A7D726E3BFF881C376283DA8D518E * L_1 = ___capabilities0; NullCheck(L_1); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2; L_2 = SmimeCapabilityVector_ToAsn1EncodableVector_m8660A0B455087EA1D7466441760DA0A5B36ACEE7_inline(L_1, /*hidden argument*/NULL); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_3 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_3, L_2, /*hidden argument*/NULL); DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_4 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m0232CC126A2D97423101D1B2B37887B5A37DE3F5(L_4, L_3, /*hidden argument*/NULL); AttributeX509__ctor_m8B2B22D851F01DEF5CCDFA14DEEA3DFBE590BD6B(__this, L_0, L_4, /*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.Smime.SmimeCapability::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapability__ctor_m2C680D94F50BE2CD6F9510751AD7AB8B9BBC0B15 (SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * __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; } { // public SmimeCapability( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // capabilityID = (DerObjectIdentifier) seq[0].ToAsn1Object(); 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); NullCheck(L_1); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2; L_2 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_1); __this->set_capabilityID_8(((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_2, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))); // 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_0038; } } { // parameters = seq[1].ToAsn1Object(); 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); NullCheck(L_6); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_7; L_7 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_6); __this->set_parameters_9(L_7); } IL_0038: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapability__ctor_mF0B74D45586B3CEE69DBEA308979F11340AA5B44 (SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___capabilityID0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters1, const RuntimeMethod* method) { { // public SmimeCapability( // DerObjectIdentifier capabilityID, // Asn1Encodable parameters) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (capabilityID == null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___capabilityID0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("capabilityID"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10DE1CDB98F550B26142389C3C077A34CC61B20C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmimeCapability__ctor_mF0B74D45586B3CEE69DBEA308979F11340AA5B44_RuntimeMethod_var))); } IL_0014: { // this.capabilityID = capabilityID; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ___capabilityID0; __this->set_capabilityID_8(L_2); // if (parameters != null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3 = ___parameters1; if (!L_3) { goto IL_002a; } } { // this.parameters = parameters.ToAsn1Object(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4 = ___parameters1; NullCheck(L_4); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5; L_5 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_4); __this->set_parameters_9(L_5); } IL_002a: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * SmimeCapability_GetInstance_m58181C02031BD0AFECAC8C33519569A27DB94FE1 (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*)&SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is SmimeCapability) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 *)IsInstClass((RuntimeObject*)L_1, SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (SmimeCapability) obj; RuntimeObject * L_2 = ___obj0; return ((SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 *)CastclassClass((RuntimeObject*)L_2, SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_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 SmimeCapability((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * L_5 = (SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 *)il2cpp_codegen_object_new(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var); SmimeCapability__ctor_m2C680D94F50BE2CD6F9510751AD7AB8B9BBC0B15(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("Invalid SmimeCapability"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral359E95C2195DC884808AF086EBEE964C5305894C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SmimeCapability_GetInstance_m58181C02031BD0AFECAC8C33519569A27DB94FE1_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::get_CapabilityID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * SmimeCapability_get_CapabilityID_mB7269DA300073BE515BFFAE1908022920088367E (SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * __this, const RuntimeMethod* method) { { // get { return capabilityID; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_capabilityID_8(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::get_Parameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * SmimeCapability_get_Parameters_mB8B7BF1E6C37C49BFE7BB971364700F16DE90DF3 (SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * __this, const RuntimeMethod* method) { { // get { return parameters; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = __this->get_parameters_9(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * SmimeCapability_ToAsn1Object_mF0D70C4730F6F37EF582B58E54C8C8ED652D89BB (SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * __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 v = new Asn1EncodableVector(capabilityID); 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_capabilityID_8(); 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 (parameters != null) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = __this->get_parameters_9(); if (!L_4) { goto IL_0032; } } { // v.Add(parameters); 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; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8 = __this->get_parameters_9(); 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(v); 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; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapability::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapability__cctor_m4C9E20A3E14BB74B2E66481F4E08945B1017FB7C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAC8159E4A2EFDD9F6B375FC8448887EB86937BF); s_Il2CppMethodInitialized = true; } { // public static readonly DerObjectIdentifier PreferSignedData = PkcsObjectIdentifiers.PreferSignedData; IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_PreferSignedData_77(); ((SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var))->set_PreferSignedData_2(L_0); // public static readonly DerObjectIdentifier CannotDecryptAny = PkcsObjectIdentifiers.CannotDecryptAny; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_CannotDecryptAny_78(); ((SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var))->set_CannotDecryptAny_3(L_1); // public static readonly DerObjectIdentifier SmimeCapabilitiesVersions = PkcsObjectIdentifiers.SmimeCapabilitiesVersions; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_SmimeCapabilitiesVersions_79(); ((SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var))->set_SmimeCapabilitiesVersions_4(L_2); // public static readonly DerObjectIdentifier DesCbc = new DerObjectIdentifier("1.3.14.3.2.7"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_3, _stringLiteralDAC8159E4A2EFDD9F6B375FC8448887EB86937BF, /*hidden argument*/NULL); ((SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var))->set_DesCbc_5(L_3); // public static readonly DerObjectIdentifier DesEde3Cbc = PkcsObjectIdentifiers.DesEde3Cbc; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_DesEde3Cbc_30(); ((SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var))->set_DesEde3Cbc_6(L_4); // public static readonly DerObjectIdentifier RC2Cbc = PkcsObjectIdentifiers.RC2Cbc; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_RC2Cbc_31(); ((SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_StaticFields*)il2cpp_codegen_static_fields_for(SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3_il2cpp_TypeInfo_var))->set_RC2Cbc_7(L_5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilityVector::AddCapability(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapabilityVector_AddCapability_m429A674B0E191D7D0A3BB280E32E360A55658990 (SmimeCapabilityVector_tCCCC963D9D5A7D726E3BFF881C376283DA8D518E * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___capability0, 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; } { // capabilities.Add(new DerSequence(capability)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = __this->get_capabilities_0(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = L_1; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ___capability0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_4 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m8EB3146F62BFBDDB9A823CCEDA96A894B787E0F7(L_4, L_3, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); NullCheck(L_0); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilityVector::AddCapability(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapabilityVector_AddCapability_m6AE8E0EA012453B20633CAAD38BC93ECC36DAC40 (SmimeCapabilityVector_tCCCC963D9D5A7D726E3BFF881C376283DA8D518E * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___capability0, int32_t ___value1, 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*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // capabilities.Add(new DerSequence(capability, new DerInteger(value))); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = __this->get_capabilities_0(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = L_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = L_3; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ___capability0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_5); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = L_4; int32_t L_7 = ___value1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_8 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_8, L_7, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_9 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_9, L_6, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_9); (L_2)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_9); NullCheck(L_0); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilityVector::AddCapability(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapabilityVector_AddCapability_m43821B69C127309A1FBF9FCE18EA7384A2A525F0 (SmimeCapabilityVector_tCCCC963D9D5A7D726E3BFF881C376283DA8D518E * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___capability0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters1, 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; } { // capabilities.Add(new DerSequence(capability, parameters)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = __this->get_capabilities_0(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_2 = L_1; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = L_3; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ___capability0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_5); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = L_4; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7 = ___parameters1; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_7); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_8 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_8, L_6, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_8); (L_2)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); NullCheck(L_0); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_0, L_2, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilityVector::ToAsn1EncodableVector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * SmimeCapabilityVector_ToAsn1EncodableVector_m8660A0B455087EA1D7466441760DA0A5B36ACEE7 (SmimeCapabilityVector_tCCCC963D9D5A7D726E3BFF881C376283DA8D518E * __this, const RuntimeMethod* method) { { // return capabilities; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = __this->get_capabilities_0(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeCapabilityVector::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeCapabilityVector__ctor_mB76F5B32FE4B36717CA0E54F3A373BD02836244B (SmimeCapabilityVector_tCCCC963D9D5A7D726E3BFF881C376283DA8D518E * __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*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly Asn1EncodableVector capabilities = 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); __this->set_capabilities_0(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeEncryptionKeyPreferenceAttribute::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.IssuerAndSerialNumber) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeEncryptionKeyPreferenceAttribute__ctor_mD445E7E709777A4DEB87999E3BE7ED8E8C23FDC5 (SmimeEncryptionKeyPreferenceAttribute_t07D9A87D2706A473C06B80AD86606266CC1A8DDC * __this, IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * ___issAndSer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(SmimeAttributes.EncrypKeyPref, // new DerSet(new DerTaggedObject(false, 0, issAndSer))) IL2CPP_RUNTIME_CLASS_INIT(SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_StaticFields*)il2cpp_codegen_static_fields_for(SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var))->get_EncrypKeyPref_1(); IssuerAndSerialNumber_t7BA2BEB7700C21700A17F3AD6A5C67B872E7DE64 * L_1 = ___issAndSer0; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_2 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_2, (bool)0, 0, L_1, /*hidden argument*/NULL); DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_3 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m0232CC126A2D97423101D1B2B37887B5A37DE3F5(L_3, L_2, /*hidden argument*/NULL); AttributeX509__ctor_m8B2B22D851F01DEF5CCDFA14DEEA3DFBE590BD6B(__this, L_0, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeEncryptionKeyPreferenceAttribute::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeEncryptionKeyPreferenceAttribute__ctor_mB43AE39FDFDAD6CB24932B4A6293DA88946F2A3D (SmimeEncryptionKeyPreferenceAttribute_t07D9A87D2706A473C06B80AD86606266CC1A8DDC * __this, RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492 * ___rKeyID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(SmimeAttributes.EncrypKeyPref, // new DerSet(new DerTaggedObject(false, 1, rKeyID))) IL2CPP_RUNTIME_CLASS_INIT(SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_StaticFields*)il2cpp_codegen_static_fields_for(SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var))->get_EncrypKeyPref_1(); RecipientKeyIdentifier_tCDD2B03857B94474CBA49C1E4FDC30DA4C26F492 * L_1 = ___rKeyID0; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_2 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_2, (bool)0, 1, L_1, /*hidden argument*/NULL); DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_3 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m0232CC126A2D97423101D1B2B37887B5A37DE3F5(L_3, L_2, /*hidden argument*/NULL); AttributeX509__ctor_m8B2B22D851F01DEF5CCDFA14DEEA3DFBE590BD6B(__this, L_0, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Smime.SmimeEncryptionKeyPreferenceAttribute::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmimeEncryptionKeyPreferenceAttribute__ctor_mB04967DD898C2BEC85F818D85E3AB0F507581D91 (SmimeEncryptionKeyPreferenceAttribute_t07D9A87D2706A473C06B80AD86606266CC1A8DDC * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___sKeyID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(SmimeAttributes.EncrypKeyPref, // new DerSet(new DerTaggedObject(false, 2, sKeyID))) IL2CPP_RUNTIME_CLASS_INIT(SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ((SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_StaticFields*)il2cpp_codegen_static_fields_for(SmimeAttributes_t1E11D0FC4F4EC782A0B9DE177A90080F5D21B01B_il2cpp_TypeInfo_var))->get_EncrypKeyPref_1(); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_1 = ___sKeyID0; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_2 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_2, (bool)0, 2, L_1, /*hidden argument*/NULL); DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA * L_3 = (DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA *)il2cpp_codegen_object_new(DerSet_tD36B7728620B3A88D0C4F3AC574F77B00AD49FAA_il2cpp_TypeInfo_var); DerSet__ctor_m0232CC126A2D97423101D1B2B37887B5A37DE3F5(L_3, L_2, /*hidden argument*/NULL); AttributeX509__ctor_m8B2B22D851F01DEF5CCDFA14DEEA3DFBE590BD6B(__this, L_0, L_3, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Effects.SmokeParticles::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmokeParticles_Start_mB77C48DABD154ED76C53334948115EC87066E1F4 (SmokeParticles_t3AF834DA5B994AF949B632A14CF4618C03F68A1D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // GetComponent().clip = extinguishSounds[Random.Range(0, extinguishSounds.Length)]; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_0; L_0 = Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA(__this, /*hidden argument*/Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA_RuntimeMethod_var); AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* L_1 = __this->get_extinguishSounds_4(); AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* L_2 = __this->get_extinguishSounds_4(); NullCheck(L_2); int32_t L_3; L_3 = Random_Range_m4B3A0037ACA057F33C94508F908546B9317D996A(0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), /*hidden argument*/NULL); NullCheck(L_1); int32_t L_4 = L_3; AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_5 = (L_1)->GetAt(static_cast(L_4)); NullCheck(L_0); AudioSource_set_clip_mD1F50F7BA6EA3AF25B4922473352C5180CFF7B2B(L_0, L_5, /*hidden argument*/NULL); // GetComponent().Play(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_6; L_6 = Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA(__this, /*hidden argument*/Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mA69EBE3F73FD0F44F55FF2855F55FA6DA7B459EA_RuntimeMethod_var); NullCheck(L_6); AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1(L_6, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Effects.SmokeParticles::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmokeParticles__ctor_m42152342972AE5EE9DFFE1E52C99450F470806A4 (SmokeParticles_t3AF834DA5B994AF949B632A14CF4618C03F68A1D * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Utility.SmoothFollow::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmoothFollow_Start_m914CFA8E252AE8832270B584F77EEB18B5DF2612 (SmoothFollow_t8B7437ED34D15F6214F6FF69C67A7534396015BE * __this, const RuntimeMethod* method) { { // void Start() { } return; } } // System.Void UnityStandardAssets.Utility.SmoothFollow::LateUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmoothFollow_LateUpdate_m3C60EB2C41AAE96878EE5E5DD0FE31BF5BCFB031 (SmoothFollow_t8B7437ED34D15F6214F6FF69C67A7534396015BE * __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; } float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_4; memset((&V_4), 0, sizeof(V_4)); { // if (!target) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_target_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { // return; return; } IL_000e: { // var wantedRotationAngle = target.eulerAngles.y; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2 = __this->get_target_4(); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F(L_2, /*hidden argument*/NULL); float L_4 = L_3.get_y_3(); V_0 = L_4; // var wantedHeight = target.position.y + height; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = __this->get_target_4(); NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_5, /*hidden argument*/NULL); float L_7 = L_6.get_y_3(); float L_8 = __this->get_height_6(); V_1 = ((float)il2cpp_codegen_add((float)L_7, (float)L_8)); // var currentRotationAngle = transform.eulerAngles.y; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F(L_9, /*hidden argument*/NULL); float L_11 = L_10.get_y_3(); V_2 = L_11; // var currentHeight = transform.position.y; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_12, /*hidden argument*/NULL); float L_14 = L_13.get_y_3(); V_3 = L_14; // currentRotationAngle = Mathf.LerpAngle(currentRotationAngle, wantedRotationAngle, rotationDamping * Time.deltaTime); float L_15 = V_2; float L_16 = V_0; float L_17 = __this->get_rotationDamping_7(); float L_18; L_18 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); float L_19; L_19 = Mathf_LerpAngle_m6A298166BC9A889DFB7D69D0B04CFDAB9A008946(L_15, L_16, ((float)il2cpp_codegen_multiply((float)L_17, (float)L_18)), /*hidden argument*/NULL); V_2 = L_19; // currentHeight = Mathf.Lerp(currentHeight, wantedHeight, heightDamping * Time.deltaTime); float L_20 = V_3; float L_21 = V_1; float L_22 = __this->get_heightDamping_8(); float L_23; L_23 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); float L_24; L_24 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(L_20, L_21, ((float)il2cpp_codegen_multiply((float)L_22, (float)L_23)), /*hidden argument*/NULL); V_3 = L_24; // var currentRotation = Quaternion.Euler(0, currentRotationAngle, 0); float L_25 = V_2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_26; L_26 = Quaternion_Euler_m37BF99FFFA09F4B3F83DC066641B82C59B19A9C3((0.0f), L_25, (0.0f), /*hidden argument*/NULL); V_4 = L_26; // transform.position = target.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27; L_27 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28 = __this->get_target_4(); NullCheck(L_28); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_28, /*hidden argument*/NULL); NullCheck(L_27); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_27, L_29, /*hidden argument*/NULL); // transform.position -= currentRotation * Vector3.forward * distance; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_30; L_30 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_31 = L_30; NullCheck(L_31); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_31, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_33 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34; L_34 = Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35; L_35 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_33, L_34, /*hidden argument*/NULL); float L_36 = __this->get_distance_5(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37; L_37 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_35, L_36, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38; L_38 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_32, L_37, /*hidden argument*/NULL); NullCheck(L_31); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_31, L_38, /*hidden argument*/NULL); // transform.position = new Vector3(transform.position.x ,currentHeight , transform.position.z); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_39; L_39 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_40; L_40 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_40); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; L_41 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_40, /*hidden argument*/NULL); float L_42 = L_41.get_x_2(); float L_43 = V_3; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_44; L_44 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_44); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45; L_45 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_44, /*hidden argument*/NULL); float L_46 = L_45.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_47; memset((&L_47), 0, sizeof(L_47)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_47), L_42, L_43, L_46, /*hidden argument*/NULL); NullCheck(L_39); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_39, L_47, /*hidden argument*/NULL); // transform.LookAt(target); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_48; L_48 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_49 = __this->get_target_4(); NullCheck(L_48); Transform_LookAt_m49185D782014D16DA747C1296BEBAC3FB3CEDC1F(L_48, L_49, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Utility.SmoothFollow::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmoothFollow__ctor_mEE4FE3D909F116297EEAC100215CD8A514E043CA (SmoothFollow_t8B7437ED34D15F6214F6FF69C67A7534396015BE * __this, const RuntimeMethod* method) { { // private float distance = 10.0f; __this->set_distance_5((10.0f)); // private float height = 5.0f; __this->set_height_6((5.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SocketIO.SocketManager BestHTTP.SocketIO.Socket::get_Manager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method) { { // public SocketManager Manager { get; private set; } SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_0 = __this->get_U3CManagerU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.SocketIO.Socket::set_Manager(BestHTTP.SocketIO.SocketManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_Manager_m9D1D23E763C2FBAD728686CDC6E69B9C5B2FB2F9 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___value0, const RuntimeMethod* method) { { // public SocketManager Manager { get; private set; } SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_0 = ___value0; __this->set_U3CManagerU3Ek__BackingField_0(L_0); return; } } // System.String BestHTTP.SocketIO.Socket::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Socket_get_Namespace_m696F1A316A684DC145565E51DB446ACB65B903CD (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method) { { // public string Namespace { get; private set; } String_t* L_0 = __this->get_U3CNamespaceU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.SocketIO.Socket::set_Namespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_Namespace_m9ADF40BFC90D525FB8B0E90198B4E5F2634B9543 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Namespace { get; private set; } String_t* L_0 = ___value0; __this->set_U3CNamespaceU3Ek__BackingField_1(L_0); return; } } // System.String BestHTTP.SocketIO.Socket::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Socket_get_Id_mF164F82200C28E9D8D0E8B646A4E0F4732E5F264 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method) { { // public string Id { get; private set; } String_t* L_0 = __this->get_U3CIdU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.SocketIO.Socket::set_Id(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_Id_m5A7C10FB768AFF0B3DD6C9C9608A7B265362CFFC (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Id { get; private set; } String_t* L_0 = ___value0; __this->set_U3CIdU3Ek__BackingField_2(L_0); return; } } // System.Boolean BestHTTP.SocketIO.Socket::get_IsOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_IsOpen_m00B43489562E87837B354EBA6F876EA3EE901B77 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method) { { // public bool IsOpen { get; private set; } bool L_0 = __this->get_U3CIsOpenU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.SocketIO.Socket::set_IsOpen(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_IsOpen_mCBFAD374406EFDAD92DE638B08FFE4696C20CA13 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsOpen { get; private set; } bool L_0 = ___value0; __this->set_U3CIsOpenU3Ek__BackingField_3(L_0); return; } } // System.Boolean BestHTTP.SocketIO.Socket::get_AutoDecodePayload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_AutoDecodePayload_mF99F79161BBA6FAD17299DAA9A88960FEC8D7130 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method) { { // public bool AutoDecodePayload { get; set; } bool L_0 = __this->get_U3CAutoDecodePayloadU3Ek__BackingField_4(); return L_0; } } // System.Void BestHTTP.SocketIO.Socket::set_AutoDecodePayload(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_AutoDecodePayload_mB1F245332629FDD6F74069DC37998F60B7ADA6CC (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, bool ___value0, const RuntimeMethod* method) { { // public bool AutoDecodePayload { get; set; } bool L_0 = ___value0; __this->set_U3CAutoDecodePayloadU3Ek__BackingField_4(L_0); return; } } // System.Void BestHTTP.SocketIO.Socket::.ctor(System.String,BestHTTP.SocketIO.SocketManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket__ctor_m662A2C35192BA6112B40AF9FA38F67B25042B75D (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___nsp0, SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private List arguments = new List(); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)il2cpp_codegen_object_new(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var); List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B(L_0, /*hidden argument*/List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var); __this->set_arguments_7(L_0); // internal Socket(string nsp, SocketManager manager) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.Namespace = nsp; String_t* L_1 = ___nsp0; Socket_set_Namespace_m9ADF40BFC90D525FB8B0E90198B4E5F2634B9543_inline(__this, L_1, /*hidden argument*/NULL); // this.Manager = manager; SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_2 = ___manager1; Socket_set_Manager_m9D1D23E763C2FBAD728686CDC6E69B9C5B2FB2F9_inline(__this, L_2, /*hidden argument*/NULL); // this.IsOpen = false; Socket_set_IsOpen_mCBFAD374406EFDAD92DE638B08FFE4696C20CA13_inline(__this, (bool)0, /*hidden argument*/NULL); // this.AutoDecodePayload = true; Socket_set_AutoDecodePayload_mB1F245332629FDD6F74069DC37998F60B7ADA6CC_inline(__this, (bool)1, /*hidden argument*/NULL); // this.EventCallbacks = new EventTable(this); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_3 = (EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 *)il2cpp_codegen_object_new(EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631_il2cpp_TypeInfo_var); EventTable__ctor_m0C1D30578ECD72FEBAF59486818E1D2BC0B85E32(L_3, __this, /*hidden argument*/NULL); __this->set_EventCallbacks_6(L_3); // } return; } } // System.Void BestHTTP.SocketIO.Socket::BestHTTP.SocketIO.ISocket.Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BestHTTP_SocketIO_ISocket_Open_m309CA6EB464AE3693797FC30F595E261F1928DC6 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __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*)&SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_OnTransportOpen_mD94B34E79258749895F8C0831A599A9A9929E111_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11); s_Il2CppMethodInitialized = true; } { // if (Manager.State == SocketManager.States.Open) SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_0; L_0 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0026; } } { // OnTransportOpen(Manager.Socket, null); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_2; L_2 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_3; L_3 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_2, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4; L_4 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); Socket_OnTransportOpen_mD94B34E79258749895F8C0831A599A9A9929E111(__this, L_3, (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *)NULL, L_4, /*hidden argument*/NULL); return; } IL_0026: { // Manager.Socket.Off(EventNames.Connect, OnTransportOpen); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_5; L_5 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_6; L_6 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_5, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_7 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_7, __this, (intptr_t)((intptr_t)Socket_OnTransportOpen_mD94B34E79258749895F8C0831A599A9A9929E111_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); Socket_Off_m5D92ECEFC0CD33D4CB3BF487CDCEB134AC126D53(L_6, _stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11, L_7, /*hidden argument*/NULL); // Manager.Socket.On(EventNames.Connect, OnTransportOpen); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_8; L_8 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_9; L_9 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_8, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_10 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_10, __this, (intptr_t)((intptr_t)Socket_OnTransportOpen_mD94B34E79258749895F8C0831A599A9A9929E111_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_9); Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C(L_9, _stringLiteral0FD7B3C1033C1EF1C45607B35492B62E1CFC7C11, L_10, /*hidden argument*/NULL); // if (Manager.Options.AutoConnect && Manager.State == SocketManager.States.Initial) SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_11; L_11 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_12; L_12 = SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); bool L_13; L_13 = SocketOptions_get_AutoConnect_m6B6A41F79CB2C1686E357E1FD99B490E89020252_inline(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0092; } } { SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_14; L_14 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15; L_15 = SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0092; } } { // Manager.Open(); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_16; L_16 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_16); SocketManager_Open_m96DF521F2BDB7E2623D0C51ECD75ACB571D5422C(L_16, /*hidden argument*/NULL); } IL_0092: { // } return; } } // System.Void BestHTTP.SocketIO.Socket::Disconnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Disconnect_m618E858FDC2D5548E34FB21B15BA30A7959158CA (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // (this as ISocket).Disconnect(true); InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void BestHTTP.SocketIO.ISocket::Disconnect(System.Boolean) */, ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var, __this, (bool)1); // } return; } } // System.Void BestHTTP.SocketIO.Socket::BestHTTP.SocketIO.ISocket.Disconnect(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BestHTTP_SocketIO_ISocket_Disconnect_m045CE61B0AF5F1F0788627F14C61A97C39084D55 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, bool ___remove0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m614E7E0303339043A3D5C4A75C807C79D781F361_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * V_0 = NULL; { // if (IsOpen) bool L_0; L_0 = Socket_get_IsOpen_m00B43489562E87837B354EBA6F876EA3EE901B77_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0037; } } { // Packet packet = new Packet(TransportEventTypes.Message, SocketIOEventTypes.Disconnect, this.Namespace, string.Empty); String_t* L_1; L_1 = Socket_get_Namespace_m696F1A316A684DC145565E51DB446ACB65B903CD_inline(__this, /*hidden argument*/NULL); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_3 = (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *)il2cpp_codegen_object_new(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); Packet__ctor_mECDEE72E4789C5D1A9EA7D43511DC51A4D612A21(L_3, 4, 1, L_1, L_2, 0, 0, /*hidden argument*/NULL); V_0 = L_3; // (Manager as IManager).SendPacket(packet); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_4; L_4 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_5 = V_0; NullCheck(L_4); InterfaceActionInvoker1< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * >::Invoke(6 /* System.Void BestHTTP.SocketIO.IManager::SendPacket(BestHTTP.SocketIO.Packet) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, L_4, L_5); // IsOpen = false; Socket_set_IsOpen_mCBFAD374406EFDAD92DE638B08FFE4696C20CA13_inline(__this, (bool)0, /*hidden argument*/NULL); // (this as ISocket).OnPacket(packet); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_6 = V_0; InterfaceActionInvoker1< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * >::Invoke(2 /* System.Void BestHTTP.SocketIO.ISocket::OnPacket(BestHTTP.SocketIO.Packet) */, ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var, __this, L_6); } IL_0037: { // if (AckCallbacks != null) Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * L_7 = __this->get_AckCallbacks_5(); if (!L_7) { goto IL_004a; } } { // AckCallbacks.Clear(); Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * L_8 = __this->get_AckCallbacks_5(); NullCheck(L_8); Dictionary_2_Clear_m614E7E0303339043A3D5C4A75C807C79D781F361(L_8, /*hidden argument*/Dictionary_2_Clear_m614E7E0303339043A3D5C4A75C807C79D781F361_RuntimeMethod_var); } IL_004a: { // if (remove) bool L_9 = ___remove0; if (!L_9) { goto IL_0064; } } { // EventCallbacks.Clear(); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_10 = __this->get_EventCallbacks_6(); NullCheck(L_10); EventTable_Clear_m1128E5B518570751094B00FFD0B2ECCC9525FD73(L_10, /*hidden argument*/NULL); // (Manager as IManager).Remove(this); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_11; L_11 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); InterfaceActionInvoker1< Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * >::Invoke(0 /* System.Void BestHTTP.SocketIO.IManager::Remove(BestHTTP.SocketIO.Socket) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, L_11, __this); } IL_0064: { // } return; } } // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.Socket::Emit(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * Socket_Emit_mA7C7E576C19EFBA7DF0E8E9CF6E879341F10D19C (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { { // return Emit(eventName, null, args); String_t* L_0 = ___eventName0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___args1; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_2; L_2 = Socket_Emit_mE124B1BA05890BE315F1CE2A4ECDB6663F0A3545(__this, L_0, (SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 *)NULL, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.Socket::Emit(System.String,BestHTTP.SocketIO.Events.SocketIOAckCallback,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * Socket_Emit_mE124B1BA05890BE315F1CE2A4ECDB6663F0A3545 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * ___callback1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mEB1882F0D1C195A89C50DB444EFFEDC440DD1331_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mAC7B9ED2A34A0D297E33DD31C9D47E6C76CD3871_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mD2AB5A2DD44944914ED34CB1C750DD7C219908EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m12DE191E0653CDE5AF7C0BC7123C91FE96A5EFF2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonEncoder_t8AFBA6DF3423D5C5722CF12AC56A9006517B1F1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mDA769E25FD7E7BEF999CC57347B6B5F4E90620F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC74F8340E150B8F9520188937677421C55AF5C05_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral267B04B1E250980AAB9D2E38F155C7C77365B820); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral867BCADE6C5A0BC7053FD765A6324C366FFC2CA2); s_Il2CppMethodInitialized = true; } List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * V_7 = NULL; Exception_t * V_8 = NULL; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * V_9 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B23_0 = 0; int32_t G_B22_0 = 0; int32_t G_B24_0 = 0; int32_t G_B24_1 = 0; { // bool blackListed = EventNames.IsBlacklisted(eventName); String_t* L_0 = ___eventName0; IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); bool L_1; L_1 = EventNames_IsBlacklisted_m40E80DEF2B60A61756801888E945E68E51F99792(L_0, /*hidden argument*/NULL); // if (blackListed) if (!L_1) { goto IL_0019; } } { // throw new ArgumentException("Blacklisted event: " + eventName); String_t* L_2 = ___eventName0; String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B01F85F298FD4CE9E1325E24C0FB99575CEF7BE)), 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*)&Socket_Emit_mE124B1BA05890BE315F1CE2A4ECDB6663F0A3545_RuntimeMethod_var))); } IL_0019: { // arguments.Clear(); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_5 = __this->get_arguments_7(); NullCheck(L_5); List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0(L_5, /*hidden argument*/List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_RuntimeMethod_var); // arguments.Add(eventName); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_6 = __this->get_arguments_7(); String_t* L_7 = ___eventName0; NullCheck(L_6); List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD(L_6, L_7, /*hidden argument*/List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_RuntimeMethod_var); // List attachments = null; V_0 = (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *)NULL; // if (args != null && args.Length > 0) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = ___args2; if (!L_8) { goto IL_00c4; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = ___args2; NullCheck(L_9); if (!(((RuntimeArray*)L_9)->max_length)) { goto IL_00c4; } } { // int idx = 0; V_4 = 0; // for (int i = 0; i < args.Length; ++i) V_5 = 0; goto IL_00bd; } IL_0047: { // byte[] binData = args[i] as byte[]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = ___args2; int32_t L_11 = V_5; NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject * L_13 = (L_10)->GetAt(static_cast(L_12)); V_6 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_13, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); // if (binData != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_6; if (!L_14) { goto IL_00a8; } } { // if (attachments == null) List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_15 = V_0; if (L_15) { goto IL_005f; } } { // attachments = new List(); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_16 = (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *)il2cpp_codegen_object_new(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_il2cpp_TypeInfo_var); List_1__ctor_mC74F8340E150B8F9520188937677421C55AF5C05(L_16, /*hidden argument*/List_1__ctor_mC74F8340E150B8F9520188937677421C55AF5C05_RuntimeMethod_var); V_0 = L_16; } IL_005f: { // Dictionary placeholderObj = new Dictionary(2); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_17 = (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *)il2cpp_codegen_object_new(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); Dictionary_2__ctor_mAC7B9ED2A34A0D297E33DD31C9D47E6C76CD3871(L_17, 2, /*hidden argument*/Dictionary_2__ctor_mAC7B9ED2A34A0D297E33DD31C9D47E6C76CD3871_RuntimeMethod_var); V_7 = L_17; // placeholderObj.Add(Packet.Placeholder, true); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_18 = V_7; bool L_19 = ((bool)1); RuntimeObject * L_20 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_19); NullCheck(L_18); Dictionary_2_Add_mEB1882F0D1C195A89C50DB444EFFEDC440DD1331(L_18, _stringLiteral867BCADE6C5A0BC7053FD765A6324C366FFC2CA2, L_20, /*hidden argument*/Dictionary_2_Add_mEB1882F0D1C195A89C50DB444EFFEDC440DD1331_RuntimeMethod_var); // placeholderObj.Add("num", idx++); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_21 = V_7; int32_t L_22 = V_4; int32_t L_23 = L_22; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_24); NullCheck(L_21); Dictionary_2_Add_mEB1882F0D1C195A89C50DB444EFFEDC440DD1331(L_21, _stringLiteral267B04B1E250980AAB9D2E38F155C7C77365B820, L_25, /*hidden argument*/Dictionary_2_Add_mEB1882F0D1C195A89C50DB444EFFEDC440DD1331_RuntimeMethod_var); // arguments.Add(placeholderObj); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_26 = __this->get_arguments_7(); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_27 = V_7; NullCheck(L_26); List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD(L_26, L_27, /*hidden argument*/List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_RuntimeMethod_var); // attachments.Add(binData); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_28 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_6; NullCheck(L_28); List_1_Add_mDA769E25FD7E7BEF999CC57347B6B5F4E90620F8(L_28, L_29, /*hidden argument*/List_1_Add_mDA769E25FD7E7BEF999CC57347B6B5F4E90620F8_RuntimeMethod_var); // } goto IL_00b7; } IL_00a8: { // arguments.Add(args[i]); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_30 = __this->get_arguments_7(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_31 = ___args2; int32_t L_32 = V_5; NullCheck(L_31); int32_t L_33 = L_32; RuntimeObject * L_34 = (L_31)->GetAt(static_cast(L_33)); NullCheck(L_30); List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD(L_30, L_34, /*hidden argument*/List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_RuntimeMethod_var); } IL_00b7: { // for (int i = 0; i < args.Length; ++i) int32_t L_35 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00bd: { // for (int i = 0; i < args.Length; ++i) int32_t L_36 = V_5; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_37 = ___args2; NullCheck(L_37); if ((((int32_t)L_36) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))))) { goto IL_0047; } } IL_00c4: { // string payload = null; V_1 = (String_t*)NULL; } IL_00c6: try {// begin try (depth: 1) // payload = Manager.Encoder.Encode(arguments); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_38; L_38 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_38); RuntimeObject* L_39; L_39 = SocketManager_get_Encoder_m2DCF71B119CB6463AABF94A44EAE0F006FBCDFFD_inline(L_38, /*hidden argument*/NULL); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_40 = __this->get_arguments_7(); NullCheck(L_39); String_t* L_41; L_41 = InterfaceFuncInvoker1< String_t*, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * >::Invoke(1 /* System.String BestHTTP.SocketIO.JsonEncoders.IJsonEncoder::Encode(System.Collections.Generic.List`1) */, IJsonEncoder_t8AFBA6DF3423D5C5722CF12AC56A9006517B1F1A_il2cpp_TypeInfo_var, L_39, L_40); V_1 = L_41; // } goto IL_010a; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00df; } throw e; } CATCH_00df: {// begin catch(System.Exception) // catch(Exception ex) V_8 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // (this as ISocket).EmitError(SocketIOErrors.Internal, "Error while encoding payload: " + ex.Message + " " + ex.StackTrace); Exception_t * L_42 = V_8; NullCheck(L_42); String_t* L_43; L_43 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_42); Exception_t * L_44 = V_8; NullCheck(L_44); String_t* L_45; L_45 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_44); String_t* L_46; L_46 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80AC693D8F011E2464B9C434E0F4BCF56EA5813E)), L_43, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745)), L_45, /*hidden argument*/NULL); InterfaceActionInvoker2< int32_t, String_t* >::Invoke(5 /* System.Void BestHTTP.SocketIO.ISocket::EmitError(BestHTTP.SocketIO.SocketIOErrors,System.String) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var)), __this, 4, L_46); // return this; V_9 = __this; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0183; }// end catch (depth: 1) IL_010a: { // arguments.Clear(); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_47 = __this->get_arguments_7(); NullCheck(L_47); List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0(L_47, /*hidden argument*/List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_RuntimeMethod_var); // if (payload == null) String_t* L_48 = V_1; if (L_48) { goto IL_0123; } } { // throw new ArgumentException("Encoding the arguments to JSON failed!"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_49 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_49, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralADEF80396F990871993DC37F82D1DBF90E82F9A9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_Emit_mE124B1BA05890BE315F1CE2A4ECDB6663F0A3545_RuntimeMethod_var))); } IL_0123: { // int id = 0; V_2 = 0; // if (callback != null) SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * L_50 = ___callback1; if (!L_50) { goto IL_0154; } } { // id = Manager.NextAckId; SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_51; L_51 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_51); int32_t L_52; L_52 = SocketManager_get_NextAckId_mCE1A96A3599FB2AD61AC29F360B4D19DA12335DA(L_51, /*hidden argument*/NULL); V_2 = L_52; // if (AckCallbacks == null) Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * L_53 = __this->get_AckCallbacks_5(); if (L_53) { goto IL_0147; } } { // AckCallbacks = new Dictionary(); Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * L_54 = (Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD *)il2cpp_codegen_object_new(Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD_il2cpp_TypeInfo_var); Dictionary_2__ctor_mD2AB5A2DD44944914ED34CB1C750DD7C219908EF(L_54, /*hidden argument*/Dictionary_2__ctor_mD2AB5A2DD44944914ED34CB1C750DD7C219908EF_RuntimeMethod_var); __this->set_AckCallbacks_5(L_54); } IL_0147: { // AckCallbacks[id] = callback; Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * L_55 = __this->get_AckCallbacks_5(); int32_t L_56 = V_2; SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * L_57 = ___callback1; NullCheck(L_55); Dictionary_2_set_Item_m12DE191E0653CDE5AF7C0BC7123C91FE96A5EFF2(L_55, L_56, L_57, /*hidden argument*/Dictionary_2_set_Item_m12DE191E0653CDE5AF7C0BC7123C91FE96A5EFF2_RuntimeMethod_var); } IL_0154: { // Packet packet = new Packet(TransportEventTypes.Message, // attachments == null ? SocketIOEventTypes.Event : SocketIOEventTypes.BinaryEvent, // this.Namespace, // payload, // 0, // id); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_58 = V_0; G_B22_0 = 4; if (!L_58) { G_B23_0 = 4; goto IL_015b; } } { G_B24_0 = 5; G_B24_1 = G_B22_0; goto IL_015c; } IL_015b: { G_B24_0 = 2; G_B24_1 = G_B23_0; } IL_015c: { String_t* L_59; L_59 = Socket_get_Namespace_m696F1A316A684DC145565E51DB446ACB65B903CD_inline(__this, /*hidden argument*/NULL); String_t* L_60 = V_1; int32_t L_61 = V_2; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_62 = (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *)il2cpp_codegen_object_new(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); Packet__ctor_mECDEE72E4789C5D1A9EA7D43511DC51A4D612A21(L_62, G_B24_1, G_B24_0, L_59, L_60, 0, L_61, /*hidden argument*/NULL); V_3 = L_62; // if (attachments != null) List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_63 = V_0; if (!L_63) { goto IL_0175; } } { // packet.Attachments = attachments; // This will set the AttachmentCount property too. Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_64 = V_3; List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_65 = V_0; NullCheck(L_64); Packet_set_Attachments_m091386E8DF90155C2462BDEE6586487846ACDC82(L_64, L_65, /*hidden argument*/NULL); } IL_0175: { // (Manager as IManager).SendPacket(packet); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_66; L_66 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_67 = V_3; NullCheck(L_66); InterfaceActionInvoker1< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * >::Invoke(6 /* System.Void BestHTTP.SocketIO.IManager::SendPacket(BestHTTP.SocketIO.Packet) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, L_66, L_67); // return this; return __this; } IL_0183: { // } Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_68 = V_9; return L_68; } } // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.Socket::EmitAck(BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * Socket_EmitAck_mD8A9835342FEF634ED151FDD277B6E584CDB5305 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___originalPacket0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonEncoder_t8AFBA6DF3423D5C5722CF12AC56A9006517B1F1A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m0D27CDCE1DE6E1E9BB00B10E6C47205041209B3F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * V_1 = NULL; Exception_t * V_2 = NULL; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B15_0 = 0; int32_t G_B14_0 = 0; int32_t G_B16_0 = 0; int32_t G_B16_1 = 0; { // if (originalPacket == null) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_0 = ___originalPacket0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("originalPacket == null!"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AC404B33E10DF3F33BA845DC5BC02F1129F3CE6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_EmitAck_mD8A9835342FEF634ED151FDD277B6E584CDB5305_RuntimeMethod_var))); } IL_000e: { // if (/*originalPacket.Id == 0 ||* // (originalPacket.SocketIOEvent != SocketIOEventTypes.Event && originalPacket.SocketIOEvent != SocketIOEventTypes.BinaryEvent)) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_2 = ___originalPacket0; NullCheck(L_2); int32_t L_3; L_3 = Packet_get_SocketIOEvent_mC317B8BB4E39824F5473FE8DCC6CE873877D5EC7_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_002b; } } { Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_4 = ___originalPacket0; NullCheck(L_4); int32_t L_5; L_5 = Packet_get_SocketIOEvent_mC317B8BB4E39824F5473FE8DCC6CE873877D5EC7_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)5))) { goto IL_002b; } } { // throw new ArgumentException("Wrong packet - you can't send an Ack for a packet with id == 0 and SocketIOEvent != Event or SocketIOEvent != BinaryEvent!"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6CA5881AA1869736EF6FF2B92B7B1D3A90632DE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_EmitAck_mD8A9835342FEF634ED151FDD277B6E584CDB5305_RuntimeMethod_var))); } IL_002b: { // arguments.Clear(); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_7 = __this->get_arguments_7(); NullCheck(L_7); List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0(L_7, /*hidden argument*/List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_RuntimeMethod_var); // if (args != null && args.Length > 0) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = ___args1; if (!L_8) { goto IL_0049; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = ___args1; NullCheck(L_9); if (!(((RuntimeArray*)L_9)->max_length)) { goto IL_0049; } } { // arguments.AddRange(args); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_10 = __this->get_arguments_7(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = ___args1; NullCheck(L_10); List_1_AddRange_m0D27CDCE1DE6E1E9BB00B10E6C47205041209B3F(L_10, (RuntimeObject*)(RuntimeObject*)L_11, /*hidden argument*/List_1_AddRange_m0D27CDCE1DE6E1E9BB00B10E6C47205041209B3F_RuntimeMethod_var); } IL_0049: { // string payload = null; V_0 = (String_t*)NULL; } IL_004b: try {// begin try (depth: 1) // payload = Manager.Encoder.Encode(arguments); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_12; L_12 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject* L_13; L_13 = SocketManager_get_Encoder_m2DCF71B119CB6463AABF94A44EAE0F006FBCDFFD_inline(L_12, /*hidden argument*/NULL); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_14 = __this->get_arguments_7(); NullCheck(L_13); String_t* L_15; L_15 = InterfaceFuncInvoker1< String_t*, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * >::Invoke(1 /* System.String BestHTTP.SocketIO.JsonEncoders.IJsonEncoder::Encode(System.Collections.Generic.List`1) */, IJsonEncoder_t8AFBA6DF3423D5C5722CF12AC56A9006517B1F1A_il2cpp_TypeInfo_var, L_13, L_14); V_0 = L_15; // } goto IL_008b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0064; } throw e; } CATCH_0064: {// begin catch(System.Exception) // catch (Exception ex) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // (this as ISocket).EmitError(SocketIOErrors.Internal, "Error while encoding payload: " + ex.Message + " " + ex.StackTrace); Exception_t * L_16 = V_2; NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_16); Exception_t * L_18 = V_2; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_18); String_t* L_20; L_20 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80AC693D8F011E2464B9C434E0F4BCF56EA5813E)), L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745)), L_19, /*hidden argument*/NULL); InterfaceActionInvoker2< int32_t, String_t* >::Invoke(5 /* System.Void BestHTTP.SocketIO.ISocket::EmitError(BestHTTP.SocketIO.SocketIOErrors,System.String) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var)), __this, 4, L_20); // return this; V_3 = __this; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00c9; }// end catch (depth: 1) IL_008b: { // if (payload == null) String_t* L_21 = V_0; if (L_21) { goto IL_0099; } } { // throw new ArgumentException("Encoding the arguments to JSON failed!"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_22 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralADEF80396F990871993DC37F82D1DBF90E82F9A9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Socket_EmitAck_mD8A9835342FEF634ED151FDD277B6E584CDB5305_RuntimeMethod_var))); } IL_0099: { // Packet packet = new Packet(TransportEventTypes.Message, // originalPacket.SocketIOEvent == SocketIOEventTypes.Event ? SocketIOEventTypes.Ack : SocketIOEventTypes.BinaryAck, // this.Namespace, // payload, // 0, // originalPacket.Id); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_23 = ___originalPacket0; NullCheck(L_23); int32_t L_24; L_24 = Packet_get_SocketIOEvent_mC317B8BB4E39824F5473FE8DCC6CE873877D5EC7_inline(L_23, /*hidden argument*/NULL); G_B14_0 = 4; if ((((int32_t)L_24) == ((int32_t)2))) { G_B15_0 = 4; goto IL_00a6; } } { G_B16_0 = 6; G_B16_1 = G_B14_0; goto IL_00a7; } IL_00a6: { G_B16_0 = 3; G_B16_1 = G_B15_0; } IL_00a7: { String_t* L_25; L_25 = Socket_get_Namespace_m696F1A316A684DC145565E51DB446ACB65B903CD_inline(__this, /*hidden argument*/NULL); String_t* L_26 = V_0; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_27 = ___originalPacket0; NullCheck(L_27); int32_t L_28; L_28 = Packet_get_Id_mB17AB0D2E3C0E27F420F00E3612DE34600E46E68_inline(L_27, /*hidden argument*/NULL); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_29 = (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *)il2cpp_codegen_object_new(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); Packet__ctor_mECDEE72E4789C5D1A9EA7D43511DC51A4D612A21(L_29, G_B16_1, G_B16_0, L_25, L_26, 0, L_28, /*hidden argument*/NULL); V_1 = L_29; // (Manager as IManager).SendPacket(packet); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_30; L_30 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_31 = V_1; NullCheck(L_30); InterfaceActionInvoker1< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * >::Invoke(6 /* System.Void BestHTTP.SocketIO.IManager::SendPacket(BestHTTP.SocketIO.Packet) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, L_30, L_31); // return this; return __this; } IL_00c9: { // } Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_32 = V_3; return L_32; } } // System.Void BestHTTP.SocketIO.Socket::On(System.String,BestHTTP.SocketIO.Events.SocketIOCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, const RuntimeMethod* method) { { // EventCallbacks.Register(eventName, callback, false, this.AutoDecodePayload); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_0 = __this->get_EventCallbacks_6(); String_t* L_1 = ___eventName0; SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_2 = ___callback1; bool L_3; L_3 = Socket_get_AutoDecodePayload_mF99F79161BBA6FAD17299DAA9A88960FEC8D7130_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); EventTable_Register_mF5193DF0762DF2580F54380B3DEB0E1688F49372(L_0, L_1, L_2, (bool)0, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Socket::On(BestHTTP.SocketIO.SocketIOEventTypes,BestHTTP.SocketIO.Events.SocketIOCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_On_m2CC6BB595CF355F91F1EC95816E2B2BEE488C3AA (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, int32_t ___type0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string eventName = EventNames.GetNameFor(type); int32_t L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); String_t* L_1; L_1 = EventNames_GetNameFor_mC7EF884A3BEFE72FC4F30EFC73A2BD0B418D3172(L_0, /*hidden argument*/NULL); V_0 = L_1; // EventCallbacks.Register(eventName, callback, false, this.AutoDecodePayload); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_2 = __this->get_EventCallbacks_6(); String_t* L_3 = V_0; SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_4 = ___callback1; bool L_5; L_5 = Socket_get_AutoDecodePayload_mF99F79161BBA6FAD17299DAA9A88960FEC8D7130_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); EventTable_Register_mF5193DF0762DF2580F54380B3DEB0E1688F49372(L_2, L_3, L_4, (bool)0, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Socket::On(System.String,BestHTTP.SocketIO.Events.SocketIOCallback,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_On_m63CC4CD3C82BB71896434F6B55EEE91A51758535 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, bool ___autoDecodePayload2, const RuntimeMethod* method) { { // EventCallbacks.Register(eventName, callback, false, autoDecodePayload); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_0 = __this->get_EventCallbacks_6(); String_t* L_1 = ___eventName0; SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_2 = ___callback1; bool L_3 = ___autoDecodePayload2; NullCheck(L_0); EventTable_Register_mF5193DF0762DF2580F54380B3DEB0E1688F49372(L_0, L_1, L_2, (bool)0, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Socket::On(BestHTTP.SocketIO.SocketIOEventTypes,BestHTTP.SocketIO.Events.SocketIOCallback,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_On_m386829D3F5937D2F20831129E464F529FFA89116 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, int32_t ___type0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, bool ___autoDecodePayload2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string eventName = EventNames.GetNameFor(type); int32_t L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); String_t* L_1; L_1 = EventNames_GetNameFor_mC7EF884A3BEFE72FC4F30EFC73A2BD0B418D3172(L_0, /*hidden argument*/NULL); V_0 = L_1; // EventCallbacks.Register(eventName, callback, false, autoDecodePayload); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_2 = __this->get_EventCallbacks_6(); String_t* L_3 = V_0; SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_4 = ___callback1; bool L_5 = ___autoDecodePayload2; NullCheck(L_2); EventTable_Register_mF5193DF0762DF2580F54380B3DEB0E1688F49372(L_2, L_3, L_4, (bool)0, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Socket::Once(System.String,BestHTTP.SocketIO.Events.SocketIOCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Once_mA78C03E0DB337C86C2157C8844BE2A939AD8491B (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, const RuntimeMethod* method) { { // EventCallbacks.Register(eventName, callback, true, this.AutoDecodePayload); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_0 = __this->get_EventCallbacks_6(); String_t* L_1 = ___eventName0; SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_2 = ___callback1; bool L_3; L_3 = Socket_get_AutoDecodePayload_mF99F79161BBA6FAD17299DAA9A88960FEC8D7130_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); EventTable_Register_mF5193DF0762DF2580F54380B3DEB0E1688F49372(L_0, L_1, L_2, (bool)1, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Socket::Once(BestHTTP.SocketIO.SocketIOEventTypes,BestHTTP.SocketIO.Events.SocketIOCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Once_mB68064E465AC41E59198BC02BA884CD5CB76AA04 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, int32_t ___type0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // EventCallbacks.Register(EventNames.GetNameFor(type), callback, true, this.AutoDecodePayload); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_0 = __this->get_EventCallbacks_6(); int32_t L_1 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); String_t* L_2; L_2 = EventNames_GetNameFor_mC7EF884A3BEFE72FC4F30EFC73A2BD0B418D3172(L_1, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_3 = ___callback1; bool L_4; L_4 = Socket_get_AutoDecodePayload_mF99F79161BBA6FAD17299DAA9A88960FEC8D7130_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); EventTable_Register_mF5193DF0762DF2580F54380B3DEB0E1688F49372(L_0, L_2, L_3, (bool)1, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Socket::Once(System.String,BestHTTP.SocketIO.Events.SocketIOCallback,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Once_mE16D26422B37C5BAB91513561EBCDA705E9D8AC3 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, bool ___autoDecodePayload2, const RuntimeMethod* method) { { // EventCallbacks.Register(eventName, callback, true, autoDecodePayload); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_0 = __this->get_EventCallbacks_6(); String_t* L_1 = ___eventName0; SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_2 = ___callback1; bool L_3 = ___autoDecodePayload2; NullCheck(L_0); EventTable_Register_mF5193DF0762DF2580F54380B3DEB0E1688F49372(L_0, L_1, L_2, (bool)1, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Socket::Once(BestHTTP.SocketIO.SocketIOEventTypes,BestHTTP.SocketIO.Events.SocketIOCallback,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Once_m3F2B396F3B80C64FF97E6BB4551037F8763E0365 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, int32_t ___type0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, bool ___autoDecodePayload2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // EventCallbacks.Register(EventNames.GetNameFor(type), callback, true, autoDecodePayload); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_0 = __this->get_EventCallbacks_6(); int32_t L_1 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); String_t* L_2; L_2 = EventNames_GetNameFor_mC7EF884A3BEFE72FC4F30EFC73A2BD0B418D3172(L_1, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_3 = ___callback1; bool L_4 = ___autoDecodePayload2; NullCheck(L_0); EventTable_Register_mF5193DF0762DF2580F54380B3DEB0E1688F49372(L_0, L_2, L_3, (bool)1, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Socket::Off() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Off_m02E3AC3BCD9295328261C9F8429561AC3067FC30 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method) { { // EventCallbacks.Clear(); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_0 = __this->get_EventCallbacks_6(); NullCheck(L_0); EventTable_Clear_m1128E5B518570751094B00FFD0B2ECCC9525FD73(L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Socket::Off(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Off_mD4AAB29C32FF5D77C823FA334FB0D8A4C3A67569 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, const RuntimeMethod* method) { { // EventCallbacks.Unregister(eventName); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_0 = __this->get_EventCallbacks_6(); String_t* L_1 = ___eventName0; NullCheck(L_0); EventTable_Unregister_m7DB3DBEC52B7D5218E61A6A48BB5F3CC4D5A2E6E(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Socket::Off(BestHTTP.SocketIO.SocketIOEventTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Off_m8052349A0A7FEC043E86B43EB27ED7B853DE6DBC (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Off(EventNames.GetNameFor(type)); int32_t L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); String_t* L_1; L_1 = EventNames_GetNameFor_mC7EF884A3BEFE72FC4F30EFC73A2BD0B418D3172(L_0, /*hidden argument*/NULL); Socket_Off_mD4AAB29C32FF5D77C823FA334FB0D8A4C3A67569(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Socket::Off(System.String,BestHTTP.SocketIO.Events.SocketIOCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Off_m5D92ECEFC0CD33D4CB3BF487CDCEB134AC126D53 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, const RuntimeMethod* method) { { // EventCallbacks.Unregister(eventName, callback); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_0 = __this->get_EventCallbacks_6(); String_t* L_1 = ___eventName0; SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_2 = ___callback1; NullCheck(L_0); EventTable_Unregister_m6EFF4CEBA0D5D762B66A4CD83E4FB009B0710178(L_0, L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Socket::Off(BestHTTP.SocketIO.SocketIOEventTypes,BestHTTP.SocketIO.Events.SocketIOCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Off_m32BB9BF1964CA07B0B8FF1DD05B3E304466CB91D (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, int32_t ___type0, SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // EventCallbacks.Unregister(EventNames.GetNameFor(type), callback); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_0 = __this->get_EventCallbacks_6(); int32_t L_1 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); String_t* L_2; L_2 = EventNames_GetNameFor_mC7EF884A3BEFE72FC4F30EFC73A2BD0B418D3172(L_1, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_3 = ___callback1; NullCheck(L_0); EventTable_Unregister_m6EFF4CEBA0D5D762B66A4CD83E4FB009B0710178(L_0, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.Socket::BestHTTP.SocketIO.ISocket.OnPacket(BestHTTP.SocketIO.Packet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BestHTTP_SocketIO_ISocket_OnPacket_mFD6544F8557983B287E7EB40A30230AA2B0DAB39 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet0, 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*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m3C1B28325435E61FFAD431E314EABF915B79A55E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m0659535F8CD0F88057A633D801AE47E1A4FAF379_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m248EDBBF19EE43B74145BDC4C0156C0AA6B40D5B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60A2E461CC4A1D49199A67B5216F128319CE63CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * V_3 = NULL; Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * V_4 = NULL; SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * V_5 = NULL; Exception_t * V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * G_B4_0 = NULL; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * G_B3_0 = NULL; String_t* G_B5_0 = NULL; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * G_B5_1 = NULL; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * G_B21_0 = NULL; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * G_B21_1 = NULL; SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * G_B21_2 = NULL; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * G_B20_0 = NULL; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * G_B20_1 = NULL; SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * G_B20_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B22_0 = NULL; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * G_B22_1 = NULL; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * G_B22_2 = NULL; SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * G_B22_3 = NULL; { // switch(packet.SocketIOEvent) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_0 = ___packet0; NullCheck(L_0); int32_t L_1; L_1 = Packet_get_SocketIOEvent_mC317B8BB4E39824F5473FE8DCC6CE873877D5EC7_inline(L_0, /*hidden argument*/NULL); V_2 = L_1; int32_t L_2 = V_2; switch (L_2) { case 0: { goto IL_0026; } case 1: { goto IL_0075; } case 2: { goto IL_0125; } case 3: { goto IL_0125; } case 4: { goto IL_00a6; } } } { goto IL_0125; } IL_0026: { // this.Id = this.Namespace != "/" ? this.Namespace + "#" + this.Manager.Handshake.Sid : this.Manager.Handshake.Sid; String_t* L_3; L_3 = Socket_get_Namespace_m696F1A316A684DC145565E51DB446ACB65B903CD_inline(__this, /*hidden argument*/NULL); bool L_4; L_4 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_3, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); G_B3_0 = __this; if (L_4) { G_B4_0 = __this; goto IL_004b; } } { SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_5; L_5 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_6; L_6 = SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7; L_7 = HandshakeData_get_Sid_mFFB95297656EBADA7C11C8BA2AE9D5880CDE25C4_inline(L_6, /*hidden argument*/NULL); G_B5_0 = L_7; G_B5_1 = G_B3_0; goto IL_006b; } IL_004b: { String_t* L_8; L_8 = Socket_get_Namespace_m696F1A316A684DC145565E51DB446ACB65B903CD_inline(__this, /*hidden argument*/NULL); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_9; L_9 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_10; L_10 = SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11; L_11 = HandshakeData_get_Sid_mFFB95297656EBADA7C11C8BA2AE9D5880CDE25C4_inline(L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_8, _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3, L_11, /*hidden argument*/NULL); G_B5_0 = L_12; G_B5_1 = G_B4_0; } IL_006b: { NullCheck(G_B5_1); Socket_set_Id_m5A7C10FB768AFF0B3DD6C9C9608A7B265362CFFC_inline(G_B5_1, G_B5_0, /*hidden argument*/NULL); // break; goto IL_0125; } IL_0075: { // if (IsOpen) bool L_13; L_13 = Socket_get_IsOpen_m00B43489562E87837B354EBA6F876EA3EE901B77_inline(__this, /*hidden argument*/NULL); if (!L_13) { goto IL_0125; } } { // IsOpen = false; Socket_set_IsOpen_mCBFAD374406EFDAD92DE638B08FFE4696C20CA13_inline(__this, (bool)0, /*hidden argument*/NULL); // EventCallbacks.Call(EventNames.GetNameFor(SocketIOEventTypes.Disconnect), packet); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_14 = __this->get_EventCallbacks_6(); IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); String_t* L_15; L_15 = EventNames_GetNameFor_mC7EF884A3BEFE72FC4F30EFC73A2BD0B418D3172(1, /*hidden argument*/NULL); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_16 = ___packet0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17; L_17 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_14); EventTable_Call_m923ED8CB6314EA727B50EE637CB93390D006DAC2(L_14, L_15, L_16, L_17, /*hidden argument*/NULL); // Disconnect(); Socket_Disconnect_m618E858FDC2D5548E34FB21B15BA30A7959158CA(__this, /*hidden argument*/NULL); // break; goto IL_0125; } IL_00a6: { // bool success = false; V_0 = (bool)0; // object result = JSON.Json.Decode(packet.Payload, ref success); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_18 = ___packet0; NullCheck(L_18); String_t* L_19; L_19 = Packet_get_Payload_m9666DAA0C43FB5CDFAD6B22A077A2C9B146AAE29_inline(L_18, /*hidden argument*/NULL); RuntimeObject * L_20; L_20 = Json_Decode_m56DCBFEF75CB0D7B15255358DD5F7E4F57F12558(L_19, (bool*)(&V_0), /*hidden argument*/NULL); V_1 = L_20; // if (success) bool L_21 = V_0; if (!L_21) { goto IL_0125; } } { // var errDict = result as Dictionary; RuntimeObject * L_22 = V_1; V_3 = ((Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *)IsInstClass((RuntimeObject*)L_22, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var)); // if (errDict != null && errDict.ContainsKey("code")) Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_23 = V_3; if (!L_23) { goto IL_00f9; } } { Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_24 = V_3; NullCheck(L_24); bool L_25; L_25 = Dictionary_2_ContainsKey_m3C1B28325435E61FFAD431E314EABF915B79A55E(L_24, _stringLiteral60A2E461CC4A1D49199A67B5216F128319CE63CC, /*hidden argument*/Dictionary_2_ContainsKey_m3C1B28325435E61FFAD431E314EABF915B79A55E_RuntimeMethod_var); if (!L_25) { goto IL_00f9; } } { // err = new Error((SocketIOErrors)Convert.ToInt32(errDict["code"]), errDict["message"] as string); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_26 = V_3; NullCheck(L_26); RuntimeObject * L_27; L_27 = Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D(L_26, _stringLiteral60A2E461CC4A1D49199A67B5216F128319CE63CC, /*hidden argument*/Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_28; L_28 = Convert_ToInt32_mFFEDED67681E3EC8705BCA890BBC206514431B4A(L_27, /*hidden argument*/NULL); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_29 = V_3; NullCheck(L_29); RuntimeObject * L_30; L_30 = Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D(L_29, _stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964, /*hidden argument*/Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * L_31 = (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 *)il2cpp_codegen_object_new(Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6_il2cpp_TypeInfo_var); Error__ctor_m7F0B9192ED18FFF5E878A228CCB0433062924B35(L_31, L_28, ((String_t*)IsInstSealed((RuntimeObject*)L_30, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_4 = L_31; goto IL_0107; } IL_00f9: { // err = new Error(SocketIOErrors.Custom, packet.Payload); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_32 = ___packet0; NullCheck(L_32); String_t* L_33; L_33 = Packet_get_Payload_m9666DAA0C43FB5CDFAD6B22A077A2C9B146AAE29_inline(L_32, /*hidden argument*/NULL); Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * L_34 = (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 *)il2cpp_codegen_object_new(Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6_il2cpp_TypeInfo_var); Error__ctor_m7F0B9192ED18FFF5E878A228CCB0433062924B35(L_34, 6, L_33, /*hidden argument*/NULL); V_4 = L_34; } IL_0107: { // EventCallbacks.Call(EventNames.GetNameFor(SocketIOEventTypes.Error), packet, err); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_35 = __this->get_EventCallbacks_6(); IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); String_t* L_36; L_36 = EventNames_GetNameFor_mC7EF884A3BEFE72FC4F30EFC73A2BD0B418D3172(4, /*hidden argument*/NULL); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_37 = ___packet0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_38 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_39 = L_38; Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * L_40 = V_4; NullCheck(L_39); ArrayElementTypeCheck (L_39, L_40); (L_39)->SetAt(static_cast(0), (RuntimeObject *)L_40); NullCheck(L_35); EventTable_Call_m923ED8CB6314EA727B50EE637CB93390D006DAC2(L_35, L_36, L_37, L_39, /*hidden argument*/NULL); // return; return; } IL_0125: { // EventCallbacks.Call(packet); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_41 = __this->get_EventCallbacks_6(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_42 = ___packet0; NullCheck(L_41); EventTable_Call_mDD6B6DB93DBC2D27A8FE0CC729B791E567DF3383(L_41, L_42, /*hidden argument*/NULL); // if ((packet.SocketIOEvent == SocketIOEventTypes.Ack || packet.SocketIOEvent == SocketIOEventTypes.BinaryAck) && AckCallbacks != null) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_43 = ___packet0; NullCheck(L_43); int32_t L_44; L_44 = Packet_get_SocketIOEvent_mC317B8BB4E39824F5473FE8DCC6CE873877D5EC7_inline(L_43, /*hidden argument*/NULL); if ((((int32_t)L_44) == ((int32_t)3))) { goto IL_0143; } } { Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_45 = ___packet0; NullCheck(L_45); int32_t L_46; L_46 = Packet_get_SocketIOEvent_mC317B8BB4E39824F5473FE8DCC6CE873877D5EC7_inline(L_45, /*hidden argument*/NULL); if ((!(((uint32_t)L_46) == ((uint32_t)6)))) { goto IL_01ba; } } IL_0143: { Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * L_47 = __this->get_AckCallbacks_5(); if (!L_47) { goto IL_01ba; } } { // SocketIOAckCallback ackCallback = null; V_5 = (SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 *)NULL; // if (AckCallbacks.TryGetValue(packet.Id, out ackCallback) && // ackCallback != null) Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * L_48 = __this->get_AckCallbacks_5(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_49 = ___packet0; NullCheck(L_49); int32_t L_50; L_50 = Packet_get_Id_mB17AB0D2E3C0E27F420F00E3612DE34600E46E68_inline(L_49, /*hidden argument*/NULL); NullCheck(L_48); bool L_51; L_51 = Dictionary_2_TryGetValue_m248EDBBF19EE43B74145BDC4C0156C0AA6B40D5B(L_48, L_50, (SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 **)(&V_5), /*hidden argument*/Dictionary_2_TryGetValue_m248EDBBF19EE43B74145BDC4C0156C0AA6B40D5B_RuntimeMethod_var); if (!L_51) { goto IL_01a8; } } { SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * L_52 = V_5; if (!L_52) { goto IL_01a8; } } IL_0167: try {// begin try (depth: 1) { // ackCallback(this, packet, this.AutoDecodePayload ? packet.Decode(Manager.Encoder) : null); SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * L_53 = V_5; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_54 = ___packet0; bool L_55; L_55 = Socket_get_AutoDecodePayload_mF99F79161BBA6FAD17299DAA9A88960FEC8D7130_inline(__this, /*hidden argument*/NULL); G_B20_0 = L_54; G_B20_1 = __this; G_B20_2 = L_53; if (L_55) { G_B21_0 = L_54; G_B21_1 = __this; G_B21_2 = L_53; goto IL_0176; } } IL_0173: { G_B22_0 = ((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(NULL)); G_B22_1 = G_B20_0; G_B22_2 = G_B20_1; G_B22_3 = G_B20_2; goto IL_0187; } IL_0176: { Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_56 = ___packet0; SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_57; L_57 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); NullCheck(L_57); RuntimeObject* L_58; L_58 = SocketManager_get_Encoder_m2DCF71B119CB6463AABF94A44EAE0F006FBCDFFD_inline(L_57, /*hidden argument*/NULL); NullCheck(L_56); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_59; L_59 = Packet_Decode_mD58A067D1C768ED861FBEE2CCE7F60E89E9D3092(L_56, L_58, /*hidden argument*/NULL); G_B22_0 = L_59; G_B22_1 = G_B21_0; G_B22_2 = G_B21_1; G_B22_3 = G_B21_2; } IL_0187: { NullCheck(G_B22_3); SocketIOAckCallback_Invoke_mB14C9EE2048981C8E8C5BB77EBBE14F2E2E03814(G_B22_3, G_B22_2, G_B22_1, G_B22_0, /*hidden argument*/NULL); // } goto IL_01a8; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_018e; } throw e; } CATCH_018e: {// begin catch(System.Exception) // catch (Exception ex) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("Socket", "ackCallback", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_60; L_60 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_61 = V_6; NullCheck(L_60); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_60, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral57118831F31A13DBA279DBBEAB6EBC1C3A17383A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4BD265F1767CE891545A63154BA05528F76B14FF)), L_61); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01a8; }// end catch (depth: 1) IL_01a8: { // AckCallbacks.Remove(packet.Id); Dictionary_2_tE5754412405C4AEFB1873E22011E9D47EB99E4FD * L_62 = __this->get_AckCallbacks_5(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_63 = ___packet0; NullCheck(L_63); int32_t L_64; L_64 = Packet_get_Id_mB17AB0D2E3C0E27F420F00E3612DE34600E46E68_inline(L_63, /*hidden argument*/NULL); NullCheck(L_62); bool L_65; L_65 = Dictionary_2_Remove_m0659535F8CD0F88057A633D801AE47E1A4FAF379(L_62, L_64, /*hidden argument*/Dictionary_2_Remove_m0659535F8CD0F88057A633D801AE47E1A4FAF379_RuntimeMethod_var); } IL_01ba: { // } return; } } // System.Void BestHTTP.SocketIO.Socket::BestHTTP.SocketIO.ISocket.EmitEvent(BestHTTP.SocketIO.SocketIOEventTypes,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BestHTTP_SocketIO_ISocket_EmitEvent_m7B13D52184C7935F0AE14D5E97ED1E238C094D2A (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, int32_t ___type0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // (this as ISocket).EmitEvent(EventNames.GetNameFor(type), args); int32_t L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); String_t* L_1; L_1 = EventNames_GetNameFor_mC7EF884A3BEFE72FC4F30EFC73A2BD0B418D3172(L_0, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___args1; InterfaceActionInvoker2< String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(4 /* System.Void BestHTTP.SocketIO.ISocket::EmitEvent(System.String,System.Object[]) */, ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var, __this, L_1, L_2); // } return; } } // System.Void BestHTTP.SocketIO.Socket::BestHTTP.SocketIO.ISocket.EmitEvent(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BestHTTP_SocketIO_ISocket_EmitEvent_mFBED7D23215D775E700566946637C58B15BFDA81 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___eventName0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { { // if (!string.IsNullOrEmpty(eventName)) String_t* L_0 = ___eventName0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { // EventCallbacks.Call(eventName, null, args); EventTable_t76F21E1411E3D0DE1E2C264373C60344B889E631 * L_2 = __this->get_EventCallbacks_6(); String_t* L_3 = ___eventName0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___args1; NullCheck(L_2); EventTable_Call_m923ED8CB6314EA727B50EE637CB93390D006DAC2(L_2, L_3, (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *)NULL, L_4, /*hidden argument*/NULL); } IL_0016: { // } return; } } // System.Void BestHTTP.SocketIO.Socket::BestHTTP.SocketIO.ISocket.EmitError(BestHTTP.SocketIO.SocketIOErrors,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BestHTTP_SocketIO_ISocket_EmitError_mAE4C888E6F58670C014B84935455D768BFC651A8 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, int32_t ___errCode0, String_t* ___msg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // (this as ISocket).EmitEvent(SocketIOEventTypes.Error, new Error(errCode, msg)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; int32_t L_2 = ___errCode0; String_t* L_3 = ___msg1; Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * L_4 = (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 *)il2cpp_codegen_object_new(Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6_il2cpp_TypeInfo_var); Error__ctor_m7F0B9192ED18FFF5E878A228CCB0433062924B35(L_4, L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_4); InterfaceActionInvoker2< int32_t, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(3 /* System.Void BestHTTP.SocketIO.ISocket::EmitEvent(BestHTTP.SocketIO.SocketIOEventTypes,System.Object[]) */, ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var, __this, 4, L_1); // } return; } } // System.Void BestHTTP.SocketIO.Socket::OnTransportOpen(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_OnTransportOpen_mD94B34E79258749895F8C0831A599A9A9929E111 (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } { // if (this.Namespace != "/") String_t* L_0; L_0 = Socket_get_Namespace_m696F1A316A684DC145565E51DB446ACB65B903CD_inline(__this, /*hidden argument*/NULL); bool L_1; L_1 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_0, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); if (!L_1) { goto IL_0031; } } { // (Manager as IManager).SendPacket(new Packet(TransportEventTypes.Message, SocketIOEventTypes.Connect, this.Namespace, string.Empty)); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_2; L_2 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(__this, /*hidden argument*/NULL); String_t* L_3; L_3 = Socket_get_Namespace_m696F1A316A684DC145565E51DB446ACB65B903CD_inline(__this, /*hidden argument*/NULL); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_5 = (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *)il2cpp_codegen_object_new(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); Packet__ctor_mECDEE72E4789C5D1A9EA7D43511DC51A4D612A21(L_5, 4, 0, L_3, L_4, 0, 0, /*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker1< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * >::Invoke(6 /* System.Void BestHTTP.SocketIO.IManager::SendPacket(BestHTTP.SocketIO.Packet) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, L_2, L_5); } IL_0031: { // IsOpen = true; Socket_set_IsOpen_mCBFAD374406EFDAD92DE638B08FFE4696C20CA13_inline(__this, (bool)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.SocketIO.Events.SocketIOAckCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOAckCallback__ctor_m461B3ED8CBA04E97144669BEDB4BE24B7A64A4A9 (SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void BestHTTP.SocketIO.Events.SocketIOAckCallback::Invoke(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOAckCallback_Invoke_mB14C9EE2048981C8E8C5BB77EBBE14F2E2E03814 (SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___socket0, ___packet1, ___args2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___socket0, ___packet1, ___args2, targetMethod); } } else if (___parameterCount != 3) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(targetMethod, ___socket0, ___packet1, ___args2); else GenericVirtualActionInvoker2< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(targetMethod, ___socket0, ___packet1, ___args2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___socket0, ___packet1, ___args2); else VirtualActionInvoker2< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___socket0, ___packet1, ___args2); } } else { typedef void (*FunctionPointerType) (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___socket0, ___packet1, ___args2, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___socket0, ___packet1, ___args2, targetMethod); } else { typedef void (*FunctionPointerType) (void*, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___socket0, ___packet1, ___args2, targetMethod); } } } } // System.IAsyncResult BestHTTP.SocketIO.Events.SocketIOAckCallback::BeginInvoke(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[],System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SocketIOAckCallback_BeginInvoke_mDD98D62DD93BD58D5972F0AD4FC6B54E9D0C5991 (SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { void *__d_args[4] = {0}; __d_args[0] = ___socket0; __d_args[1] = ___packet1; __d_args[2] = ___args2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // System.Void BestHTTP.SocketIO.Events.SocketIOAckCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOAckCallback_EndInvoke_m174BB4BC246AD423B79C2E2AACDFCE03B6A565EB (SocketIOAckCallback_t88232D50745EFDA4F4C04CDF9467765616518454 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SocketIO.Events.SocketIOCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9 (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void BestHTTP.SocketIO.Events.SocketIOCallback::Invoke(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOCallback_Invoke_m9927EE9F2F484B80C9FBAF7CAFE056F688D97100 (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___socket0, ___packet1, ___args2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___socket0, ___packet1, ___args2, targetMethod); } } else if (___parameterCount != 3) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(targetMethod, ___socket0, ___packet1, ___args2); else GenericVirtualActionInvoker2< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(targetMethod, ___socket0, ___packet1, ___args2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___socket0, ___packet1, ___args2); else VirtualActionInvoker2< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___socket0, ___packet1, ___args2); } } else { typedef void (*FunctionPointerType) (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___socket0, ___packet1, ___args2, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___socket0, ___packet1, ___args2, targetMethod); } else { typedef void (*FunctionPointerType) (void*, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___socket0, ___packet1, ___args2, targetMethod); } } } } // System.IAsyncResult BestHTTP.SocketIO.Events.SocketIOCallback::BeginInvoke(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[],System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SocketIOCallback_BeginInvoke_m2D4D7EED5F73E21C3C8300A9B50C739FCC37F742 (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { void *__d_args[4] = {0}; __d_args[0] = ___socket0; __d_args[1] = ___packet1; __d_args[2] = ___args2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // System.Void BestHTTP.SocketIO.Events.SocketIOCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOCallback_EndInvoke_m0472ABC2CBEB8E960502D94BC90F5722482C3DB7 (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Examples.SocketIOChatSample::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_Start_mEDA6B5DB0FA2E1F8A98C22765630E5E3466C7642 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOChatSample_OnLogin_m38A844540AB5CEC8C9586486DA808B0D02D1CEA9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOChatSample_OnNewMessage_m11AFAA3A4869E7FFC35A60A5EF206074FE790910_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOChatSample_OnStopTyping_mAB96A97E2B0BCAE60224CD844F43306637BC82C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOChatSample_OnTyping_m4364156E1623B5ED435366C32D6C4788D8F02F54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOChatSample_OnUserJoined_m6298181BB3996673BBE47F151C590A5303ABF6B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOChatSample_OnUserLeft_m690AF165D8F98C3A0472E8A4A14E5B4DE8051703_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CStartU3Eb__11_0_m60017576070E8B31AF2CDAB330EE1A840826A5D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2522B200396EDFABB4603B843C243BA25007C97E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral569A02DD32E9486342E09B03E314FC1B968B0E45); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E8C5F3047E7C46513AB5E89CF5D6F1758AE83E5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91DEC1B071F91795C3DB537542BC32769D6F3A40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA443288AEE0495A70F563F37473B4A6D1631A1CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA66885A69FE8E7420C368A3AE6EB241DC0396266); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD55BE08B36AE9D355EBA231CAF5702D5EEA0C5D5); s_Il2CppMethodInitialized = true; } SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * V_0 = NULL; SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * G_B2_0 = NULL; int32_t G_B2_1 = 0; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * G_B2_2 = NULL; SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * G_B1_0 = NULL; int32_t G_B1_1 = 0; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * G_B1_2 = NULL; { // State = ChatStates.Login; __this->set_State_6(0); // SocketOptions options = new SocketOptions(); SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_0 = (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 *)il2cpp_codegen_object_new(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403_il2cpp_TypeInfo_var); SocketOptions__ctor_m4DAAA714A1BB1C400CA15BADDF9E0DA0088902EB(L_0, /*hidden argument*/NULL); V_0 = L_0; // options.AutoConnect = false; SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_1 = V_0; NullCheck(L_1); SocketOptions_set_AutoConnect_mDE2B2B59AA2E9D5DB579C0AE49B38992695ED984_inline(L_1, (bool)0, /*hidden argument*/NULL); // options.ConnectWith = BestHTTP.SocketIO.Transports.TransportTypes.WebSocket; SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_2 = V_0; NullCheck(L_2); SocketOptions_set_ConnectWith_mD71CE48065AAC8A21804E0373089B91DBCE4C357_inline(L_2, 1, /*hidden argument*/NULL); // Manager = new SocketManager(new Uri("https://socket-io-chat.now.sh/socket.io/"), options); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_3, _stringLiteral7E8C5F3047E7C46513AB5E89CF5D6F1758AE83E5, /*hidden argument*/NULL); SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_4 = V_0; SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_5 = (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 *)il2cpp_codegen_object_new(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_il2cpp_TypeInfo_var); SocketManager__ctor_m78BCB3242E1ECCDED2ED6B050450C4581F1ED4F9(L_5, L_3, L_4, /*hidden argument*/NULL); __this->set_Manager_5(L_5); // Manager.Socket.On("login", OnLogin); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_6 = __this->get_Manager_5(); NullCheck(L_6); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_7; L_7 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_6, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_8 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_8, __this, (intptr_t)((intptr_t)SocketIOChatSample_OnLogin_m38A844540AB5CEC8C9586486DA808B0D02D1CEA9_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_7); Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C(L_7, _stringLiteral2522B200396EDFABB4603B843C243BA25007C97E, L_8, /*hidden argument*/NULL); // Manager.Socket.On("new message", OnNewMessage); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_9 = __this->get_Manager_5(); NullCheck(L_9); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_10; L_10 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_9, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_11 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_11, __this, (intptr_t)((intptr_t)SocketIOChatSample_OnNewMessage_m11AFAA3A4869E7FFC35A60A5EF206074FE790910_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_10); Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C(L_10, _stringLiteralA66885A69FE8E7420C368A3AE6EB241DC0396266, L_11, /*hidden argument*/NULL); // Manager.Socket.On("user joined", OnUserJoined); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_12 = __this->get_Manager_5(); NullCheck(L_12); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_13; L_13 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_12, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_14 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_14, __this, (intptr_t)((intptr_t)SocketIOChatSample_OnUserJoined_m6298181BB3996673BBE47F151C590A5303ABF6B2_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_13); Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C(L_13, _stringLiteral569A02DD32E9486342E09B03E314FC1B968B0E45, L_14, /*hidden argument*/NULL); // Manager.Socket.On("user left", OnUserLeft); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_15 = __this->get_Manager_5(); NullCheck(L_15); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_16; L_16 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_15, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_17 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_17, __this, (intptr_t)((intptr_t)SocketIOChatSample_OnUserLeft_m690AF165D8F98C3A0472E8A4A14E5B4DE8051703_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_16); Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C(L_16, _stringLiteralA443288AEE0495A70F563F37473B4A6D1631A1CE, L_17, /*hidden argument*/NULL); // Manager.Socket.On("typing", OnTyping); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_18 = __this->get_Manager_5(); NullCheck(L_18); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_19; L_19 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_18, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_20 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_20, __this, (intptr_t)((intptr_t)SocketIOChatSample_OnTyping_m4364156E1623B5ED435366C32D6C4788D8F02F54_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_19); Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C(L_19, _stringLiteralD55BE08B36AE9D355EBA231CAF5702D5EEA0C5D5, L_20, /*hidden argument*/NULL); // Manager.Socket.On("stop typing", OnStopTyping); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_21 = __this->get_Manager_5(); NullCheck(L_21); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_22; L_22 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_21, /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_23 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_23, __this, (intptr_t)((intptr_t)SocketIOChatSample_OnStopTyping_mAB96A97E2B0BCAE60224CD844F43306637BC82C0_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_22); Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C(L_22, _stringLiteral91DEC1B071F91795C3DB537542BC32769D6F3A40, L_23, /*hidden argument*/NULL); // Manager.Socket.On(SocketIOEventTypes.Error, (socket, packet, args) => Debug.LogError(string.Format("Error: {0}", args[0].ToString()))); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_24 = __this->get_Manager_5(); NullCheck(L_24); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_25; L_25 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336_il2cpp_TypeInfo_var); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_26 = ((U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336_il2cpp_TypeInfo_var))->get_U3CU3E9__11_0_1(); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_27 = L_26; G_B1_0 = L_27; G_B1_1 = 4; G_B1_2 = L_25; if (L_27) { G_B2_0 = L_27; G_B2_1 = 4; G_B2_2 = L_25; goto IL_0122; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336_il2cpp_TypeInfo_var); U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336 * L_28 = ((U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_29 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_29, L_28, (intptr_t)((intptr_t)U3CU3Ec_U3CStartU3Eb__11_0_m60017576070E8B31AF2CDAB330EE1A840826A5D1_RuntimeMethod_var), /*hidden argument*/NULL); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_30 = L_29; ((U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t64311135969D95C2DFCDCB03D3385FF74FCA5336_il2cpp_TypeInfo_var))->set_U3CU3E9__11_0_1(L_30); G_B2_0 = L_30; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_0122: { NullCheck(G_B2_2); Socket_On_m2CC6BB595CF355F91F1EC95816E2B2BEE488C3AA(G_B2_2, G_B2_1, G_B2_0, /*hidden argument*/NULL); // Manager.Open(); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_31 = __this->get_Manager_5(); NullCheck(L_31); SocketManager_Open_m96DF521F2BDB7E2623D0C51ECD75ACB571D5422C(L_31, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_OnDestroy_m1A7237653DE09E4CF06A64C0D4BA0AC5FB29B5E3 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method) { { // Manager.Close(); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_0 = __this->get_Manager_5(); NullCheck(L_0); SocketManager_Close_mE52B3EA81DB0927C51E60AC31022304CC6C96AC0(L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_Update_mD89A2C83983126987FD4E01A7F9D038ABA2E3324 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __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*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SampleSelector_t31F5275B64D54D15D7EE37473FFC00BE8F25FE4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91DEC1B071F91795C3DB537542BC32769D6F3A40); s_Il2CppMethodInitialized = true; } { // if (Input.GetKeyDown(KeyCode.Escape)) bool L_0; L_0 = Input_GetKeyDown_m476116696E71771641BBECBAB1A4C55E69018220(((int32_t)27), /*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // SampleSelector.SelectedSample.DestroyUnityObject(); SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605 * L_1 = ((SampleSelector_t31F5275B64D54D15D7EE37473FFC00BE8F25FE4D_StaticFields*)il2cpp_codegen_static_fields_for(SampleSelector_t31F5275B64D54D15D7EE37473FFC00BE8F25FE4D_il2cpp_TypeInfo_var))->get_SelectedSample_6(); NullCheck(L_1); SampleDescriptor_DestroyUnityObject_m35478A71930773D6A12F3C9B1F276930B100C167(L_1, /*hidden argument*/NULL); } IL_0013: { // if (typing) bool L_2 = __this->get_typing_11(); if (!L_2) { goto IL_005a; } } { // var typingTimer = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); // var timeDiff = typingTimer - lastTypingTime; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = __this->get_lastTypingTime_12(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_5; L_5 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_3, L_4, /*hidden argument*/NULL); // if (timeDiff >= TYPING_TIMER_LENGTH) TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6 = __this->get_TYPING_TIMER_LENGTH_4(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_7; L_7 = TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_005a; } } { // Manager.Socket.Emit("stop typing"); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_8 = __this->get_Manager_5(); NullCheck(L_8); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_9; L_9 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_8, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10; L_10 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_9); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_11; L_11 = Socket_Emit_mA7C7E576C19EFBA7DF0E8E9CF6E879341F10D19C(L_9, _stringLiteral91DEC1B071F91795C3DB537542BC32769D6F3A40, L_10, /*hidden argument*/NULL); // typing = false; __this->set_typing_11((bool)0); } IL_005a: { // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_OnGUI_m8E355A21C3AB2BE5DF9777BF9A4CF5634AD340C9 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // switch (State) int32_t L_0 = __this->get_State_6(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_000f; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0016; } } { return; } IL_000f: { // case ChatStates.Login: DrawLoginScreen(); break; SocketIOChatSample_DrawLoginScreen_m246F8CDDD1614C4C6581955786773FD8AE428B8B(__this, /*hidden argument*/NULL); // case ChatStates.Login: DrawLoginScreen(); break; return; } IL_0016: { // case ChatStates.Chat: DrawChatScreen(); break; SocketIOChatSample_DrawChatScreen_m5FB96CE9617E65EC242A9361E5943032C5FED149(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::DrawLoginScreen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_DrawLoginScreen_m246F8CDDD1614C4C6581955786773FD8AE428B8B (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOChatSample_U3CDrawLoginScreenU3Eb__15_0_mD29E7185421A66A65899CAD3726296E7504BEBBD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // GUIHelper.DrawArea(GUIHelper.ClientArea, true, () => // { // GUILayout.BeginVertical(); // GUILayout.FlexibleSpace(); // // GUIHelper.DrawCenteredText("What's your nickname?"); // userName = GUILayout.TextField(userName); // // if (GUILayout.Button("Join")) // SetUserName(); // // GUILayout.FlexibleSpace(); // GUILayout.EndVertical(); // }); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_0 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_ClientArea_3(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)SocketIOChatSample_U3CDrawLoginScreenU3Eb__15_0_mD29E7185421A66A65899CAD3726296E7504BEBBD_RuntimeMethod_var), /*hidden argument*/NULL); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(L_0, (bool)1, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::DrawChatScreen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_DrawChatScreen_m5FB96CE9617E65EC242A9361E5943032C5FED149 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOChatSample_U3CDrawChatScreenU3Eb__16_0_mA6A6FCCD7CAB3FBFE9A774E04FBC50B4504855C5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // GUIHelper.DrawArea(GUIHelper.ClientArea, true, () => // { // GUILayout.BeginVertical(); // scrollPos = GUILayout.BeginScrollView(scrollPos); // GUILayout.Label(chatLog, GUILayout.ExpandWidth(true), GUILayout.ExpandHeight(true)); // GUILayout.EndScrollView(); // // string typing = string.Empty; // // if (typingUsers.Count > 0) // { // typing += string.Format("{0}", typingUsers[0]); // // for (int i = 1; i < typingUsers.Count; ++i) // typing += string.Format(", {0}", typingUsers[i]); // // if (typingUsers.Count == 1) // typing += " is typing!"; // else // typing += " are typing!"; // } // // GUILayout.Label(typing); // // GUILayout.Label("Type here:"); // // GUILayout.BeginHorizontal(); // message = GUILayout.TextField(message); // // if (GUILayout.Button("Send", GUILayout.MaxWidth(100))) // SendMessage(); // GUILayout.EndHorizontal(); // // if (GUI.changed) // UpdateTyping(); // // GUILayout.EndVertical(); // }); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_0 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_ClientArea_3(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)SocketIOChatSample_U3CDrawChatScreenU3Eb__16_0_mA6A6FCCD7CAB3FBFE9A774E04FBC50B4504855C5_RuntimeMethod_var), /*hidden argument*/NULL); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(L_0, (bool)1, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::SetUserName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_SetUserName_mFAF28BA8FEEB25D3FA7D3076EEBB35F784B28744 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CB829485449F450BA8CCADD89A3220093398FDB); s_Il2CppMethodInitialized = true; } { // if (string.IsNullOrEmpty(userName)) String_t* L_0 = __this->get_userName_7(); bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { // return; return; } IL_000e: { // State = ChatStates.Chat; __this->set_State_6(1); // Manager.Socket.Emit("add user", userName); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_2 = __this->get_Manager_5(); NullCheck(L_2); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_3; L_3 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_2, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = __this->get_userName_7(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); NullCheck(L_3); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_7; L_7 = Socket_Emit_mA7C7E576C19EFBA7DF0E8E9CF6E879341F10D19C(L_3, _stringLiteral7CB829485449F450BA8CCADD89A3220093398FDB, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::SendMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_SendMessage_mC37AF298151DDCE3BCD6914F3D53A499AAEE6787 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F0FFDDC8674C5C887B8E87C739171F41080F062); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA66885A69FE8E7420C368A3AE6EB241DC0396266); s_Il2CppMethodInitialized = true; } { // if (string.IsNullOrEmpty(message)) String_t* L_0 = __this->get_message_8(); bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { // return; return; } IL_000e: { // Manager.Socket.Emit("new message", message); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_2 = __this->get_Manager_5(); NullCheck(L_2); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_3; L_3 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_2, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = __this->get_message_8(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); NullCheck(L_3); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_7; L_7 = Socket_Emit_mA7C7E576C19EFBA7DF0E8E9CF6E879341F10D19C(L_3, _stringLiteralA66885A69FE8E7420C368A3AE6EB241DC0396266, L_5, /*hidden argument*/NULL); // chatLog += string.Format("{0}: {1}\n", userName, message); String_t* L_8 = __this->get_chatLog_9(); String_t* L_9 = __this->get_userName_7(); String_t* L_10 = __this->get_message_8(); String_t* L_11; L_11 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral5F0FFDDC8674C5C887B8E87C739171F41080F062, L_9, L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_8, L_11, /*hidden argument*/NULL); __this->set_chatLog_9(L_12); // message = string.Empty; String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_message_8(L_13); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::UpdateTyping() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_UpdateTyping_mBDFF6582B214F67AC9E7281FA1276BC2A3C67BE3 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __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*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD55BE08B36AE9D355EBA231CAF5702D5EEA0C5D5); s_Il2CppMethodInitialized = true; } { // if (!typing) bool L_0 = __this->get_typing_11(); if (L_0) { goto IL_002a; } } { // typing = true; __this->set_typing_11((bool)1); // Manager.Socket.Emit("typing"); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_1 = __this->get_Manager_5(); NullCheck(L_1); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_2; L_2 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_1, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3; L_3 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_2); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_4; L_4 = Socket_Emit_mA7C7E576C19EFBA7DF0E8E9CF6E879341F10D19C(L_2, _stringLiteralD55BE08B36AE9D355EBA231CAF5702D5EEA0C5D5, L_3, /*hidden argument*/NULL); } IL_002a: { // lastTypingTime = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_lastTypingTime_12(L_5); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::addParticipantsMessage(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_addParticipantsMessage_m241E6A44D88BBDC844080903E2173A4DE7063EE8 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___data0, 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*)&Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CFB5BB68713D8BEA18A5F06E30E6614B629FE22); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35A57918B0BA7ABFB4C1E5980831CCF035B6675A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75256DD3E787D4E3A7D22FAEA0C7D06D868F6D30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77E15A8D30A95A9B18ED8DEBFF89DF7E12944AFB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int numUsers = Convert.ToInt32(data["numUsers"]); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_0 = ___data0; NullCheck(L_0); RuntimeObject * L_1; L_1 = Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D(L_0, _stringLiteral35A57918B0BA7ABFB4C1E5980831CCF035B6675A, /*hidden argument*/Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Convert_ToInt32_mFFEDED67681E3EC8705BCA890BBC206514431B4A(L_1, /*hidden argument*/NULL); V_0 = L_2; // if (numUsers == 1) int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_002c; } } { // chatLog += "there's 1 participant\n"; String_t* L_4 = __this->get_chatLog_9(); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_4, _stringLiteral77E15A8D30A95A9B18ED8DEBFF89DF7E12944AFB, /*hidden argument*/NULL); __this->set_chatLog_9(L_5); return; } IL_002c: { // chatLog += "there are " + numUsers + " participants\n"; String_t* L_6 = __this->get_chatLog_9(); String_t* L_7; L_7 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(L_6, _stringLiteral1CFB5BB68713D8BEA18A5F06E30E6614B629FE22, L_7, _stringLiteral75256DD3E787D4E3A7D22FAEA0C7D06D868F6D30, /*hidden argument*/NULL); __this->set_chatLog_9(L_8); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::addChatMessage(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_addChatMessage_mDDAB6E84E3229D39D04230DB5F6209FCA5330652 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F0FFDDC8674C5C887B8E87C739171F41080F062); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { // var username = data["username"] as string; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_0 = ___data0; NullCheck(L_0); RuntimeObject * L_1; L_1 = Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D(L_0, _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735, /*hidden argument*/Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); // var msg = data["message"] as string; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_2 = ___data0; NullCheck(L_2); RuntimeObject * L_3; L_3 = Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D(L_2, _stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964, /*hidden argument*/Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); // chatLog += string.Format("{0}: {1}\n", username, msg); String_t* L_4 = __this->get_chatLog_9(); String_t* L_5 = V_0; String_t* L_6 = V_1; String_t* L_7; L_7 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral5F0FFDDC8674C5C887B8E87C739171F41080F062, L_5, L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_4, L_7, /*hidden argument*/NULL); __this->set_chatLog_9(L_8); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::AddChatTyping(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_AddChatTyping_m52FD96BBFDD904457A5268A59D5D5BA1637F782D (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // var username = data["username"] as string; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_0 = ___data0; NullCheck(L_0); RuntimeObject * L_1; L_1 = Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D(L_0, _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735, /*hidden argument*/Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); // typingUsers.Add(username); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = __this->get_typingUsers_13(); String_t* L_3 = V_0; NullCheck(L_2); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_2, L_3, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::RemoveChatTyping(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_RemoveChatTyping_m9A45C86FBD7F3FB68B376A615665523C85928096 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_FindIndex_m53831DB002E9F413EE69D6722F54A54D11FE8CB4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mF6A5472156C6CDBD7737FB15168FD637ED470C73_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1__ctor_m6B6D8E35C0E83BBC784E881CCFA837ED78F48F14_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass23_0_U3CRemoveChatTypingU3Eb__0_m5B8B09908C0C804BC73D13BE6A80790A6C64E409_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass23_0_t60F19EADFAC744A28D82342AE890FB24FB54E88E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass23_0_t60F19EADFAC744A28D82342AE890FB24FB54E88E * V_0 = NULL; int32_t V_1 = 0; { U3CU3Ec__DisplayClass23_0_t60F19EADFAC744A28D82342AE890FB24FB54E88E * L_0 = (U3CU3Ec__DisplayClass23_0_t60F19EADFAC744A28D82342AE890FB24FB54E88E *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass23_0_t60F19EADFAC744A28D82342AE890FB24FB54E88E_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass23_0__ctor_mB988EB17AE839B41656188137C1511D0E714DEF9(L_0, /*hidden argument*/NULL); V_0 = L_0; // var username = data["username"] as string; U3CU3Ec__DisplayClass23_0_t60F19EADFAC744A28D82342AE890FB24FB54E88E * L_1 = V_0; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_2 = ___data0; NullCheck(L_2); RuntimeObject * L_3; L_3 = Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D(L_2, _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735, /*hidden argument*/Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); NullCheck(L_1); L_1->set_username_0(((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var))); // int idx = typingUsers.FindIndex((name) => name.Equals(username)); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_4 = __this->get_typingUsers_13(); U3CU3Ec__DisplayClass23_0_t60F19EADFAC744A28D82342AE890FB24FB54E88E * L_5 = V_0; Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * L_6 = (Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 *)il2cpp_codegen_object_new(Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3_il2cpp_TypeInfo_var); Predicate_1__ctor_m6B6D8E35C0E83BBC784E881CCFA837ED78F48F14(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass23_0_U3CRemoveChatTypingU3Eb__0_m5B8B09908C0C804BC73D13BE6A80790A6C64E409_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m6B6D8E35C0E83BBC784E881CCFA837ED78F48F14_RuntimeMethod_var); NullCheck(L_4); int32_t L_7; L_7 = List_1_FindIndex_m53831DB002E9F413EE69D6722F54A54D11FE8CB4(L_4, L_6, /*hidden argument*/List_1_FindIndex_m53831DB002E9F413EE69D6722F54A54D11FE8CB4_RuntimeMethod_var); V_1 = L_7; // if (idx != -1) int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)(-1)))) { goto IL_0044; } } { // typingUsers.RemoveAt(idx); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_9 = __this->get_typingUsers_13(); int32_t L_10 = V_1; NullCheck(L_9); List_1_RemoveAt_mF6A5472156C6CDBD7737FB15168FD637ED470C73(L_9, L_10, /*hidden argument*/List_1_RemoveAt_mF6A5472156C6CDBD7737FB15168FD637ED470C73_RuntimeMethod_var); } IL_0044: { // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::OnLogin(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_OnLogin_m38A844540AB5CEC8C9586486DA808B0D02D1CEA9 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B7AB9019CC2E63A096D4191DAF4AE23A46C969C); s_Il2CppMethodInitialized = true; } { // chatLog = "Welcome to Socket.IO Chat ? \n"; __this->set_chatLog_9(_stringLiteral8B7AB9019CC2E63A096D4191DAF4AE23A46C969C); // addParticipantsMessage(args[0] as Dictionary); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args2; NullCheck(L_0); int32_t L_1 = 0; RuntimeObject * L_2 = (L_0)->GetAt(static_cast(L_1)); SocketIOChatSample_addParticipantsMessage_m241E6A44D88BBDC844080903E2173A4DE7063EE8(__this, ((Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *)IsInstClass((RuntimeObject*)L_2, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::OnNewMessage(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_OnNewMessage_m11AFAA3A4869E7FFC35A60A5EF206074FE790910 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // addChatMessage(args[0] as Dictionary); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args2; NullCheck(L_0); int32_t L_1 = 0; RuntimeObject * L_2 = (L_0)->GetAt(static_cast(L_1)); SocketIOChatSample_addChatMessage_mDDAB6E84E3229D39D04230DB5F6209FCA5330652(__this, ((Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *)IsInstClass((RuntimeObject*)L_2, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::OnUserJoined(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_OnUserJoined_m6298181BB3996673BBE47F151C590A5303ABF6B2 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral692387DB6C65BB92178130653F11F999B07BD703); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735); s_Il2CppMethodInitialized = true; } Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * V_0 = NULL; String_t* V_1 = NULL; { // var data = args[0] as Dictionary; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args2; NullCheck(L_0); int32_t L_1 = 0; RuntimeObject * L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *)IsInstClass((RuntimeObject*)L_2, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var)); // var username = data["username"] as string; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D(L_3, _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735, /*hidden argument*/Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); // chatLog += string.Format("{0} joined\n", username); String_t* L_5 = __this->get_chatLog_9(); String_t* L_6 = V_1; String_t* L_7; L_7 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral692387DB6C65BB92178130653F11F999B07BD703, L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_5, L_7, /*hidden argument*/NULL); __this->set_chatLog_9(L_8); // addParticipantsMessage(data); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_9 = V_0; SocketIOChatSample_addParticipantsMessage_m241E6A44D88BBDC844080903E2173A4DE7063EE8(__this, L_9, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::OnUserLeft(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_OnUserLeft_m690AF165D8F98C3A0472E8A4A14E5B4DE8051703 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FE4821BD1BD7CC3623B927CA38BE9D17B6F3279); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735); s_Il2CppMethodInitialized = true; } Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * V_0 = NULL; String_t* V_1 = NULL; { // var data = args[0] as Dictionary; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args2; NullCheck(L_0); int32_t L_1 = 0; RuntimeObject * L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *)IsInstClass((RuntimeObject*)L_2, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var)); // var username = data["username"] as string; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D(L_3, _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735, /*hidden argument*/Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); // chatLog += string.Format("{0} left\n", username); String_t* L_5 = __this->get_chatLog_9(); String_t* L_6 = V_1; String_t* L_7; L_7 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral6FE4821BD1BD7CC3623B927CA38BE9D17B6F3279, L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_5, L_7, /*hidden argument*/NULL); __this->set_chatLog_9(L_8); // addParticipantsMessage(data); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_9 = V_0; SocketIOChatSample_addParticipantsMessage_m241E6A44D88BBDC844080903E2173A4DE7063EE8(__this, L_9, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::OnTyping(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_OnTyping_m4364156E1623B5ED435366C32D6C4788D8F02F54 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AddChatTyping(args[0] as Dictionary); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args2; NullCheck(L_0); int32_t L_1 = 0; RuntimeObject * L_2 = (L_0)->GetAt(static_cast(L_1)); SocketIOChatSample_AddChatTyping_m52FD96BBFDD904457A5268A59D5D5BA1637F782D(__this, ((Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *)IsInstClass((RuntimeObject*)L_2, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::OnStopTyping(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_OnStopTyping_mAB96A97E2B0BCAE60224CD844F43306637BC82C0 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RemoveChatTyping(args[0] as Dictionary); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args2; NullCheck(L_0); int32_t L_1 = 0; RuntimeObject * L_2 = (L_0)->GetAt(static_cast(L_1)); SocketIOChatSample_RemoveChatTyping_m9A45C86FBD7F3FB68B376A615665523C85928096(__this, ((Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *)IsInstClass((RuntimeObject*)L_2, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample__ctor_mF3D3FFF33CEAEDEA22D9DA6EEFF4D1A60C1CD9F1 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly TimeSpan TYPING_TIMER_LENGTH = TimeSpan.FromMilliseconds(700); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC((700.0), /*hidden argument*/NULL); __this->set_TYPING_TIMER_LENGTH_4(L_0); // private string userName = string.Empty; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_userName_7(L_1); // private string message = string.Empty; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_message_8(L_2); // private string chatLog = string.Empty; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_chatLog_9(L_3); // private DateTime lastTypingTime = DateTime.MinValue; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_lastTypingTime_12(L_4); // private List typingUsers = new List(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_5 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_5, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); __this->set_typingUsers_13(L_5); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::b__15_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_U3CDrawLoginScreenU3Eb__15_0_mD29E7185421A66A65899CAD3726296E7504BEBBD (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62960D7C80C652A39F7FFFE68325C4BB8ADACE92); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DE4DA2560E889ADFDF93B3988AF2A52A412B16D); s_Il2CppMethodInitialized = true; } { // GUILayout.BeginVertical(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_0; L_0 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginVertical_mE0941591491BBDAA25FF7CD48415750FD08D10ED(L_0, /*hidden argument*/NULL); // GUILayout.FlexibleSpace(); GUILayout_FlexibleSpace_m357E849C21221E7C1F3F6D4D873AE5E9C4311000(/*hidden argument*/NULL); // GUIHelper.DrawCenteredText("What's your nickname?"); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); GUIHelper_DrawCenteredText_mDF60B04F2BADFC231C6DC3E1DDAABCF6965F0C16(_stringLiteral62960D7C80C652A39F7FFFE68325C4BB8ADACE92, /*hidden argument*/NULL); // userName = GUILayout.TextField(userName); String_t* L_1 = __this->get_userName_7(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_2; L_2 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); String_t* L_3; L_3 = GUILayout_TextField_mC9C6AA168E42FD26C48D770E5F4A3E7FC36C823D(L_1, L_2, /*hidden argument*/NULL); __this->set_userName_7(L_3); // if (GUILayout.Button("Join")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_4; L_4 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_5; L_5 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteral8DE4DA2560E889ADFDF93B3988AF2A52A412B16D, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0046; } } { // SetUserName(); SocketIOChatSample_SetUserName_mFAF28BA8FEEB25D3FA7D3076EEBB35F784B28744(__this, /*hidden argument*/NULL); } IL_0046: { // GUILayout.FlexibleSpace(); GUILayout_FlexibleSpace_m357E849C21221E7C1F3F6D4D873AE5E9C4311000(/*hidden argument*/NULL); // GUILayout.EndVertical(); GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD(/*hidden argument*/NULL); // }); return; } } // System.Void BestHTTP.Examples.SocketIOChatSample::b__16_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOChatSample_U3CDrawChatScreenU3Eb__16_0_mA6A6FCCD7CAB3FBFE9A774E04FBC50B4504855C5 (SocketIOChatSample_t1EF6E1B3C4D50547CAE9530FB708285BAD162A01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral096D3AE80221780C8B99086F76C32970F9647C57); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CD944B0ADBEE8940441F92D2E8D48F49A430A31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral874FF16A89CACFAF5E7E7B0E364B489D5FFBC4A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC740CA2C6483814A1BF1E5922B73D9F4AFE93E72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { // GUILayout.BeginVertical(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_0; L_0 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginVertical_mE0941591491BBDAA25FF7CD48415750FD08D10ED(L_0, /*hidden argument*/NULL); // scrollPos = GUILayout.BeginScrollView(scrollPos); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = __this->get_scrollPos_10(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_2; L_2 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3; L_3 = GUILayout_BeginScrollView_m6C15A5A84E90A20AF0BE9433B8BFF573619C925A(L_1, L_2, /*hidden argument*/NULL); __this->set_scrollPos_10(L_3); // GUILayout.Label(chatLog, GUILayout.ExpandWidth(true), GUILayout.ExpandHeight(true)); String_t* L_4 = __this->get_chatLog_9(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_5 = (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)SZArrayNew(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var, (uint32_t)2); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_6 = L_5; GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * L_7; L_7 = GUILayout_ExpandWidth_m6A1F7C7E400309F44A3D1AF91CC31FB6D49857D6((bool)1, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB *)L_7); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_8 = L_6; GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * L_9; L_9 = GUILayout_ExpandHeight_m737A907C656C80DC5F5BC910B6E8452C43C5F094((bool)1, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB *)L_9); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_4, L_8, /*hidden argument*/NULL); // GUILayout.EndScrollView(); GUILayout_EndScrollView_m7A2EFB6B6DFC43302979FD6E2AF032C0D21BA163(/*hidden argument*/NULL); // string typing = string.Empty; String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_10; // if (typingUsers.Count > 0) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_11 = __this->get_typingUsers_13(); NullCheck(L_11); int32_t L_12; L_12 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_11, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_00d4; } } { // typing += string.Format("{0}", typingUsers[0]); String_t* L_13 = V_0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_14 = __this->get_typingUsers_13(); NullCheck(L_14); String_t* L_15; L_15 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_14, 0, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); String_t* L_16; L_16 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94, L_15, /*hidden argument*/NULL); String_t* L_17; L_17 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_13, L_16, /*hidden argument*/NULL); V_0 = L_17; // for (int i = 1; i < typingUsers.Count; ++i) V_1 = 1; goto IL_009e; } IL_007d: { // typing += string.Format(", {0}", typingUsers[i]); String_t* L_18 = V_0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_19 = __this->get_typingUsers_13(); int32_t L_20 = V_1; NullCheck(L_19); String_t* L_21; L_21 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_19, L_20, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); String_t* L_22; L_22 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralC740CA2C6483814A1BF1E5922B73D9F4AFE93E72, L_21, /*hidden argument*/NULL); String_t* L_23; L_23 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_18, L_22, /*hidden argument*/NULL); V_0 = L_23; // for (int i = 1; i < typingUsers.Count; ++i) int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_009e: { // for (int i = 1; i < typingUsers.Count; ++i) int32_t L_25 = V_1; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_26 = __this->get_typingUsers_13(); NullCheck(L_26); int32_t L_27; L_27 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_26, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_007d; } } { // if (typingUsers.Count == 1) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_28 = __this->get_typingUsers_13(); NullCheck(L_28); int32_t L_29; L_29 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_28, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((!(((uint32_t)L_29) == ((uint32_t)1)))) { goto IL_00c8; } } { // typing += " is typing!"; String_t* L_30 = V_0; String_t* L_31; L_31 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_30, _stringLiteral6CD944B0ADBEE8940441F92D2E8D48F49A430A31, /*hidden argument*/NULL); V_0 = L_31; goto IL_00d4; } IL_00c8: { // typing += " are typing!"; String_t* L_32 = V_0; String_t* L_33; L_33 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_32, _stringLiteral874FF16A89CACFAF5E7E7B0E364B489D5FFBC4A3, /*hidden argument*/NULL); V_0 = L_33; } IL_00d4: { // GUILayout.Label(typing); String_t* L_34 = V_0; GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_35; L_35 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_34, L_35, /*hidden argument*/NULL); // GUILayout.Label("Type here:"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_36; L_36 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral096D3AE80221780C8B99086F76C32970F9647C57, L_36, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_37; L_37 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_37, /*hidden argument*/NULL); // message = GUILayout.TextField(message); String_t* L_38 = __this->get_message_8(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_39; L_39 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); String_t* L_40; L_40 = GUILayout_TextField_mC9C6AA168E42FD26C48D770E5F4A3E7FC36C823D(L_38, L_39, /*hidden argument*/NULL); __this->set_message_8(L_40); // if (GUILayout.Button("Send", GUILayout.MaxWidth(100))) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_41 = (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)SZArrayNew(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var, (uint32_t)1); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_42 = L_41; GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * L_43; L_43 = GUILayout_MaxWidth_mE6C754AB0A4366AB7E0BECE6D85A254CA7E553FB((100.0f), /*hidden argument*/NULL); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_43); (L_42)->SetAt(static_cast(0), (GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB *)L_43); bool L_44; L_44 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D, L_42, /*hidden argument*/NULL); if (!L_44) { goto IL_0133; } } { // SendMessage(); SocketIOChatSample_SendMessage_mC37AF298151DDCE3BCD6914F3D53A499AAEE6787(__this, /*hidden argument*/NULL); } IL_0133: { // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // if (GUI.changed) IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); bool L_45; L_45 = GUI_get_changed_m4CECD613B60F4ADCF5F4D36412CF78EFBDC25309(/*hidden argument*/NULL); if (!L_45) { goto IL_0145; } } { // UpdateTyping(); SocketIOChatSample_UpdateTyping_mBDFF6582B214F67AC9E7281FA1276BC2A3C67BE3(__this, /*hidden argument*/NULL); } IL_0145: { // GUILayout.EndVertical(); GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD(/*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 JC.SocketIO.SocketIOClient::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_OnDestroy_m1AE10A7DF83CC0B29CE6FB0198E704B0D1AD24B6 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, const RuntimeMethod* method) { { // if (_ws != null) { WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get__ws_4(); if (!L_0) { goto IL_001a; } } { // _ws.Close(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = __this->get__ws_4(); NullCheck(L_1); WebSocket_Close_m8A319E140E81A844241C8078CA8BB4483D7A5B71(L_1, /*hidden argument*/NULL); // _ws = null; __this->set__ws_4((WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)NULL); } IL_001a: { // } return; } } // System.Void JC.SocketIO.SocketIOClient::connectServer(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_connectServer_mC31294A075EE070E5ACAF4A8E3EEA1C6950234EB (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, String_t* ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOClient_U3CconnectServerU3Eb__3_0_mE1C7155B0E667A7DB31D4C4624E4F9B80F28A6F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOClient_U3CconnectServerU3Eb__3_1_m2D64A2C7C9E819EBBB533EDA897BF7A5FB90BCA5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOClient_U3CconnectServerU3Eb__3_2_m0F1DB4FFAF2610911580D0358272C8D85572FB20_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOClient_U3CconnectServerU3Eb__3_3_mAB3A8DADE52EC0AC0B4C442FDE3EEF9835270BAA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this._uri = uri; String_t* L_0 = ___uri0; __this->set__uri_5(L_0); // this._ws = new WebSocket(new Uri(this._uri)); String_t* L_1 = __this->get__uri_5(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_2, L_1, /*hidden argument*/NULL); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_3 = (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)il2cpp_codegen_object_new(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54_il2cpp_TypeInfo_var); WebSocket__ctor_mF94F9C5C6B59FC682552C471D0033F6225A6D7C2(L_3, L_2, /*hidden argument*/NULL); __this->set__ws_4(L_3); // this._ws.StartPingThread = true; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_4 = __this->get__ws_4(); NullCheck(L_4); WebSocket_set_StartPingThread_mAB3DEE4DA06789FDFBC535D55205CFEC1680E374_inline(L_4, (bool)1, /*hidden argument*/NULL); // this._ws.OnOpen += delegate(WebSocket webSocket) { // loadEntity(); // }; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_5 = __this->get__ws_4(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_6 = L_5; NullCheck(L_6); OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * L_7 = L_6->get_OnOpen_6(); OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 * L_8 = (OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)il2cpp_codegen_object_new(OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var); OnWebSocketOpenDelegate__ctor_m41EF04651BDCB7E1470BE2EFED94001BA455B835(L_8, __this, (intptr_t)((intptr_t)SocketIOClient_U3CconnectServerU3Eb__3_3_mAB3A8DADE52EC0AC0B4C442FDE3EEF9835270BAA_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_9; L_9 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_OnOpen_6(((OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99 *)CastclassSealed((RuntimeObject*)L_9, OnWebSocketOpenDelegate_tB1BD83D2099E35F31BBF5434F65233E00C98ED99_il2cpp_TypeInfo_var))); // this._ws.OnClosed = delegate(WebSocket webSocket, UInt16 code, string message) { // destroyEntity(); // }; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_10 = __this->get__ws_4(); OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E * L_11 = (OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E *)il2cpp_codegen_object_new(OnWebSocketClosedDelegate_tF02BA8B20B6F7BC872462EF540A56C21763BC89E_il2cpp_TypeInfo_var); OnWebSocketClosedDelegate__ctor_mAC93202E166C46282DA14652C10B50086BFD7EBC(L_11, __this, (intptr_t)((intptr_t)SocketIOClient_U3CconnectServerU3Eb__3_0_mE1C7155B0E667A7DB31D4C4624E4F9B80F28A6F2_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_10); L_10->set_OnClosed_9(L_11); // this._ws.OnError = delegate(WebSocket webSocket, Exception ex) { // destroyEntity(); // }; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_12 = __this->get__ws_4(); OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 * L_13 = (OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9 *)il2cpp_codegen_object_new(OnWebSocketErrorDelegate_tDE8EBD450915ABD57853D0E42B543513EF3995A9_il2cpp_TypeInfo_var); OnWebSocketErrorDelegate__ctor_m8E2E29B35BEF26D9B5E51C13D6A6C0AD3BEE2865(L_13, __this, (intptr_t)((intptr_t)SocketIOClient_U3CconnectServerU3Eb__3_1_m2D64A2C7C9E819EBBB533EDA897BF7A5FB90BCA5_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_12); L_12->set_OnError_10(L_13); // this._ws.OnMessage = delegate(WebSocket webSocket, string message) { // this.invoke(JsonConvert.DeserializeObject(message)); // }; WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_14 = __this->get__ws_4(); OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 * L_15 = (OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8 *)il2cpp_codegen_object_new(OnWebSocketMessageDelegate_t3B373DE13EE21CBBBE18F76354F5FC9CA14B84E8_il2cpp_TypeInfo_var); OnWebSocketMessageDelegate__ctor_mB16229D07BBDA42D628F5080D58205065DECD8CC(L_15, __this, (intptr_t)((intptr_t)SocketIOClient_U3CconnectServerU3Eb__3_2_m0F1DB4FFAF2610911580D0358272C8D85572FB20_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_14); L_14->set_OnMessage_7(L_15); // this._ws.Open(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_16 = __this->get__ws_4(); NullCheck(L_16); WebSocket_Open_m00ABAA7ACD966403918B02E41BBEB243E866686B(L_16, /*hidden argument*/NULL); // } return; } } // System.Void JC.SocketIO.SocketIOClient::reconnectServer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_reconnectServer_m9C3DE7B2C51688DF5F72F767280DE5EA3BE085CC (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, const RuntimeMethod* method) { { // if (_ws != null) { WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_0 = __this->get__ws_4(); if (!L_0) { goto IL_001a; } } { // _ws.Close(); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_1 = __this->get__ws_4(); NullCheck(L_1); WebSocket_Close_m8A319E140E81A844241C8078CA8BB4483D7A5B71(L_1, /*hidden argument*/NULL); // _ws = null; __this->set__ws_4((WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 *)NULL); } IL_001a: { // if (_uri != null) { String_t* L_2 = __this->get__uri_5(); if (!L_2) { goto IL_002e; } } { // connectServer(_uri); String_t* L_3 = __this->get__uri_5(); SocketIOClient_connectServer_mC31294A075EE070E5ACAF4A8E3EEA1C6950234EB(__this, L_3, /*hidden argument*/NULL); } IL_002e: { // } return; } } // System.Void JC.SocketIO.SocketIOClient::onLoad() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_onLoad_m3E4EB176DD07A18ACED8720334EAB0F5080F2F3B (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, const RuntimeMethod* method) { { // public virtual void onLoad() {} return; } } // System.Void JC.SocketIO.SocketIOClient::onReload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_onReload_mC49098092A09D9DFC8972A27A79264B375A19C37 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, const RuntimeMethod* method) { { // public virtual void onReload() {} return; } } // System.Void JC.SocketIO.SocketIOClient::onDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_onDestroy_mB309FB0AD144DEEFDB9327C4956371690796CD13 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, const RuntimeMethod* method) { { // public virtual void onDestroy() {} return; } } // System.Void JC.SocketIO.SocketIOClient::onMiss() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_onMiss_m1DE2D9600173D442B32978B17F2B2A29FEE58CD8 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, const RuntimeMethod* method) { { // public virtual void onMiss() {} return; } } // System.Void JC.SocketIO.SocketIOClient::call(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_call_m2D1D53874151A6FFF88B6555FD818C1E32F59134 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, String_t* ___func0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * V_0 = NULL; { // if (!isValid) return; bool L_0 = __this->get_isValid_6(); if (L_0) { goto IL_0009; } } { // if (!isValid) return; return; } IL_0009: { // DataPack dataPack = new DataPack(); DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * L_1 = (DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C *)il2cpp_codegen_object_new(DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C_il2cpp_TypeInfo_var); DataPack__ctor_m7D4BF2C192401BD28AE33F9561A5356733736738(L_1, /*hidden argument*/NULL); V_0 = L_1; // dataPack.type = 1; DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * L_2 = V_0; NullCheck(L_2); L_2->set_type_0(1); // dataPack.func = func; DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * L_3 = V_0; String_t* L_4 = ___func0; NullCheck(L_3); L_3->set_func_1(L_4); // dataPack.args = Utility.FormatArgs(args); DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * L_5 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = ___args1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7; L_7 = Utility_FormatArgs_m64C7DE6A42E9696802A75622800DBECEAED41BD0(L_6, /*hidden argument*/NULL); NullCheck(L_5); L_5->set_args_2(L_7); // _ws.Send(JsonConvert.SerializeObject(dataPack)); WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * L_8 = __this->get__ws_4(); DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_10; L_10 = JsonConvert_SerializeObject_mA1CE7826146AD4F03BAEC589ED87E3DB5C2182F0(L_9, /*hidden argument*/NULL); NullCheck(L_8); WebSocket_Send_m0D44D2CE56DB75C305509A4E0E11F9A7CA51D8AC(L_8, L_10, /*hidden argument*/NULL); // } return; } } // System.Void JC.SocketIO.SocketIOClient::invoke(JC.SocketIO.SocketIOClient/DataPack) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_invoke_mE19EDF4AD500F0B59E38D48A8059ECFEE3D6D7D4 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * ___dataPack0, const RuntimeMethod* method) { MethodInfo_t * V_0 = NULL; { // if (dataPack.type == 1) { DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * L_0 = ___dataPack0; NullCheck(L_0); int32_t L_1 = L_0->get_type_0(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_003a; } } { // System.Reflection.MethodInfo method = this.GetType().GetMethod(dataPack.func); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * L_3 = ___dataPack0; NullCheck(L_3); String_t* L_4 = L_3->get_func_1(); NullCheck(L_2); MethodInfo_t * L_5; L_5 = Type_GetMethod_mDD47332AAF3036AAFC4C6626A999A452E7143DCF(L_2, L_4, /*hidden argument*/NULL); V_0 = L_5; // Utility.FormatArgsType(dataPack.args, method.GetParameters()); DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * L_6 = ___dataPack0; NullCheck(L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6->get_args_2(); MethodInfo_t * L_8 = V_0; NullCheck(L_8); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_9; L_9 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(19 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_8); Utility_FormatArgsType_mAF05D8C1ED8A4BACD6FC009E891BE876F91E232E(L_7, L_9, /*hidden argument*/NULL); // method.Invoke(this, dataPack.args); MethodInfo_t * L_10 = V_0; DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * L_11 = ___dataPack0; NullCheck(L_11); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11->get_args_2(); NullCheck(L_10); RuntimeObject * L_13; L_13 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_10, __this, L_12, /*hidden argument*/NULL); } IL_003a: { // } return; } } // System.Void JC.SocketIO.SocketIOClient::loadEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_loadEntity_mC6B9EBAC45329E444CF8183CB8B529F8BD77ED71 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // this.isValid = true; __this->set_isValid_6((bool)1); } IL_0007: try {// begin try (depth: 1) { // if (this.loaded) { bool L_0 = __this->get_loaded_7(); if (!L_0) { goto IL_0017; } } IL_000f: { // this.onReload(); VirtualActionInvoker0::Invoke(6 /* System.Void JC.SocketIO.SocketIOClient::onReload() */, __this); // } else { goto IL_001d; } IL_0017: { // this.onLoad(); VirtualActionInvoker0::Invoke(5 /* System.Void JC.SocketIO.SocketIOClient::onLoad() */, __this); } IL_001d: { // } catch (Exception e) { Debug.LogError(e.Message); } goto IL_002b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001f; } throw e; } CATCH_001f: {// begin catch(System.Exception) // } catch (Exception e) { Debug.LogError(e.Message); } NullCheck(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_1, /*hidden argument*/NULL); // } catch (Exception e) { Debug.LogError(e.Message); } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002b; }// end catch (depth: 1) IL_002b: { // this.loaded = true; __this->set_loaded_7((bool)1); // } return; } } // System.Void JC.SocketIO.SocketIOClient::destroyEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_destroyEntity_mB909139366A07ED1BBC5989AD772B85895CAD483 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // if (this.isValid) { bool L_0 = __this->get_isValid_6(); if (!L_0) { goto IL_0017; } } IL_0008: { // this.isValid = false; __this->set_isValid_6((bool)0); // this.onDestroy(); VirtualActionInvoker0::Invoke(7 /* System.Void JC.SocketIO.SocketIOClient::onDestroy() */, __this); // } else { goto IL_001d; } IL_0017: { // this.onMiss(); VirtualActionInvoker0::Invoke(8 /* System.Void JC.SocketIO.SocketIOClient::onMiss() */, __this); } IL_001d: { // } catch (Exception e) { Debug.LogError(e.Message); } goto IL_002b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001f; } throw e; } CATCH_001f: {// begin catch(System.Exception) // } catch (Exception e) { Debug.LogError(e.Message); } NullCheck(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_1, /*hidden argument*/NULL); // } catch (Exception e) { Debug.LogError(e.Message); } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002b; }// end catch (depth: 1) IL_002b: { // } return; } } // System.Void JC.SocketIO.SocketIOClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient__ctor_m05293CFC3FAC0EBB014434D52FC6CAE84621A401 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void JC.SocketIO.SocketIOClient::b__3_3(BestHTTP.WebSocket.WebSocket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_U3CconnectServerU3Eb__3_3_mAB3A8DADE52EC0AC0B4C442FDE3EEF9835270BAA (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, const RuntimeMethod* method) { { // loadEntity(); SocketIOClient_loadEntity_mC6B9EBAC45329E444CF8183CB8B529F8BD77ED71(__this, /*hidden argument*/NULL); // }; return; } } // System.Void JC.SocketIO.SocketIOClient::b__3_0(BestHTTP.WebSocket.WebSocket,System.UInt16,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_U3CconnectServerU3Eb__3_0_mE1C7155B0E667A7DB31D4C4624E4F9B80F28A6F2 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, uint16_t ___code1, String_t* ___message2, const RuntimeMethod* method) { { // destroyEntity(); SocketIOClient_destroyEntity_mB909139366A07ED1BBC5989AD772B85895CAD483(__this, /*hidden argument*/NULL); // }; return; } } // System.Void JC.SocketIO.SocketIOClient::b__3_1(BestHTTP.WebSocket.WebSocket,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_U3CconnectServerU3Eb__3_1_m2D64A2C7C9E819EBBB533EDA897BF7A5FB90BCA5 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, Exception_t * ___ex1, const RuntimeMethod* method) { { // destroyEntity(); SocketIOClient_destroyEntity_mB909139366A07ED1BBC5989AD772B85895CAD483(__this, /*hidden argument*/NULL); // }; return; } } // System.Void JC.SocketIO.SocketIOClient::b__3_2(BestHTTP.WebSocket.WebSocket,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_U3CconnectServerU3Eb__3_2_m0F1DB4FFAF2610911580D0358272C8D85572FB20 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket0, String_t* ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisDataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C_m605256AEF69AB833DCF05C58E74DD971CF8A2E1B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.invoke(JsonConvert.DeserializeObject(message)); String_t* L_0 = ___message1; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); DataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C * L_1; L_1 = JsonConvert_DeserializeObject_TisDataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C_m605256AEF69AB833DCF05C58E74DD971CF8A2E1B(L_0, /*hidden argument*/JsonConvert_DeserializeObject_TisDataPack_t8079D3C2200BF2F876861DC0F708A72C41AF812C_m605256AEF69AB833DCF05C58E74DD971CF8A2E1B_RuntimeMethod_var); SocketIOClient_invoke_mE19EDF4AD500F0B59E38D48A8059ECFEE3D6D7D4(__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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Examples.SocketIOWePlaySample::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_Start_m47CFCFCEF2E80314F6EB600363172ACB44154B7A (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOWePlaySample_OnConnected_mF7EB938126C826D3E488C8EE6EEFAF9D17FA06CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOWePlaySample_OnConnections_mF9A934748948C52E608F16D00C67EC208D228F7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOWePlaySample_OnError_m3BF08192CE9D963B222D70A6103E7FC9E0902D94_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOWePlaySample_OnFrame_mF2A81CCE2E24E87E0FC4A3411E4724815523016F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOWePlaySample_OnJoin_m9FC9DF24402BB6F95D885309A6D8F4A17F53F47E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOWePlaySample_OnJoined_m59AF642EFB1821C6023E24D134FC060FEFD99CD1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOWePlaySample_OnMessage_m76422E5B67BB3104C44E6E4055409C300389A736_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOWePlaySample_OnMove_m89BCE7EFFB30CA4B23A3DA3CDF1451C94DD88090_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOWePlaySample_OnReload_m85BAA7BB9A0557A9665BF9771FF749CA93628463_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06C011206E3BA3D0C859CC98AA4C81026E5D85D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3731DA0505180FD97FEB16EAF01FB23D94316C99); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C2DFAF338AEE77737D48BE178A4B2AE944A20A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CB9914B11AF24DE255FF07DB9C53AB3C0A7206D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1AB6616BF9578984C009BCD6A188E983662EB37); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE18B612F2CEC49FD22137D4676C2F419D6CF46D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEECEAAC359EDB2E91D0F46F3CA9A65F47527BC5C); s_Il2CppMethodInitialized = true; } SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * V_0 = NULL; SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * V_1 = NULL; { // SocketOptions options = new SocketOptions(); SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_0 = (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 *)il2cpp_codegen_object_new(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403_il2cpp_TypeInfo_var); SocketOptions__ctor_m4DAAA714A1BB1C400CA15BADDF9E0DA0088902EB(L_0, /*hidden argument*/NULL); V_0 = L_0; // options.AutoConnect = false; SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_1 = V_0; NullCheck(L_1); SocketOptions_set_AutoConnect_mDE2B2B59AA2E9D5DB579C0AE49B38992695ED984_inline(L_1, (bool)0, /*hidden argument*/NULL); // var manager = new SocketManager(new Uri("http://io.weplay.io/socket.io/"), options); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_2, _stringLiteral4C2DFAF338AEE77737D48BE178A4B2AE944A20A1, /*hidden argument*/NULL); SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_3 = V_0; SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_4 = (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 *)il2cpp_codegen_object_new(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_il2cpp_TypeInfo_var); SocketManager__ctor_m78BCB3242E1ECCDED2ED6B050450C4581F1ED4F9(L_4, L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; // Socket = manager.Socket; SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_5 = V_1; NullCheck(L_5); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_6; L_6 = SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69(L_5, /*hidden argument*/NULL); __this->set_Socket_8(L_6); // Socket.On(SocketIOEventTypes.Connect, OnConnected); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_7 = __this->get_Socket_8(); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_8 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_8, __this, (intptr_t)((intptr_t)SocketIOWePlaySample_OnConnected_mF7EB938126C826D3E488C8EE6EEFAF9D17FA06CF_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_7); Socket_On_m2CC6BB595CF355F91F1EC95816E2B2BEE488C3AA(L_7, 0, L_8, /*hidden argument*/NULL); // Socket.On("joined", OnJoined); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_9 = __this->get_Socket_8(); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_10 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_10, __this, (intptr_t)((intptr_t)SocketIOWePlaySample_OnJoined_m59AF642EFB1821C6023E24D134FC060FEFD99CD1_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_9); Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C(L_9, _stringLiteral3731DA0505180FD97FEB16EAF01FB23D94316C99, L_10, /*hidden argument*/NULL); // Socket.On("connections", OnConnections); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_11 = __this->get_Socket_8(); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_12 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_12, __this, (intptr_t)((intptr_t)SocketIOWePlaySample_OnConnections_mF9A934748948C52E608F16D00C67EC208D228F7E_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_11); Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C(L_11, _stringLiteral5CB9914B11AF24DE255FF07DB9C53AB3C0A7206D, L_12, /*hidden argument*/NULL); // Socket.On("join", OnJoin); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_13 = __this->get_Socket_8(); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_14 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_14, __this, (intptr_t)((intptr_t)SocketIOWePlaySample_OnJoin_m9FC9DF24402BB6F95D885309A6D8F4A17F53F47E_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_13); Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C(L_13, _stringLiteral06C011206E3BA3D0C859CC98AA4C81026E5D85D7, L_14, /*hidden argument*/NULL); // Socket.On("move", OnMove); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_15 = __this->get_Socket_8(); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_16 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_16, __this, (intptr_t)((intptr_t)SocketIOWePlaySample_OnMove_m89BCE7EFFB30CA4B23A3DA3CDF1451C94DD88090_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_15); Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C(L_15, _stringLiteralEECEAAC359EDB2E91D0F46F3CA9A65F47527BC5C, L_16, /*hidden argument*/NULL); // Socket.On("message", OnMessage); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_17 = __this->get_Socket_8(); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_18 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_18, __this, (intptr_t)((intptr_t)SocketIOWePlaySample_OnMessage_m76422E5B67BB3104C44E6E4055409C300389A736_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_17); Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C(L_17, _stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964, L_18, /*hidden argument*/NULL); // Socket.On("reload", OnReload); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_19 = __this->get_Socket_8(); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_20 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_20, __this, (intptr_t)((intptr_t)SocketIOWePlaySample_OnReload_m85BAA7BB9A0557A9665BF9771FF749CA93628463_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_19); Socket_On_mE2EEE5BD776FBB01403C372BF6BA8CB7B1F4E05C(L_19, _stringLiteralE18B612F2CEC49FD22137D4676C2F419D6CF46D5, L_20, /*hidden argument*/NULL); // Socket.On("frame", OnFrame, /*autoDecodePayload:*/ false); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_21 = __this->get_Socket_8(); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_22 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_22, __this, (intptr_t)((intptr_t)SocketIOWePlaySample_OnFrame_mF2A81CCE2E24E87E0FC4A3411E4724815523016F_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_21); Socket_On_m63CC4CD3C82BB71896434F6B55EEE91A51758535(L_21, _stringLiteralD1AB6616BF9578984C009BCD6A188E983662EB37, L_22, (bool)0, /*hidden argument*/NULL); // Socket.On(SocketIOEventTypes.Error, OnError); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_23 = __this->get_Socket_8(); SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE * L_24 = (SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE *)il2cpp_codegen_object_new(SocketIOCallback_t2E4647A38BBCF4B57BD4F6B96AF0FED855921ABE_il2cpp_TypeInfo_var); SocketIOCallback__ctor_mE3442DFAE53E84EE44F70D1C681F50318DFCD1C9(L_24, __this, (intptr_t)((intptr_t)SocketIOWePlaySample_OnError_m3BF08192CE9D963B222D70A6103E7FC9E0902D94_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_23); Socket_On_m2CC6BB595CF355F91F1EC95816E2B2BEE488C3AA(L_23, 4, L_24, /*hidden argument*/NULL); // manager.Open(); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_25 = V_1; NullCheck(L_25); SocketManager_Open_m96DF521F2BDB7E2623D0C51ECD75ACB571D5422C(L_25, /*hidden argument*/NULL); // State = States.Connecting; __this->set_State_7(0); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_OnDestroy_m607DDFE753D07E60B8E59F0A86589D5AE22ECCFA (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method) { { // Socket.Manager.Close(); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_0 = __this->get_Socket_8(); NullCheck(L_0); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_1; L_1 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); SocketManager_Close_mE52B3EA81DB0927C51E60AC31022304CC6C96AC0(L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_Update_mC1053B515FA562AB86590C1536E597F8E2FBE1DC (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SampleSelector_t31F5275B64D54D15D7EE37473FFC00BE8F25FE4D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Input.GetKeyDown(KeyCode.Escape)) bool L_0; L_0 = Input_GetKeyDown_m476116696E71771641BBECBAB1A4C55E69018220(((int32_t)27), /*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { // SampleSelector.SelectedSample.DestroyUnityObject(); SampleDescriptor_t4EE23B4B2BD910B8C4A53E2E2B3D9168E370D605 * L_1 = ((SampleSelector_t31F5275B64D54D15D7EE37473FFC00BE8F25FE4D_StaticFields*)il2cpp_codegen_static_fields_for(SampleSelector_t31F5275B64D54D15D7EE37473FFC00BE8F25FE4D_il2cpp_TypeInfo_var))->get_SelectedSample_6(); NullCheck(L_1); SampleDescriptor_DestroyUnityObject_m35478A71930773D6A12F3C9B1F276930B100C167(L_1, /*hidden argument*/NULL); } IL_0013: { // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_OnGUI_m94B14DCEDF820950F29B08302FE064EA974956EB (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOWePlaySample_U3COnGUIU3Eb__15_1_mC780F8A0E39F4FA86B79BACE81C6ADA489F5CABE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketIOWePlaySample_U3COnGUIU3Eb__15_2_mAF8FBB09228C6CBCE1F274E4C32C0FF0EE049035_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3COnGUIU3Eb__15_0_mF198D043E952642B23507997BBE08E0024A839C2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B4_0 = NULL; int32_t G_B4_1 = 0; Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 G_B4_2; memset((&G_B4_2), 0, sizeof(G_B4_2)); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B3_0 = NULL; int32_t G_B3_1 = 0; Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 G_B3_2; memset((&G_B3_2), 0, sizeof(G_B3_2)); { // switch (State) int32_t L_0 = __this->get_State_7(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001a; } case 1: { goto IL_0045; } case 2: { goto IL_005d; } } } { return; } IL_001a: { // GUIHelper.DrawArea(GUIHelper.ClientArea, true, () => // { // GUILayout.BeginVertical(); // GUILayout.FlexibleSpace(); // GUIHelper.DrawCenteredText("Connecting to the server..."); // GUILayout.FlexibleSpace(); // GUILayout.EndVertical(); // }); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_2 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_ClientArea_3(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F_il2cpp_TypeInfo_var); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = ((U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F_il2cpp_TypeInfo_var))->get_U3CU3E9__15_0_1(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_4 = L_3; G_B3_0 = L_4; G_B3_1 = 1; G_B3_2 = L_2; if (L_4) { G_B4_0 = L_4; G_B4_1 = 1; G_B4_2 = L_2; goto IL_003f; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F_il2cpp_TypeInfo_var); U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F * L_5 = ((U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_6 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec_U3COnGUIU3Eb__15_0_mF198D043E952642B23507997BBE08E0024A839C2_RuntimeMethod_var), /*hidden argument*/NULL); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_7 = L_6; ((U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t645E1EBF51B25B42D330223B7673FF7BE255388F_il2cpp_TypeInfo_var))->set_U3CU3E9__15_0_1(L_7); G_B4_0 = L_7; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(G_B4_2, (bool)G_B4_1, G_B4_0, /*hidden argument*/NULL); // break; return; } IL_0045: { // GUIHelper.DrawArea(GUIHelper.ClientArea, true, () => // { // DrawLoginScreen(); // }); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_8 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_ClientArea_3(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_9 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_9, __this, (intptr_t)((intptr_t)SocketIOWePlaySample_U3COnGUIU3Eb__15_1_mC780F8A0E39F4FA86B79BACE81C6ADA489F5CABE_RuntimeMethod_var), /*hidden argument*/NULL); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(L_8, (bool)1, L_9, /*hidden argument*/NULL); // break; return; } IL_005d: { // GUIHelper.DrawArea(GUIHelper.ClientArea, true, () => // { // // Draw Texture // if (FrameTexture != null) // GUILayout.Box(FrameTexture); // // DrawControls(); // DrawChat(); // }); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_10 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_ClientArea_3(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_11 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_11, __this, (intptr_t)((intptr_t)SocketIOWePlaySample_U3COnGUIU3Eb__15_2_mAF8FBB09228C6CBCE1F274E4C32C0FF0EE049035_RuntimeMethod_var), /*hidden argument*/NULL); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(L_10, (bool)1, L_11, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::DrawLoginScreen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_DrawLoginScreen_m75B5340B5922FEC3214231C09F2E971A671BA4E1 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62960D7C80C652A39F7FFFE68325C4BB8ADACE92); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DE4DA2560E889ADFDF93B3988AF2A52A412B16D); s_Il2CppMethodInitialized = true; } { // GUILayout.BeginVertical(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_0; L_0 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginVertical_mE0941591491BBDAA25FF7CD48415750FD08D10ED(L_0, /*hidden argument*/NULL); // GUILayout.FlexibleSpace(); GUILayout_FlexibleSpace_m357E849C21221E7C1F3F6D4D873AE5E9C4311000(/*hidden argument*/NULL); // GUIHelper.DrawCenteredText("What's your nickname?"); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); GUIHelper_DrawCenteredText_mDF60B04F2BADFC231C6DC3E1DDAABCF6965F0C16(_stringLiteral62960D7C80C652A39F7FFFE68325C4BB8ADACE92, /*hidden argument*/NULL); // Nick = GUILayout.TextField(Nick); String_t* L_1 = __this->get_Nick_9(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_2; L_2 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); String_t* L_3; L_3 = GUILayout_TextField_mC9C6AA168E42FD26C48D770E5F4A3E7FC36C823D(L_1, L_2, /*hidden argument*/NULL); __this->set_Nick_9(L_3); // if (GUILayout.Button("Join")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_4; L_4 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_5; L_5 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteral8DE4DA2560E889ADFDF93B3988AF2A52A412B16D, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0046; } } { // Join(); SocketIOWePlaySample_Join_m8E97341252C069D945F72F8264E0F4C6722ADC8E(__this, /*hidden argument*/NULL); } IL_0046: { // GUILayout.FlexibleSpace(); GUILayout_FlexibleSpace_m357E849C21221E7C1F3F6D4D873AE5E9C4311000(/*hidden argument*/NULL); // GUILayout.EndVertical(); GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD(/*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::DrawControls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_DrawControls_m086B88FFA74CBC0242FBA89BD0F431572D0A0A30 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D36C8E0037EED47872FA52109B12F6DB84EB6AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53DF8173F0542223D33F2EEFF0453B236EAC2CFF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEECEAAC359EDB2E91D0F46F3CA9A65F47527BC5C); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_0; L_0 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_0, /*hidden argument*/NULL); // GUILayout.Label("Controls:"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_1; L_1 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral53DF8173F0542223D33F2EEFF0453B236EAC2CFF, L_1, /*hidden argument*/NULL); // for (int i = 0; i < controls.Length; ++i) V_0 = 0; goto IL_0057; } IL_001d: { // if (GUILayout.Button(controls[i])) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = __this->get_controls_4(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; String_t* L_5 = (L_2)->GetAt(static_cast(L_4)); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_6; L_6 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_7; L_7 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0053; } } { // Socket.Emit("move", controls[i]); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_8 = __this->get_Socket_8(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_9; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = __this->get_controls_4(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; String_t* L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_14); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_14); NullCheck(L_8); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_15; L_15 = Socket_Emit_mA7C7E576C19EFBA7DF0E8E9CF6E879341F10D19C(L_8, _stringLiteralEECEAAC359EDB2E91D0F46F3CA9A65F47527BC5C, L_10, /*hidden argument*/NULL); } IL_0053: { // for (int i = 0; i < controls.Length; ++i) int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0057: { // for (int i = 0; i < controls.Length; ++i) int32_t L_17 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = __this->get_controls_4(); NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_001d; } } { // GUILayout.Label(" Connections: " + connections); int32_t* L_19 = __this->get_address_of_connections_11(); String_t* L_20; L_20 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_19, /*hidden argument*/NULL); String_t* L_21; L_21 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral0D36C8E0037EED47872FA52109B12F6DB84EB6AF, L_20, /*hidden argument*/NULL); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_22; L_22 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_21, L_22, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::DrawChat(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_DrawChat_mCA8169FEB372902F690373A46D3F51F9D3E423B2 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, bool ___withInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75A94D1E687C570528CB828B61691E458C4B177C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // GUILayout.BeginVertical(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_0; L_0 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginVertical_mE0941591491BBDAA25FF7CD48415750FD08D10ED(L_0, /*hidden argument*/NULL); // scrollPos = GUILayout.BeginScrollView(scrollPos, false, false); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = __this->get_scrollPos_13(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_2; L_2 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3; L_3 = GUILayout_BeginScrollView_m605976F974526E1D17F6555A35B6CCBBE7ADB492(L_1, (bool)0, (bool)0, L_2, /*hidden argument*/NULL); __this->set_scrollPos_13(L_3); // for (int i = 0; i < messages.Count; ++i) V_0 = 0; goto IL_004f; } IL_0026: { // GUILayout.Label(messages[i], GUILayout.MinWidth(Screen.width)); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_4 = __this->get_messages_12(); int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6; L_6 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_7 = (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)SZArrayNew(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var, (uint32_t)1); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_8 = L_7; int32_t L_9; L_9 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * L_10; L_10 = GUILayout_MinWidth_m1D097025BC9C8B286936EF0AC507559F1CE01434(((float)((float)L_9)), /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(0), (GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB *)L_10); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_6, L_8, /*hidden argument*/NULL); // for (int i = 0; i < messages.Count; ++i) int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_004f: { // for (int i = 0; i < messages.Count; ++i) int32_t L_12 = V_0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_13 = __this->get_messages_12(); NullCheck(L_13); int32_t L_14; L_14 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_13, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0026; } } { // GUILayout.EndScrollView(); GUILayout_EndScrollView_m7A2EFB6B6DFC43302979FD6E2AF032C0D21BA163(/*hidden argument*/NULL); // if (withInput) bool L_15 = ___withInput0; if (!L_15) { goto IL_00be; } } { // GUILayout.Label("Your message: "); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_16; L_16 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral75A94D1E687C570528CB828B61691E458C4B177C, L_16, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_17; L_17 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_17, /*hidden argument*/NULL); // messageToSend = GUILayout.TextField(messageToSend); String_t* L_18 = __this->get_messageToSend_10(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_19; L_19 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); String_t* L_20; L_20 = GUILayout_TextField_mC9C6AA168E42FD26C48D770E5F4A3E7FC36C823D(L_18, L_19, /*hidden argument*/NULL); __this->set_messageToSend_10(L_20); // if (GUILayout.Button("Send", GUILayout.MaxWidth(100))) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_21 = (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)SZArrayNew(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var, (uint32_t)1); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_22 = L_21; GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * L_23; L_23 = GUILayout_MaxWidth_mE6C754AB0A4366AB7E0BECE6D85A254CA7E553FB((100.0f), /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(0), (GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB *)L_23); bool L_24; L_24 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D, L_22, /*hidden argument*/NULL); if (!L_24) { goto IL_00b9; } } { // SendMessage(); SocketIOWePlaySample_SendMessage_m3236BA84A374151CEA196F842776835931DF8F41(__this, /*hidden argument*/NULL); } IL_00b9: { // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); } IL_00be: { // GUILayout.EndVertical(); GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD(/*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::AddMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_AddMessage_m0CC0863C380DBA8C076D81264C65891E3E651F03 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_m97B34027A068F1175CD336CBC0C7C643493D3A1C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveRange_m5549450D53B621A60D4EA2E9BE09E8E784151603_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // messages.Insert(0, msg); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = __this->get_messages_12(); String_t* L_1 = ___msg0; NullCheck(L_0); List_1_Insert_m97B34027A068F1175CD336CBC0C7C643493D3A1C(L_0, 0, L_1, /*hidden argument*/List_1_Insert_m97B34027A068F1175CD336CBC0C7C643493D3A1C_RuntimeMethod_var); // if (messages.Count > MaxMessages) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = __this->get_messages_12(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_2, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); int32_t L_4 = __this->get_MaxMessages_6(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0043; } } { // messages.RemoveRange(MaxMessages, messages.Count - MaxMessages); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_5 = __this->get_messages_12(); int32_t L_6 = __this->get_MaxMessages_6(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_7 = __this->get_messages_12(); NullCheck(L_7); int32_t L_8; L_8 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_7, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); int32_t L_9 = __this->get_MaxMessages_6(); NullCheck(L_5); List_1_RemoveRange_m5549450D53B621A60D4EA2E9BE09E8E784151603(L_5, L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/List_1_RemoveRange_m5549450D53B621A60D4EA2E9BE09E8E784151603_RuntimeMethod_var); } IL_0043: { // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::SendMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_SendMessage_m3236BA84A374151CEA196F842776835931DF8F41 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964); s_Il2CppMethodInitialized = true; } { // if (string.IsNullOrEmpty(messageToSend)) String_t* L_0 = __this->get_messageToSend_10(); bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { // return; return; } IL_000e: { // Socket.Emit("message", messageToSend); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_2 = __this->get_Socket_8(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; String_t* L_5 = __this->get_messageToSend_10(); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); NullCheck(L_2); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_6; L_6 = Socket_Emit_mA7C7E576C19EFBA7DF0E8E9CF6E879341F10D19C(L_2, _stringLiteralD559C6D97E819D8E4EF7ACDC34C4E8D3DD314964, L_4, /*hidden argument*/NULL); // AddMessage(string.Format("{0}: {1}", Nick, messageToSend)); String_t* L_7 = __this->get_Nick_9(); String_t* L_8 = __this->get_messageToSend_10(); String_t* L_9; L_9 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD, L_7, L_8, /*hidden argument*/NULL); SocketIOWePlaySample_AddMessage_m0CC0863C380DBA8C076D81264C65891E3E651F03(__this, L_9, /*hidden argument*/NULL); // messageToSend = string.Empty; String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_messageToSend_10(L_10); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::Join() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_Join_m8E97341252C069D945F72F8264E0F4C6722ADC8E (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06C011206E3BA3D0C859CC98AA4C81026E5D85D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA30DB9DE21A2F69FB15BFA7967D563F0022153D); s_Il2CppMethodInitialized = true; } { // PlayerPrefs.SetString("Nick", Nick); String_t* L_0 = __this->get_Nick_9(); PlayerPrefs_SetString_m94CD8FF45692553A5726DFADF74935F7E1D1C633(_stringLiteralFA30DB9DE21A2F69FB15BFA7967D563F0022153D, L_0, /*hidden argument*/NULL); // Socket.Emit("join", Nick); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_1 = __this->get_Socket_8(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; String_t* L_4 = __this->get_Nick_9(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_4); NullCheck(L_1); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_5; L_5 = Socket_Emit_mA7C7E576C19EFBA7DF0E8E9CF6E879341F10D19C(L_1, _stringLiteral06C011206E3BA3D0C859CC98AA4C81026E5D85D7, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::Reload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_Reload_m647D1C086A7E7E7252F3F64267DB95DDF7AF0820 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method) { { // FrameTexture = null; __this->set_FrameTexture_14((Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)NULL); // if (Socket != null) Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_0 = __this->get_Socket_8(); if (!L_0) { goto IL_002c; } } { // Socket.Manager.Close(); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_1 = __this->get_Socket_8(); NullCheck(L_1); SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_2; L_2 = Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); SocketManager_Close_mE52B3EA81DB0927C51E60AC31022304CC6C96AC0(L_2, /*hidden argument*/NULL); // Socket = null; __this->set_Socket_8((Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *)NULL); // Start(); SocketIOWePlaySample_Start_m47CFCFCEF2E80314F6EB600363172ACB44154B7A(__this, /*hidden argument*/NULL); } IL_002c: { // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::OnConnected(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_OnConnected_mF7EB938126C826D3E488C8EE6EEFAF9D17FA06CF (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral872832AF3EB23DF490D84F89198394B33CB88A29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral993B22139484AD96C0E211316DC007A705093205); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA30DB9DE21A2F69FB15BFA7967D563F0022153D); s_Il2CppMethodInitialized = true; } { // if (PlayerPrefs.HasKey("Nick")) bool L_0; L_0 = PlayerPrefs_HasKey_m48BE5886380B51AB495B91C9A26115B7CB958A92(_stringLiteralFA30DB9DE21A2F69FB15BFA7967D563F0022153D, /*hidden argument*/NULL); if (!L_0) { goto IL_0029; } } { // Nick = PlayerPrefs.GetString("Nick", "NickName"); String_t* L_1; L_1 = PlayerPrefs_GetString_m5709C9DC233D10A7E9AF4BCC9639E3F18FE36831(_stringLiteralFA30DB9DE21A2F69FB15BFA7967D563F0022153D, _stringLiteral993B22139484AD96C0E211316DC007A705093205, /*hidden argument*/NULL); __this->set_Nick_9(L_1); // Join(); SocketIOWePlaySample_Join_m8E97341252C069D945F72F8264E0F4C6722ADC8E(__this, /*hidden argument*/NULL); // } goto IL_0030; } IL_0029: { // State = States.WaitForNick; __this->set_State_7(1); } IL_0030: { // AddMessage("connected"); SocketIOWePlaySample_AddMessage_m0CC0863C380DBA8C076D81264C65891E3E651F03(__this, _stringLiteral872832AF3EB23DF490D84F89198394B33CB88A29, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::OnJoined(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_OnJoined_m59AF642EFB1821C6023E24D134FC060FEFD99CD1 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { { // State = States.Joined; __this->set_State_7(2); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::OnReload(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_OnReload_m85BAA7BB9A0557A9665BF9771FF749CA93628463 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { { // Reload(); SocketIOWePlaySample_Reload_m647D1C086A7E7E7252F3F64267DB95DDF7AF0820(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::OnMessage(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_OnMessage_m76422E5B67BB3104C44E6E4055409C300389A736 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD); s_Il2CppMethodInitialized = true; } { // if (args.Length == 1) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args2; NullCheck(L_0); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) == ((uint32_t)1)))) { goto IL_0015; } } { // AddMessage(args[0] as string); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___args2; NullCheck(L_1); int32_t L_2 = 0; RuntimeObject * L_3 = (L_1)->GetAt(static_cast(L_2)); SocketIOWePlaySample_AddMessage_m0CC0863C380DBA8C076D81264C65891E3E651F03(__this, ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } IL_0015: { // AddMessage(string.Format("{0}: {1}", args[1], args[0])); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___args2; NullCheck(L_4); int32_t L_5 = 1; RuntimeObject * L_6 = (L_4)->GetAt(static_cast(L_5)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = ___args2; NullCheck(L_7); int32_t L_8 = 0; RuntimeObject * L_9 = (L_7)->GetAt(static_cast(L_8)); String_t* L_10; L_10 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD, L_6, L_9, /*hidden argument*/NULL); SocketIOWePlaySample_AddMessage_m0CC0863C380DBA8C076D81264C65891E3E651F03(__this, L_10, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::OnMove(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_OnMove_m89BCE7EFFB30CA4B23A3DA3CDF1451C94DD88090 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D5ACF6F06D6A49C3D5B2934369C8486DDC10F5A); s_Il2CppMethodInitialized = true; } { // AddMessage(string.Format("{0} pressed {1}", args[1], args[0])); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args2; NullCheck(L_0); int32_t L_1 = 1; RuntimeObject * L_2 = (L_0)->GetAt(static_cast(L_1)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___args2; NullCheck(L_3); int32_t L_4 = 0; RuntimeObject * L_5 = (L_3)->GetAt(static_cast(L_4)); String_t* L_6; L_6 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral4D5ACF6F06D6A49C3D5B2934369C8486DDC10F5A, L_2, L_5, /*hidden argument*/NULL); SocketIOWePlaySample_AddMessage_m0CC0863C380DBA8C076D81264C65891E3E651F03(__this, L_6, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::OnJoin(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_OnJoin_m9FC9DF24402BB6F95D885309A6D8F4A17F53F47E (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21ACE806CE655297BC379B3AD17E97F0A68B6AEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E97247F6D38BED17288475C3259C7A4E8F45D0B); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B3_0 = NULL; { // string loc = args.Length > 1 ? string.Format("({0})", args[1]) : string.Empty; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args2; NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) > ((int32_t)1))) { goto IL_000d; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_1; goto IL_001a; } IL_000d: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___args2; NullCheck(L_2); int32_t L_3 = 1; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); String_t* L_5; L_5 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral21ACE806CE655297BC379B3AD17E97F0A68B6AEC, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; } IL_001a: { V_0 = G_B3_0; // AddMessage(string.Format("{0} joined {1}", args[0], loc)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = ___args2; NullCheck(L_6); int32_t L_7 = 0; RuntimeObject * L_8 = (L_6)->GetAt(static_cast(L_7)); String_t* L_9 = V_0; String_t* L_10; L_10 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral4E97247F6D38BED17288475C3259C7A4E8F45D0B, L_8, L_9, /*hidden argument*/NULL); SocketIOWePlaySample_AddMessage_m0CC0863C380DBA8C076D81264C65891E3E651F03(__this, L_10, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::OnConnections(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_OnConnections_mF9A934748948C52E608F16D00C67EC208D228F7E (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // connections = Convert.ToInt32(args[0]); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args2; NullCheck(L_0); int32_t L_1 = 0; RuntimeObject * L_2 = (L_0)->GetAt(static_cast(L_1)); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Convert_ToInt32_mFFEDED67681E3EC8705BCA890BBC206514431B4A(L_2, /*hidden argument*/NULL); __this->set_connections_11(L_3); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::OnFrame(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_OnFrame_mF2A81CCE2E24E87E0FC4A3411E4724815523016F (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // if (State != States.Joined) int32_t L_0 = __this->get_State_7(); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_000a; } } { // return; return; } IL_000a: { // if (FrameTexture == null) Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_1 = __this->get_FrameTexture_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0033; } } { // FrameTexture = new Texture2D(0, 0, TextureFormat.RGBA32, false); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_3 = (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)il2cpp_codegen_object_new(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); Texture2D__ctor_mF138386223A07CBD4CE94672757E39D0EF718092(L_3, 0, 0, 4, (bool)0, /*hidden argument*/NULL); __this->set_FrameTexture_14(L_3); // FrameTexture.filterMode = FilterMode.Point; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_4 = __this->get_FrameTexture_14(); NullCheck(L_4); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_4, 0, /*hidden argument*/NULL); } IL_0033: { // byte[] data = packet.Attachments[0]; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_5 = ___packet1; NullCheck(L_5); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_6; L_6 = Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_inline(L_6, 0, /*hidden argument*/List_1_get_Item_mA904D48DE837FC82817A13F3F59776C3499098BB_RuntimeMethod_var); V_0 = L_7; // FrameTexture.LoadImage(data); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_8 = __this->get_FrameTexture_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; bool L_10; L_10 = ImageConversion_LoadImage_m5BB4FBA0565E698ED5C6F25F7A0A5F83CADD7477(L_8, L_9, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::OnError(BestHTTP.SocketIO.Socket,BestHTTP.SocketIO.Packet,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_OnError_m3BF08192CE9D963B222D70A6103E7FC9E0902D94 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral067FF0EBA393A9E14C494780771C9EDE96A17D4C); s_Il2CppMethodInitialized = true; } { // AddMessage(string.Format("--ERROR - {0}", args[0].ToString())); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args2; NullCheck(L_0); int32_t L_1 = 0; RuntimeObject * L_2 = (L_0)->GetAt(static_cast(L_1)); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); String_t* L_4; L_4 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral067FF0EBA393A9E14C494780771C9EDE96A17D4C, L_3, /*hidden argument*/NULL); SocketIOWePlaySample_AddMessage_m0CC0863C380DBA8C076D81264C65891E3E651F03(__this, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample__ctor_m6B22FACF54A93A2834921F4A522A7C912EAAE8EF (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0226F08F1363B72919374BC9F1AABA0AF07295F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF); s_Il2CppMethodInitialized = true; } { // private string[] controls = new string[] { "left", "right", "a", "b", "up", "down", "select", "start" }; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305); (L_5)->SetAt(static_cast(4), (String_t*)_stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4); (L_6)->SetAt(static_cast(5), (String_t*)_stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral0226F08F1363B72919374BC9F1AABA0AF07295F0); (L_7)->SetAt(static_cast(6), (String_t*)_stringLiteral0226F08F1363B72919374BC9F1AABA0AF07295F0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD); (L_8)->SetAt(static_cast(7), (String_t*)_stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD); __this->set_controls_4(L_8); // private int MaxMessages = 50; __this->set_MaxMessages_6(((int32_t)50)); // private string Nick = string.Empty; String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_Nick_9(L_9); // private string messageToSend = string.Empty; String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_messageToSend_10(L_10); // private List messages = new List(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_11 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_11, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); __this->set_messages_12(L_11); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::b__15_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_U3COnGUIU3Eb__15_1_mC780F8A0E39F4FA86B79BACE81C6ADA489F5CABE (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method) { { // DrawLoginScreen(); SocketIOWePlaySample_DrawLoginScreen_m75B5340B5922FEC3214231C09F2E971A671BA4E1(__this, /*hidden argument*/NULL); // }); return; } } // System.Void BestHTTP.Examples.SocketIOWePlaySample::b__15_2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOWePlaySample_U3COnGUIU3Eb__15_2_mAF8FBB09228C6CBCE1F274E4C32C0FF0EE049035 (SocketIOWePlaySample_tB352CCC4B94FD015692ADACE64B144E129C79849 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (FrameTexture != null) Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_0 = __this->get_FrameTexture_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { // GUILayout.Box(FrameTexture); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_2 = __this->get_FrameTexture_14(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_3; L_3 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Box_m59323BCE6FB26211672271BA976C8F6312B1C99E(L_2, L_3, /*hidden argument*/NULL); } IL_001e: { // DrawControls(); SocketIOWePlaySample_DrawControls_m086B88FFA74CBC0242FBA89BD0F431572D0A0A30(__this, /*hidden argument*/NULL); // DrawChat(); SocketIOWePlaySample_DrawChat_mCA8169FEB372902F690373A46D3F51F9D3E423B2(__this, (bool)1, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SocketIO.SocketManager/States BestHTTP.SocketIO.SocketManager::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public States State { get { return state; } private set { PreviousState = state; state = value; } } int32_t L_0 = __this->get_state_2(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketManager::set_State(BestHTTP.SocketIO.SocketManager/States) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_set_State_m304BD5222C17D5365C15AE298C7691E53056FF91 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public States State { get { return state; } private set { PreviousState = state; state = value; } } int32_t L_0 = __this->get_state_2(); SocketManager_set_PreviousState_mE68A0D05350F424CA8C91AAD8EF0BE2A62A0382D_inline(__this, L_0, /*hidden argument*/NULL); // public States State { get { return state; } private set { PreviousState = state; state = value; } } int32_t L_1 = ___value0; __this->set_state_2(L_1); // public States State { get { return state; } private set { PreviousState = state; state = value; } } return; } } // BestHTTP.SocketIO.SocketOptions BestHTTP.SocketIO.SocketManager::get_Options() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public SocketOptions Options { get; private set; } SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_0 = __this->get_U3COptionsU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketManager::set_Options(BestHTTP.SocketIO.SocketOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_set_Options_mDE81B9D7BD5EFC1032F37FB6806C742A2DD7AD29 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * ___value0, const RuntimeMethod* method) { { // public SocketOptions Options { get; private set; } SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_0 = ___value0; __this->set_U3COptionsU3Ek__BackingField_3(L_0); return; } } // System.Uri BestHTTP.SocketIO.SocketManager::get_Uri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * SocketManager_get_Uri_mE5F324FDF2E84D8025D909BEF84CE5CCE2762F52 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_U3CUriU3Ek__BackingField_4(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketManager::set_Uri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_set_Uri_m1C9C3DE368B29179E294EBD13F696F073B6DD63D (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_U3CUriU3Ek__BackingField_4(L_0); return; } } // BestHTTP.SocketIO.HandshakeData BestHTTP.SocketIO.SocketManager::get_Handshake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public HandshakeData Handshake { get; private set; } HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_0 = __this->get_U3CHandshakeU3Ek__BackingField_5(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketManager::set_Handshake(BestHTTP.SocketIO.HandshakeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_set_Handshake_mECA6C0814CBD9F06776D338A8CFDAE0D75D8528F (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * ___value0, const RuntimeMethod* method) { { // public HandshakeData Handshake { get; private set; } HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_0 = ___value0; __this->set_U3CHandshakeU3Ek__BackingField_5(L_0); return; } } // BestHTTP.SocketIO.Transports.ITransport BestHTTP.SocketIO.SocketManager::get_Transport() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public ITransport Transport { get; private set; } RuntimeObject* L_0 = __this->get_U3CTransportU3Ek__BackingField_6(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketManager::set_Transport(BestHTTP.SocketIO.Transports.ITransport) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_set_Transport_mCEDE6555D55693E91A9CB3F5A19B520FB4D94989 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public ITransport Transport { get; private set; } RuntimeObject* L_0 = ___value0; __this->set_U3CTransportU3Ek__BackingField_6(L_0); return; } } // System.UInt64 BestHTTP.SocketIO.SocketManager::get_RequestCounter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t SocketManager_get_RequestCounter_m125E3818DB501654F49E53C8E1CE19C1B9B991FC (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public ulong RequestCounter { get; internal set; } uint64_t L_0 = __this->get_U3CRequestCounterU3Ek__BackingField_7(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketManager::set_RequestCounter(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_set_RequestCounter_m36321412784B9CE21EFC6FF072A8A4410DA6BD69 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, uint64_t ___value0, const RuntimeMethod* method) { { // public ulong RequestCounter { get; internal set; } uint64_t L_0 = ___value0; __this->set_U3CRequestCounterU3Ek__BackingField_7(L_0); return; } } // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.SocketManager::get_Socket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * SocketManager_get_Socket_m40868350A19138862EDB8D2659531AD8CA355E69 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public Socket Socket { get { return GetSocket(); } } Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_0; L_0 = SocketManager_GetSocket_mA9D8AFFB4CF479678D864AB66E1FA14583B00AC7(__this, /*hidden argument*/NULL); return L_0; } } // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.SocketManager::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * SocketManager_get_Item_m6CBE15AD45E55D00D5243E840E5A68F7C9ACFDDE (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, String_t* ___nsp0, const RuntimeMethod* method) { { // public Socket this[string nsp] { get { return GetSocket(nsp); } } String_t* L_0 = ___nsp0; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_1; L_1 = SocketManager_GetSocket_m6CBEB02AAD0B5ACDCBB81B95E8877997D985710F(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 BestHTTP.SocketIO.SocketManager::get_ReconnectAttempts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketManager_get_ReconnectAttempts_mD540F0D261BA0481ECE903E6ADB0D377B5669A85 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public int ReconnectAttempts { get; private set; } int32_t L_0 = __this->get_U3CReconnectAttemptsU3Ek__BackingField_8(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketManager::set_ReconnectAttempts(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_set_ReconnectAttempts_mD1F49A64F2D531D5BBF7188515D2A9701212464F (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int ReconnectAttempts { get; private set; } int32_t L_0 = ___value0; __this->set_U3CReconnectAttemptsU3Ek__BackingField_8(L_0); return; } } // BestHTTP.SocketIO.JsonEncoders.IJsonEncoder BestHTTP.SocketIO.SocketManager::get_Encoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SocketManager_get_Encoder_m2DCF71B119CB6463AABF94A44EAE0F006FBCDFFD (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public IJsonEncoder Encoder { get; set; } RuntimeObject* L_0 = __this->get_U3CEncoderU3Ek__BackingField_9(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketManager::set_Encoder(BestHTTP.SocketIO.JsonEncoders.IJsonEncoder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_set_Encoder_m44339210B5D23D29FCBF8D11E05F0A55A034D5A1 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public IJsonEncoder Encoder { get; set; } RuntimeObject* L_0 = ___value0; __this->set_U3CEncoderU3Ek__BackingField_9(L_0); return; } } // System.UInt32 BestHTTP.SocketIO.SocketManager::get_Timestamp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t SocketManager_get_Timestamp_mB2C95EE2C1F8667E92D80B7DAFD535BF9B34FDF3 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_1; memset((&V_1), 0, sizeof(V_1)); { // internal UInt32 Timestamp { get { return (UInt32)(DateTime.UtcNow.Subtract(new DateTime(1970, 1, 1))).TotalMilliseconds; } } IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); V_0 = L_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; memset((&L_1), 0, sizeof(L_1)); DateTime__ctor_m1AD9E79A671864DFB1AABDB75D207C688B868D88((&L_1), ((int32_t)1970), 1, 1, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = DateTime_Subtract_mB3CA7BD87D07F9A98AA7A571D7CA179A4209AE0B((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), L_1, /*hidden argument*/NULL); V_1 = L_2; double L_3; L_3 = TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_1), /*hidden argument*/NULL); return il2cpp_codegen_cast_floating_point(L_3); } } // System.Int32 BestHTTP.SocketIO.SocketManager::get_NextAckId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketManager_get_NextAckId_mCE1A96A3599FB2AD61AC29F360B4D19DA12335DA (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // internal int NextAckId { get { return System.Threading.Interlocked.Increment(ref nextAckId); } } int32_t* L_0 = __this->get_address_of_nextAckId_10(); int32_t L_1; L_1 = Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8((int32_t*)L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SocketIO.SocketManager/States BestHTTP.SocketIO.SocketManager::get_PreviousState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketManager_get_PreviousState_m0C9C53FBBAB71BCB1F04E7FA86410D6629F01676 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // internal States PreviousState { get; private set; } int32_t L_0 = __this->get_U3CPreviousStateU3Ek__BackingField_11(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketManager::set_PreviousState(BestHTTP.SocketIO.SocketManager/States) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_set_PreviousState_mE68A0D05350F424CA8C91AAD8EF0BE2A62A0382D (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, int32_t ___value0, const RuntimeMethod* method) { { // internal States PreviousState { get; private set; } int32_t L_0 = ___value0; __this->set_U3CPreviousStateU3Ek__BackingField_11(L_0); return; } } // BestHTTP.SocketIO.Transports.ITransport BestHTTP.SocketIO.SocketManager::get_UpgradingTransport() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SocketManager_get_UpgradingTransport_mB0B9E705E198ACB793089790EDE0A67DA8AFAF83 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // internal ITransport UpgradingTransport { get; set; } RuntimeObject* L_0 = __this->get_U3CUpgradingTransportU3Ek__BackingField_12(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketManager::set_UpgradingTransport(BestHTTP.SocketIO.Transports.ITransport) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_set_UpgradingTransport_m6310ABB99104EA28A641950B9E4CF7FEE87D2E18 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // internal ITransport UpgradingTransport { get; set; } RuntimeObject* L_0 = ___value0; __this->set_U3CUpgradingTransportU3Ek__BackingField_12(L_0); return; } } // System.Void BestHTTP.SocketIO.SocketManager::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager__ctor_m5FD7948D21084E5ACC1D1B60E68290AF2A5868BD (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // :this(uri, new SocketOptions()) Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_1 = (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 *)il2cpp_codegen_object_new(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403_il2cpp_TypeInfo_var); SocketOptions__ctor_m4DAAA714A1BB1C400CA15BADDF9E0DA0088902EB(L_1, /*hidden argument*/NULL); SocketManager__ctor_m78BCB3242E1ECCDED2ED6B050450C4581F1ED4F9(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::.ctor(System.Uri,BestHTTP.SocketIO.SocketOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager__ctor_m78BCB3242E1ECCDED2ED6B050450C4581F1ED4F9 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mDF089D03851F2F3AF5BD98C1A098B44E4128AE75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m885DD7F1B531E3E4C884DA1064A0E7BA80E62AB6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private Dictionary Namespaces = new Dictionary(); Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * L_0 = (Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 *)il2cpp_codegen_object_new(Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28_il2cpp_TypeInfo_var); Dictionary_2__ctor_mDF089D03851F2F3AF5BD98C1A098B44E4128AE75(L_0, /*hidden argument*/Dictionary_2__ctor_mDF089D03851F2F3AF5BD98C1A098B44E4128AE75_RuntimeMethod_var); __this->set_Namespaces_13(L_0); // private List Sockets = new List(); List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_1 = (List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 *)il2cpp_codegen_object_new(List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256_il2cpp_TypeInfo_var); List_1__ctor_m885DD7F1B531E3E4C884DA1064A0E7BA80E62AB6(L_1, /*hidden argument*/List_1__ctor_m885DD7F1B531E3E4C884DA1064A0E7BA80E62AB6_RuntimeMethod_var); __this->set_Sockets_14(L_1); // private DateTime LastHeartbeat = DateTime.MinValue; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_LastHeartbeat_16(L_2); // public SocketManager(Uri uri, SocketOptions options) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Uri = uri; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___uri0; SocketManager_set_Uri_m1C9C3DE368B29179E294EBD13F696F073B6DD63D_inline(__this, L_3, /*hidden argument*/NULL); // Options = options; SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_4 = ___options1; SocketManager_set_Options_mDE81B9D7BD5EFC1032F37FB6806C742A2DD7AD29_inline(__this, L_4, /*hidden argument*/NULL); // State = States.Initial; SocketManager_set_State_m304BD5222C17D5365C15AE298C7691E53056FF91(__this, 0, /*hidden argument*/NULL); // PreviousState = States.Initial; SocketManager_set_PreviousState_mE68A0D05350F424CA8C91AAD8EF0BE2A62A0382D_inline(__this, 0, /*hidden argument*/NULL); // Encoder = SocketManager.DefaultEncoder; IL2CPP_RUNTIME_CLASS_INIT(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_il2cpp_TypeInfo_var); RuntimeObject* L_5 = ((SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_StaticFields*)il2cpp_codegen_static_fields_for(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_il2cpp_TypeInfo_var))->get_DefaultEncoder_0(); SocketManager_set_Encoder_m44339210B5D23D29FCBF8D11E05F0A55A034D5A1_inline(__this, L_5, /*hidden argument*/NULL); // } return; } } // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.SocketManager::GetSocket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * SocketManager_GetSocket_mA9D8AFFB4CF479678D864AB66E1FA14583B00AC7 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } { // return GetSocket("/"); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_0; L_0 = SocketManager_GetSocket_m6CBEB02AAD0B5ACDCBB81B95E8877997D985710F(__this, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); return L_0; } } // BestHTTP.SocketIO.Socket BestHTTP.SocketIO.SocketManager::GetSocket(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * SocketManager_GetSocket_m6CBEB02AAD0B5ACDCBB81B95E8877997D985710F (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, String_t* ___nsp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m14A252A1193627FEBD19657F35B935030544351E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m28DB54A8BE62A15609BDE255803C49D125CB11BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m75F3176E3512D405AE780283D28DF5C2E69201BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * V_0 = NULL; { // if (string.IsNullOrEmpty(nsp)) String_t* L_0 = ___nsp0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException("Namespace parameter is null or empty!"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF728F4861E638CE552F18B9FA98694CFAF341DB7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketManager_GetSocket_m6CBEB02AAD0B5ACDCBB81B95E8877997D985710F_RuntimeMethod_var))); } IL_0013: { // Socket socket = null; V_0 = (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *)NULL; // if (!Namespaces.TryGetValue(nsp, out socket)) Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * L_3 = __this->get_Namespaces_13(); String_t* L_4 = ___nsp0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_TryGetValue_m28DB54A8BE62A15609BDE255803C49D125CB11BD(L_3, L_4, (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m28DB54A8BE62A15609BDE255803C49D125CB11BD_RuntimeMethod_var); if (L_5) { goto IL_004c; } } { // socket = new Socket(nsp, this); String_t* L_6 = ___nsp0; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_7 = (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *)il2cpp_codegen_object_new(Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B_il2cpp_TypeInfo_var); Socket__ctor_m662A2C35192BA6112B40AF9FA38F67B25042B75D(L_7, L_6, __this, /*hidden argument*/NULL); V_0 = L_7; // Namespaces.Add(nsp, socket); Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * L_8 = __this->get_Namespaces_13(); String_t* L_9 = ___nsp0; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_10 = V_0; NullCheck(L_8); Dictionary_2_Add_m14A252A1193627FEBD19657F35B935030544351E(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_Add_m14A252A1193627FEBD19657F35B935030544351E_RuntimeMethod_var); // Sockets.Add(socket); List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_11 = __this->get_Sockets_14(); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_12 = V_0; NullCheck(L_11); List_1_Add_m75F3176E3512D405AE780283D28DF5C2E69201BC(L_11, L_12, /*hidden argument*/List_1_Add_m75F3176E3512D405AE780283D28DF5C2E69201BC_RuntimeMethod_var); // (socket as ISocket).Open(); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_13 = V_0; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void BestHTTP.SocketIO.ISocket::Open() */, ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var, L_13); } IL_004c: { // return socket; Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_14 = V_0; return L_14; } } // System.Void BestHTTP.SocketIO.SocketManager::BestHTTP.SocketIO.IManager.Remove(BestHTTP.SocketIO.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_BestHTTP_SocketIO_IManager_Remove_mCAB689CA099AFD1A15AF40E881F6AB875D4F3E40 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * ___socket0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m5F0CBD0B9573A49969786FE6E7E799D0E9219397_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m38329B71CA6E9EEAF653C0C768A3992262582AA4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // Namespaces.Remove(socket.Namespace); Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * L_0 = __this->get_Namespaces_13(); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_1 = ___socket0; NullCheck(L_1); String_t* L_2; L_2 = Socket_get_Namespace_m696F1A316A684DC145565E51DB446ACB65B903CD_inline(L_1, /*hidden argument*/NULL); NullCheck(L_0); bool L_3; L_3 = Dictionary_2_Remove_m5F0CBD0B9573A49969786FE6E7E799D0E9219397(L_0, L_2, /*hidden argument*/Dictionary_2_Remove_m5F0CBD0B9573A49969786FE6E7E799D0E9219397_RuntimeMethod_var); // Sockets.Remove(socket); List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_4 = __this->get_Sockets_14(); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_5 = ___socket0; NullCheck(L_4); bool L_6; L_6 = List_1_Remove_m38329B71CA6E9EEAF653C0C768A3992262582AA4(L_4, L_5, /*hidden argument*/List_1_Remove_m38329B71CA6E9EEAF653C0C768A3992262582AA4_RuntimeMethod_var); // if (Sockets.Count == 0) List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_7 = __this->get_Sockets_14(); NullCheck(L_7); int32_t L_8; L_8 = List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_inline(L_7, /*hidden argument*/List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_RuntimeMethod_var); if (L_8) { goto IL_0032; } } { // Close(); SocketManager_Close_mE52B3EA81DB0927C51E60AC31022304CC6C96AC0(__this, /*hidden argument*/NULL); } IL_0032: { // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_Open_m96DF521F2BDB7E2623D0C51ECD75ACB571D5422C (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __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*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B3E34DA391F44AC01212979A604A8BA863808AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF91D27828858E0E934FC7DADAF6886D7611EF3E8); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (State != States.Initial && // State != States.Closed && // State != States.Reconnecting) int32_t L_0; L_0 = SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001b; } } { int32_t L_1; L_1 = SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_001b; } } { int32_t L_2; L_2 = SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_001b; } } { // return; return; } IL_001b: { // HTTPManager.Logger.Information("SocketManager", "Opening"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_3, _stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED, _stringLiteralF91D27828858E0E934FC7DADAF6886D7611EF3E8); // ReconnectAt = DateTime.MinValue; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_ReconnectAt_17(L_4); // switch (Options.ConnectWith) SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_5; L_5 = SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6; L_6 = SocketOptions_get_ConnectWith_mEBD4ADCBA6BA600D551C94EB2E15D79E1F2C90DA_inline(L_5, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; if (!L_7) { goto IL_004f; } } { int32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_005d; } } { goto IL_0069; } IL_004f: { // case TransportTypes.Polling: Transport = new PollingTransport(this); break; PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08 * L_9 = (PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08 *)il2cpp_codegen_object_new(PollingTransport_t392FE27B9BD3EED2830AA00D5AAC8D73519BCA08_il2cpp_TypeInfo_var); PollingTransport__ctor_m5E0EC20E21FCDFD521E6C27504446936CF9AC56E(L_9, __this, /*hidden argument*/NULL); SocketManager_set_Transport_mCEDE6555D55693E91A9CB3F5A19B520FB4D94989_inline(__this, L_9, /*hidden argument*/NULL); // case TransportTypes.Polling: Transport = new PollingTransport(this); break; goto IL_0069; } IL_005d: { // case TransportTypes.WebSocket: Transport = new WebSocketTransport(this); break; WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * L_10 = (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 *)il2cpp_codegen_object_new(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39_il2cpp_TypeInfo_var); WebSocketTransport__ctor_mF5AF3B94485841A40828D8EBE78D8CC4739E3A8A(L_10, __this, /*hidden argument*/NULL); SocketManager_set_Transport_mCEDE6555D55693E91A9CB3F5A19B520FB4D94989_inline(__this, L_10, /*hidden argument*/NULL); } IL_0069: { // Transport.Open(); RuntimeObject* L_11; L_11 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); InterfaceActionInvoker0::Invoke(5 /* System.Void BestHTTP.SocketIO.Transports.ITransport::Open() */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_11); // (this as IManager).EmitEvent("connecting"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12; L_12 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); InterfaceActionInvoker2< String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(8 /* System.Void BestHTTP.SocketIO.IManager::EmitEvent(System.String,System.Object[]) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, _stringLiteral7B3E34DA391F44AC01212979A604A8BA863808AF, L_12); // State = States.Opening; SocketManager_set_State_m304BD5222C17D5365C15AE298C7691E53056FF91(__this, 2, /*hidden argument*/NULL); // ConnectionStarted = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_ConnectionStarted_18(L_13); // HTTPManager.Heartbeats.Subscribe(this); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * L_14; L_14 = HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87(/*hidden argument*/NULL); NullCheck(L_14); HeartbeatManager_Subscribe_m82D86EFB90F5DB6092D207AA1F12AA9D8F103B9E(L_14, __this, /*hidden argument*/NULL); // GetSocket("/"); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_15; L_15 = SocketManager_GetSocket_m6CBEB02AAD0B5ACDCBB81B95E8877997D985710F(__this, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_Close_mE52B3EA81DB0927C51E60AC31022304CC6C96AC0 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // (this as IManager).Close(true); InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void BestHTTP.SocketIO.IManager::Close(System.Boolean) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, (bool)1); // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::BestHTTP.SocketIO.IManager.Close(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_BestHTTP_SocketIO_IManager_Close_m4D5461B6D59239E4AFF11C7E8E8053E12BAF9EF3 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, bool ___removeSockets0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m98B376DDDF5DC52DC00386273996E6FDB72F6D6B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m54ECAC5311B20C12293454521184E0E31E5037A8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAB2EF6A513D0DA1F97A043466EEE33AC438423E); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (State == States.Closed || closing) int32_t L_0; L_0 = SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0011; } } { bool L_1 = __this->get_closing_19(); if (!L_1) { goto IL_0012; } } IL_0011: { // return; return; } IL_0012: { // closing = true; __this->set_closing_19((bool)1); // HTTPManager.Logger.Information("SocketManager", "Closing"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_2, _stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED, _stringLiteralDAB2EF6A513D0DA1F97A043466EEE33AC438423E); // HTTPManager.Heartbeats.Unsubscribe(this); HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * L_3; L_3 = HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87(/*hidden argument*/NULL); NullCheck(L_3); HeartbeatManager_Unsubscribe_mA48BA2C2B8B51BC598F6559F2978AA35E2689EED(L_3, __this, /*hidden argument*/NULL); // if (removeSockets) bool L_4 = ___removeSockets0; if (!L_4) { goto IL_006b; } } { goto IL_005b; } IL_003d: { // (Sockets[Sockets.Count - 1] as ISocket).Disconnect(removeSockets); List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_5 = __this->get_Sockets_14(); List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_6 = __this->get_Sockets_14(); NullCheck(L_6); int32_t L_7; L_7 = List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_inline(L_6, /*hidden argument*/List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_RuntimeMethod_var); NullCheck(L_5); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_8; L_8 = List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_inline(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_RuntimeMethod_var); bool L_9 = ___removeSockets0; NullCheck(L_8); InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void BestHTTP.SocketIO.ISocket::Disconnect(System.Boolean) */, ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var, L_8, L_9); } IL_005b: { // while (Sockets.Count > 0) List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_10 = __this->get_Sockets_14(); NullCheck(L_10); int32_t L_11; L_11 = List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_inline(L_10, /*hidden argument*/List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_RuntimeMethod_var); if ((((int32_t)L_11) > ((int32_t)0))) { goto IL_003d; } } { goto IL_0093; } IL_006b: { // for (int i = 0; i < Sockets.Count; ++i) V_0 = 0; goto IL_0085; } IL_006f: { // (Sockets[i] as ISocket).Disconnect(removeSockets); List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_12 = __this->get_Sockets_14(); int32_t L_13 = V_0; NullCheck(L_12); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_14; L_14 = List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_inline(L_12, L_13, /*hidden argument*/List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_RuntimeMethod_var); bool L_15 = ___removeSockets0; NullCheck(L_14); InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void BestHTTP.SocketIO.ISocket::Disconnect(System.Boolean) */, ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var, L_14, L_15); // for (int i = 0; i < Sockets.Count; ++i) int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0085: { // for (int i = 0; i < Sockets.Count; ++i) int32_t L_17 = V_0; List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_18 = __this->get_Sockets_14(); NullCheck(L_18); int32_t L_19; L_19 = List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_inline(L_18, /*hidden argument*/List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_RuntimeMethod_var); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_006f; } } IL_0093: { // State = States.Closed; SocketManager_set_State_m304BD5222C17D5365C15AE298C7691E53056FF91(__this, 1, /*hidden argument*/NULL); // LastHeartbeat = DateTime.MinValue; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_20 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_LastHeartbeat_16(L_20); // if (OfflinePackets != null) List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * L_21 = __this->get_OfflinePackets_15(); if (!L_21) { goto IL_00b8; } } { // OfflinePackets.Clear(); List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * L_22 = __this->get_OfflinePackets_15(); NullCheck(L_22); List_1_Clear_m54ECAC5311B20C12293454521184E0E31E5037A8(L_22, /*hidden argument*/List_1_Clear_m54ECAC5311B20C12293454521184E0E31E5037A8_RuntimeMethod_var); } IL_00b8: { // if (removeSockets) bool L_23 = ___removeSockets0; if (!L_23) { goto IL_00c6; } } { // Namespaces.Clear(); Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * L_24 = __this->get_Namespaces_13(); NullCheck(L_24); Dictionary_2_Clear_m98B376DDDF5DC52DC00386273996E6FDB72F6D6B(L_24, /*hidden argument*/Dictionary_2_Clear_m98B376DDDF5DC52DC00386273996E6FDB72F6D6B_RuntimeMethod_var); } IL_00c6: { // Handshake = null; SocketManager_set_Handshake_mECA6C0814CBD9F06776D338A8CFDAE0D75D8528F_inline(__this, (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 *)NULL, /*hidden argument*/NULL); // if (Transport != null) RuntimeObject* L_25; L_25 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); if (!L_25) { goto IL_00e0; } } { // Transport.Close(); RuntimeObject* L_26; L_26 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); NullCheck(L_26); InterfaceActionInvoker0::Invoke(9 /* System.Void BestHTTP.SocketIO.Transports.ITransport::Close() */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_26); } IL_00e0: { // Transport = null; SocketManager_set_Transport_mCEDE6555D55693E91A9CB3F5A19B520FB4D94989_inline(__this, (RuntimeObject*)NULL, /*hidden argument*/NULL); // closing = false; __this->set_closing_19((bool)0); // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::BestHTTP.SocketIO.IManager.TryToReconnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_BestHTTP_SocketIO_IManager_TryToReconnect_m26787A5BCB0C9A6D23D9D430F6B0BA0436DAB469 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __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*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39E1D3A8000F77CBF4FD7D763F01F703EBBEC4ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1D088F21C85040B44BADDEB88C0AD4A9AC3D8FB); s_Il2CppMethodInitialized = true; } Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; { // if (State == States.Reconnecting || // State == States.Closed) int32_t L_0; L_0 = SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)5))) { goto IL_0012; } } { int32_t L_1; L_1 = SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0013; } } IL_0012: { // return; return; } IL_0013: { // if (!Options.Reconnection || HTTPManager.IsQuitting) SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_2; L_2 = SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); bool L_3; L_3 = SocketOptions_get_Reconnection_mA6084054061106C3D6E506063B60D7305FA2E3A2_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); bool L_4; L_4 = HTTPManager_get_IsQuitting_mEBD6BBC7B7BCD8EC0AE3FF0F9AAD0C90001B6F5D_inline(/*hidden argument*/NULL); if (!L_4) { goto IL_002e; } } IL_0027: { // Close(); SocketManager_Close_mE52B3EA81DB0927C51E60AC31022304CC6C96AC0(__this, /*hidden argument*/NULL); // return; return; } IL_002e: { // if (++ReconnectAttempts >= Options.ReconnectionAttempts) int32_t L_5; L_5 = SocketManager_get_ReconnectAttempts_mD540F0D261BA0481ECE903E6ADB0D377B5669A85_inline(__this, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_2; SocketManager_set_ReconnectAttempts_mD1F49A64F2D531D5BBF7188515D2A9701212464F_inline(__this, L_6, /*hidden argument*/NULL); int32_t L_7 = V_2; SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_8; L_8 = SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9; L_9 = SocketOptions_get_ReconnectionAttempts_m856580E482873BBD77E4C6896A37257F988E0E0D_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0063; } } { // (this as IManager).EmitEvent("reconnect_failed"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10; L_10 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); InterfaceActionInvoker2< String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(8 /* System.Void BestHTTP.SocketIO.IManager::EmitEvent(System.String,System.Object[]) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, _stringLiteral39E1D3A8000F77CBF4FD7D763F01F703EBBEC4ED, L_10); // Close(); SocketManager_Close_mE52B3EA81DB0927C51E60AC31022304CC6C96AC0(__this, /*hidden argument*/NULL); // return; return; } IL_0063: { // Random rand = new Random(); Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * L_11 = (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 *)il2cpp_codegen_object_new(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118_il2cpp_TypeInfo_var); Random__ctor_mF40AD1812BABC06235B661CCE513E4F74EEE9F05(L_11, /*hidden argument*/NULL); V_0 = L_11; // int delay = (int)Options.ReconnectionDelay.TotalMilliseconds * ReconnectAttempts; SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_12; L_12 = SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline(__this, /*hidden argument*/NULL); NullCheck(L_12); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_13; L_13 = SocketOptions_get_ReconnectionDelay_m05F3881F20BDB9DF1B3EFF3AF0C331DA29CA5414_inline(L_12, /*hidden argument*/NULL); V_3 = L_13; double L_14; L_14 = TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_3), /*hidden argument*/NULL); int32_t L_15; L_15 = SocketManager_get_ReconnectAttempts_mD540F0D261BA0481ECE903E6ADB0D377B5669A85_inline(__this, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_14)), (int32_t)L_15)); // ReconnectAt = DateTime.UtcNow + // TimeSpan.FromMilliseconds(Math.Min(rand.Next(/*rand min:*/(int)(delay - (delay * Options.RandomizationFactor)), // /*rand max:*/(int)(delay + (delay * Options.RandomizationFactor))), // (int)Options.ReconnectionDelayMax.TotalMilliseconds)); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16; L_16 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * L_17 = V_0; int32_t L_18 = V_1; int32_t L_19 = V_1; SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_20; L_20 = SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline(__this, /*hidden argument*/NULL); NullCheck(L_20); float L_21; L_21 = SocketOptions_get_RandomizationFactor_m6FEFE210EC0A781C834B125083DB5C1908B286A4_inline(L_20, /*hidden argument*/NULL); int32_t L_22 = V_1; int32_t L_23 = V_1; SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_24; L_24 = SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline(__this, /*hidden argument*/NULL); NullCheck(L_24); float L_25; L_25 = SocketOptions_get_RandomizationFactor_m6FEFE210EC0A781C834B125083DB5C1908B286A4_inline(L_24, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_26; L_26 = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(6 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, L_17, ((int32_t)((int32_t)((float)il2cpp_codegen_subtract((float)((float)((float)L_18)), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_19)), (float)L_21)))))), ((int32_t)((int32_t)((float)il2cpp_codegen_add((float)((float)((float)L_22)), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_23)), (float)L_25))))))); SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_27; L_27 = SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline(__this, /*hidden argument*/NULL); NullCheck(L_27); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_28; L_28 = SocketOptions_get_ReconnectionDelayMax_m6A7328DD629C4DFAE5E2C547D9F28AB5DB2DB629_inline(L_27, /*hidden argument*/NULL); V_3 = L_28; double L_29; L_29 = TimeSpan_get_TotalMilliseconds_m97368AE0609D865EB2A6BAE96AAA97AF8BDBF1C5((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_30; L_30 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_26, ((int32_t)((int32_t)L_29)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_31; L_31 = TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC(((double)((double)L_30)), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_32; L_32 = DateTime_op_Addition_m7EDD5204F9E1BCE2C13DE0064417BCA04418BC14(L_16, L_31, /*hidden argument*/NULL); __this->set_ReconnectAt_17(L_32); // (this as IManager).Close(false); InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void BestHTTP.SocketIO.IManager::Close(System.Boolean) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, (bool)0); // State = States.Reconnecting; SocketManager_set_State_m304BD5222C17D5365C15AE298C7691E53056FF91(__this, 5, /*hidden argument*/NULL); // for (int i = 0; i < Sockets.Count; ++i) V_4 = 0; goto IL_0109; } IL_00f1: { // (Sockets[i] as ISocket).Open(); List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_33 = __this->get_Sockets_14(); int32_t L_34 = V_4; NullCheck(L_33); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_35; L_35 = List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_inline(L_33, L_34, /*hidden argument*/List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_RuntimeMethod_var); NullCheck(L_35); InterfaceActionInvoker0::Invoke(0 /* System.Void BestHTTP.SocketIO.ISocket::Open() */, ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var, L_35); // for (int i = 0; i < Sockets.Count; ++i) int32_t L_36 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_0109: { // for (int i = 0; i < Sockets.Count; ++i) int32_t L_37 = V_4; List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_38 = __this->get_Sockets_14(); NullCheck(L_38); int32_t L_39; L_39 = List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_inline(L_38, /*hidden argument*/List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_RuntimeMethod_var); if ((((int32_t)L_37) < ((int32_t)L_39))) { goto IL_00f1; } } { // HTTPManager.Heartbeats.Subscribe(this); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * L_40; L_40 = HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87(/*hidden argument*/NULL); NullCheck(L_40); HeartbeatManager_Subscribe_m82D86EFB90F5DB6092D207AA1F12AA9D8F103B9E(L_40, __this, /*hidden argument*/NULL); // HTTPManager.Logger.Information("SocketManager", "Reconnecting"); RuntimeObject* L_41; L_41 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_41); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_41, _stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED, _stringLiteralC1D088F21C85040B44BADDEB88C0AD4A9AC3D8FB); // } return; } } // System.Boolean BestHTTP.SocketIO.SocketManager::BestHTTP.SocketIO.IManager.OnTransportConnected(BestHTTP.SocketIO.Transports.ITransport) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketManager_BestHTTP_SocketIO_IManager_OnTransportConnected_mA1FD6326D18FA1AD6A8F80B19693DDE66001FD7F (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___trans0, 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*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m4A4E0ECACD8129D6DC0C12ED0C082B07B7C9AE4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E34ED49D8F62F2601BBC9AE613C6F4F882AD2CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA93CC7DC8746077C36CE4BB66272213F27FF9C9E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED); s_Il2CppMethodInitialized = true; } { // if (State != States.Opening) int32_t L_0; L_0 = SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // if (PreviousState == States.Reconnecting) int32_t L_1; L_1 = SocketManager_get_PreviousState_m0C9C53FBBAB71BCB1F04E7FA86410D6629F01676_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)5)))) { goto IL_0024; } } { // (this as IManager).EmitEvent("reconnect"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); InterfaceActionInvoker2< String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(8 /* System.Void BestHTTP.SocketIO.IManager::EmitEvent(System.String,System.Object[]) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, _stringLiteralA93CC7DC8746077C36CE4BB66272213F27FF9C9E, L_2); } IL_0024: { // State = States.Open; SocketManager_set_State_m304BD5222C17D5365C15AE298C7691E53056FF91(__this, 3, /*hidden argument*/NULL); // ReconnectAttempts = 0; SocketManager_set_ReconnectAttempts_mD1F49A64F2D531D5BBF7188515D2A9701212464F_inline(__this, 0, /*hidden argument*/NULL); // SendOfflinePackets(); SocketManager_SendOfflinePackets_mAA088FDD9887D17FFBB21651E89FBC14F1FF953F(__this, /*hidden argument*/NULL); // HTTPManager.Logger.Information("SocketManager", "Open"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_3, _stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED, _stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B); // if (Transport.Type != TransportTypes.WebSocket && // Handshake.Upgrades.Contains("websocket")) RuntimeObject* L_4; L_4 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* BestHTTP.SocketIO.Transports.TransportTypes BestHTTP.SocketIO.Transports.ITransport::get_Type() */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_4); if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0088; } } { HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_6; L_6 = SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_7; L_7 = HandshakeData_get_Upgrades_mBD9DE97F60B1183B3018C6F26E1797BA1EF17803_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8; L_8 = List_1_Contains_m4A4E0ECACD8129D6DC0C12ED0C082B07B7C9AE4B(L_7, _stringLiteral0E34ED49D8F62F2601BBC9AE613C6F4F882AD2CC, /*hidden argument*/List_1_Contains_m4A4E0ECACD8129D6DC0C12ED0C082B07B7C9AE4B_RuntimeMethod_var); if (!L_8) { goto IL_0088; } } { // UpgradingTransport = new WebSocketTransport(this); WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 * L_9 = (WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39 *)il2cpp_codegen_object_new(WebSocketTransport_t4AB83A8E09EB16783E1A7869A4837051B42BBB39_il2cpp_TypeInfo_var); WebSocketTransport__ctor_mF5AF3B94485841A40828D8EBE78D8CC4739E3A8A(L_9, __this, /*hidden argument*/NULL); SocketManager_set_UpgradingTransport_m6310ABB99104EA28A641950B9E4CF7FEE87D2E18_inline(__this, L_9, /*hidden argument*/NULL); // UpgradingTransport.Open(); RuntimeObject* L_10; L_10 = SocketManager_get_UpgradingTransport_mB0B9E705E198ACB793089790EDE0A67DA8AFAF83_inline(__this, /*hidden argument*/NULL); NullCheck(L_10); InterfaceActionInvoker0::Invoke(5 /* System.Void BestHTTP.SocketIO.Transports.ITransport::Open() */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_10); } IL_0088: { // return true; return (bool)1; } } // System.Void BestHTTP.SocketIO.SocketManager::BestHTTP.SocketIO.IManager.OnTransportError(BestHTTP.SocketIO.Transports.ITransport,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_BestHTTP_SocketIO_IManager_OnTransportError_m64F7FF38BD071F4166FA5864B66251D0EB02E3D9 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___trans0, String_t* ___err1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // (this as IManager).EmitError(SocketIOErrors.Internal, err); String_t* L_0 = ___err1; InterfaceActionInvoker2< int32_t, String_t* >::Invoke(10 /* System.Void BestHTTP.SocketIO.IManager::EmitError(BestHTTP.SocketIO.SocketIOErrors,System.String) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, 4, L_0); // trans.Close(); RuntimeObject* L_1 = ___trans0; NullCheck(L_1); InterfaceActionInvoker0::Invoke(9 /* System.Void BestHTTP.SocketIO.Transports.ITransport::Close() */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_1); // (this as IManager).TryToReconnect(); InterfaceActionInvoker0::Invoke(2 /* System.Void BestHTTP.SocketIO.IManager::TryToReconnect() */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this); // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::BestHTTP.SocketIO.IManager.OnTransportProbed(BestHTTP.SocketIO.Transports.ITransport) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_BestHTTP_SocketIO_IManager_OnTransportProbed_m36EBE3D382EC389B7F3F4199C8AD0ACC8A095478 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___trans0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14C550BD378F64DD459EEF86E26BFE41879CEB3F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED); s_Il2CppMethodInitialized = true; } { // HTTPManager.Logger.Information("SocketManager", "\"probe\" packet received"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED, _stringLiteral14C550BD378F64DD459EEF86E26BFE41879CEB3F); // Options.ConnectWith = trans.Type; SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_1; L_1 = SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline(__this, /*hidden argument*/NULL); RuntimeObject* L_2 = ___trans0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* BestHTTP.SocketIO.Transports.TransportTypes BestHTTP.SocketIO.Transports.ITransport::get_Type() */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_2); NullCheck(L_1); SocketOptions_set_ConnectWith_mD71CE48065AAC8A21804E0373089B91DBCE4C357_inline(L_1, L_3, /*hidden argument*/NULL); // State = States.Paused; SocketManager_set_State_m304BD5222C17D5365C15AE298C7691E53056FF91(__this, 4, /*hidden argument*/NULL); // } return; } } // BestHTTP.SocketIO.Transports.ITransport BestHTTP.SocketIO.SocketManager::SelectTransport() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SocketManager_SelectTransport_m85B9846E4C964D7683B9B3DD18871D1EA8AA009A (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (State != States.Open || Transport == null) int32_t L_0; L_0 = SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_0011; } } { RuntimeObject* L_1; L_1 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0013; } } IL_0011: { // return null; return (RuntimeObject*)NULL; } IL_0013: { // return Transport.IsRequestInProgress ? null : Transport; RuntimeObject* L_2; L_2 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); bool L_3; L_3 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean BestHTTP.SocketIO.Transports.ITransport::get_IsRequestInProgress() */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_2); if (L_3) { goto IL_0027; } } { RuntimeObject* L_4; L_4 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); return L_4; } IL_0027: { return (RuntimeObject*)NULL; } } // System.Void BestHTTP.SocketIO.SocketManager::SendOfflinePackets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_SendOfflinePackets_mAA088FDD9887D17FFBB21651E89FBC14F1FF953F (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m54ECAC5311B20C12293454521184E0E31E5037A8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1D734AB1337F3B90A3A11998FAE1327C265F2DFC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // ITransport trans = SelectTransport(); RuntimeObject* L_0; L_0 = SocketManager_SelectTransport_m85B9846E4C964D7683B9B3DD18871D1EA8AA009A(__this, /*hidden argument*/NULL); V_0 = L_0; // if (OfflinePackets != null && OfflinePackets.Count > 0 && trans != null) List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * L_1 = __this->get_OfflinePackets_15(); if (!L_1) { goto IL_0037; } } { List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * L_2 = __this->get_OfflinePackets_15(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_m1D734AB1337F3B90A3A11998FAE1327C265F2DFC_inline(L_2, /*hidden argument*/List_1_get_Count_m1D734AB1337F3B90A3A11998FAE1327C265F2DFC_RuntimeMethod_var); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0037; } } { RuntimeObject* L_4 = V_0; if (!L_4) { goto IL_0037; } } { // trans.Send(OfflinePackets); RuntimeObject* L_5 = V_0; List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * L_6 = __this->get_OfflinePackets_15(); NullCheck(L_5); InterfaceActionInvoker1< List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * >::Invoke(8 /* System.Void BestHTTP.SocketIO.Transports.ITransport::Send(System.Collections.Generic.List`1) */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_5, L_6); // OfflinePackets.Clear(); List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * L_7 = __this->get_OfflinePackets_15(); NullCheck(L_7); List_1_Clear_m54ECAC5311B20C12293454521184E0E31E5037A8(L_7, /*hidden argument*/List_1_Clear_m54ECAC5311B20C12293454521184E0E31E5037A8_RuntimeMethod_var); } IL_0037: { // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::BestHTTP.SocketIO.IManager.SendPacket(BestHTTP.SocketIO.Packet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_BestHTTP_SocketIO_IManager_SendPacket_m1E397F670FB1D72B722A3CDF49CAA0811F2A61A4 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE9D8425163A59F7CCBD17050BDEF809B3EADA2FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4935CF11653687EF5EAB35B45297C04A92081652_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // ITransport trans = SelectTransport(); RuntimeObject* L_0; L_0 = SocketManager_SelectTransport_m85B9846E4C964D7683B9B3DD18871D1EA8AA009A(__this, /*hidden argument*/NULL); V_0 = L_0; // if (trans != null) RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0033; } } IL_000a: try {// begin try (depth: 1) // trans.Send(packet); RuntimeObject* L_2 = V_0; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_3 = ___packet0; NullCheck(L_2); InterfaceActionInvoker1< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * >::Invoke(7 /* System.Void BestHTTP.SocketIO.Transports.ITransport::Send(BestHTTP.SocketIO.Packet) */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_2, L_3); // } goto IL_0057; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0013; } throw e; } CATCH_0013: {// begin catch(System.Exception) // catch(Exception ex) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // (this as IManager).EmitError(SocketIOErrors.Internal, ex.Message + " " + ex.StackTrace); Exception_t * L_4 = V_1; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_4); Exception_t * L_6 = V_1; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_6); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745)), L_7, /*hidden argument*/NULL); InterfaceActionInvoker2< int32_t, String_t* >::Invoke(10 /* System.Void BestHTTP.SocketIO.IManager::EmitError(BestHTTP.SocketIO.SocketIOErrors,System.String) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var)), __this, 4, L_8); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0057; }// end catch (depth: 1) IL_0033: { // if (OfflinePackets == null) List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * L_9 = __this->get_OfflinePackets_15(); if (L_9) { goto IL_0046; } } { // OfflinePackets = new List(); List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * L_10 = (List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 *)il2cpp_codegen_object_new(List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095_il2cpp_TypeInfo_var); List_1__ctor_m4935CF11653687EF5EAB35B45297C04A92081652(L_10, /*hidden argument*/List_1__ctor_m4935CF11653687EF5EAB35B45297C04A92081652_RuntimeMethod_var); __this->set_OfflinePackets_15(L_10); } IL_0046: { // OfflinePackets.Add(packet.Clone()); List_1_t94956CC42BE800EDCB8CC583EC208A6D2DEB1095 * L_11 = __this->get_OfflinePackets_15(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_12 = ___packet0; NullCheck(L_12); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_13; L_13 = Packet_Clone_m608A37DEE3182E9125D1B1C9FE748B2463EDA426(L_12, /*hidden argument*/NULL); NullCheck(L_11); List_1_Add_mE9D8425163A59F7CCBD17050BDEF809B3EADA2FB(L_11, L_13, /*hidden argument*/List_1_Add_mE9D8425163A59F7CCBD17050BDEF809B3EADA2FB_RuntimeMethod_var); } IL_0057: { // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::BestHTTP.SocketIO.IManager.OnPacket(BestHTTP.SocketIO.Packet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_BestHTTP_SocketIO_IManager_OnPacket_m9CCB2BB8B8F8D5A19CB78C5AECCA72BFFFE9F0BD (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * ___packet0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m28DB54A8BE62A15609BDE255803C49D125CB11BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EC7A7E8B1C9FE766EB323A01C76C7A6414FDEBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9193A6A3BABC7AC92E09C576CBF6F1AE7A1D3E3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB6D1FD979429B84B96D5FA4C9CD924E2CEE2DE2); s_Il2CppMethodInitialized = true; } Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * V_0 = NULL; int32_t V_1 = 0; { // if (State == States.Closed) int32_t L_0; L_0 = SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_000a; } } { // return; return; } IL_000a: { // switch(packet.TransportEvent) Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_1 = ___packet0; NullCheck(L_1); int32_t L_2; L_2 = Packet_get_TransportEvent_m8B4F8E3ABF221BE71C6197D6C22EA9EFFF9C325A_inline(L_1, /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_1; switch (L_3) { case 0: { goto IL_0029; } case 1: { goto IL_009e; } case 2: { goto IL_007c; } case 3: { goto IL_0097; } } } { goto IL_009e; } IL_0029: { // if (Handshake == null) HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_4; L_4 = SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline(__this, /*hidden argument*/NULL); if (L_4) { goto IL_009e; } } { // Handshake = new HandshakeData(); HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_5 = (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 *)il2cpp_codegen_object_new(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548_il2cpp_TypeInfo_var); HandshakeData__ctor_mE5288EED0DA31A2E1E95503057A1312B5E0C384E(L_5, /*hidden argument*/NULL); SocketManager_set_Handshake_mECA6C0814CBD9F06776D338A8CFDAE0D75D8528F_inline(__this, L_5, /*hidden argument*/NULL); // if (!Handshake.Parse(packet.Payload)) HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_6; L_6 = SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline(__this, /*hidden argument*/NULL); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_7 = ___packet0; NullCheck(L_7); String_t* L_8; L_8 = Packet_get_Payload_m9666DAA0C43FB5CDFAD6B22A077A2C9B146AAE29_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); bool L_9; L_9 = HandshakeData_Parse_mA154AE863885B4EC73F96F59A0A897164F164402(L_6, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_006e; } } { // HTTPManager.Logger.Warning("SocketManager", "Expected handshake data, but wasn't able to pars. Payload: " + packet.Payload); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_10; L_10 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_11 = ___packet0; NullCheck(L_11); String_t* L_12; L_12 = Packet_get_Payload_m9666DAA0C43FB5CDFAD6B22A077A2C9B146AAE29_inline(L_11, /*hidden argument*/NULL); String_t* L_13; L_13 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral9193A6A3BABC7AC92E09C576CBF6F1AE7A1D3E3B, L_12, /*hidden argument*/NULL); NullCheck(L_10); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_10, _stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED, L_13); } IL_006e: { // (this as IManager).OnTransportConnected(Transport); RuntimeObject* L_14; L_14 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); bool L_15; L_15 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(3 /* System.Boolean BestHTTP.SocketIO.IManager::OnTransportConnected(BestHTTP.SocketIO.Transports.ITransport) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, L_14); // return; return; } IL_007c: { // (this as IManager).SendPacket(new Packet(TransportEventTypes.Pong, SocketIOEventTypes.Unknown, "/", string.Empty)); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_17 = (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *)il2cpp_codegen_object_new(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); Packet__ctor_mECDEE72E4789C5D1A9EA7D43511DC51A4D612A21(L_17, 3, (-1), _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_16, 0, 0, /*hidden argument*/NULL); InterfaceActionInvoker1< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * >::Invoke(6 /* System.Void BestHTTP.SocketIO.IManager::SendPacket(BestHTTP.SocketIO.Packet) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, L_17); // break; goto IL_009e; } IL_0097: { // IsWaitingPong = false; __this->set_IsWaitingPong_20((bool)0); } IL_009e: { // Socket socket = null; V_0 = (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *)NULL; // if (Namespaces.TryGetValue(packet.Namespace, out socket)) Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * L_18 = __this->get_Namespaces_13(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_19 = ___packet0; NullCheck(L_19); String_t* L_20; L_20 = Packet_get_Namespace_mABC4E37770C49EBFC74F19CA39E4410BC2BE7C50_inline(L_19, /*hidden argument*/NULL); NullCheck(L_18); bool L_21; L_21 = Dictionary_2_TryGetValue_m28DB54A8BE62A15609BDE255803C49D125CB11BD(L_18, L_20, (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m28DB54A8BE62A15609BDE255803C49D125CB11BD_RuntimeMethod_var); if (!L_21) { goto IL_00bd; } } { // (socket as ISocket).OnPacket(packet); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_22 = V_0; Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_23 = ___packet0; NullCheck(L_22); InterfaceActionInvoker1< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * >::Invoke(2 /* System.Void BestHTTP.SocketIO.ISocket::OnPacket(BestHTTP.SocketIO.Packet) */, ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var, L_22, L_23); return; } IL_00bd: { // HTTPManager.Logger.Warning("SocketManager", "Namespace \"" + packet.Namespace + "\" not found!"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_24; L_24 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_25 = ___packet0; NullCheck(L_25); String_t* L_26; L_26 = Packet_get_Namespace_mABC4E37770C49EBFC74F19CA39E4410BC2BE7C50_inline(L_25, /*hidden argument*/NULL); String_t* L_27; L_27 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteralEB6D1FD979429B84B96D5FA4C9CD924E2CEE2DE2, L_26, _stringLiteral1EC7A7E8B1C9FE766EB323A01C76C7A6414FDEBC, /*hidden argument*/NULL); NullCheck(L_24); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_24, _stringLiteralABB61789FCEFD368D9307E196D7D2CD2B786A2ED, L_27); // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::EmitAll(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_EmitAll_m38ABB4B69747A92A0FF505E9FE88B664CD90227A (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, String_t* ___eventName0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < Sockets.Count; ++i) V_0 = 0; goto IL_001c; } IL_0004: { // Sockets[i].Emit(eventName, args); List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_0 = __this->get_Sockets_14(); int32_t L_1 = V_0; NullCheck(L_0); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_2; L_2 = List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_RuntimeMethod_var); String_t* L_3 = ___eventName0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___args1; NullCheck(L_2); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_5; L_5 = Socket_Emit_mA7C7E576C19EFBA7DF0E8E9CF6E879341F10D19C(L_2, L_3, L_4, /*hidden argument*/NULL); // for (int i = 0; i < Sockets.Count; ++i) int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001c: { // for (int i = 0; i < Sockets.Count; ++i) int32_t L_7 = V_0; List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_8 = __this->get_Sockets_14(); NullCheck(L_8); int32_t L_9; L_9 = List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_inline(L_8, /*hidden argument*/List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::BestHTTP.SocketIO.IManager.EmitEvent(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_BestHTTP_SocketIO_IManager_EmitEvent_mAE42F90BE3F78728E3EFF07B07133EF680ABB517 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, String_t* ___eventName0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m28DB54A8BE62A15609BDE255803C49D125CB11BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * V_0 = NULL; { // Socket socket = null; V_0 = (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B *)NULL; // if (Namespaces.TryGetValue("/", out socket)) Dictionary_2_t76CEF65A975C6E10EBDE526C7C2EF4028F5CBB28 * L_0 = __this->get_Namespaces_13(); NullCheck(L_0); bool L_1; L_1 = Dictionary_2_TryGetValue_m28DB54A8BE62A15609BDE255803C49D125CB11BD(L_0, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m28DB54A8BE62A15609BDE255803C49D125CB11BD_RuntimeMethod_var); if (!L_1) { goto IL_001e; } } { // (socket as ISocket).EmitEvent(eventName, args); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_2 = V_0; String_t* L_3 = ___eventName0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___args1; NullCheck(L_2); InterfaceActionInvoker2< String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(4 /* System.Void BestHTTP.SocketIO.ISocket::EmitEvent(System.String,System.Object[]) */, ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var, L_2, L_3, L_4); } IL_001e: { // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::BestHTTP.SocketIO.IManager.EmitEvent(BestHTTP.SocketIO.SocketIOEventTypes,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_BestHTTP_SocketIO_IManager_EmitEvent_m3867E90E72CD3C280FD0A9A92FF41E330D634167 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, int32_t ___type0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // (this as IManager).EmitEvent(EventNames.GetNameFor(type), args); int32_t L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(EventNames_tACBFA70206928DBD51CDD4710F3CA3E7792AAB1F_il2cpp_TypeInfo_var); String_t* L_1; L_1 = EventNames_GetNameFor_mC7EF884A3BEFE72FC4F30EFC73A2BD0B418D3172(L_0, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___args1; InterfaceActionInvoker2< String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(8 /* System.Void BestHTTP.SocketIO.IManager::EmitEvent(System.String,System.Object[]) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, L_1, L_2); // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::BestHTTP.SocketIO.IManager.EmitError(BestHTTP.SocketIO.SocketIOErrors,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_BestHTTP_SocketIO_IManager_EmitError_m2C3DA66674D6C7DC7B53232E5B1A03ED7ED2EE67 (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, int32_t ___errCode0, String_t* ___msg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // (this as IManager).EmitEvent(SocketIOEventTypes.Error, new Error(errCode, msg)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; int32_t L_2 = ___errCode0; String_t* L_3 = ___msg1; Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 * L_4 = (Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6 *)il2cpp_codegen_object_new(Error_t2CE0BFEF63628B84028BC3DD1C8653C21E4788A6_il2cpp_TypeInfo_var); Error__ctor_m7F0B9192ED18FFF5E878A228CCB0433062924B35(L_4, L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_4); InterfaceActionInvoker2< int32_t, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(9 /* System.Void BestHTTP.SocketIO.IManager::EmitEvent(BestHTTP.SocketIO.SocketIOEventTypes,System.Object[]) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, 4, L_1); // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::BestHTTP.SocketIO.IManager.EmitAll(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_BestHTTP_SocketIO_IManager_EmitAll_m25C926D35651D13E39602ACBA9598B9C8C40673D (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, String_t* ___eventName0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < Sockets.Count; ++i) V_0 = 0; goto IL_001b; } IL_0004: { // (Sockets[i] as ISocket).EmitEvent(eventName, args); List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_0 = __this->get_Sockets_14(); int32_t L_1 = V_0; NullCheck(L_0); Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * L_2; L_2 = List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m4A56D66039F60ADE8C59CBF3CAE1870582DC91A5_RuntimeMethod_var); String_t* L_3 = ___eventName0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___args1; NullCheck(L_2); InterfaceActionInvoker2< String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(4 /* System.Void BestHTTP.SocketIO.ISocket::EmitEvent(System.String,System.Object[]) */, ISocket_t97F2F845B63DE657F40FC32B77A5F52F2F6CD082_il2cpp_TypeInfo_var, L_2, L_3, L_4); // for (int i = 0; i < Sockets.Count; ++i) int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001b: { // for (int i = 0; i < Sockets.Count; ++i) int32_t L_6 = V_0; List_1_t7AA26CF8E7F5860A534B0DFE1BE72163DB57A256 * L_7 = __this->get_Sockets_14(); NullCheck(L_7); int32_t L_8; L_8 = List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_inline(L_7, /*hidden argument*/List_1_get_Count_m87512B801CB1B00A0D4B0ED87FDF8D0F60EDFD93_RuntimeMethod_var); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::BestHTTP.Extensions.IHeartbeat.OnHeartbeatUpdate(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager_BestHTTP_Extensions_IHeartbeat_OnHeartbeatUpdate_mCF556007ABD4D2044BEB29C89FAA362BE37E5A3D (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___dif0, 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*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27A15AFC1B64AE48E9A0E1B18BB631E9114C810A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral558CD13405DF63464A388BAEE9F9460130FE56FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9063944EBC21CF353F1989376713C1E4EC58BBE2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFD589C41584F03B99A5330D3C8A2434112ED4ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC456CB23898DB779BFE92B087FF26B28550F5269); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; { // switch (State) int32_t L_0; L_0 = SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline(__this, /*hidden argument*/NULL); V_1 = L_0; int32_t L_1 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)2))) { case 0: { goto IL_0088; } case 1: { goto IL_0131; } case 2: { goto IL_0020; } case 3: { goto IL_00e0; } } } { return; } IL_0020: { // if (!Transport.IsRequestInProgress && // !Transport.IsPollingInProgress) RuntimeObject* L_2; L_2 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); bool L_3; L_3 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean BestHTTP.SocketIO.Transports.ITransport::get_IsRequestInProgress() */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_2); if (L_3) { goto IL_0213; } } { RuntimeObject* L_4; L_4 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); bool L_5; L_5 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean BestHTTP.SocketIO.Transports.ITransport::get_IsPollingInProgress() */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_4); if (L_5) { goto IL_0213; } } { // State = States.Open; SocketManager_set_State_m304BD5222C17D5365C15AE298C7691E53056FF91(__this, 3, /*hidden argument*/NULL); // Transport.Close(); RuntimeObject* L_6; L_6 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); InterfaceActionInvoker0::Invoke(9 /* System.Void BestHTTP.SocketIO.Transports.ITransport::Close() */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_6); // Transport = UpgradingTransport; RuntimeObject* L_7; L_7 = SocketManager_get_UpgradingTransport_mB0B9E705E198ACB793089790EDE0A67DA8AFAF83_inline(__this, /*hidden argument*/NULL); SocketManager_set_Transport_mCEDE6555D55693E91A9CB3F5A19B520FB4D94989_inline(__this, L_7, /*hidden argument*/NULL); // UpgradingTransport = null; SocketManager_set_UpgradingTransport_m6310ABB99104EA28A641950B9E4CF7FEE87D2E18_inline(__this, (RuntimeObject*)NULL, /*hidden argument*/NULL); // Transport.Send(new Packet(TransportEventTypes.Upgrade, SocketIOEventTypes.Unknown, "/", string.Empty)); RuntimeObject* L_8; L_8 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_10 = (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *)il2cpp_codegen_object_new(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); Packet__ctor_mECDEE72E4789C5D1A9EA7D43511DC51A4D612A21(L_10, 5, (-1), _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_9, 0, 0, /*hidden argument*/NULL); NullCheck(L_8); InterfaceActionInvoker1< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * >::Invoke(7 /* System.Void BestHTTP.SocketIO.Transports.ITransport::Send(BestHTTP.SocketIO.Packet) */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_8, L_10); // goto case States.Open; goto IL_0131; } IL_0088: { // if (DateTime.UtcNow - ConnectionStarted >= Options.Timeout) IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11; L_11 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12 = __this->get_ConnectionStarted_18(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_13; L_13 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_11, L_12, /*hidden argument*/NULL); SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_14; L_14 = SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline(__this, /*hidden argument*/NULL); NullCheck(L_14); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_15; L_15 = SocketOptions_get_Timeout_m909A4AACC35F759088C5EBBB9D9A5AB0830FD443_inline(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_16; L_16 = TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944(L_13, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0213; } } { // (this as IManager).EmitError(SocketIOErrors.Internal, "Connection timed out!"); InterfaceActionInvoker2< int32_t, String_t* >::Invoke(10 /* System.Void BestHTTP.SocketIO.IManager::EmitError(BestHTTP.SocketIO.SocketIOErrors,System.String) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, 4, _stringLiteralBFD589C41584F03B99A5330D3C8A2434112ED4ED); // (this as IManager).EmitEvent("connect_error"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17; L_17 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); InterfaceActionInvoker2< String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(8 /* System.Void BestHTTP.SocketIO.IManager::EmitEvent(System.String,System.Object[]) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, _stringLiteralC456CB23898DB779BFE92B087FF26B28550F5269, L_17); // (this as IManager).EmitEvent("connect_timeout"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18; L_18 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); InterfaceActionInvoker2< String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(8 /* System.Void BestHTTP.SocketIO.IManager::EmitEvent(System.String,System.Object[]) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, _stringLiteral27A15AFC1B64AE48E9A0E1B18BB631E9114C810A, L_18); // (this as IManager).TryToReconnect(); InterfaceActionInvoker0::Invoke(2 /* System.Void BestHTTP.SocketIO.IManager::TryToReconnect() */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this); // break; return; } IL_00e0: { // if (ReconnectAt != DateTime.MinValue && DateTime.UtcNow >= ReconnectAt) DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19 = __this->get_ReconnectAt_17(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_20 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); bool L_21; L_21 = DateTime_op_Inequality_mA99EAB5E3E7973D645B820DB8C29E9E5790BB13A(L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0213; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22; L_22 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_23 = __this->get_ReconnectAt_17(); bool L_24; L_24 = DateTime_op_GreaterThanOrEqual_mB7C78A9E8E0004F447A9E2735FB33E20005C96C0(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0213; } } { // (this as IManager).EmitEvent("reconnect_attempt"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_25; L_25 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); InterfaceActionInvoker2< String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(8 /* System.Void BestHTTP.SocketIO.IManager::EmitEvent(System.String,System.Object[]) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, _stringLiteral558CD13405DF63464A388BAEE9F9460130FE56FC, L_25); // (this as IManager).EmitEvent("reconnecting"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26; L_26 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); InterfaceActionInvoker2< String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(8 /* System.Void BestHTTP.SocketIO.IManager::EmitEvent(System.String,System.Object[]) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, _stringLiteral9063944EBC21CF353F1989376713C1E4EC58BBE2, L_26); // Open(); SocketManager_Open_m96DF521F2BDB7E2623D0C51ECD75ACB571D5422C(__this, /*hidden argument*/NULL); // break; return; } IL_0131: { // ITransport trans = null; V_0 = (RuntimeObject*)NULL; // if (Transport != null && Transport.State == TransportStates.Open) RuntimeObject* L_27; L_27 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); if (!L_27) { goto IL_0150; } } { RuntimeObject* L_28; L_28 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); NullCheck(L_28); int32_t L_29; L_29 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* BestHTTP.SocketIO.Transports.TransportStates BestHTTP.SocketIO.Transports.ITransport::get_State() */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_28); if ((!(((uint32_t)L_29) == ((uint32_t)2)))) { goto IL_0150; } } { // trans = Transport; RuntimeObject* L_30; L_30 = SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline(__this, /*hidden argument*/NULL); V_0 = L_30; } IL_0150: { // if (trans == null || trans.State != TransportStates.Open) RuntimeObject* L_31 = V_0; if (!L_31) { goto IL_015c; } } { RuntimeObject* L_32 = V_0; NullCheck(L_32); int32_t L_33; L_33 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* BestHTTP.SocketIO.Transports.TransportStates BestHTTP.SocketIO.Transports.ITransport::get_State() */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_32); if ((((int32_t)L_33) == ((int32_t)2))) { goto IL_015d; } } IL_015c: { // return; return; } IL_015d: { // trans.Poll(); RuntimeObject* L_34 = V_0; NullCheck(L_34); InterfaceActionInvoker0::Invoke(6 /* System.Void BestHTTP.SocketIO.Transports.ITransport::Poll() */, ITransport_t5C9603FB7723806F6332C243F2AC7F3774D01F16_il2cpp_TypeInfo_var, L_34); // SendOfflinePackets(); SocketManager_SendOfflinePackets_mAA088FDD9887D17FFBB21651E89FBC14F1FF953F(__this, /*hidden argument*/NULL); // if (LastHeartbeat == DateTime.MinValue) DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_35 = __this->get_LastHeartbeat_16(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_36 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); bool L_37; L_37 = DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44(L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_0187; } } { // LastHeartbeat = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_38; L_38 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_LastHeartbeat_16(L_38); // return; return; } IL_0187: { // if (!IsWaitingPong && DateTime.UtcNow - LastHeartbeat > Handshake.PingInterval) bool L_39 = __this->get_IsWaitingPong_20(); if (L_39) { goto IL_01dc; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_40; L_40 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_41 = __this->get_LastHeartbeat_16(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_42; L_42 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_40, L_41, /*hidden argument*/NULL); HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_43; L_43 = SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline(__this, /*hidden argument*/NULL); NullCheck(L_43); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_44; L_44 = HandshakeData_get_PingInterval_mFFD2FE754933A7EF228C0375B586749D4FA5C258_inline(L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_45; L_45 = TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18(L_42, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_01dc; } } { // (this as IManager).SendPacket(new Packet(TransportEventTypes.Ping, SocketIOEventTypes.Unknown, "/", string.Empty)); String_t* L_46 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * L_47 = (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F *)il2cpp_codegen_object_new(Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F_il2cpp_TypeInfo_var); Packet__ctor_mECDEE72E4789C5D1A9EA7D43511DC51A4D612A21(L_47, 2, (-1), _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_46, 0, 0, /*hidden argument*/NULL); InterfaceActionInvoker1< Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * >::Invoke(6 /* System.Void BestHTTP.SocketIO.IManager::SendPacket(BestHTTP.SocketIO.Packet) */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this, L_47); // LastHeartbeat = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_48; L_48 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_LastHeartbeat_16(L_48); // IsWaitingPong = true; __this->set_IsWaitingPong_20((bool)1); } IL_01dc: { // if (IsWaitingPong && DateTime.UtcNow - LastHeartbeat > Handshake.PingTimeout) bool L_49 = __this->get_IsWaitingPong_20(); if (!L_49) { goto IL_0213; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_50; L_50 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_51 = __this->get_LastHeartbeat_16(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_52; L_52 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_50, L_51, /*hidden argument*/NULL); HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_53; L_53 = SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline(__this, /*hidden argument*/NULL); NullCheck(L_53); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_54; L_54 = HandshakeData_get_PingTimeout_m984FBB007873008AF3B7C8DD57DE12AD08F113E8_inline(L_53, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_55; L_55 = TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18(L_52, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0213; } } { // IsWaitingPong = false; __this->set_IsWaitingPong_20((bool)0); // (this as IManager).TryToReconnect(); InterfaceActionInvoker0::Invoke(2 /* System.Void BestHTTP.SocketIO.IManager::TryToReconnect() */, IManager_t7A0F63F07737294BD96986E3ACACF5101CBD654B_il2cpp_TypeInfo_var, __this); } IL_0213: { // } return; } } // System.Void BestHTTP.SocketIO.SocketManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketManager__cctor_m763177120AAE1746D4B71EC29251C3C6110DCA20 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultJSonEncoder_t5460C84D93F52314111F7C8E29016A149C5CF6A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static IJsonEncoder DefaultEncoder = new DefaultJSonEncoder(); DefaultJSonEncoder_t5460C84D93F52314111F7C8E29016A149C5CF6A1 * L_0 = (DefaultJSonEncoder_t5460C84D93F52314111F7C8E29016A149C5CF6A1 *)il2cpp_codegen_object_new(DefaultJSonEncoder_t5460C84D93F52314111F7C8E29016A149C5CF6A1_il2cpp_TypeInfo_var); DefaultJSonEncoder__ctor_m711CDA13AADFF698EF5D16D2AFFA34762771D32F(L_0, /*hidden argument*/NULL); ((SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_StaticFields*)il2cpp_codegen_static_fields_for(SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0_il2cpp_TypeInfo_var))->set_DefaultEncoder_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method) { { // get { return identifier; } String_t* L_0 = __this->get_identifier_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method) { { // get { return sign; } int32_t L_0 = __this->get_sign_31(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); __this->set_z_4((0.0f)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___v0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___v0; float L_3 = L_2.get_y_3(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_4), L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0015; } IL_0015: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CanvasScaler_get_uiScaleMode_m6B2801FE9E3816E01F2B85F46BB554695B6FC7A5_inline (CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * __this, const RuntimeMethod* method) { { // public ScaleMode uiScaleMode { get { return m_UiScaleMode; } set { m_UiScaleMode = value; } } int32_t L_0 = __this->get_m_UiScaleMode_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CanvasScaler_get_screenMatchMode_m3AF1E5875BA22777EC08A70E308EFF74FE5F8C36_inline (CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * __this, const RuntimeMethod* method) { { // public ScreenMatchMode screenMatchMode { get { return m_ScreenMatchMode; } set { m_ScreenMatchMode = value; } } int32_t L_0 = __this->get_m_ScreenMatchMode_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float CanvasScaler_get_matchWidthOrHeight_mB0DF4FAA9AFC23C53DF212CC4092775162D59B42_inline (CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * __this, const RuntimeMethod* method) { { // public float matchWidthOrHeight { get { return m_MatchWidthOrHeight; } set { m_MatchWidthOrHeight = value; } } float L_0 = __this->get_m_MatchWidthOrHeight_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 CanvasScaler_get_referenceResolution_mC88C9BB9FAB47FEDAFB14ECC57620870E965F542_inline (CanvasScaler_t8EF50255FD2913C31BD62B14476C994F64D711F1 * __this, const RuntimeMethod* method) { { // return m_ReferenceResolution; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = __this->get_m_ReferenceResolution_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Addition_m5EACC2AEA80FEE29F380397CF1F4B11D04BE71CC_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___b1, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___a0; float L_1 = L_0.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___b1; float L_3 = L_2.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___a0; float L_5 = L_4.get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6 = ___b1; float L_7 = L_6.get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_8), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), /*hidden argument*/NULL); V_0 = L_8; goto IL_0023; } IL_0023: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9 = V_0; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___v0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___v0; float L_1 = L_0.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___v0; float L_3 = L_2.get_y_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; memset((&L_4), 0, sizeof(L_4)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_4), L_1, L_3, (0.0f), /*hidden argument*/NULL); V_0 = L_4; goto IL_001a; } IL_001a: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_0(L_0); float L_1 = ___y1; __this->set_y_1(L_1); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * SingleResponse_get_CertId_m6233EDB262D1C60F294F356FA79B16F0A169B29B_inline (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method) { { // get { return certID; } CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_0 = __this->get_certID_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * SingleResponse_get_CertStatus_m481EC153FAEDF795CC5A61A12D8C2347DDB6BC44_inline (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method) { { // get { return certStatus; } CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * L_0 = __this->get_certStatus_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CertStatus_get_TagNo_m02227622DB255B803DC23C3C444BBC977980F4B6_inline (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __this, const RuntimeMethod* method) { { // get { return tagNo; } int32_t L_0 = __this->get_tagNo_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * CertStatus_get_Status_mCE7F44AD45711C8623D491B53AB699C383001479_inline (CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * __this, const RuntimeMethod* method) { { // get { return value; } Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = __this->get_value_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * SingleResponse_get_ThisUpdate_m46304D8A0488537DC52B83E45B0EAB17B0B3A6D0_inline (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method) { { // get { return thisUpdate; } DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_0 = __this->get_thisUpdate_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * SingleResponse_get_NextUpdate_mF16AD9049561CE2187BDB59805CCC517D9348DE5_inline (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method) { { // get { return nextUpdate; } DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_0 = __this->get_nextUpdate_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * SingleResponse_get_SingleExtensions_m6EC727F6F2C2A663A756EC9BB0E632032C3F5F86_inline (SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * __this, const RuntimeMethod* method) { { // get { return singleExtensions; } X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_0 = __this->get_singleExtensions_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method) { { // get { return tagNo; } int32_t L_0 = __this->get_tagNo_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SkeinEngine_get_OutputSize_mDEB45C014629EE096184F27B13BF06047DF38658_inline (SkeinEngine_t53D51CBEDF6C764732FDF9D36642F91ADFB4FBFB * __this, const RuntimeMethod* method) { { // get { return outputSizeBytes; } int32_t L_0 = __this->get_outputSizeBytes_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SkeinParameters_GetParameters_mEB3B60DD9664678027C8B6A433EBD0CDBA3EBEF2_inline (SkeinParameters_tD7DE8527F376FBBAD99184E70B4DFF5E44B3ECD8 * __this, const RuntimeMethod* method) { { // return parameters; RuntimeObject* L_0 = __this->get_parameters_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Configuration_get_Bytes_m821293A5D1EC4F762D9D36F1F2EA62FDC6C35C62_inline (Configuration_tC93D13807702A305CF331D3BED035A774F64257A * __this, const RuntimeMethod* method) { { // get { return bytes; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_bytes_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Parameter_get_Type_m1FC01B38F27614D6D02A4899F88EBA2470F9C931_inline (Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * __this, const RuntimeMethod* method) { { // get { return type; } int32_t L_0 = __this->get_type_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Parameter_get_Value_mAB2C9AD2460106F5D6DCAE84E9744F3C1E0A2C98_inline (Parameter_t98816916A2E29E92C4F86D0E94F0312D3B9C14BF * __this, const RuntimeMethod* method) { { // get { return value; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * Selectable_get_targetGraphic_mF2D1BFB9DE33BAB553933533CC4A9135A37F4A72_inline (Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * __this, const RuntimeMethod* method) { { // public Graphic targetGraphic { get { return m_TargetGraphic; } set { if (SetPropertyUtility.SetClass(ref m_TargetGraphic, value)) OnSetProperty(); } } Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * L_0 = __this->get_m_TargetGraphic_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * AttributeX509_get_AttrValues_mF4873A78A4C6E03F0436C3EB13D7C5918FDFCB11_inline (AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA * __this, const RuntimeMethod* method) { { // get { return attrValues; } Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * L_0 = __this->get_attrValues_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * SmimeCapability_get_CapabilityID_mB7269DA300073BE515BFFAE1908022920088367E_inline (SmimeCapability_t3D61CD786A57106A31FB7B29A6EF4E738A78FDE3 * __this, const RuntimeMethod* method) { { // get { return capabilityID; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_capabilityID_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * SmimeCapabilityVector_ToAsn1EncodableVector_m8660A0B455087EA1D7466441760DA0A5B36ACEE7_inline (SmimeCapabilityVector_tCCCC963D9D5A7D726E3BFF881C376283DA8D518E * __this, const RuntimeMethod* method) { { // return capabilities; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = __this->get_capabilities_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); float L_2 = ___z2; __this->set_z_4(L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Socket_set_Namespace_m9ADF40BFC90D525FB8B0E90198B4E5F2634B9543_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Namespace { get; private set; } String_t* L_0 = ___value0; __this->set_U3CNamespaceU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Socket_set_Manager_m9D1D23E763C2FBAD728686CDC6E69B9C5B2FB2F9_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * ___value0, const RuntimeMethod* method) { { // public SocketManager Manager { get; private set; } SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_0 = ___value0; __this->set_U3CManagerU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Socket_set_IsOpen_mCBFAD374406EFDAD92DE638B08FFE4696C20CA13_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsOpen { get; private set; } bool L_0 = ___value0; __this->set_U3CIsOpenU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Socket_set_AutoDecodePayload_mB1F245332629FDD6F74069DC37998F60B7ADA6CC_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, bool ___value0, const RuntimeMethod* method) { { // public bool AutoDecodePayload { get; set; } bool L_0 = ___value0; __this->set_U3CAutoDecodePayloadU3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * Socket_get_Manager_m23A761122E21B5F5462C5D6115F0D0C53A4D2B80_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method) { { // public SocketManager Manager { get; private set; } SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * L_0 = __this->get_U3CManagerU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SocketManager_get_State_m16A0C0380840F28A9D34F9610EB75B1EAACDE333_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public States State { get { return state; } private set { PreviousState = state; state = value; } } int32_t L_0 = __this->get_state_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * SocketManager_get_Options_m092CF51135F6A3D2F1A536F1A83ADD3DA84485A7_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public SocketOptions Options { get; private set; } SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_0 = __this->get_U3COptionsU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SocketOptions_get_AutoConnect_m6B6A41F79CB2C1686E357E1FD99B490E89020252_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public bool AutoConnect { get; set; } bool L_0 = __this->get_U3CAutoConnectU3Ek__BackingField_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_IsOpen_m00B43489562E87837B354EBA6F876EA3EE901B77_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method) { { // public bool IsOpen { get; private set; } bool L_0 = __this->get_U3CIsOpenU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Socket_get_Namespace_m696F1A316A684DC145565E51DB446ACB65B903CD_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method) { { // public string Namespace { get; private set; } String_t* L_0 = __this->get_U3CNamespaceU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SocketManager_get_Encoder_m2DCF71B119CB6463AABF94A44EAE0F006FBCDFFD_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public IJsonEncoder Encoder { get; set; } RuntimeObject* L_0 = __this->get_U3CEncoderU3Ek__BackingField_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Packet_get_SocketIOEvent_mC317B8BB4E39824F5473FE8DCC6CE873877D5EC7_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method) { { // public SocketIOEventTypes SocketIOEvent { get; private set; } int32_t L_0 = __this->get_U3CSocketIOEventU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Packet_get_Id_mB17AB0D2E3C0E27F420F00E3612DE34600E46E68_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method) { { // public int Id { get; private set; } int32_t L_0 = __this->get_U3CIdU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_AutoDecodePayload_mF99F79161BBA6FAD17299DAA9A88960FEC8D7130_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, const RuntimeMethod* method) { { // public bool AutoDecodePayload { get; set; } bool L_0 = __this->get_U3CAutoDecodePayloadU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * SocketManager_get_Handshake_mCE90E2FE7A80BC4D8E22A3E7CCD4D4C22EEEF52C_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public HandshakeData Handshake { get; private set; } HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_0 = __this->get_U3CHandshakeU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HandshakeData_get_Sid_mFFB95297656EBADA7C11C8BA2AE9D5880CDE25C4_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method) { { // public string Sid { get; private set; } String_t* L_0 = __this->get_U3CSidU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Socket_set_Id_m5A7C10FB768AFF0B3DD6C9C9608A7B265362CFFC_inline (Socket_t2DE92669A29FCBC39D5AADFA9C423ACFD28A455B * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Id { get; private set; } String_t* L_0 = ___value0; __this->set_U3CIdU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Packet_get_Payload_m9666DAA0C43FB5CDFAD6B22A077A2C9B146AAE29_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method) { { // public string Payload { get; private set; } String_t* L_0 = __this->get_U3CPayloadU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_AutoConnect_mDE2B2B59AA2E9D5DB579C0AE49B38992695ED984_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool AutoConnect { get; set; } bool L_0 = ___value0; __this->set_U3CAutoConnectU3Ek__BackingField_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_ConnectWith_mD71CE48065AAC8A21804E0373089B91DBCE4C357_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public Transports.TransportTypes ConnectWith { get; set; } int32_t L_0 = ___value0; __this->set_U3CConnectWithU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebSocket_set_StartPingThread_mAB3DEE4DA06789FDFBC535D55205CFEC1680E374_inline (WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool StartPingThread { get; set; } bool L_0 = ___value0; __this->set_U3CStartPingThreadU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * Packet_get_Attachments_m50466B156F567ACF9420CBBDF6D991A1FD2EB686_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method) { { // public List Attachments { get { return attachments; } set { attachments = value; AttachmentCount = attachments != null ? attachments.Count : 0; } } List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_0 = __this->get_attachments_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_PreviousState_mE68A0D05350F424CA8C91AAD8EF0BE2A62A0382D_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, int32_t ___value0, const RuntimeMethod* method) { { // internal States PreviousState { get; private set; } int32_t L_0 = ___value0; __this->set_U3CPreviousStateU3Ek__BackingField_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_Uri_m1C9C3DE368B29179E294EBD13F696F073B6DD63D_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_U3CUriU3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_Options_mDE81B9D7BD5EFC1032F37FB6806C742A2DD7AD29_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * ___value0, const RuntimeMethod* method) { { // public SocketOptions Options { get; private set; } SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * L_0 = ___value0; __this->set_U3COptionsU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_Encoder_m44339210B5D23D29FCBF8D11E05F0A55A034D5A1_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public IJsonEncoder Encoder { get; set; } RuntimeObject* L_0 = ___value0; __this->set_U3CEncoderU3Ek__BackingField_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SocketOptions_get_ConnectWith_mEBD4ADCBA6BA600D551C94EB2E15D79E1F2C90DA_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public Transports.TransportTypes ConnectWith { get; set; } int32_t L_0 = __this->get_U3CConnectWithU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_Transport_mCEDE6555D55693E91A9CB3F5A19B520FB4D94989_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public ITransport Transport { get; private set; } RuntimeObject* L_0 = ___value0; __this->set_U3CTransportU3Ek__BackingField_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SocketManager_get_Transport_m2CFB2338F1C84305DB8FE514D00E4B946639E047_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public ITransport Transport { get; private set; } RuntimeObject* L_0 = __this->get_U3CTransportU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_Handshake_mECA6C0814CBD9F06776D338A8CFDAE0D75D8528F_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * ___value0, const RuntimeMethod* method) { { // public HandshakeData Handshake { get; private set; } HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * L_0 = ___value0; __this->set_U3CHandshakeU3Ek__BackingField_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SocketOptions_get_Reconnection_mA6084054061106C3D6E506063B60D7305FA2E3A2_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public bool Reconnection { get; set; } bool L_0 = __this->get_U3CReconnectionU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPManager_get_IsQuitting_mEBD6BBC7B7BCD8EC0AE3FF0F9AAD0C90001B6F5D_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static bool IsQuitting { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); bool L_0 = ((HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))->get_U3CIsQuittingU3Ek__BackingField_29(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SocketManager_get_ReconnectAttempts_mD540F0D261BA0481ECE903E6ADB0D377B5669A85_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // public int ReconnectAttempts { get; private set; } int32_t L_0 = __this->get_U3CReconnectAttemptsU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_ReconnectAttempts_mD1F49A64F2D531D5BBF7188515D2A9701212464F_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int ReconnectAttempts { get; private set; } int32_t L_0 = ___value0; __this->set_U3CReconnectAttemptsU3Ek__BackingField_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SocketOptions_get_ReconnectionAttempts_m856580E482873BBD77E4C6896A37257F988E0E0D_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public int ReconnectionAttempts { get; set; } int32_t L_0 = __this->get_U3CReconnectionAttemptsU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 SocketOptions_get_ReconnectionDelay_m05F3881F20BDB9DF1B3EFF3AF0C331DA29CA5414_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public TimeSpan ReconnectionDelay { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CReconnectionDelayU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float SocketOptions_get_RandomizationFactor_m6FEFE210EC0A781C834B125083DB5C1908B286A4_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public float RandomizationFactor { get { return randomizationFactor; } set { randomizationFactor = Math.Min(1.0f, Math.Max(0.0f, value)); } } float L_0 = __this->get_randomizationFactor_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 SocketOptions_get_ReconnectionDelayMax_m6A7328DD629C4DFAE5E2C547D9F28AB5DB2DB629_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public TimeSpan ReconnectionDelayMax { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CReconnectionDelayMaxU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SocketManager_get_PreviousState_m0C9C53FBBAB71BCB1F04E7FA86410D6629F01676_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // internal States PreviousState { get; private set; } int32_t L_0 = __this->get_U3CPreviousStateU3Ek__BackingField_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * HandshakeData_get_Upgrades_mBD9DE97F60B1183B3018C6F26E1797BA1EF17803_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method) { { // public List Upgrades { get; private set; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = __this->get_U3CUpgradesU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketManager_set_UpgradingTransport_m6310ABB99104EA28A641950B9E4CF7FEE87D2E18_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // internal ITransport UpgradingTransport { get; set; } RuntimeObject* L_0 = ___value0; __this->set_U3CUpgradingTransportU3Ek__BackingField_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SocketManager_get_UpgradingTransport_mB0B9E705E198ACB793089790EDE0A67DA8AFAF83_inline (SocketManager_t1B5F31BB39623BFB7A108FFA51C24DA8DAE342A0 * __this, const RuntimeMethod* method) { { // internal ITransport UpgradingTransport { get; set; } RuntimeObject* L_0 = __this->get_U3CUpgradingTransportU3Ek__BackingField_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Packet_get_TransportEvent_m8B4F8E3ABF221BE71C6197D6C22EA9EFFF9C325A_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method) { { // public TransportEventTypes TransportEvent { get; private set; } int32_t L_0 = __this->get_U3CTransportEventU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Packet_get_Namespace_mABC4E37770C49EBFC74F19CA39E4410BC2BE7C50_inline (Packet_tEC8935E5D194F56CC4B67F667D19449C3416702F * __this, const RuntimeMethod* method) { { // public string Namespace { get; private set; } String_t* L_0 = __this->get_U3CNamespaceU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 SocketOptions_get_Timeout_m909A4AACC35F759088C5EBBB9D9A5AB0830FD443_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public TimeSpan Timeout { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CTimeoutU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 HandshakeData_get_PingInterval_mFFD2FE754933A7EF228C0375B586749D4FA5C258_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method) { { // public TimeSpan PingInterval { get; private set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CPingIntervalU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 HandshakeData_get_PingTimeout_m984FBB007873008AF3B7C8DD57DE12AD08F113E8_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method) { { // public TimeSpan PingTimeout { get; private set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CPingTimeoutU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ((EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0(); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashSet_1_get_Count_m41C20B7D2DB4661F5C68E9BA25E4B83FC6914CD8_gshared_inline (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__count_9(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } }